@lvce-editor/server 0.39.0 → 0.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1838) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +100 -76
  4. package/static/95c7ea1/config/colorTheme.json +0 -98
  5. package/static/95c7ea1/config/defaultSettings.json +0 -58
  6. package/static/95c7ea1/config/fileMap.json +0 -16
  7. package/static/95c7ea1/config/webExtensions.json +0 -1
  8. package/static/95c7ea1/css/App.css +0 -2881
  9. package/static/95c7ea1/css/parts/Animation.css +0 -9
  10. package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
  11. package/static/95c7ea1/css/parts/DebugValue.css +0 -24
  12. package/static/95c7ea1/css/parts/E2eTest.css +0 -48
  13. package/static/95c7ea1/css/parts/E2eTests.css +0 -30
  14. package/static/95c7ea1/css/parts/EditorHover.css +0 -6
  15. package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
  16. package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
  17. package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/95c7ea1/css/parts/Key.css +0 -12
  19. package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/95c7ea1/css/parts/Markdown.css +0 -701
  22. package/static/95c7ea1/css/parts/Progress.css +0 -5
  23. package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
  24. package/static/95c7ea1/css/parts/Select.css +0 -11
  25. package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
  26. package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
  30. package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
  34. package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
  36. package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
  37. package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
  38. package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
  40. package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
  41. package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
  42. package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
  45. package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
  48. package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
  49. package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/95c7ea1/file-icons/default_file.svg +0 -1
  247. package/static/95c7ea1/file-icons/default_folder.svg +0 -1
  248. package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
  249. package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
  250. package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
  252. package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
  253. package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
  256. package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
  257. package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
  262. package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
  263. package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
  264. package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
  267. package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
  268. package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
  269. package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
  271. package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
  272. package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
  274. package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
  275. package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
  276. package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
  277. package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
  278. package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
  281. package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
  283. package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
  284. package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
  285. package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
  286. package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
  288. package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
  289. package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
  290. package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
  293. package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
  294. package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
  295. package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
  296. package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
  297. package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
  298. package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
  300. package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
  301. package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
  303. package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
  304. package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
  306. package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
  309. package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
  310. package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
  311. package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
  312. package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
  313. package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
  315. package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
  316. package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
  318. package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
  319. package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
  320. package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
  321. package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
  323. package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
  325. package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
  326. package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
  328. package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
  330. package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
  331. package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
  332. package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
  333. package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
  334. package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
  335. package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
  336. package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
  339. package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
  340. package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
  341. package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
  342. package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
  344. package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
  345. package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
  346. package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
  348. package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
  350. package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
  351. package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
  353. package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
  354. package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
  355. package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
  358. package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
  359. package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
  360. package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
  362. package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
  363. package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
  365. package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
  371. package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
  372. package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
  373. package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
  374. package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
  375. package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
  376. package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
  377. package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
  379. package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
  384. package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
  385. package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
  387. package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
  388. package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
  389. package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
  391. package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
  394. package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
  395. package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
  396. package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
  398. package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
  399. package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
  400. package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
  404. package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
  405. package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
  406. package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
  407. package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
  408. package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
  409. package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
  413. package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
  414. package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
  415. package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
  416. package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
  417. package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
  418. package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
  421. package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
  422. package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
  423. package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
  424. package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
  428. package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
  429. package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
  430. package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
  431. package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
  433. package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
  434. package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
  435. package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
  437. package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
  438. package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
  440. package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
  441. package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
  442. package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
  446. package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
  447. package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
  448. package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
  449. package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
  450. package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
  451. package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
  452. package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
  453. package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
  454. package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
  457. package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
  459. package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
  461. package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
  462. package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
  463. package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
  464. package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
  466. package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
  467. package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
  468. package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
  469. package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
  471. package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
  473. package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
  474. package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
  475. package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
  476. package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
  477. package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
  478. package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
  480. package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
  481. package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
  482. package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
  483. package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
  484. package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
  491. package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
  493. package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
  494. package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
  500. package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
  502. package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
  503. package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
  504. package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
  507. package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
  509. package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
  510. package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
  511. package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
  513. package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
  515. package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
  517. package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
  521. package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
  522. package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
  523. package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
  525. package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
  526. package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
  527. package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
  528. package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
  530. package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
  531. package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
  536. package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
  538. package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
  539. package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
  540. package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
  543. package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
  546. package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
  548. package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
  551. package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
  552. package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
  553. package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
  556. package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
  557. package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
  558. package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
  561. package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
  563. package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
  564. package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
  565. package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
  566. package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
  567. package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
  568. package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
  571. package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
  572. package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
  573. package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
  574. package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
  575. package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
  576. package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
  577. package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
  579. package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
  580. package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
  581. package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
  582. package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
  583. package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
  584. package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
  586. package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
  590. package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
  592. package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
  593. package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
  594. package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
  595. package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
  599. package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
  601. package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
  602. package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
  603. package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
  604. package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
  608. package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
  609. package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
  610. package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
  611. package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
  612. package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
  614. package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
  615. package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
  616. package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
  618. package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
  619. package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
  620. package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
  621. package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
  623. package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
  624. package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
  625. package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
  626. package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
  627. package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
  628. package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
  629. package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
  636. package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
  651. package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
  655. package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
  667. package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
  673. package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
  674. package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
  677. package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
  689. package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
  740. package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
  742. package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
  743. package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
  744. package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
  745. package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
  746. package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
  747. package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
  749. package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
  750. package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
  751. package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
  752. package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
  753. package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
  754. package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
  755. package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
  758. package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
  760. package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
  763. package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
  764. package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
  765. package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
  766. package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
  767. package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
  769. package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
  771. package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
  775. package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
  776. package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
  778. package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
  779. package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
  780. package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
  782. package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
  786. package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
  787. package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
  788. package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
  789. package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
  790. package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
  791. package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
  794. package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
  795. package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
  796. package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
  820. package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
  821. package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
  872. package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
  873. package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
  874. package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
  875. package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
  876. package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
  878. package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
  879. package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
  880. package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
  882. package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
  883. package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
  885. package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
  886. package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
  887. package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
  890. package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
  891. package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
  897. package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
  898. package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
  900. package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
  901. package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
  902. package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
  903. package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
  905. package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
  906. package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
  908. package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
  909. package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
  910. package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
  913. package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
  915. package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
  916. package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
  917. package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
  918. package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
  919. package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
  923. package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
  924. package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
  925. package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
  930. package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
  931. package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
  934. package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
  935. package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
  936. package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
  941. package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
  943. package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
  944. package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
  945. package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
  946. package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
  947. package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
  949. package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
  952. package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
  960. package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
  961. package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
  962. package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
  963. package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
  965. package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
  966. package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
  967. package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
  970. package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
  972. package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
  973. package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
  975. package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
  976. package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
  978. package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
  980. package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
  983. package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
  984. package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
  985. package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
  987. package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
  990. package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
  991. package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
  993. package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
  994. package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
  995. package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
  996. package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
  997. package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
  998. package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
  999. package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
  1003. package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
  1004. package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
  1005. package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
  1006. package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
  1008. package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
  1010. package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
  1012. package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
  1013. package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
  1015. package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
  1019. package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
  1021. package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
  1022. package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
  1025. package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
  1028. package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
  1032. package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
  1034. package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
  1036. package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
  1037. package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
  1039. package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
  1041. package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
  1042. package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
  1050. package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
  1054. package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
  1058. package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
  1060. package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
  1061. package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
  1062. package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
  1063. package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
  1069. package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
  1073. package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
  1076. package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
  1078. package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
  1081. package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
  1082. package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
  1083. package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
  1084. package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
  1090. package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
  1091. package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
  1099. package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
  1102. package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
  1103. package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
  1104. package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
  1114. package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
  1115. package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
  1116. package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
  1118. package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
  1122. package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
  1123. package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
  1124. package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
  1125. package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
  1128. package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
  1130. package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
  1131. package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
  1132. package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
  1133. package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
  1134. package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
  1135. package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
  1136. package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
  1144. package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
  1148. package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
  1157. package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
  1161. package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
  1165. package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
  1166. package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
  1167. package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
  1172. package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
  1176. package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
  1177. package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
  1178. package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
  1179. package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
  1182. package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
  1190. package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
  1194. package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
  1203. package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
  1204. package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
  1206. package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
  1207. package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
  1215. package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
  1218. package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
  1219. package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
  1227. package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
  1231. package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
  1232. package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
  1234. package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
  1236. package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
  1238. package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
  1278. package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
  1282. package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
  1284. package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
  1288. package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
  1294. package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
  1304. package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
  1336. package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
  1338. package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
  1360. package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
  1362. package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
  1368. package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
  1370. package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
  1376. package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
  1378. package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
  1404. package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
  1426. package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
  1428. package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
  1436. package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
  1442. package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
  1452. package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
  1456. package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
  1464. package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
  1466. package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
  1468. package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
  1476. package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
  1480. package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
  1482. package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
  1484. package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
  1492. package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
  1496. package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
  1498. package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
  1508. package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
  1510. package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
  1532. package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
  1534. package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
  1558. package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/95c7ea1/icons/add.svg +0 -1
  1563. package/static/95c7ea1/icons/arrow-down.svg +0 -3
  1564. package/static/95c7ea1/icons/arrow-left.svg +0 -3
  1565. package/static/95c7ea1/icons/arrow-right.svg +0 -3
  1566. package/static/95c7ea1/icons/arrow-up.svg +0 -3
  1567. package/static/95c7ea1/icons/blank.svg +0 -1
  1568. package/static/95c7ea1/icons/book.svg +0 -1
  1569. package/static/95c7ea1/icons/case-sensitive.svg +0 -1
  1570. package/static/95c7ea1/icons/check.svg +0 -1
  1571. package/static/95c7ea1/icons/chevron-down.svg +0 -1
  1572. package/static/95c7ea1/icons/chevron-left.svg +0 -1
  1573. package/static/95c7ea1/icons/chevron-right.svg +0 -3
  1574. package/static/95c7ea1/icons/chevron-up.svg +0 -1
  1575. package/static/95c7ea1/icons/chrome-close.svg +0 -3
  1576. package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
  1577. package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
  1578. package/static/95c7ea1/icons/chrome-restore.svg +0 -1
  1579. package/static/95c7ea1/icons/circle-filled.svg +0 -1
  1580. package/static/95c7ea1/icons/clear-all.svg +0 -1
  1581. package/static/95c7ea1/icons/close.svg +0 -1
  1582. package/static/95c7ea1/icons/cloud.svg +0 -1
  1583. package/static/95c7ea1/icons/collapse-all.svg +0 -1
  1584. package/static/95c7ea1/icons/debug-all.svg +0 -1
  1585. package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
  1586. package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
  1587. package/static/95c7ea1/icons/debug-alt.svg +0 -1
  1588. package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/95c7ea1/icons/debug-console.svg +0 -1
  1598. package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
  1599. package/static/95c7ea1/icons/debug-continue.svg +0 -1
  1600. package/static/95c7ea1/icons/debug-coverage.svg +0 -1
  1601. package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
  1602. package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
  1603. package/static/95c7ea1/icons/debug-pause.svg +0 -1
  1604. package/static/95c7ea1/icons/debug-rerun.svg +0 -1
  1605. package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
  1606. package/static/95c7ea1/icons/debug-restart.svg +0 -1
  1607. package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
  1610. package/static/95c7ea1/icons/debug-start.svg +0 -1
  1611. package/static/95c7ea1/icons/debug-step-back.svg +0 -1
  1612. package/static/95c7ea1/icons/debug-step-into.svg +0 -1
  1613. package/static/95c7ea1/icons/debug-step-out.svg +0 -1
  1614. package/static/95c7ea1/icons/debug-step-over.svg +0 -1
  1615. package/static/95c7ea1/icons/debug-stop.svg +0 -1
  1616. package/static/95c7ea1/icons/debug.svg +0 -1
  1617. package/static/95c7ea1/icons/discard.svg +0 -1
  1618. package/static/95c7ea1/icons/edit.svg +0 -1
  1619. package/static/95c7ea1/icons/ellipsis.svg +0 -5
  1620. package/static/95c7ea1/icons/error.svg +0 -1
  1621. package/static/95c7ea1/icons/exclude.svg +0 -1
  1622. package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/95c7ea1/icons/extensions.svg +0 -3
  1624. package/static/95c7ea1/icons/files.svg +0 -3
  1625. package/static/95c7ea1/icons/filter.svg +0 -1
  1626. package/static/95c7ea1/icons/go-to-file.svg +0 -1
  1627. package/static/95c7ea1/icons/icon-close.svg +0 -3
  1628. package/static/95c7ea1/icons/icon-source-control.svg +0 -3
  1629. package/static/95c7ea1/icons/icon-sync.svg +0 -1
  1630. package/static/95c7ea1/icons/icon.png +0 -0
  1631. package/static/95c7ea1/icons/icon.svg +0 -3
  1632. package/static/95c7ea1/icons/info.svg +0 -1
  1633. package/static/95c7ea1/icons/language-icon.svg +0 -1
  1634. package/static/95c7ea1/icons/link-external.svg +0 -1
  1635. package/static/95c7ea1/icons/list-flat.svg +0 -1
  1636. package/static/95c7ea1/icons/list-tree.svg +0 -1
  1637. package/static/95c7ea1/icons/new-file.svg +0 -1
  1638. package/static/95c7ea1/icons/new-folder.svg +0 -1
  1639. package/static/95c7ea1/icons/newline.svg +0 -1
  1640. package/static/95c7ea1/icons/open-preview.svg +0 -1
  1641. package/static/95c7ea1/icons/play.svg +0 -1
  1642. package/static/95c7ea1/icons/preserve-case.svg +0 -1
  1643. package/static/95c7ea1/icons/progress.svg +0 -1
  1644. package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
  1645. package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
  1646. package/static/95c7ea1/icons/record-keys.svg +0 -1
  1647. package/static/95c7ea1/icons/refresh.svg +0 -1
  1648. package/static/95c7ea1/icons/regex.svg +0 -1
  1649. package/static/95c7ea1/icons/remove.svg +0 -1
  1650. package/static/95c7ea1/icons/replace-all.svg +0 -1
  1651. package/static/95c7ea1/icons/replace.svg +0 -1
  1652. package/static/95c7ea1/icons/run-all.svg +0 -1
  1653. package/static/95c7ea1/icons/search.svg +0 -3
  1654. package/static/95c7ea1/icons/settings-gear.svg +0 -3
  1655. package/static/95c7ea1/icons/source-control.svg +0 -3
  1656. package/static/95c7ea1/icons/split-horizontal.svg +0 -1
  1657. package/static/95c7ea1/icons/squiggly-error.svg +0 -1
  1658. package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
  1659. package/static/95c7ea1/icons/symbol-array.svg +0 -3
  1660. package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
  1661. package/static/95c7ea1/icons/symbol-class.svg +0 -3
  1662. package/static/95c7ea1/icons/symbol-color.svg +0 -3
  1663. package/static/95c7ea1/icons/symbol-constant.svg +0 -4
  1664. package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
  1665. package/static/95c7ea1/icons/symbol-enum.svg +0 -3
  1666. package/static/95c7ea1/icons/symbol-event.svg +0 -3
  1667. package/static/95c7ea1/icons/symbol-field.svg +0 -3
  1668. package/static/95c7ea1/icons/symbol-file.svg +0 -3
  1669. package/static/95c7ea1/icons/symbol-interface.svg +0 -3
  1670. package/static/95c7ea1/icons/symbol-key.svg +0 -3
  1671. package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
  1672. package/static/95c7ea1/icons/symbol-method.svg +0 -3
  1673. package/static/95c7ea1/icons/symbol-misc.svg +0 -3
  1674. package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
  1675. package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
  1676. package/static/95c7ea1/icons/symbol-operator.svg +0 -3
  1677. package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
  1678. package/static/95c7ea1/icons/symbol-property.svg +0 -3
  1679. package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
  1680. package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
  1681. package/static/95c7ea1/icons/symbol-string.svg +0 -3
  1682. package/static/95c7ea1/icons/symbol-structure.svg +0 -3
  1683. package/static/95c7ea1/icons/symbol-variable.svg +0 -3
  1684. package/static/95c7ea1/icons/tag.svg +0 -1
  1685. package/static/95c7ea1/icons/terminal-bash.svg +0 -1
  1686. package/static/95c7ea1/icons/terminal.svg +0 -1
  1687. package/static/95c7ea1/icons/theme-icon.png +0 -0
  1688. package/static/95c7ea1/icons/trash.svg +0 -1
  1689. package/static/95c7ea1/icons/triangle-down.svg +0 -1
  1690. package/static/95c7ea1/icons/triangle-left.svg +0 -1
  1691. package/static/95c7ea1/icons/triangle-right.svg +0 -1
  1692. package/static/95c7ea1/icons/triangle-up.svg +0 -1
  1693. package/static/95c7ea1/icons/warning.svg +0 -1
  1694. package/static/95c7ea1/icons/whole-word.svg +0 -1
  1695. package/static/95c7ea1/icons/zoom-in.svg +0 -1
  1696. package/static/95c7ea1/icons/zoom-out.svg +0 -1
  1697. package/static/95c7ea1/js/babel-parser.js +0 -14154
  1698. package/static/95c7ea1/js/blob-util.js +0 -149
  1699. package/static/95c7ea1/js/idb/async-iterators.js +0 -56
  1700. package/static/95c7ea1/js/idb/index.js +0 -99
  1701. package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
  1702. package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/95c7ea1/js/js-base64.js +0 -296
  1704. package/static/95c7ea1/js/ky.js +0 -489
  1705. package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
  1706. package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
  1707. package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
  1709. package/static/95c7ea1/js/marked.js +0 -1990
  1710. package/static/95c7ea1/js/p-min-delay.js +0 -7
  1711. package/static/95c7ea1/js/pretty-bytes.js +0 -94
  1712. package/static/95c7ea1/js/preview-injected.js +0 -101
  1713. package/static/95c7ea1/js/yoctodelay.js +0 -2
  1714. package/static/95c7ea1/lib-css/termterm.css +0 -39
  1715. package/static/95c7ea1/manifest.json +0 -26
  1716. package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
  1717. package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
  1719. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
  1748. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1749. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1750. package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1751. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1752. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1753. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1754. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1755. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1756. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1757. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1758. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1759. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1760. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1761. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1762. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1763. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1764. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1765. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1766. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1767. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1768. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1769. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1770. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1771. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1772. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1773. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1774. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1775. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1776. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1777. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1778. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1779. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1780. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1781. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1782. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1783. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1784. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1785. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1786. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1787. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1788. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1789. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1790. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1791. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1792. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1793. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1794. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1795. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1796. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1797. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1798. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1799. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1800. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1801. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1802. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1803. package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1804. package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
  1805. package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1806. package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1807. package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
  1808. package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
  1809. package/static/95c7ea1/packages/renderer-process/README.md +0 -1
  1810. package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
  1811. package/static/95c7ea1/packages/renderer-process/package.json +0 -27
  1812. package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
  1813. package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  1814. package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  1815. package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
  1816. package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
  1817. package/static/95c7ea1/playground/languages/index.cpp +0 -22
  1818. package/static/95c7ea1/playground/languages/index.css +0 -19
  1819. package/static/95c7ea1/playground/languages/index.csv +0 -3
  1820. package/static/95c7ea1/playground/languages/index.dart +0 -3
  1821. package/static/95c7ea1/playground/languages/index.env +0 -1
  1822. package/static/95c7ea1/playground/languages/index.ex +0 -8
  1823. package/static/95c7ea1/playground/languages/index.html +0 -1
  1824. package/static/95c7ea1/playground/languages/index.java +0 -5
  1825. package/static/95c7ea1/playground/languages/index.jl +0 -14
  1826. package/static/95c7ea1/playground/languages/index.js +0 -3
  1827. package/static/95c7ea1/playground/languages/index.json +0 -3
  1828. package/static/95c7ea1/playground/languages/index.kt +0 -3
  1829. package/static/95c7ea1/playground/languages/index.pl +0 -11
  1830. package/static/95c7ea1/playground/languages/index.py +0 -25
  1831. package/static/95c7ea1/playground/languages/index.ts +0 -3
  1832. package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
  1833. package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
  1834. package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
  1835. package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
  1836. package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
  1837. package/static/favicon.ico +0 -0
  1838. package/static/index.html +0 -14
@@ -1,2881 +0,0 @@
1
- /*! modern-normalize v3.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
2
-
3
- /*
4
- Document
5
- ========
6
- */
7
-
8
- /**
9
- Use a better box model (opinionated).
10
- */
11
-
12
- *,
13
- ::before,
14
- ::after {
15
- box-sizing: border-box;
16
- }
17
-
18
- html {
19
- /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
20
- font-family:
21
- system-ui,
22
- 'Segoe UI',
23
- Roboto,
24
- Helvetica,
25
- Arial,
26
- sans-serif,
27
- 'Apple Color Emoji',
28
- 'Segoe UI Emoji';
29
- line-height: 1.15; /* 1. Correct the line height in all browsers. */
30
- -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
31
- tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
32
- }
33
-
34
- /*
35
- Sections
36
- ========
37
- */
38
-
39
- body {
40
- margin: 0; /* Remove the margin in all browsers. */
41
- }
42
-
43
- /*
44
- Text-level semantics
45
- ====================
46
- */
47
-
48
- /**
49
- Add the correct font weight in Chrome and Safari.
50
- */
51
-
52
- b,
53
- strong {
54
- font-weight: bolder;
55
- }
56
-
57
- /**
58
- 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
59
- 2. Correct the odd 'em' font sizing in all browsers.
60
- */
61
-
62
- code,
63
- kbd,
64
- samp,
65
- pre {
66
- font-family:
67
- ui-monospace,
68
- SFMono-Regular,
69
- Consolas,
70
- 'Liberation Mono',
71
- Menlo,
72
- monospace; /* 1 */
73
- font-size: 1em; /* 2 */
74
- }
75
-
76
- /**
77
- Add the correct font size in all browsers.
78
- */
79
-
80
- small {
81
- font-size: 80%;
82
- }
83
-
84
- /**
85
- Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
86
- */
87
-
88
- sub,
89
- sup {
90
- font-size: 75%;
91
- line-height: 0;
92
- position: relative;
93
- vertical-align: baseline;
94
- }
95
-
96
- sub {
97
- bottom: -0.25em;
98
- }
99
-
100
- sup {
101
- top: -0.5em;
102
- }
103
-
104
- /*
105
- Tabular data
106
- ============
107
- */
108
-
109
- /**
110
- Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
111
- */
112
-
113
- table {
114
- border-color: currentcolor;
115
- }
116
-
117
- /*
118
- Forms
119
- =====
120
- */
121
-
122
- /**
123
- 1. Change the font styles in all browsers.
124
- 2. Remove the margin in Firefox and Safari.
125
- */
126
-
127
- button,
128
- input,
129
- optgroup,
130
- select,
131
- textarea {
132
- font-family: inherit; /* 1 */
133
- font-size: 100%; /* 1 */
134
- line-height: 1.15; /* 1 */
135
- margin: 0; /* 2 */
136
- }
137
-
138
- /**
139
- Correct the inability to style clickable types in iOS and Safari.
140
- */
141
-
142
- button,
143
- [type='button'],
144
- [type='reset'],
145
- [type='submit'] {
146
- -webkit-appearance: button;
147
- }
148
-
149
- /**
150
- Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
151
- */
152
-
153
- legend {
154
- padding: 0;
155
- }
156
-
157
- /**
158
- Add the correct vertical alignment in Chrome and Firefox.
159
- */
160
-
161
- progress {
162
- vertical-align: baseline;
163
- }
164
-
165
- /**
166
- Correct the cursor style of increment and decrement buttons in Safari.
167
- */
168
-
169
- ::-webkit-inner-spin-button,
170
- ::-webkit-outer-spin-button {
171
- height: auto;
172
- }
173
-
174
- /**
175
- 1. Correct the odd appearance in Chrome and Safari.
176
- 2. Correct the outline style in Safari.
177
- */
178
-
179
- [type='search'] {
180
- -webkit-appearance: textfield; /* 1 */
181
- outline-offset: -2px; /* 2 */
182
- }
183
-
184
- /**
185
- Remove the inner padding in Chrome and Safari on macOS.
186
- */
187
-
188
- ::-webkit-search-decoration {
189
- -webkit-appearance: none;
190
- }
191
-
192
- /**
193
- 1. Correct the inability to style clickable types in iOS and Safari.
194
- 2. Change font properties to 'inherit' in Safari.
195
- */
196
-
197
- ::-webkit-file-upload-button {
198
- -webkit-appearance: button; /* 1 */
199
- font: inherit; /* 2 */
200
- }
201
-
202
- /*
203
- Interactive
204
- ===========
205
- */
206
-
207
- /*
208
- Add the correct display in Chrome and Safari.
209
- */
210
-
211
- summary {
212
- display: list-item;
213
- }
214
-
215
- body {
216
- margin: 0;
217
- }
218
- .Terminal {
219
- position: relative;
220
- contain: strict;
221
- width: 780px;
222
- height: 625px;
223
- background: black;
224
- }
225
-
226
- .TerminalLayers {
227
- width: 100%;
228
- height: 100%;
229
- position: relative;
230
- }
231
- .TerminalCanvasText,
232
- .TerminalCanvasCursor {
233
- position: absolute;
234
- top: 0;
235
- left: 0;
236
- width: 100%;
237
- height: 100%;
238
- }
239
- .TerminalCanvasCursor {
240
- opacity: 0.5;
241
- }
242
-
243
- .TerminalTextArea {
244
- position: absolute;
245
- top: 0;
246
- left: 0;
247
- width: 0;
248
- height: 0;
249
- border: none;
250
- outline: none;
251
- padding: 0;
252
- margin: 0;
253
- }
254
-
255
- /*************/
256
- /* _Global.css */
257
- /*************/
258
- @font-face {
259
- font-family: 'Fira Code';
260
- src: url(/95c7ea1/fonts/FiraCode-VariableFont.ttf) format('truetype');
261
- }
262
-
263
- /* TODO check if contain strict also makes sense for html and body */
264
-
265
- html,
266
- body {
267
- height: 100%;
268
- contain: strict;
269
- }
270
-
271
- body {
272
- font-family:
273
- system-ui,
274
- Ubuntu,
275
- Droid Sans,
276
- sans-serif;
277
- user-select: none;
278
- color: var(--WorkbenchForeground);
279
- }
280
- /*************/
281
- /* Actions.css */
282
- /*************/
283
- .Actions {
284
- display: flex;
285
- margin-left: auto;
286
- align-items: center;
287
- contain: content;
288
- }
289
-
290
- .SelectWrapper {
291
- contain: content;
292
- position: relative;
293
- height: 21px;
294
- }
295
-
296
- .SelectIcon {
297
- position: absolute;
298
- inset: 0 6px 0 auto;
299
- background: currentColor;
300
- mask-repeat: no-repeat;
301
- mask-size: var(--MaskIconSize);
302
- mask-position: 50% 50%;
303
- mask-image: url(/95c7ea1/icons/chevron-down.svg);
304
- pointer-events: none;
305
- width: 16px;
306
- height: 16px;
307
- contain: strict;
308
- margin: auto 0;
309
- }
310
- /*************/
311
- /* ActivityBarItem.css */
312
- /*************/
313
- .ActivityBarItem {
314
- position: relative;
315
- outline: none;
316
- width: 48px;
317
- height: 48px;
318
- contain: strict;
319
- flex-shrink: 0;
320
- --MaskIconSize: 24px;
321
- mask-repeat: no-repeat;
322
- mask-size: var(--MaskIconSize);
323
- mask-position: 50% 50%;
324
- background: currentColor;
325
- cursor: pointer;
326
- }
327
-
328
- .ActivityBarItem:hover {
329
- /* background: #878f8c; */
330
- }
331
-
332
- .ActivityBarItemSelected,
333
- .ActivityBarItem:hover {
334
- color: var(--ActivityBarActiveForeground);
335
- }
336
-
337
- .ActivityBarItemSelected {
338
- background: var(--ActivityBarActiveBackground);
339
- }
340
-
341
- .ActivityBarItemNested {
342
- background: var(--ActivityBarBackground);
343
- }
344
-
345
- .ActivityBarItem:focus-visible {
346
- /* background: var(--ActivityBarActiveBackground); */
347
- color: var(--ActivityBarActiveForeground);
348
- }
349
-
350
- .ActivityBarItemBadge {
351
- background: var(--BadgeBackground);
352
- border-radius: 100%;
353
- height: 20px;
354
- width: 20px;
355
- line-height: 20px;
356
- text-align: center;
357
- position: absolute;
358
- right: 0px;
359
- bottom: 0px;
360
- color: var(--BadgeForeground);
361
- font-size: 9px;
362
- font-weight: 600;
363
- }
364
-
365
- .MarginTopAuto {
366
- margin-top: auto;
367
- }
368
- /*************/
369
- /* Alignment.css */
370
- /*************/
371
- .AlignBottom {
372
- margin-top: auto;
373
- }
374
-
375
- .AlignRight {
376
- margin-left: auto;
377
- }
378
-
379
- .Grow {
380
- flex: 1;
381
- }
382
- /*************/
383
- /* AriaAlert.css */
384
- /*************/
385
- /* Alert */
386
- .AriaAlert {
387
- position: absolute;
388
- left: -999em;
389
- top: 0;
390
- }
391
-
392
- .AriaContainer {
393
- width: 0;
394
- height: 0;
395
- }
396
- /*************/
397
- /* BackDrop.css */
398
- /*************/
399
- .BackDrop {
400
- position: fixed;
401
- cursor: initial;
402
- left: 0px;
403
- top: 0px;
404
- width: 100%;
405
- height: 100%;
406
- z-index: 1;
407
- pointer-events: all;
408
- }
409
- /*************/
410
- /* Badge.css */
411
- /*************/
412
- .Badge {
413
- contain: content;
414
- background: var(--BadgeBackground, rgb(160, 63, 155));
415
- color: var(--BadgeForeground, #eeeeee);
416
- border-radius: 11px;
417
- font-size: 11px;
418
- font-weight: 400;
419
- height: 18px;
420
- min-width: 18px;
421
- display: flex;
422
- justify-content: center;
423
- align-items: center;
424
- padding: 3px 6px;
425
- }
426
- /*************/
427
- /* Button.css */
428
- /*************/
429
- .Button {
430
- contain: content;
431
- display: flex;
432
- border-radius: 2px;
433
- border: none;
434
- place-content: center;
435
- place-items: center;
436
- padding: 5px 10px;
437
- }
438
-
439
- .Button:where(:focus) {
440
- background: var(--SplitButtonHoverBackground, #387674);
441
- outline: 1px solid var(--FocusBorder);
442
- outline-offset: 2px;
443
- }
444
-
445
- .ButtonPrimary {
446
- background: var(--SplitButtonBackground, rgb(35, 112, 112));
447
- color: var(--SplitButtonForeground, white);
448
- cursor: pointer;
449
- }
450
-
451
- .ButtonPrimary:where(:hover),
452
- .ButtonPrimary:where(:focus) {
453
- background: var(--SplitButtonHoverBackground, #387674);
454
- }
455
-
456
- .ButtonSecondary {
457
- background: var(--ButtonSecondaryBackground, #313131);
458
- color: var(--ButtonSecondaryForeground, #cccccc);
459
- cursor: pointer;
460
- }
461
-
462
- .ButtonSecondary:where(:hover),
463
- .ButtonSecondary:where(:focus) {
464
- background: var(--ButtonSecondaryHoverBackground, #45494e);
465
- }
466
-
467
- .ButtonNarrow {
468
- max-width: 300px;
469
- margin-left: auto;
470
- margin-right: auto;
471
- width: 100%;
472
- }
473
-
474
- .ButtonWide {
475
- max-width: 300px;
476
- }
477
- /*************/
478
- /* Chevron.css */
479
- /*************/
480
- .Chevron {
481
- width: 16px;
482
- height: 16px;
483
- contain: strict;
484
- position: relative;
485
- mask-size: 16px;
486
- mask-position: 50% 50%;
487
- mask-repeat: no-repeat;
488
- background: currentColor;
489
- }
490
- /*************/
491
- /* ContextMenu.css */
492
- /*************/
493
- :root {
494
- --ContextMenuBackground: rgb(60, 60, 60);
495
- }
496
-
497
- #ContextMenu {
498
- top: 0;
499
- left: 0;
500
- position: absolute;
501
- background: var(--ContextMenuBackground);
502
- color: var(--ContextMenuForeground, white);
503
- box-shadow: var(--MenuBoxShadow, rgb(0, 0, 0) 0px 2px 4px);
504
- user-select: none;
505
- min-width: 150px;
506
- margin: 0;
507
- padding: 10px 0;
508
- font-size: 13px;
509
- z-index: 1;
510
- outline: none;
511
- pointer-events: all;
512
- contain: strict;
513
- }
514
-
515
- #MenuBackDrop {
516
- position: fixed;
517
- cursor: initial;
518
- left: 0px;
519
- top: 0px;
520
- width: 100%;
521
- height: 100%;
522
- z-index: 1;
523
- pointer-events: all;
524
- }
525
- /*************/
526
- /* Drag.css */
527
- /*************/
528
- .DragImage {
529
- width: 100px;
530
- height: 20px;
531
- background: var(--SideBarBackground); /* TODO */
532
- position: absolute;
533
- padding: 0 4px;
534
- translate: -999px -999px;
535
- willchange: translate;
536
- contain: strict;
537
- }
538
- /*************/
539
- /* EditorTabs.css */
540
- /*************/
541
- .MainTabs {
542
- height: 35px;
543
- background: rgb(40, 46, 47);
544
- display: flex;
545
- contain: strict;
546
- width: 100%;
547
- margin: 0;
548
- padding: 0;
549
- background: var(--TabsBackground); /* TODO variable name should match class name */
550
- position: absolute;
551
- overflow: hidden;
552
- }
553
-
554
- .MainTab {
555
- border-right: 1px solid var(--TabBorder, rgb(34, 34, 34));
556
- background: var(--TabBackground);
557
- color: var(--TabForeground);
558
- /* padding-left: 5px; */
559
- /* padding-right: 5px; */
560
- display: flex;
561
- gap: 4px;
562
- align-items: center;
563
- font-size: 13px;
564
- white-space: nowrap;
565
- max-width: 200px;
566
- contain: strict;
567
- height: 100%;
568
- flex-shrink: 0;
569
- padding-left: 5px;
570
- }
571
-
572
- .MainTabPreview {
573
- font-style: italic;
574
- }
575
-
576
- .MainTabSelected {
577
- border-right: 1px solid var(--TabBorder, rgb(34, 34, 34));
578
- border-bottom: 1px solid var(--TabBorderBottom, transparent);
579
- background: var(--TabActiveBackground);
580
- color: var(--TabActiveForeground);
581
- }
582
-
583
- .ManiTabLabel {
584
- pointer-events: none;
585
- contain: content;
586
- }
587
-
588
- .EditorTabCloseButton {
589
- contain: strict;
590
- border: none;
591
- padding: 0;
592
- width: 23px;
593
- height: 23px;
594
- position: relative;
595
- background: transparent;
596
- border-radius: 4px;
597
- display: flex;
598
- margin-left: 4px;
599
- flex-shrink: 0;
600
- color: var(--TabForeground);
601
- }
602
-
603
- .EditorTabCloseButton:hover {
604
- background: rgba(255, 255, 255, 0.05);
605
- transition: all 0.1s;
606
- }
607
-
608
- .EditorTabStatus {
609
- width: 22px;
610
- height: 15px;
611
- }
612
-
613
- /* TODO investigate whether classNames vs data-attribute makes a difference here (performance-wise) */
614
- .EditorTabStatus[data-status='1'] /* default */ {
615
- display: none;
616
- }
617
-
618
- .EditorTabStatus[data-status='2'] /* modified */ {
619
- background: white;
620
- mask: url(/packages/renderer-process/assets/icons/circle-filled.svg) 100% 50% / 15px no-repeat;
621
- }
622
-
623
- .DragOver {
624
- background-color: rgba(83, 89, 93, 0.5);
625
- }
626
-
627
- .TabLabel {
628
- white-space: nowrap;
629
- contain: content;
630
- overflow: hidden;
631
- min-width: 0;
632
- flex: 1;
633
- pointer-events: none;
634
- }
635
-
636
- .TabIcon {
637
- contain: strict;
638
- width: 16px;
639
- height: 16px;
640
- flex-shrink: 0;
641
- background: currentColor;
642
- mask-repeat: no-repeat;
643
- mask-size: 16px;
644
- mask-position: 50% 50%;
645
- pointer-events: none;
646
- }
647
-
648
- .TabDragHighlight {
649
- width: 2px;
650
- position: absolute;
651
- top: 0;
652
- bottom: 0;
653
- contain: strict;
654
- background: dodgerblue;
655
- }
656
- /*************/
657
- /* FileIcon.css */
658
- /*************/
659
- .FileIcon {
660
- contain: strict;
661
- pointer-events: none;
662
- width: 16px;
663
- height: 16px;
664
- flex-shrink: 0;
665
- }
666
- /*************/
667
- /* Filter.css */
668
- /*************/
669
- .Filter {
670
- display: flex;
671
- min-width: 214px;
672
- contain: strict;
673
- height: 24px;
674
- align-items: center;
675
- border: 1px solid var(--InputBoxBorder, rgb(55, 65, 63));
676
- }
677
-
678
- /* TODO avoid css nesting */
679
- .Filter .InputBox {
680
- border: none;
681
- }
682
-
683
- .FilterBadge {
684
- background: var(--BadgeBackground, rgb(160, 63, 155));
685
- color: var(--BadgeForeground, #eeeeee);
686
- padding: 0 4px;
687
- border-radius: 2px;
688
- }
689
- /*************/
690
- /* Focus.css */
691
- /*************/
692
- .FocusOutline {
693
- outline-color: var(--FocusOutline, lightgray);
694
- outline-offset: -1px;
695
- outline-style: solid;
696
- outline-width: 1px;
697
- }
698
- /*************/
699
- /* Highlight.css */
700
- /*************/
701
- .Highlight {
702
- background: var(--HighlightBackground, rgba(129, 85, 14, 0.4));
703
- contain: content;
704
- }
705
-
706
- .HighlightInserted {
707
- background: var(--HighlightInsertedBackground, rgba(156, 204, 44, 0.2));
708
- text-decoration: none;
709
- border: 1px solid rgba(155, 185, 85, 0.2);
710
- contain: content;
711
- }
712
-
713
- .HighlightDeleted {
714
- background: var(--HighlightDeletedBackground, rgba(255, 0, 0, 0.2));
715
- border: 1px solid rgba(255, 0, 0, 0.2);
716
- contain: content;
717
- text-decoration: line-through;
718
- }
719
- /*************/
720
- /* IconButton.css */
721
- /*************/
722
- :root {
723
- --IconButtonDisabledForeground: rgba(204, 204, 204, 0.5);
724
- }
725
-
726
- .IconButton {
727
- width: 22px;
728
- height: 22px;
729
- contain: strict;
730
- flex-shrink: 0;
731
- background: transparent;
732
- border: none;
733
- color: #c5c5c5;
734
- border-radius: 5px;
735
- cursor: pointer;
736
- display: flex;
737
- padding: 0;
738
- }
739
-
740
- .IconButton:enabled:hover {
741
- background-color: hsla(0, 0%, 100%, 0.1);
742
- }
743
-
744
- .IconButton:focus-visible {
745
- outline: 1px solid #3d5252;
746
- outline-offset: -1px;
747
- }
748
-
749
- .IconButtonDisabled {
750
- color: var(--IconButtonDisabledForeground);
751
- }
752
- /*************/
753
- /* InputBox.css */
754
- /*************/
755
- :root {
756
- --InputBoxForeground: #e1e1e1;
757
- }
758
-
759
- .InputBox {
760
- width: 100%;
761
- margin: 0;
762
- border: none;
763
- outline: none;
764
- flex: 1;
765
- background: var(--InputBoxBackground);
766
- border: 1px solid var(--InputBoxBorder, rgb(55, 65, 63));
767
- padding: 4px 6px;
768
- color: var(--InputBoxForeground);
769
- font-size: 13px;
770
- height: 24px;
771
- contain: strict;
772
- }
773
-
774
- /* hide small "x" on chromium */
775
- .InputBox::-webkit-search-decoration,
776
- .InputBox::-webkit-search-cancel-button,
777
- .InputBox::-webkit-search-results-button,
778
- .InputBox::-webkit-search-results-decoration {
779
- display: none;
780
- }
781
-
782
- .SearchFieldInput {
783
- flex: 1;
784
- resize: none;
785
- color: var(--InputBoxForeground);
786
- border: none;
787
- font-size: 13px;
788
- height: 24px;
789
- contain: strict;
790
- line-height: 24px;
791
- width: 100%;
792
- padding: 4px 6px;
793
- }
794
-
795
- .SearchFieldInput {
796
- background: transparent;
797
- }
798
-
799
- .MultilineInputBox {
800
- width: 100%;
801
- margin: 0;
802
- border: none;
803
- outline: none;
804
- flex: 1;
805
- background: var(--InputBoxBackground);
806
- padding: 4px 6px;
807
- color: var(--InputBoxForeground);
808
- font-size: 13px;
809
- height: 24px;
810
- contain: strict;
811
- resize: none;
812
- overflow: hidden;
813
- white-space: pre;
814
- text-overflow: ellipsis;
815
- }
816
-
817
- .InputBox::placeholder,
818
- .MultilineInputBox::placeholder {
819
- color: var(--InputBoxPlaceholderForeground, rgba(255, 255, 255, 0.3));
820
- }
821
-
822
- .InputBox:focus {
823
- border-color: var(--FocusOutline, lightgray);
824
- }
825
- /*************/
826
- /* Label.css */
827
- /*************/
828
- .Label {
829
- white-space: nowrap;
830
- contain: content;
831
- overflow: hidden;
832
- text-overflow: ellipsis;
833
- min-width: 0;
834
- white-space: pre;
835
- }
836
-
837
- .LabelDetail {
838
- font-size: 0.9em;
839
- opacity: 0.7;
840
- contain: content;
841
- margin-left: 4px;
842
- }
843
-
844
- .StrikeThrough {
845
- text-decoration: line-through;
846
- }
847
- /*************/
848
- /* MaskIcon.css */
849
- /*************/
850
- .MaskIcon,
851
- .Icon {
852
- display: block;
853
- background: currentColor;
854
- mask-repeat: no-repeat;
855
- mask-size: var(--MaskIconSize);
856
- mask-position: 50% 50%;
857
- pointer-events: none;
858
- contain: strict;
859
- width: 100%;
860
- height: 100%;
861
- }
862
-
863
- .ColoredMaskIcon {
864
- width: 20px;
865
- height: 20px;
866
- contain: strict;
867
- display: block;
868
- background: currentColor;
869
- color: var(--TitleBarForeground, rgb(204, 204, 204));
870
- mask-repeat: no-repeat;
871
- mask-size: 16px;
872
- mask-position: 50% 50%;
873
- pointer-events: none;
874
- contain: strict;
875
- flex-shrink: 0;
876
- }
877
-
878
- .MaskIconMinimize,
879
- .IconMinimize {
880
- mask-image: url(/95c7ea1/icons/chrome-minimize.svg);
881
- }
882
-
883
- .MaskIconMaximize,
884
- .IconMaximize {
885
- mask-image: url(/95c7ea1/icons/chrome-maximize.svg);
886
- }
887
-
888
- .MaskIconRestore,
889
- .IconRestore {
890
- mask-image: url(/95c7ea1/icons/chrome-restore.svg);
891
- }
892
-
893
- .MaskIconPlay,
894
- .IconPlay {
895
- mask-image: url(/95c7ea1/icons/play.svg);
896
- }
897
-
898
- .MaskIconChromeClose,
899
- .IconChromeClose {
900
- mask-image: url(/95c7ea1/icons/chrome-close.svg);
901
- }
902
-
903
- .MaskIconFiles,
904
- .IconFiles {
905
- mask-image: url(/95c7ea1/icons/files.svg);
906
- }
907
-
908
- .MaskIconSearch,
909
- .IconSearch {
910
- mask-image: url(/95c7ea1/icons/search.svg);
911
- }
912
-
913
- .MaskIconSourceControl,
914
- .IconSourceControl {
915
- mask-image: url(/95c7ea1/icons/source-control.svg);
916
- }
917
-
918
- .MaskIconDebugAlt2,
919
- .IconDebugAlt2 {
920
- mask-image: url(/95c7ea1/icons/debug-alt-2.svg);
921
- }
922
-
923
- .MaskIconExtensions,
924
- .IconExtensions {
925
- mask-image: url(/95c7ea1/icons/extensions.svg);
926
- }
927
-
928
- .MaskIconSettingsGear,
929
- .IconSettingsGear {
930
- mask-image: url(/95c7ea1/icons/settings-gear.svg);
931
- }
932
-
933
- .MaskIconEllipsis,
934
- .IconEllipsis {
935
- mask-image: url(/95c7ea1/icons/ellipsis.svg);
936
- }
937
-
938
- .MaskIconArrowDown,
939
- .IconArrowDown {
940
- mask-image: url(/95c7ea1/icons/arrow-down.svg);
941
- }
942
-
943
- .MaskIconArrowUp,
944
- .IconArrowUp {
945
- mask-image: url(/95c7ea1/icons/arrow-up.svg);
946
- }
947
-
948
- .MaskIconClose,
949
- .IconClose,
950
- .EditorTabCloseButton:hover .MaskIconCircleFilled,
951
- .IconCircleFilled {
952
- mask-image: url(/95c7ea1/icons/close.svg);
953
- }
954
-
955
- .MaskIconCaseSensitive,
956
- .IconCaseSensitive {
957
- mask-image: url(/95c7ea1/icons/case-sensitive.svg);
958
- }
959
-
960
- .MaskIconWholeWord,
961
- .IconWholeWord {
962
- mask-image: url(/95c7ea1/icons/whole-word.svg);
963
- }
964
-
965
- .MaskIconRegex,
966
- .IconRegex {
967
- mask-image: url(/95c7ea1/icons/regex.svg);
968
- }
969
-
970
- .MaskIconChevronRight,
971
- .IconChevronRight {
972
- mask-image: url(/95c7ea1/icons/chevron-right.svg);
973
- }
974
-
975
- .MaskIconChevronDown,
976
- .IconChevronDown {
977
- mask-image: url(/95c7ea1/icons/chevron-down.svg);
978
- }
979
-
980
- .MaskIconRefresh,
981
- .IconRefresh {
982
- mask-image: url(/95c7ea1/icons/refresh.svg);
983
- }
984
-
985
- .MaskIconClearAll,
986
- .IconClearAll {
987
- mask-image: url(/95c7ea1/icons/clear-all.svg);
988
- }
989
-
990
- .MaskIconCloud {
991
- mask-image: url(/95c7ea1/icons/cloud.svg);
992
- }
993
-
994
- .MaskIconTag {
995
- mask-image: url(/95c7ea1/icons/tag.svg);
996
- }
997
-
998
- .MaskIconNewFile,
999
- .IconNewFile {
1000
- mask-image: url(/95c7ea1/icons/new-file.svg);
1001
- }
1002
-
1003
- .MaskIconNewFolder,
1004
- .IconNewFolder {
1005
- mask-image: url(/95c7ea1/icons/new-folder.svg);
1006
- }
1007
-
1008
- .MaskIconListFlat,
1009
- .IconListFlat {
1010
- mask-image: url(/95c7ea1/icons/list-flat.svg);
1011
- }
1012
-
1013
- .MaskIconCollapseAll,
1014
- .IconCollapseAll {
1015
- mask-image: url(/95c7ea1/icons/collapse-all.svg);
1016
- }
1017
-
1018
- .MaskIconFilter,
1019
- .IconFilter {
1020
- mask-image: url(/95c7ea1/icons/filter.svg);
1021
- }
1022
-
1023
- .MaskIconBlank,
1024
- .IconBlank {
1025
- mask-image: url(/95c7ea1/icons/blank.svg);
1026
- }
1027
-
1028
- .MaskIconCheck,
1029
- .IconCheck {
1030
- mask-image: url(/95c7ea1/icons/check.svg);
1031
- }
1032
-
1033
- .MaskIconEllipsis,
1034
- .IconEllipsis {
1035
- mask-image: url(/95c7ea1/icons/ellipsis.svg);
1036
- }
1037
-
1038
- .MaskIconBook,
1039
- .IconBook {
1040
- mask-image: url(/95c7ea1/icons/book.svg);
1041
- }
1042
-
1043
- .MaskIconAdd,
1044
- .IconAdd {
1045
- mask-image: url(/95c7ea1/icons/add.svg);
1046
- }
1047
-
1048
- .MaskIconTrash,
1049
- .IconTrash {
1050
- mask-image: url(/95c7ea1/icons/trash.svg);
1051
- }
1052
-
1053
- .MaskIconSplitHorizontal,
1054
- .IconSplitHorizontal {
1055
- mask-image: url(/95c7ea1/icons/split-horizontal.svg);
1056
- }
1057
-
1058
- .MaskIconReplace,
1059
- .IconReplace {
1060
- mask-image: url(/95c7ea1/icons/replace.svg);
1061
- }
1062
-
1063
- .MaskIconReplaceAll,
1064
- .IconReplaceAll {
1065
- mask-image: url(/95c7ea1/icons/replace-all.svg);
1066
- }
1067
-
1068
- .MaskIconChevronUp,
1069
- .IconChevronUp {
1070
- mask-image: url(/95c7ea1/icons/chevron-up.svg);
1071
- }
1072
-
1073
- .MaskIconArrowLeft,
1074
- .IconArrowLeft {
1075
- mask-image: url(/95c7ea1/icons/arrow-left.svg);
1076
- }
1077
-
1078
- .MaskIconArrowRight,
1079
- .IconArrowRight {
1080
- mask-image: url(/95c7ea1/icons/arrow-right.svg);
1081
- }
1082
-
1083
- .MaskIconLinkExternal,
1084
- .IconLinkExternal {
1085
- mask-image: url(/95c7ea1/icons/link-external.svg);
1086
- }
1087
-
1088
- .MaskIconExclude,
1089
- .IconExclude {
1090
- mask-image: url(/95c7ea1/icons/exclude.svg);
1091
- }
1092
-
1093
- .MaskIconGoToFile,
1094
- .IconGoToFile {
1095
- mask-image: url(/95c7ea1/icons/go-to-file.svg);
1096
- }
1097
-
1098
- .MaskIconDiscard,
1099
- .IconDiscard {
1100
- mask-image: url(/95c7ea1/icons/discard.svg);
1101
- }
1102
-
1103
- .MaskIconRemove,
1104
- .IconRemove {
1105
- mask-image: url(/95c7ea1/icons/remove.svg);
1106
- }
1107
-
1108
- .MaskIconError,
1109
- .IconError {
1110
- mask-image: url(/95c7ea1/icons/error.svg);
1111
- }
1112
-
1113
- .MaskIconCircleFilled,
1114
- .IconCircleFilled {
1115
- mask-image: url(/95c7ea1/icons/circle-filled.svg);
1116
- }
1117
-
1118
- .MaskIconInfo,
1119
- .IconInfo {
1120
- mask-image: url(/95c7ea1/icons/info.svg);
1121
- }
1122
-
1123
- .MaskIconSymbolValue,
1124
- .IconSymbolValue,
1125
- .MaskIconSymbolDefault,
1126
- .IconSymbolDefault {
1127
- mask-image: url(/95c7ea1/icons/symbol-enum.svg);
1128
- }
1129
-
1130
- .MaskIconSymbolProperty,
1131
- .IconSymbolProperty {
1132
- mask-image: url(/95c7ea1/icons/symbol-property.svg);
1133
- }
1134
-
1135
- .MaskIconSymbolFunction,
1136
- .IconSymbolFunction {
1137
- mask-image: url(/95c7ea1/icons/symbol-method.svg);
1138
- }
1139
-
1140
- .MaskIconSymbolVariable,
1141
- .IconSymbolVariable {
1142
- mask-image: url(/95c7ea1/icons/symbol-variable.svg);
1143
- }
1144
-
1145
- .MaskIconSymbolKeyword,
1146
- .IconSymbolKeyword {
1147
- mask-image: url(/95c7ea1/icons/symbol-keyword.svg);
1148
- }
1149
-
1150
- .MaskIconSymbolField,
1151
- .IconSymbolField {
1152
- mask-image: url(/95c7ea1/icons/symbol-field.svg);
1153
- }
1154
-
1155
- .MaskIconEdit,
1156
- .IconEdit {
1157
- mask-image: url(/95c7ea1/icons/edit.svg);
1158
- }
1159
-
1160
- .MaskIconSymbolFile,
1161
- .IconSymbolFile {
1162
- mask-image: url(/95c7ea1/icons/symbol-file.svg);
1163
- }
1164
-
1165
- .MaskIconDebugPause {
1166
- mask-image: url(/95c7ea1/icons/debug-pause.svg);
1167
- }
1168
-
1169
- .MaskIconDebugStepOver {
1170
- mask-image: url(/95c7ea1/icons/debug-step-over.svg);
1171
- }
1172
-
1173
- .MaskIconDebugStepInto {
1174
- mask-image: url(/95c7ea1/icons/debug-step-into.svg);
1175
- }
1176
-
1177
- .MaskIconDebugStepOut {
1178
- mask-image: url(/95c7ea1/icons/debug-step-out.svg);
1179
- }
1180
-
1181
- .MaskIconDebugContinue {
1182
- mask-image: url(/95c7ea1/icons/debug-continue.svg);
1183
- }
1184
-
1185
- .MaskIconTriangleRight {
1186
- mask-image: url(/95c7ea1/icons/triangle-right.svg);
1187
- }
1188
-
1189
- .MaskIconTriangleDown {
1190
- mask-image: url(/95c7ea1/icons/triangle-down.svg);
1191
- }
1192
-
1193
- .MaskIconDebugRestart {
1194
- mask-image: url(/95c7ea1/icons/debug-restart.svg);
1195
- }
1196
-
1197
- .MaskIconDebugStop {
1198
- mask-image: url(/95c7ea1/icons/debug-stop.svg);
1199
- }
1200
-
1201
- .MaskIconPreserveCase {
1202
- mask-image: url(/95c7ea1/icons/preserve-case.svg);
1203
- }
1204
-
1205
- .MaskIconListTree {
1206
- mask-image: url(/95c7ea1/icons/list-tree.svg);
1207
- }
1208
-
1209
- .MaskIconRecordKey {
1210
- mask-image: url(/95c7ea1/icons/record-keys.svg);
1211
- }
1212
- /*************/
1213
- /* Menu.css */
1214
- /*************/
1215
- /* based on https://github.com/microsoft/vscode/blob/91687c47955bd84db607ef8aaf24b7cf35bfd1ad/src/vs/base/browser/ui/menu/menu.ts#L1005 by Microsoft (License MIT) */
1216
-
1217
- .Menu {
1218
- top: 0;
1219
- left: 0;
1220
- position: absolute;
1221
- background: var(--MenuBackground, rgb(60, 60, 60));
1222
- color: var(--MenuForeground, white);
1223
- box-shadow: var(--MenuBoxShadow, rgb(0 0 0 / 36%) 0px 2px 8px);
1224
- user-select: none;
1225
- min-width: 150px;
1226
- margin: 0;
1227
- padding: 4px 0;
1228
- font-size: 13px;
1229
- z-index: 1;
1230
- outline: none;
1231
- pointer-events: auto;
1232
- border-radius: 5px;
1233
- }
1234
-
1235
- .MenuItem {
1236
- height: 26px;
1237
- padding: 0 28px;
1238
- align-items: center;
1239
- white-space: nowrap;
1240
- position: relative;
1241
- outline: none;
1242
- display: flex;
1243
- contain: content;
1244
- margin: 0 4px;
1245
- border-radius: 4px;
1246
- }
1247
-
1248
- .MenuItemFocused {
1249
- background: var(--MenuItemHoverBackground, #687f7b33);
1250
- color: var(--MenuItemHoverForeground, inherit);
1251
- outline: none;
1252
- }
1253
-
1254
- .MenuItemSubMenuArrowRight {
1255
- width: 16px;
1256
- height: 16px;
1257
- display: block;
1258
- mask-image: url(/95c7ea1/icons/chevron-right.svg);
1259
- mask-repeat: no-repeat;
1260
- mask-position: center;
1261
- mask-size: 100%;
1262
- background: currentColor;
1263
- margin-left: auto;
1264
- margin-right: -20px;
1265
- contain: strict;
1266
- }
1267
-
1268
- .MenuItemSeparator {
1269
- height: 11px;
1270
- position: relative;
1271
- contain: strict;
1272
- display: flex;
1273
- align-items: center;
1274
- }
1275
-
1276
- .MenuItemSeparatorLine {
1277
- width: 100%;
1278
- height: 1px;
1279
- background: var(--MenuItemSeparatorBackground, #606060);
1280
- }
1281
-
1282
- .MenuItemCheckMark {
1283
- padding: 0;
1284
- }
1285
-
1286
- .MenuItemCheckmarkIcon {
1287
- width: 26px;
1288
- height: 26px;
1289
- contain: strict;
1290
- mask-size: 20px;
1291
- mask-position: 50% 50%;
1292
- background: currentColor;
1293
- mask-repeat: no-repeat;
1294
- }
1295
-
1296
- .MenuItemKeyBinding {
1297
- padding-left: 2em;
1298
- margin-left: auto;
1299
- }
1300
- /*************/
1301
- /* MessageAction.css */
1302
- /*************/
1303
- .MessageAction {
1304
- text-decoration: underline;
1305
- margin-left: 4px;
1306
- }
1307
- /*************/
1308
- /* Mobile.css */
1309
- /*************/
1310
- body {
1311
- /* Disables pull-to-refresh since it interferes with scrolling */
1312
- overscroll-behavior: contain;
1313
-
1314
- /* Disable tap highlight on chrome android */
1315
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1316
- -webkit-tap-highlight-color: transparent;
1317
- }
1318
-
1319
- @media screen and (max-width: 600px) {
1320
- #QuickPick {
1321
- right: 0;
1322
- left: 0;
1323
- margin-right: auto;
1324
- margin-left: auto;
1325
- width: 90%;
1326
- }
1327
- }
1328
-
1329
- @media screen and (max-width: 600px) {
1330
- #QuickPick {
1331
- right: 0;
1332
- left: 0;
1333
- margin-right: auto;
1334
- margin-left: auto;
1335
- width: 90%;
1336
- }
1337
- }
1338
- /*************/
1339
- /* Notification.css */
1340
- /*************/
1341
- /* #Notifications {
1342
- width: 100%;
1343
- height: 100%;
1344
- } */
1345
-
1346
- .Notification {
1347
- color: white;
1348
- background: red;
1349
- z-index: 999;
1350
- background: black;
1351
- pointer-events: all;
1352
- position: fixed;
1353
- right: 30px;
1354
- bottom: 30px;
1355
- width: 250px;
1356
- height: 75px;
1357
- padding: 10px 5px;
1358
- background: rgb(40, 46, 47);
1359
- box-shadow: rgb(0 0 0 / 36%) 0px 0px 8px 2px;
1360
- }
1361
-
1362
- .NotificationMessage {
1363
- line-height: 22px;
1364
- overflow: hidden;
1365
- text-overflow: ellipsis;
1366
- flex: 1;
1367
- user-select: text;
1368
- margin: 0;
1369
- padding: 0;
1370
- }
1371
-
1372
- .NotificationOption {
1373
- color: rgb(255, 255, 255);
1374
- background-color: rgb(47, 98, 96);
1375
- width: fit-content;
1376
- width: -moz-fit-content;
1377
- padding: 5px 10px;
1378
- display: inline-block;
1379
- font-size: 12px;
1380
- overflow: hidden;
1381
- text-overflow: ellipsis;
1382
- box-sizing: border-box;
1383
- display: flex;
1384
- width: 100%;
1385
- padding: 4px;
1386
- text-align: center;
1387
- cursor: pointer;
1388
- justify-content: center;
1389
- align-items: center;
1390
- }
1391
- /*************/
1392
- /* ProblemsIcon.css */
1393
- /*************/
1394
- .ProblemsIcon {
1395
- width: 16px;
1396
- height: 16px;
1397
- contain: strict;
1398
- mask-repeat: no-repeat;
1399
- mask-size: 100%;
1400
- mask-position: 50% 50%;
1401
- background: currentColor;
1402
- }
1403
-
1404
- .ProblemsErrorIcon {
1405
- color: var(--ProblemsErrorIconForeground, #b64e4e);
1406
- mask-image: url(/95c7ea1/icons/error.svg);
1407
- }
1408
-
1409
- .ProblemsWarningIcon {
1410
- color: var(--ProblemsWarningIconForeground, #91b147);
1411
- mask-image: url(/95c7ea1/icons/warning.svg);
1412
- }
1413
- /*************/
1414
- /* ScrollBar.css */
1415
- /*************/
1416
- .ScrollBar {
1417
- position: absolute;
1418
- right: 0;
1419
- top: 0;
1420
- width: 14px;
1421
- bottom: 0;
1422
- contain: strict;
1423
- cursor: default;
1424
- }
1425
-
1426
- .ScrollBarHorizontal,
1427
- .ScrollBarHorizontalSmall {
1428
- left: 0;
1429
- top: auto;
1430
- height: 14px;
1431
- width: auto;
1432
- }
1433
-
1434
- .ScrollBarHorizontalSmall {
1435
- height: 3px;
1436
- }
1437
-
1438
- .ScrollBarLarge {
1439
- width: 28px;
1440
- }
1441
-
1442
- .ScrollBarSmall {
1443
- width: 10px;
1444
- }
1445
- /*************/
1446
- /* ScrollBarThumb.css */
1447
- /*************/
1448
- .ScrollBarThumb {
1449
- width: 100%;
1450
- /* height: 40px; */
1451
- position: absolute;
1452
- contain: strict;
1453
- background: var(--EditorScrollBarBackground, rgba(57, 71, 71, 0.6));
1454
- }
1455
-
1456
- .ScrollBarThumbActive {
1457
- background: var(--ScrollBarThumbActiveBackground, rgba(83, 100, 100, 0.4));
1458
- }
1459
-
1460
- .ScrollBarThumbHorizontal {
1461
- height: 100%;
1462
- width: auto;
1463
- }
1464
- /*************/
1465
- /* SearchField.css */
1466
- /*************/
1467
- .SearchFieldContainer {
1468
- contain: content;
1469
- display: flex;
1470
- height: 26px;
1471
- gap: 4px;
1472
- flex: 1;
1473
- }
1474
-
1475
- .SearchField {
1476
- display: flex;
1477
- border: 1px solid var(--InputBoxBorder, rgb(55, 65, 63));
1478
- background: var(--InputBoxBackground, rgb(36, 41, 42));
1479
- contain: strict;
1480
- height: 26px;
1481
- flex-grow: 1;
1482
- }
1483
-
1484
- .SearchFieldButtons {
1485
- padding-top: 2px;
1486
- padding-right: 2px;
1487
- contain: content;
1488
- display: flex;
1489
- gap: 2px;
1490
- }
1491
-
1492
- .SearchFieldButton {
1493
- position: relative;
1494
- background: transparent;
1495
- border: 1px solid transparent;
1496
- color: white;
1497
- contain: strict;
1498
- width: 20px;
1499
- height: 20px;
1500
- cursor: pointer;
1501
- padding: 1px;
1502
- }
1503
-
1504
- .SearchFieldButton:focus-visible {
1505
- outline: 1px solid #3d5252;
1506
- outline-offset: -1px;
1507
- }
1508
-
1509
- .SearchFieldButton:where(:hover) {
1510
- background: rgba(90, 93, 94, 0.31);
1511
- }
1512
-
1513
- .SearchFieldButtonChecked {
1514
- border-color: #a03f9b;
1515
- }
1516
-
1517
- .SearchButtonReplaceAll {
1518
- position: relative;
1519
- }
1520
- /*************/
1521
- /* SearchHeader.css */
1522
- /*************/
1523
- .SearchHeader {
1524
- padding-top: 5px;
1525
- contain: content;
1526
- }
1527
-
1528
- .SearchHeaderTop {
1529
- display: flex;
1530
- contain: content;
1531
- padding-right: 12px;
1532
- }
1533
-
1534
- .SearchHeaderTopRight {
1535
- display: flex;
1536
- flex-direction: column;
1537
- flex: 1;
1538
- contain: content;
1539
- gap: 6px;
1540
- }
1541
-
1542
- .SearchHeaderDetails {
1543
- display: flex;
1544
- position: relative;
1545
- contain: strict;
1546
- width: 100%;
1547
- height: 30px;
1548
- justify-content: space-between;
1549
- padding-right: 10px;
1550
- align-items: end;
1551
- }
1552
-
1553
- .SearchHeaderDetailsExpanded {
1554
- display: flex;
1555
- flex-direction: column;
1556
- }
1557
-
1558
- .ToggleDetails {
1559
- width: 20px;
1560
- height: 20px;
1561
- --MaskIconSize: 15px;
1562
- cursor: pointer;
1563
- align-self: flex-start;
1564
- }
1565
-
1566
- .SearchHeaderDetailsExpanded {
1567
- padding: 10px;
1568
- contain: content;
1569
- padding-left: 20px;
1570
- padding-top: 0;
1571
- }
1572
-
1573
- /* TODO avoid nesting */
1574
-
1575
- .SearchHeaderDetailsExpanded .ViewletSearchMessage {
1576
- padding-left: 0;
1577
- }
1578
-
1579
- .SearchHeaderDetailsExpanded .ViewletSearchMessage {
1580
- padding-left: 0;
1581
- }
1582
-
1583
- .SearchHeaderDetailsHeading {
1584
- font-size: 11px;
1585
- font-weight: 400;
1586
- margin: 0;
1587
- overflow: hidden;
1588
- padding: 4px 0 0;
1589
- text-overflow: ellipsis;
1590
- white-space: nowrap;
1591
- color: rgb(188, 190, 190);
1592
- flex: 1;
1593
- }
1594
-
1595
- .SearchHeaderDetailsExpandedTop {
1596
- display: flex;
1597
- flex-direction: row-reverse;
1598
- justify-content: space-between;
1599
- }
1600
- /*************/
1601
- /* SearchMessage.css */
1602
- /*************/
1603
- .ViewletSearchMessage {
1604
- color: rgba(156, 162, 160, 0.65);
1605
- padding-bottom: 8px;
1606
- padding-top: 5px;
1607
- padding-left: 22px;
1608
- contain: content;
1609
- line-height: 13px;
1610
- }
1611
- /*************/
1612
- /* SplitButton.css */
1613
- /*************/
1614
- .SplitButton {
1615
- background: var(--SplitButtonBackground, rgb(35, 112, 112));
1616
- color: var(--SplitButtonForeground, white);
1617
- height: 28px;
1618
- contain: strict;
1619
- display: flex;
1620
- border-radius: 2px;
1621
- margin-right: 12px;
1622
- margin-left: 19px;
1623
- margin-bottom: 6px;
1624
- }
1625
-
1626
- .SplitButtonContent {
1627
- contain: strict;
1628
- flex: 1;
1629
- display: flex;
1630
- justify-content: center;
1631
- align-items: center;
1632
- cursor: pointer;
1633
- outline: none;
1634
- }
1635
-
1636
- .SplitButtonContent:where(:hover),
1637
- .SplitButtonContent:where(:focus),
1638
- .SplitButtonDropDown:where(:hover),
1639
- .SplitButtonDropDown:where(:focus) {
1640
- background: var(--SplitButtonHoverBackground, #387674);
1641
- }
1642
-
1643
- .SplitButtonDisabled {
1644
- background: #2f6260;
1645
- opacity: 0.4;
1646
- }
1647
-
1648
- .SplitButtonContentDisabled,
1649
- .SplitButtonDropDownDisabled {
1650
- cursor: default;
1651
- }
1652
-
1653
- .SplitButtonSeparator {
1654
- height: 90%;
1655
- width: 1px;
1656
- background: rgba(255, 255, 255, 0.4);
1657
- contain: strict;
1658
- }
1659
-
1660
- .SplitButtonDropDown {
1661
- width: 25px;
1662
- height: 100%;
1663
- contain: strict;
1664
- cursor: pointer;
1665
- border-right: 1px solid transparent;
1666
- outline: none;
1667
- }
1668
- /*************/
1669
- /* Symbol.css */
1670
- /*************/
1671
- :root {
1672
- --SymbolValueForeground: #ee9d28;
1673
- --SymbolPropertyForeground: #aaaaaa;
1674
- --SymbolVariableForeground: #75beff;
1675
- --SymbolFunctionForeground: #b180d7;
1676
- --SymbolKeywordForeground: #9ca2a0;
1677
- --SymbolFieldForeground: #75beff;
1678
- }
1679
-
1680
- .SymbolValue,
1681
- .SymbolDefault {
1682
- color: var(--SymbolValueForeground);
1683
- mask-image: url(/95c7ea1/icons/symbol-enum.svg);
1684
- }
1685
-
1686
- .SymbolProperty {
1687
- color: var(--SymbolPropertyForeground);
1688
- mask-image: url(/95c7ea1/icons/symbol-property.svg);
1689
- }
1690
-
1691
- .SymbolFunction {
1692
- color: var(--SymbolFunctionForeground);
1693
- mask-image: url(/95c7ea1/icons/symbol-method.svg);
1694
- }
1695
-
1696
- .SymbolVariable {
1697
- color: var(--SymbolVariableForeground);
1698
- mask-image: url(/95c7ea1/icons/symbol-variable.svg);
1699
- }
1700
-
1701
- .SymbolKeyword {
1702
- color: var(--SymbolKeywordForeground);
1703
- mask-image: url(/95c7ea1/icons/symbol-keyword.svg);
1704
- }
1705
-
1706
- .SymbolField {
1707
- color: var(--SymbolFieldForeground);
1708
- mask-image: url(/95c7ea1/icons/symbol-field.svg);
1709
- }
1710
- /*************/
1711
- /* TreeItem.css */
1712
- /*************/
1713
- .TreeItem {
1714
- color: var(--TreeItemForeground, rgb(188, 190, 190));
1715
- display: flex;
1716
- gap: 4px;
1717
- height: 22px;
1718
- line-height: 22px;
1719
- contain: strict;
1720
- width: 100%;
1721
- align-items: center;
1722
- cursor: pointer;
1723
- }
1724
-
1725
- .TreeItem:where(:hover) {
1726
- background: var(--TreeItemHoverBackground, rgba(64, 92, 80, 0.2));
1727
- color: var(--TreeItemHoverForeground, #e0e0e0);
1728
- }
1729
-
1730
- /* TODO don't use id for styling */
1731
- #TreeItemActive,
1732
- .TreeItemActive {
1733
- background: var(--TreeItemActiveBackground, rgba(59, 71, 66, 0.5));
1734
- }
1735
- /*************/
1736
- /* Viewlet.css */
1737
- /*************/
1738
- .Viewlet {
1739
- contain: strict;
1740
- flex: 1;
1741
- }
1742
-
1743
- .ViewletError {
1744
- color: lightgray;
1745
- position: absolute;
1746
- top: 50%;
1747
- left: 50%;
1748
- transform: translate(-50%, -50%);
1749
- padding: 1rem;
1750
- width: 100%;
1751
- text-align: center;
1752
- }
1753
- /*************/
1754
- /* ViewletActivityBar.css */
1755
- /*************/
1756
- .ActivityBar {
1757
- color: var(--ActivityBarForeground);
1758
- display: flex;
1759
- flex-direction: column;
1760
- }
1761
- /*************/
1762
- /* ViewletColorPicker.css */
1763
- /*************/
1764
- .ColorPicker {
1765
- /* TODO */
1766
- width: calc(300px + 40px); /* extra space for scroll bar thumb */
1767
- height: 200px;
1768
- contain: strict;
1769
- display: flex;
1770
- flex-direction: column;
1771
- background: var(--MainBackground);
1772
- padding: 0 20px;
1773
- pointer-events: all;
1774
- }
1775
-
1776
- .ColorPickerRectangle {
1777
- contain: strict;
1778
- flex: 1;
1779
- }
1780
-
1781
- .ColorPickerBackgroundColor,
1782
- .ColorPickerLight,
1783
- .ColorPickerDark {
1784
- position: absolute;
1785
- inset: 0;
1786
- contain: strict;
1787
- }
1788
-
1789
- .ColorPickerBackgroundColor {
1790
- background: var(--ColorPickerColor);
1791
- }
1792
-
1793
- .ColorPickerLight {
1794
- background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
1795
- }
1796
-
1797
- .ColorPickerDark {
1798
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
1799
- }
1800
-
1801
- .ColorPickerSlider {
1802
- height: 10px;
1803
- width: 100%;
1804
- background: linear-gradient(to right, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
1805
- border-radius: 5px;
1806
- position: relative;
1807
- margin: 20px auto;
1808
- contain: strict;
1809
- }
1810
-
1811
- .ColorPickerSliderThumb {
1812
- position: absolute;
1813
- top: calc(-15px + 2px + 5px + 150px + 20px + 2px);
1814
- left: calc(-15px + 2px + 5px + 20px);
1815
- width: 20px;
1816
- height: 20px;
1817
- border-radius: 50%;
1818
- border: 2px solid white;
1819
- touch-action: none;
1820
- background: var(--ColorPickerColor);
1821
- contain: strict;
1822
- }
1823
- /*************/
1824
- /* ViewletEditor.css */
1825
- /*************/
1826
- /* TODO this should not be global */
1827
- .Editor {
1828
- width: 100%;
1829
- height: 100%;
1830
- background: var(--MainBackground);
1831
- color: white;
1832
- outline: none;
1833
- border: none;
1834
- font-family: var(--EditorFontFamily);
1835
- position: relative;
1836
- white-space: pre;
1837
- font-size: var(--EditorFontSize);
1838
- letter-spacing: var(--EditorLetterSpacing);
1839
- font-feature-settings: var(--EditorFontFeatureSettings);
1840
- tab-size: var(--EditorTabSize);
1841
- font-display: block;
1842
- cursor: text;
1843
- font-weight: var(--EditorFontWeight);
1844
- position: absolute;
1845
- display: flex;
1846
- }
1847
-
1848
- .EditorContent {
1849
- contain: strict;
1850
- width: 100%;
1851
- height: 100%;
1852
- }
1853
-
1854
- .EditorLayers {
1855
- contain: strict;
1856
- width: 100%;
1857
- height: 100%;
1858
- }
1859
-
1860
- .EditorRows {
1861
- white-space: pre;
1862
- width: 100%;
1863
- height: 100%;
1864
- contain: strict;
1865
- }
1866
-
1867
- .EditorRow {
1868
- display: block;
1869
- height: var(--EditorLineHeight);
1870
- line-height: var(--EditorLineHeight);
1871
- contain: strict;
1872
- }
1873
-
1874
- .Editors {
1875
- flex: 1;
1876
- }
1877
-
1878
- .EditorCursor {
1879
- width: 2px;
1880
- height: var(--EditorLineHeight);
1881
- position: absolute;
1882
- top: 0;
1883
- left: 0;
1884
- background: var(--EditorCursorBackground, red);
1885
- pointer-events: none;
1886
- contain: strict;
1887
- }
1888
-
1889
- .ScrollBarDiagnostics {
1890
- top: 0;
1891
- right: 0;
1892
- bottom: 0;
1893
- position: absolute;
1894
- width: 14px;
1895
- }
1896
-
1897
- .ScrollBarDiagnostic {
1898
- height: 5px;
1899
- background: red;
1900
- width: 100%;
1901
- position: absolute;
1902
- }
1903
-
1904
- .EditorInput {
1905
- position: absolute;
1906
- width: 0;
1907
- height: 0;
1908
- top: 0;
1909
- left: 0;
1910
- opacity: 0;
1911
- padding: 0;
1912
- border: 0;
1913
- font-size: 1px; /* needs to be at least one pixel because otherwise chrome will not emit input events */
1914
- top: -9999px;
1915
- left: -9999px;
1916
- /* contain: strict; */
1917
- /* visibility: hidden; */
1918
- }
1919
-
1920
- /* interesting: could do transform via css -> only set data-row, data-column on editor cursor */
1921
- /* .EditorCursor::after {
1922
- position: absolute;
1923
- content: attr(data-row-index);
1924
- } */
1925
-
1926
- /* great css solution -> only nesting is bad -> can be avoided?
1927
- .Editor:not(:focus-within) .EditorCursor {
1928
- display: none;
1929
- } */
1930
-
1931
- .EditorSelection {
1932
- position: absolute;
1933
- top: 0;
1934
- left: 0;
1935
- pointer-events: none;
1936
- background: var(--EditorSelectionBackground);
1937
- }
1938
-
1939
- .Token {
1940
- contain: content;
1941
- }
1942
-
1943
- .LayerCursor,
1944
- .LayerDiagnostics {
1945
- position: absolute;
1946
- inset: 0;
1947
- pointer-events: none;
1948
- }
1949
-
1950
- .Diagnostic {
1951
- position: absolute;
1952
- contain: strict;
1953
- }
1954
-
1955
- .DiagnosticError {
1956
- background: url(/95c7ea1/icons/squiggly-error.svg) repeat-x bottom left;
1957
- }
1958
-
1959
- .DiagnosticWarning {
1960
- background: url(/95c7ea1/icons/squiggly-warning.svg) repeat-x bottom left;
1961
- }
1962
-
1963
- .Token.EditorGoToDefinitionLink {
1964
- color: #4e94ce !important;
1965
- text-decoration: underline;
1966
- cursor: pointer;
1967
- }
1968
-
1969
- .EditorOverlayMessage {
1970
- padding: 1px 4px;
1971
- background-color: #063b49;
1972
- border: 1px solid #007acc;
1973
- color: white;
1974
- pointer-events: all;
1975
- user-select: text;
1976
- }
1977
-
1978
- .Link {
1979
- text-decoration: underline;
1980
- }
1981
-
1982
- .Gutter {
1983
- contain: strict;
1984
- width: 30px;
1985
- height: 100%;
1986
- display: flex;
1987
- flex-direction: column;
1988
- }
1989
-
1990
- .Gutter:empty {
1991
- display: none;
1992
- }
1993
-
1994
- .LineNumber {
1995
- color: var(--EditorLineNumberForeground, rgba(155, 162, 160, 0.3));
1996
- contain: strict;
1997
- margin-right: 1px;
1998
- height: var(--EditorLineHeight);
1999
- text-align: right;
2000
- }
2001
- /*************/
2002
- /* ViewletEditorCodeGenerator.css */
2003
- /*************/
2004
- .CodeGeneratorWidget {
2005
- background: var(--HoverWidgetBackground, #282e2f);
2006
- border: 1px solid;
2007
- border-color: var(--EditorWidgetBorder, #454545);
2008
- color: var(--ListForeground, white);
2009
- border-radius: 2px;
2010
- z-index: 922;
2011
- pointer-events: all;
2012
- position: absolute;
2013
- display: flex;
2014
- flex-direction: column;
2015
- }
2016
-
2017
- .CodeGeneratorMessage {
2018
- font-size: 11px;
2019
- padding: 3px;
2020
- }
2021
- /*************/
2022
- /* ViewletEditorCompletion.css */
2023
- /*************/
2024
- .EditorCompletion {
2025
- background: var(--CompletionListBackground, #282e2f);
2026
- color: var(--CompletionListForeground, white);
2027
- user-select: none;
2028
- font-size: 15px;
2029
- pointer-events: all;
2030
- border: 1px solid;
2031
- border-color: var(--CompletionListBorder, #95a29d);
2032
- font-family: var(--EditorFontFamily);
2033
- position: absolute;
2034
- }
2035
-
2036
- .EditorCompletionItem {
2037
- height: 20px;
2038
- width: 100%;
2039
- display: flex;
2040
- align-items: center;
2041
- white-space: nowrap;
2042
- contain: strict;
2043
- gap: 5px;
2044
- padding-left: 1px;
2045
- position: absolute;
2046
- cursor: pointer;
2047
- }
2048
-
2049
- /* TODO reuse same highlight css for quickpick */
2050
- .EditorCompletionItemHighlight {
2051
- color: var(--CompletionHighlightForeground, #e1b974);
2052
- font-weight: 700;
2053
- contain: content;
2054
- }
2055
-
2056
- .EditorCompletionItem:where(:hover) {
2057
- background: var(--CompletionListItemHoverBackground, rgba(64, 92, 80, 0.2));
2058
- }
2059
-
2060
- .EditorCompletionItemFocused {
2061
- background: var(--CompletionListItemActiveBackground, #405c50);
2062
- color: var(--CompletionListItemActiveForeground);
2063
- }
2064
-
2065
- /* TODO maybe put this all into editor */
2066
-
2067
- /* Rename Widget */
2068
- .RenameWidget {
2069
- position: absolute;
2070
- top: 0;
2071
- left: 0;
2072
- pointer-events: auto;
2073
- }
2074
-
2075
- /* Error Widget */
2076
- .EditorWidgetError {
2077
- position: absolute;
2078
- top: 0;
2079
- left: 0;
2080
- color: white;
2081
- background: rgb(37, 35, 35);
2082
- pointer-events: auto;
2083
- }
2084
-
2085
- .EditorCompletionItemDeprecated {
2086
- text-decoration: line-through;
2087
- }
2088
- /*************/
2089
- /* ViewletEditorCompletionDetail.css */
2090
- /*************/
2091
- .EditorCompletionDetails {
2092
- position: absolute;
2093
- z-index: 1;
2094
- background: var(--CompletionListBackground, #282e2f);
2095
- padding: 5px;
2096
- pointer-events: all;
2097
- border: 1px solid;
2098
- border-color: var(--CompletionListBorder, #95a29d);
2099
- }
2100
-
2101
- .CompletionDetailCloseButton {
2102
- position: absolute;
2103
- top: 0;
2104
- right: 0;
2105
- width: 20px;
2106
- height: 20px;
2107
- }
2108
- /*************/
2109
- /* ViewletEditorError.css */
2110
- /*************/
2111
- :root {
2112
- --IconErrorForeground: rgb(182, 78, 78);
2113
- }
2114
-
2115
- .TextEditorError {
2116
- display: flex;
2117
- flex-direction: column;
2118
- align-items: center;
2119
- justify-content: center;
2120
- gap: 10px;
2121
- font-size: 14px;
2122
- color: rgb(156, 162, 160);
2123
- padding-left: 16px;
2124
- padding-right: 16px;
2125
- }
2126
-
2127
- .EditorTextIcon {
2128
- width: 48px;
2129
- height: 48px;
2130
- contain: strict;
2131
- --MaskIconSize: 48px;
2132
- }
2133
-
2134
- .EditorTextIconError {
2135
- color: var(--IconErrorForeground);
2136
- }
2137
- /*************/
2138
- /* ViewletEditorHover.css */
2139
- /*************/
2140
- :root {
2141
- --HoverWidgetForeground: #9ca2a0;
2142
- --HoverWidgetBackground: #282e2f;
2143
- }
2144
-
2145
- .EditorHover {
2146
- background: var(--HoverWidgetBackground, #282e2f);
2147
- border-color: var(--CompletionListBorder, #95a29d);
2148
- border: 1px solid;
2149
- bottom: 0;
2150
- color: var(--HoverWidgetForeground, white);
2151
- contain: content;
2152
- cursor: text;
2153
- display: flex;
2154
- flex-direction: column;
2155
- gap: 3px;
2156
- min-height: 20px;
2157
- position: absolute;
2158
- user-select: text;
2159
- overflow: auto;
2160
- pointer-events: all;
2161
- }
2162
-
2163
- /* TODO use javascript scrollbar */
2164
- .EditorHover::-webkit-scrollbar {
2165
- height: 14px;
2166
- }
2167
-
2168
- .EditorHover::-webkit-scrollbar-track {
2169
- background: transparent;
2170
- }
2171
-
2172
- .EditorHover::-webkit-scrollbar-thumb {
2173
- background: var(--EditorScrollBarBackground);
2174
- }
2175
-
2176
- .HoverEditorRow {
2177
- display: block;
2178
- height: var(--EditorLineHeight);
2179
- line-height: var(--EditorLineHeight);
2180
- /* contain: strict; */
2181
- }
2182
-
2183
- .HoverDisplayString {
2184
- white-space: pre;
2185
- /* contain: content; */
2186
- font-family: var(--EditorFontFamily);
2187
- font-size: var(--EditorFontSize);
2188
- letter-spacing: var(--EditorLetterSpacing);
2189
- font-feature-settings: var(--EditorFontFeatureSettings);
2190
- tab-size: var(--EditorTabSize);
2191
- font-display: block;
2192
- padding: 4px 8px;
2193
- }
2194
-
2195
- /* TODO don't use pseudo selectors */
2196
- .HoverDisplayString:not(:first-child) {
2197
- border-top: 1px solid rgba(149, 162, 157, 0.5);
2198
- }
2199
-
2200
- .HoverDocumentation {
2201
- contain: content;
2202
- font-size: 15px;
2203
- line-height: 1.33333;
2204
- padding: 4px 8px;
2205
- }
2206
-
2207
- .HoverProblem {
2208
- contain: content;
2209
- display: flex;
2210
- }
2211
-
2212
- .HoverProblemMessage {
2213
- content: content;
2214
- }
2215
-
2216
- .HoverProblemDetail {
2217
- opacity: 0.6;
2218
- contain: content;
2219
- padding-left: 6px;
2220
- }
2221
- /*************/
2222
- /* ViewletEditorRename.css */
2223
- /*************/
2224
- .EditorRename {
2225
- z-index: 22;
2226
- pointer-events: all;
2227
- position: absolute;
2228
- }
2229
- /*************/
2230
- /* ViewletEditorSourceActions.css */
2231
- /*************/
2232
- .EditorSourceActions {
2233
- background: var(--HoverWidgetBackground, #282e2f);
2234
- border: 1px solid;
2235
- border-color: var(--EditorWidgetBorder, #454545);
2236
- color: var(--ListForeground, white);
2237
- border-radius: 2px;
2238
- z-index: 22;
2239
- pointer-events: all;
2240
- position: absolute;
2241
- }
2242
-
2243
- .SourceActionHeading {
2244
- height: 26px;
2245
- contain: strict;
2246
- padding: 0 10px;
2247
- line-height: 26px;
2248
- color: var(--DescriptionForeground, rgba(156, 162, 160, 0.7));
2249
- }
2250
-
2251
- .SourceActionItem {
2252
- height: 24px;
2253
- contain: strict;
2254
- padding: 0 10px;
2255
- line-height: 24px;
2256
- display: flex;
2257
- }
2258
-
2259
- .SourceActionItem:where(:hover) {
2260
- background: var(--ListHoverBackground);
2261
- color: var(--ListHoverForeground);
2262
- }
2263
-
2264
- .SourceActionItemFocused {
2265
- background: var(--ListHoverBackground);
2266
- color: var(--ListHoverForeground);
2267
- }
2268
-
2269
- .SourceActionIcon {
2270
- position: relative;
2271
- width: 20px;
2272
- height: 20px;
2273
- --MaskIconSize: 14px;
2274
- }
2275
- /*************/
2276
- /* ViewletExplorer.css */
2277
- /*************/
2278
- :root {
2279
- --DropTargetBackground: #062f4a;
2280
- }
2281
-
2282
- .Explorer {
2283
- outline: none;
2284
- }
2285
-
2286
- .ListItems {
2287
- user-select: none;
2288
- }
2289
-
2290
- .DropTarget {
2291
- background: var(--DropTargetBackground);
2292
- }
2293
- /*************/
2294
- /* ViewletFindWidget.css */
2295
- /*************/
2296
- :root {
2297
- --ErrorForeground: #f48771;
2298
- }
2299
-
2300
- .FindWidget {
2301
- /* TODO create separate variable for this */
2302
- background: var(--ActivityBarBackground);
2303
- z-index: 1;
2304
- display: flex;
2305
- padding: 0 4px;
2306
- position: absolute;
2307
- --MaskIconSize: 16px;
2308
- pointer-events: all;
2309
- }
2310
-
2311
- .FindWidgetRight {
2312
- display: flex;
2313
- flex-direction: column;
2314
- contain: strict;
2315
- flex: 1;
2316
- }
2317
-
2318
- .FindWidgetFind {
2319
- display: flex;
2320
- contain: strict;
2321
- flex: 1;
2322
- align-items: center;
2323
- }
2324
-
2325
- .FindWidgetReplace {
2326
- display: flex;
2327
- contain: strict;
2328
- flex: 1;
2329
- align-items: center;
2330
- }
2331
-
2332
- .FindWidgetDetails {
2333
- display: flex;
2334
- contain: content;
2335
- align-items: center;
2336
- height: 100%;
2337
- }
2338
-
2339
- .FindWidgetMatchCount {
2340
- width: 70px;
2341
- white-space: nowrap;
2342
- flex-shrink: 0;
2343
- contain: strict;
2344
- height: 100%;
2345
- display: flex;
2346
- align-items: center;
2347
- margin-left: 3px;
2348
- font-size: 13px;
2349
- }
2350
-
2351
- .FindWidgetMatchCountEmpty {
2352
- color: var(--ErrorForeground);
2353
- }
2354
- /*************/
2355
- /* ViewletLayout.css */
2356
- /*************/
2357
- .Workbench {
2358
- width: 100%;
2359
- height: 100%;
2360
- contain: strict;
2361
- font-size: 13px;
2362
- line-height: 1.4;
2363
- }
2364
-
2365
- .TitleBar,
2366
- .SideBar,
2367
- .Main,
2368
- .ActivityBar,
2369
- .Panel,
2370
- .StatusBar {
2371
- /*
2372
- * not sure why this works, but position fixed combined with backface
2373
- * visibility hidden gives great rendering performance,
2374
- * see also https://benfrain.com/improving-css-performance-fixed-position-elements/
2375
- *
2376
- *
2377
- * typing benchmark (before):
2378
- * 216ms scripting
2379
- * 62ms rendering
2380
- * 26ms painting
2381
- * 100ms system
2382
- *
2383
- * typing benchmark (after):
2384
- * 189ms scripting
2385
- * 117ms rendering
2386
- * 41ms painting
2387
- * 122ms system
2388
- */
2389
- position: fixed;
2390
- backface-visibility: hidden;
2391
- transform: translateZ(0);
2392
- }
2393
-
2394
- .ActivityBar {
2395
- background: var(--ActivityBarBackground);
2396
- }
2397
-
2398
- .SideBar {
2399
- background: var(--SideBarBackground, rgb(30, 35, 36));
2400
- }
2401
-
2402
- .Main {
2403
- background: var(--MainBackground);
2404
- }
2405
-
2406
- .StatusBar {
2407
- background: var(--StatusBarBackground);
2408
- }
2409
-
2410
- .TitleBar {
2411
- background: rgb(40, 46, 47);
2412
- background: var(--TitleBarBackground);
2413
- }
2414
-
2415
- .Panel {
2416
- background: var(--PanelBackground);
2417
- }
2418
- /*************/
2419
- /* ViewletList.css */
2420
- /*************/
2421
- .List {
2422
- position: relative;
2423
- }
2424
-
2425
- .ListItems {
2426
- flex: 1;
2427
- contain: strict;
2428
- position: relative;
2429
- height: 100%;
2430
- }
2431
- /*************/
2432
- /* ViewletMain.css */
2433
- /*************/
2434
- .Main {
2435
- background: var(--MainBackground);
2436
- position: absolute;
2437
- }
2438
-
2439
- .DragOverlay {
2440
- position: absolute;
2441
- background: rgba(83, 89, 93, 0.5);
2442
- z-index: 1;
2443
- pointer-events: none;
2444
- transition: all 100ms;
2445
- contain: strict;
2446
- }
2447
-
2448
- /* TODO make all error viewlets position absolute? */
2449
- .Main .Error {
2450
- position: absolute;
2451
- }
2452
- /*************/
2453
- /* ViewletQuickPick.css */
2454
- /*************/
2455
- /* TODO commit 9fcc3db9e37ec708459f3ba96715ca1286fc53b4 might be a bit faster
2456
- for quickpick to open (3.3ms recalculcate style vs 4.2ms now) */
2457
-
2458
- /* TODO recalculate style is really slow in chrome for unknown reasons */
2459
- .QuickPick {
2460
- position: absolute;
2461
- width: 600px;
2462
- top: 50px;
2463
- left: 50%;
2464
- margin-left: -300px; /* TODO maybe this should be 301px because of padding to be centered */
2465
- padding: 0 1px 6px;
2466
- background: var(--QuickPickBackground);
2467
- color: var(--ListForeground);
2468
- box-sizing: border-box;
2469
- /* TODO is this useful? */
2470
- contain: content !important;
2471
- /* TODO is this useful? */
2472
- /* transform: translate3d(0, 0, 0); */
2473
- display: flex;
2474
- flex-direction: column;
2475
- pointer-events: all;
2476
- /* inset: 0; */
2477
- /* will-change: transform; */
2478
- box-shadow: rgb(0 0 0 / 15%) 0px 0px 8px 2px;
2479
- }
2480
-
2481
- .QuickPickHeader {
2482
- display: flex;
2483
- padding: 8px 6px 6px;
2484
- height: 38px;
2485
- contain: strict;
2486
- }
2487
-
2488
- .QuickPickItems {
2489
- outline: 0;
2490
- margin: 0;
2491
- padding: 0 5px;
2492
- overflow: hidden;
2493
- contain: strict;
2494
- background: var(--QuickPickBackground);
2495
- }
2496
-
2497
- .QuickPickItem {
2498
- display: flex;
2499
- white-space: nowrap;
2500
- align-items: center;
2501
- width: 100%;
2502
- height: 22px;
2503
- font-size: 13px;
2504
- margin: 0;
2505
- padding: 0 6px 0 11px;
2506
- contain: strict;
2507
- gap: 6px;
2508
- line-height: 22px;
2509
- border-radius: 3px;
2510
- }
2511
-
2512
- .QuickPickItem:where(:hover) {
2513
- background: var(--ListHoverBackground);
2514
- color: var(--ListHoverForeground);
2515
- }
2516
-
2517
- .QuickPickItemActive {
2518
- color: var(--ListActiveSelectionForeground);
2519
- background: var(--ListActiveSelectionBackground);
2520
- }
2521
-
2522
- /* TODO avoid nesting */
2523
- .QuickPickItemActive .QuickPickItemDescription {
2524
- color: color-mix(in oklab, var(--ListActiveSelectionForeground), var(--ListActiveSelectionBackground) 30%);
2525
- }
2526
-
2527
- .QuickPickItemLabel {
2528
- contain: content;
2529
- overflow: hidden;
2530
- text-overflow: ellipsis;
2531
- white-space: pre;
2532
- flex-shrink: 0;
2533
- }
2534
-
2535
- .QuickPickItemDescription {
2536
- font-size: 0.9em;
2537
- pointer-events: none;
2538
- contain: content;
2539
- /* TODO compute mixed color in javascript once for effiency */
2540
- color: color-mix(in oklab, var(--ListForeground), var(--QuickPickBackground) 30%);
2541
- }
2542
-
2543
- /* TODO use aria annouce for this */
2544
- .QuickPickCount {
2545
- /* Screen Reader Only */
2546
- position: absolute;
2547
- left: -10000px;
2548
- top: auto;
2549
- width: 1px;
2550
- height: 1px;
2551
- overflow: hidden;
2552
- }
2553
-
2554
- /* TODO reuse same highlight css for completions */
2555
- .QuickPickHighlight {
2556
- color: var(--CompletionHighlightForeground, #e1b974);
2557
- font-weight: 700;
2558
- contain: content;
2559
- }
2560
-
2561
- .QuickPickMaskIcon {
2562
- display: block;
2563
- background: currentColor;
2564
- mask-repeat: no-repeat;
2565
- mask-size: var(--MaskIconSize);
2566
- mask-position: 50% 50%;
2567
- pointer-events: none;
2568
- contain: strict;
2569
- width: 20px;
2570
- height: 20px;
2571
- mask-size: 70%;
2572
- }
2573
- /*************/
2574
- /* ViewletSash.css */
2575
- /*************/
2576
- .Sash {
2577
- position: fixed;
2578
- contain: strict;
2579
- z-index: 1;
2580
- }
2581
-
2582
- .SashHorizontal {
2583
- height: 4px;
2584
- cursor: row-resize;
2585
- }
2586
-
2587
- .SashVertical {
2588
- width: 4px;
2589
- cursor: col-resize;
2590
- }
2591
-
2592
- .SashVisible {
2593
- display: flex;
2594
- justify-content: center;
2595
- }
2596
-
2597
- .SashActive {
2598
- background: var(--SashHoverBorder, #3d5252);
2599
- }
2600
-
2601
- .SashResize {
2602
- top: 0;
2603
- right: 0;
2604
- height: 100%;
2605
- }
2606
- /*************/
2607
- /* ViewletSideBar.css */
2608
- /*************/
2609
- .SideBar {
2610
- color: var(--SideBarForeground, white);
2611
- display: flex;
2612
- flex-direction: column;
2613
- position: absolute;
2614
- }
2615
-
2616
- .SideBarTitleArea {
2617
- contain: strict;
2618
- display: flex;
2619
- height: 35px;
2620
- line-height: 35px;
2621
- padding: 0 8px;
2622
- }
2623
-
2624
- .SideBarTitleAreaTitle {
2625
- font-size: 11px;
2626
- cursor: default;
2627
- font-weight: 400;
2628
- margin: 0;
2629
- overflow: hidden;
2630
- white-space: nowrap;
2631
- text-overflow: ellipsis;
2632
- text-transform: uppercase;
2633
- padding-left: 12px;
2634
- contain: strict;
2635
- flex: 1;
2636
- }
2637
- /*************/
2638
- /* ViewletStatusBar.css */
2639
- /*************/
2640
- .StatusBar {
2641
- display: flex;
2642
- justify-content: space-between;
2643
- }
2644
-
2645
- .StatusBar {
2646
- height: 23px; /* 22px content + 1px border top */
2647
- border-top: 1px solid var(--StatusBarBorderTopColor);
2648
- display: flex;
2649
- color: var(--StatusBarForeground, rgb(98, 112, 106));
2650
- display: flex;
2651
- justify-content: space-between;
2652
- }
2653
-
2654
- .StatusBarItemsLeft,
2655
- .StatusBarItemsRight {
2656
- /* contain: content; */
2657
- margin: 0;
2658
- display: flex;
2659
- }
2660
-
2661
- .StatusBarItemsLeft {
2662
- padding-left: 7px;
2663
- }
2664
-
2665
- .StatusBarItemsRight {
2666
- padding-right: 7px;
2667
- }
2668
-
2669
- .StatusBarItem {
2670
- display: flex;
2671
- line-height: 22px;
2672
- height: 100%;
2673
- outline: none;
2674
- padding: 0 5px;
2675
- margin: 0 3px;
2676
- cursor: pointer;
2677
- font-size: 12px;
2678
- align-items: center;
2679
- /* contain: content; */
2680
- }
2681
-
2682
- .StatusBarItem:hover {
2683
- background: rgba(255, 255, 255, 0.12);
2684
- }
2685
-
2686
- .StatusBarItem:active {
2687
- background: rgba(255, 255, 255, 0.18);
2688
- }
2689
-
2690
- .StatusBarIcon {
2691
- outline: none;
2692
- mask-repeat: no-repeat;
2693
- mask-position: center;
2694
- mask-size: 1em;
2695
- background: currentColor;
2696
-
2697
- /* TODO have common icon css for activity bar and status bar */
2698
- width: 1em;
2699
- height: 1em;
2700
- display: block;
2701
- margin-right: 4px;
2702
- }
2703
- /*************/
2704
- /* ViewletTitleBar.css */
2705
- /*************/
2706
- .TitleBar {
2707
- display: flex;
2708
- color: var(--TitleBarForeground, rgba(204, 204, 204, 0.6));
2709
- -webkit-app-region: drag;
2710
- app-region: drag;
2711
- }
2712
-
2713
- .TitleBarActive {
2714
- color: var(--TitleBarForegroundActive, rgb(204, 204, 204));
2715
- background: var(--TitleBarActiveBackground, var(--TitleBarBackground));
2716
- }
2717
- /*************/
2718
- /* ViewletTitleBarButtons.css */
2719
- /*************/
2720
- .TitleBarButtons {
2721
- margin-left: auto;
2722
- app-region: drag;
2723
- contain: strict;
2724
- flex-grow: 2;
2725
- display: flex;
2726
- }
2727
-
2728
- .TitleBarButton {
2729
- width: 46px;
2730
- height: 100%;
2731
- contain: strict;
2732
- background: transparent;
2733
- border: none;
2734
- color: currentColor;
2735
- app-region: no-drag;
2736
- }
2737
-
2738
- .TitleBarButton:hover {
2739
- background-color: hsla(0, 0%, 100%, 0.1);
2740
- }
2741
-
2742
- .TitleBarButtonMinimize {
2743
- margin-left: auto;
2744
- }
2745
-
2746
- .TitleBarButtonClose:hover {
2747
- background-color: var(--TitleBarButtonCloseHoverBackground, rgba(232, 17, 35, 0.9));
2748
- color: var(--TitleBarButtonCloseHoverForeground, currentColor);
2749
- }
2750
- /*************/
2751
- /* ViewletTitleBarIcon.css */
2752
- /*************/
2753
- .TitleBarIcon {
2754
- contain: strict;
2755
- flex-basis: 30px !important;
2756
- flex-grow: 0 !important;
2757
- flex-shrink: 0 !important;
2758
- height: 100%;
2759
- width: 30px;
2760
- display: flex;
2761
- justify-content: center;
2762
- align-items: center;
2763
- }
2764
-
2765
- .TitleBarIconIcon {
2766
- width: 16px;
2767
- height: 16px;
2768
- contain: strict;
2769
- }
2770
- /*************/
2771
- /* ViewletTitleBarMenuBar.css */
2772
- /*************/
2773
- .TitleBarMenuBar {
2774
- display: flex;
2775
- margin: 0;
2776
- padding: 0;
2777
- height: 100%;
2778
- -webkit-app-region: no-drag;
2779
- app-region: no-drag;
2780
- contain: content;
2781
- flex-grow: 2;
2782
- outline: none;
2783
- }
2784
-
2785
- .TitleBarTopLevelEntry {
2786
- display: flex;
2787
- align-items: center;
2788
- padding: 0 8px;
2789
- contain: content;
2790
- }
2791
-
2792
- .TitleBarTopLevelEntryLabel {
2793
- height: 22px;
2794
- border-radius: 5px;
2795
- background: var(--TitleBarItemHoverForeground, rgba(90, 93, 94, 0.31));
2796
- pointer-events: none;
2797
- padding: 0 8px;
2798
- display: flex;
2799
- align-items: center;
2800
- /* contain: content; */
2801
- }
2802
-
2803
- /* TODO use class name instead */
2804
- .TitleBarEntryActive {
2805
- padding: 0;
2806
- }
2807
-
2808
- /* TODO maybe have extra focus outline border */
2809
- /*
2810
- :focus {
2811
- border: 2px solid green;
2812
- } */
2813
- /*************/
2814
- /* ViewletTitleBarTitle.css */
2815
- /*************/
2816
- .TitleBarTitle {
2817
- /* color: orange; */
2818
- display: flex;
2819
- justify-content: center;
2820
- align-items: center;
2821
- }
2822
- /*************/
2823
- /* WebView.css */
2824
- /*************/
2825
- .WebView {
2826
- contain: strict;
2827
- position: absolute;
2828
- display: flex;
2829
- background: white;
2830
- }
2831
-
2832
- /* TODO this wrapper element might not be needed */
2833
- .WebViewWrapper {
2834
- display: flex;
2835
- flex: 1;
2836
- contain: strict;
2837
- }
2838
-
2839
- .WebViewIframe {
2840
- flex: 1;
2841
- contain: strict;
2842
- border: none;
2843
- position: absolute;
2844
- background: white;
2845
- z-index: 1;
2846
- }
2847
- /*************/
2848
- /* Welcome.css */
2849
- /*************/
2850
- .Welcome {
2851
- contain: strict;
2852
- width: 100%;
2853
- height: 100%;
2854
- padding-left: 20px;
2855
- padding-right: 20px;
2856
- padding-bottom: 13px;
2857
- display: flex;
2858
- flex-direction: column;
2859
- gap: 13px;
2860
- }
2861
-
2862
- .WelcomeMessage {
2863
- color: var(--WorkbenchForeground);
2864
- margin: 0;
2865
- }
2866
- /*************/
2867
- /* Widgets.css */
2868
- /*************/
2869
- .Widgets {
2870
- contain: strict;
2871
- position: fixed;
2872
- inset: 0;
2873
- pointer-events: none;
2874
- z-index: 1;
2875
- backface-visibility: hidden;
2876
- }
2877
-
2878
- /* TODO maybe hide widgets container if empty*/
2879
- .Widgets:empty {
2880
- display: none;
2881
- }