@malloy-publisher/sdk 0.0.116 → 0.0.117
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.
- package/TREE_SHAKING.md +279 -0
- package/dist/ServerProvider.cjs.js +1 -0
- package/dist/_virtual/index.es2.js +7 -0
- package/dist/_virtual/index.es3.js +5 -0
- package/dist/_virtual/index.es5.js +7 -0
- package/dist/_virtual/index.es6.js +7 -0
- package/dist/_virtual/index.es8.js +7 -0
- package/dist/abap.cjs.js +1 -0
- package/dist/actionscript-3.cjs.js +1 -0
- package/dist/ada.cjs.js +1 -0
- package/dist/andromeeda.cjs.js +1 -0
- package/dist/angular-html.cjs.js +1 -0
- package/dist/angular-ts.cjs.js +1 -0
- package/dist/apache.cjs.js +1 -0
- package/dist/apex.cjs.js +1 -0
- package/dist/apl.cjs.js +1 -0
- package/dist/applescript.cjs.js +1 -0
- package/dist/ara.cjs.js +1 -0
- package/dist/asciidoc.cjs.js +1 -0
- package/dist/asm.cjs.js +1 -0
- package/dist/astro.cjs.js +1 -0
- package/dist/aurora-x.cjs.js +1 -0
- package/dist/awk.cjs.js +1 -0
- package/dist/ayu-dark.cjs.js +1 -0
- package/dist/ballerina.cjs.js +1 -0
- package/dist/bat.cjs.js +1 -0
- package/dist/beancount.cjs.js +1 -0
- package/dist/berry.cjs.js +1 -0
- package/dist/bibtex.cjs.js +1 -0
- package/dist/bicep.cjs.js +1 -0
- package/dist/blade.cjs.js +1 -0
- package/dist/bsl.cjs.js +1 -0
- package/dist/c.cjs.js +1 -0
- package/dist/cadence.cjs.js +1 -0
- package/dist/cairo.cjs.js +1 -0
- package/dist/catppuccin-frappe.cjs.js +1 -0
- package/dist/catppuccin-latte.cjs.js +1 -0
- package/dist/catppuccin-macchiato.cjs.js +1 -0
- package/dist/catppuccin-mocha.cjs.js +1 -0
- package/dist/clarity.cjs.js +1 -0
- package/dist/client/api.es.js +2168 -0
- package/dist/client/common.es.js +32 -0
- package/dist/client/index.cjs.js +1 -1
- package/dist/client/index.es.js +30 -25
- package/dist/client-entry.d.ts +5 -0
- package/dist/clojure.cjs.js +1 -0
- package/dist/cmake.cjs.js +1 -0
- package/dist/cobol.cjs.js +1 -0
- package/dist/codeowners.cjs.js +1 -0
- package/dist/codeql.cjs.js +1 -0
- package/dist/coffee.cjs.js +1 -0
- package/dist/common-lisp.cjs.js +1 -0
- package/dist/components/AnalyzePackageButton.es.js +251 -0
- package/dist/components/Connections/AddConnectionDialog.es.js +109 -0
- package/dist/components/Connections/DeleteConnectionDialog.es.js +88 -0
- package/dist/components/Connections/EditConnectionDialog.es.js +141 -0
- package/dist/components/Home/AddProjectDialog.es.js +120 -0
- package/dist/components/Home/DeleteProjectDialog.es.js +94 -0
- package/dist/components/Home/EditProjectDialog.es.js +117 -0
- package/dist/components/Home/Home.es.js +470 -0
- package/dist/components/Model/Model.es.js +179 -0
- package/dist/components/Model/ModelCell.es.js +144 -0
- package/dist/components/Model/ModelExplorer.es.js +113 -0
- package/dist/components/Model/ModelExplorerDialog.es.js +63 -0
- package/dist/components/Model/SourcesExplorer.es.js +251 -0
- package/dist/components/Model/useModelData.es.js +19 -0
- package/dist/components/Notebook/Notebook.es.js +58 -0
- package/dist/components/Notebook/NotebookCell.d.ts +2 -1
- package/dist/components/Notebook/NotebookCell.es.js +457 -0
- package/dist/components/Package/Config.es.js +86 -0
- package/dist/components/Package/Connections.es.js +303 -0
- package/dist/components/Package/Databases.es.js +168 -0
- package/dist/components/Package/FileTreeView.es.js +152 -0
- package/dist/components/Package/Models.es.js +54 -0
- package/dist/components/Package/Notebooks.es.js +61 -0
- package/dist/components/Package/Package.es.js +51 -0
- package/dist/components/Package/Schedules.es.js +72 -0
- package/dist/components/Project/About.es.js +26 -0
- package/dist/components/Project/AddPackageDialog.es.js +148 -0
- package/dist/components/Project/ConnectionExplorer.es.js +225 -0
- package/dist/components/Project/DeletePackageDialog.es.js +95 -0
- package/dist/components/Project/EditPackageDialog.es.js +116 -0
- package/dist/components/Project/Packages.es.js +176 -0
- package/dist/components/Project/Project.es.js +45 -0
- package/dist/components/QueryResult/QueryResult.es.js +79 -0
- package/dist/components/RenderedResult/ResultContainer.es.js +122 -0
- package/dist/components/ResultsDialog.es.js +65 -0
- package/dist/components/ServerProvider.es.js +54 -0
- package/dist/components/Workbook/EditableMalloyCell.es.js +31 -0
- package/dist/components/Workbook/ModelPicker.es.js +85 -0
- package/dist/components/Workbook/MutableCell.es.js +342 -0
- package/dist/components/Workbook/Workbook.es.js +377 -0
- package/dist/components/Workbook/WorkbookList.es.js +75 -0
- package/dist/components/Workbook/WorkbookStorageProvider.es.js +22 -0
- package/dist/components/highlighter.es.js +640 -0
- package/dist/coq.cjs.js +1 -0
- package/dist/cpp.cjs.js +1 -0
- package/dist/crystal.cjs.js +1 -0
- package/dist/csharp.cjs.js +1 -0
- package/dist/css.cjs.js +1 -0
- package/dist/csv.cjs.js +1 -0
- package/dist/cue.cjs.js +1 -0
- package/dist/cypher.cjs.js +1 -0
- package/dist/d.cjs.js +1 -0
- package/dist/dark-plus.cjs.js +1 -0
- package/dist/dart.cjs.js +1 -0
- package/dist/dax.cjs.js +1 -0
- package/dist/desktop.cjs.js +1 -0
- package/dist/diff.cjs.js +1 -0
- package/dist/docker.cjs.js +1 -0
- package/dist/dotenv.cjs.js +1 -0
- package/dist/dracula-soft.cjs.js +1 -0
- package/dist/dracula.cjs.js +1 -0
- package/dist/dream-maker.cjs.js +1 -0
- package/dist/edge.cjs.js +1 -0
- package/dist/elixir.cjs.js +1 -0
- package/dist/elm.cjs.js +1 -0
- package/dist/emacs-lisp.cjs.js +1 -0
- package/dist/erb.cjs.js +1 -0
- package/dist/erlang.cjs.js +1 -0
- package/dist/everforest-dark.cjs.js +1 -0
- package/dist/everforest-light.cjs.js +1 -0
- package/dist/fennel.cjs.js +1 -0
- package/dist/fish.cjs.js +1 -0
- package/dist/fluent.cjs.js +1 -0
- package/dist/fortran-fixed-form.cjs.js +1 -0
- package/dist/fortran-free-form.cjs.js +1 -0
- package/dist/fsharp.cjs.js +1 -0
- package/dist/gdresource.cjs.js +1 -0
- package/dist/gdscript.cjs.js +1 -0
- package/dist/gdshader.cjs.js +1 -0
- package/dist/genie.cjs.js +1 -0
- package/dist/gherkin.cjs.js +1 -0
- package/dist/git-commit.cjs.js +1 -0
- package/dist/git-rebase.cjs.js +1 -0
- package/dist/github-dark-default.cjs.js +1 -0
- package/dist/github-dark-dimmed.cjs.js +1 -0
- package/dist/github-dark-high-contrast.cjs.js +1 -0
- package/dist/github-dark.cjs.js +1 -0
- package/dist/github-light-default.cjs.js +1 -0
- package/dist/github-light-high-contrast.cjs.js +1 -0
- package/dist/github-light.cjs.js +1 -0
- package/dist/gleam.cjs.js +1 -0
- package/dist/glimmer-js.cjs.js +1 -0
- package/dist/glimmer-ts.cjs.js +1 -0
- package/dist/glsl.cjs.js +1 -0
- package/dist/gnuplot.cjs.js +1 -0
- package/dist/go.cjs.js +1 -0
- package/dist/graphql.cjs.js +1 -0
- package/dist/groovy.cjs.js +1 -0
- package/dist/hack.cjs.js +1 -0
- package/dist/haml.cjs.js +1 -0
- package/dist/handlebars.cjs.js +1 -0
- package/dist/haskell.cjs.js +1 -0
- package/dist/haxe.cjs.js +1 -0
- package/dist/hcl.cjs.js +1 -0
- package/dist/hjson.cjs.js +1 -0
- package/dist/hlsl.cjs.js +1 -0
- package/dist/hooks/useQueryWithApiError.d.ts +3 -3
- package/dist/hooks/useQueryWithApiError.es.js +58 -0
- package/dist/hooks/useRawQueryData.es.js +50 -0
- package/dist/houston.cjs.js +1 -0
- package/dist/html-derivative.cjs.js +1 -0
- package/dist/html.cjs.js +1 -0
- package/dist/http.cjs.js +1 -0
- package/dist/hxml.cjs.js +1 -0
- package/dist/hy.cjs.js +1 -0
- package/dist/imba.cjs.js +1 -0
- package/dist/index.cjs.js +213 -1
- package/dist/index.es.js +57 -57
- package/dist/ini.cjs.js +1 -0
- package/dist/java.cjs.js +1 -0
- package/dist/javascript.cjs.js +1 -0
- package/dist/jinja.cjs.js +1 -0
- package/dist/jison.cjs.js +1 -0
- package/dist/json.cjs.js +1 -0
- package/dist/json5.cjs.js +1 -0
- package/dist/jsonc.cjs.js +1 -0
- package/dist/jsonl.cjs.js +1 -0
- package/dist/jsonnet.cjs.js +1 -0
- package/dist/jssm.cjs.js +1 -0
- package/dist/jsx.cjs.js +1 -0
- package/dist/julia.cjs.js +1 -0
- package/dist/kanagawa-dragon.cjs.js +1 -0
- package/dist/kanagawa-lotus.cjs.js +1 -0
- package/dist/kanagawa-wave.cjs.js +1 -0
- package/dist/kotlin.cjs.js +1 -0
- package/dist/kusto.cjs.js +1 -0
- package/dist/laserwave.cjs.js +1 -0
- package/dist/latex.cjs.js +1 -0
- package/dist/lean.cjs.js +1 -0
- package/dist/less.cjs.js +1 -0
- package/dist/light-plus.cjs.js +1 -0
- package/dist/liquid.cjs.js +1 -0
- package/dist/log.cjs.js +1 -0
- package/dist/logo.cjs.js +1 -0
- package/dist/lua.cjs.js +1 -0
- package/dist/luau.cjs.js +1 -0
- package/dist/make.cjs.js +1 -0
- package/dist/markdown.cjs.js +1 -0
- package/dist/marko.cjs.js +1 -0
- package/dist/material-theme-darker.cjs.js +1 -0
- package/dist/material-theme-lighter.cjs.js +1 -0
- package/dist/material-theme-ocean.cjs.js +1 -0
- package/dist/material-theme-palenight.cjs.js +1 -0
- package/dist/material-theme.cjs.js +1 -0
- package/dist/matlab.cjs.js +1 -0
- package/dist/mdc.cjs.js +1 -0
- package/dist/mdx.cjs.js +1 -0
- package/dist/mermaid.cjs.js +1 -0
- package/dist/min-dark.cjs.js +1 -0
- package/dist/min-light.cjs.js +1 -0
- package/dist/mipsasm.cjs.js +1 -0
- package/dist/mojo.cjs.js +1 -0
- package/dist/monokai.cjs.js +1 -0
- package/dist/move.cjs.js +1 -0
- package/dist/narrat.cjs.js +1 -0
- package/dist/nextflow.cjs.js +1 -0
- package/dist/nginx.cjs.js +1 -0
- package/dist/night-owl.cjs.js +1 -0
- package/dist/nim.cjs.js +1 -0
- package/dist/nix.cjs.js +1 -0
- package/dist/nord.cjs.js +1 -0
- package/dist/nushell.cjs.js +1 -0
- package/dist/objective-c.cjs.js +1 -0
- package/dist/objective-cpp.cjs.js +1 -0
- package/dist/ocaml.cjs.js +1 -0
- package/dist/one-dark-pro.cjs.js +1 -0
- package/dist/one-light.cjs.js +1 -0
- package/dist/pascal.cjs.js +1 -0
- package/dist/perl.cjs.js +1 -0
- package/dist/php.cjs.js +1 -0
- package/dist/plastic.cjs.js +1 -0
- package/dist/plsql.cjs.js +1 -0
- package/dist/po.cjs.js +1 -0
- package/dist/poimandres.cjs.js +1 -0
- package/dist/polar.cjs.js +1 -0
- package/dist/postcss.cjs.js +1 -0
- package/dist/powerquery.cjs.js +1 -0
- package/dist/powershell.cjs.js +1 -0
- package/dist/prisma.cjs.js +1 -0
- package/dist/prolog.cjs.js +1 -0
- package/dist/proto.cjs.js +1 -0
- package/dist/pug.cjs.js +1 -0
- package/dist/puppet.cjs.js +1 -0
- package/dist/purescript.cjs.js +1 -0
- package/dist/python.cjs.js +1 -0
- package/dist/qml.cjs.js +1 -0
- package/dist/qmldir.cjs.js +1 -0
- package/dist/qss.cjs.js +1 -0
- package/dist/r.cjs.js +1 -0
- package/dist/racket.cjs.js +1 -0
- package/dist/raku.cjs.js +1 -0
- package/dist/razor.cjs.js +1 -0
- package/dist/red.cjs.js +1 -0
- package/dist/reg.cjs.js +1 -0
- package/dist/regexp.cjs.js +1 -0
- package/dist/rel.cjs.js +1 -0
- package/dist/riscv.cjs.js +1 -0
- package/dist/rose-pine-dawn.cjs.js +1 -0
- package/dist/rose-pine-moon.cjs.js +1 -0
- package/dist/rose-pine.cjs.js +1 -0
- package/dist/rst.cjs.js +1 -0
- package/dist/ruby.cjs.js +1 -0
- package/dist/rust.cjs.js +1 -0
- package/dist/sas.cjs.js +1 -0
- package/dist/sass.cjs.js +1 -0
- package/dist/scala.cjs.js +1 -0
- package/dist/scheme.cjs.js +1 -0
- package/dist/scss.cjs.js +1 -0
- package/dist/sdbl.cjs.js +1 -0
- package/dist/shaderlab.cjs.js +1 -0
- package/dist/shellscript.cjs.js +1 -0
- package/dist/shellsession.cjs.js +1 -0
- package/dist/slack-dark.cjs.js +1 -0
- package/dist/slack-ochin.cjs.js +1 -0
- package/dist/smalltalk.cjs.js +1 -0
- package/dist/snazzy-light.cjs.js +1 -0
- package/dist/solarized-dark.cjs.js +1 -0
- package/dist/solarized-light.cjs.js +1 -0
- package/dist/solidity.cjs.js +1 -0
- package/dist/soy.cjs.js +1 -0
- package/dist/sparql.cjs.js +1 -0
- package/dist/splunk.cjs.js +1 -0
- package/dist/sql.cjs.js +1 -0
- package/dist/ssh-config.cjs.js +1 -0
- package/dist/stata.cjs.js +1 -0
- package/dist/stylus.cjs.js +1 -0
- package/dist/svelte.cjs.js +1 -0
- package/dist/swift.cjs.js +1 -0
- package/dist/synthwave-84.cjs.js +1 -0
- package/dist/system-verilog.cjs.js +1 -0
- package/dist/systemd.cjs.js +1 -0
- package/dist/talonscript.cjs.js +1 -0
- package/dist/tasl.cjs.js +1 -0
- package/dist/tcl.cjs.js +1 -0
- package/dist/templ.cjs.js +1 -0
- package/dist/terraform.cjs.js +1 -0
- package/dist/tex.cjs.js +1 -0
- package/dist/tokyo-night.cjs.js +1 -0
- package/dist/toml.cjs.js +1 -0
- package/dist/ts-tags.cjs.js +1 -0
- package/dist/tsv.cjs.js +1 -0
- package/dist/tsx.cjs.js +1 -0
- package/dist/turtle.cjs.js +1 -0
- package/dist/twig.cjs.js +1 -0
- package/dist/typescript.cjs.js +1 -0
- package/dist/typespec.cjs.js +1 -0
- package/dist/typst.cjs.js +1 -0
- package/dist/utils/queryClient.d.ts +2 -0
- package/dist/utils/queryClient.es.js +16 -0
- package/dist/v.cjs.js +1 -0
- package/dist/vala.cjs.js +1 -0
- package/dist/vb.cjs.js +1 -0
- package/dist/verilog.cjs.js +1 -0
- package/dist/vesper.cjs.js +1 -0
- package/dist/vhdl.cjs.js +1 -0
- package/dist/viml.cjs.js +1 -0
- package/dist/vitesse-black.cjs.js +1 -0
- package/dist/vitesse-dark.cjs.js +1 -0
- package/dist/vitesse-light.cjs.js +1 -0
- package/dist/vue-html.cjs.js +1 -0
- package/dist/vue.cjs.js +1 -0
- package/dist/vyper.cjs.js +1 -0
- package/dist/wasm.cjs.js +1 -0
- package/dist/wasm.cjs2.js +1 -0
- package/dist/wenyan.cjs.js +1 -0
- package/dist/wgsl.cjs.js +1 -0
- package/dist/wikitext.cjs.js +1 -0
- package/dist/wolfram.cjs.js +1 -0
- package/dist/xml.cjs.js +1 -0
- package/dist/xsl.cjs.js +1 -0
- package/dist/yaml.cjs.js +1 -0
- package/dist/zenscript.cjs.js +1 -0
- package/dist/zig.cjs.js +1 -0
- package/package.json +8 -3
- package/src/client-entry.ts +17 -0
- package/src/components/Model/Model.tsx +43 -3
- package/src/components/Notebook/Notebook.tsx +1 -0
- package/src/components/Notebook/NotebookCell.tsx +43 -2
- package/src/components/ServerProvider.tsx +1 -1
- package/src/hooks/useQueryWithApiError.ts +7 -21
- package/src/utils/queryClient.ts +15 -0
- package/vite.config.ts +28 -19
- package/dist/client/index.cjs10.js +0 -1
- package/dist/client/index.cjs100.js +0 -1
- package/dist/client/index.cjs1000.js +0 -1
- package/dist/client/index.cjs1001.js +0 -1
- package/dist/client/index.cjs1002.js +0 -1
- package/dist/client/index.cjs1003.js +0 -1
- package/dist/client/index.cjs1004.js +0 -1
- package/dist/client/index.cjs1005.js +0 -1
- package/dist/client/index.cjs1006.js +0 -1
- package/dist/client/index.cjs1007.js +0 -1
- package/dist/client/index.cjs1008.js +0 -1
- package/dist/client/index.cjs1009.js +0 -1
- package/dist/client/index.cjs101.js +0 -1
- package/dist/client/index.cjs1010.js +0 -1
- package/dist/client/index.cjs1011.js +0 -1
- package/dist/client/index.cjs1012.js +0 -1
- package/dist/client/index.cjs1013.js +0 -1
- package/dist/client/index.cjs1014.js +0 -1
- package/dist/client/index.cjs1015.js +0 -1
- package/dist/client/index.cjs1016.js +0 -1
- package/dist/client/index.cjs1017.js +0 -1
- package/dist/client/index.cjs1018.js +0 -1
- package/dist/client/index.cjs1019.js +0 -1
- package/dist/client/index.cjs102.js +0 -1
- package/dist/client/index.cjs103.js +0 -1
- package/dist/client/index.cjs104.js +0 -1
- package/dist/client/index.cjs105.js +0 -1
- package/dist/client/index.cjs106.js +0 -1
- package/dist/client/index.cjs107.js +0 -1
- package/dist/client/index.cjs108.js +0 -1
- package/dist/client/index.cjs109.js +0 -1
- package/dist/client/index.cjs11.js +0 -1
- package/dist/client/index.cjs110.js +0 -1
- package/dist/client/index.cjs111.js +0 -1
- package/dist/client/index.cjs112.js +0 -1
- package/dist/client/index.cjs113.js +0 -1
- package/dist/client/index.cjs114.js +0 -1
- package/dist/client/index.cjs115.js +0 -1
- package/dist/client/index.cjs116.js +0 -1
- package/dist/client/index.cjs117.js +0 -1
- package/dist/client/index.cjs118.js +0 -1
- package/dist/client/index.cjs119.js +0 -8
- package/dist/client/index.cjs12.js +0 -6
- package/dist/client/index.cjs120.js +0 -1
- package/dist/client/index.cjs121.js +0 -1
- package/dist/client/index.cjs122.js +0 -1
- package/dist/client/index.cjs123.js +0 -1
- package/dist/client/index.cjs124.js +0 -1
- package/dist/client/index.cjs125.js +0 -1
- package/dist/client/index.cjs126.js +0 -1
- package/dist/client/index.cjs127.js +0 -1
- package/dist/client/index.cjs128.js +0 -1
- package/dist/client/index.cjs129.js +0 -1
- package/dist/client/index.cjs13.js +0 -1
- package/dist/client/index.cjs130.js +0 -1
- package/dist/client/index.cjs131.js +0 -1
- package/dist/client/index.cjs132.js +0 -1
- package/dist/client/index.cjs133.js +0 -1
- package/dist/client/index.cjs134.js +0 -1
- package/dist/client/index.cjs135.js +0 -1
- package/dist/client/index.cjs136.js +0 -1
- package/dist/client/index.cjs137.js +0 -1
- package/dist/client/index.cjs138.js +0 -1
- package/dist/client/index.cjs139.js +0 -1
- package/dist/client/index.cjs14.js +0 -1
- package/dist/client/index.cjs140.js +0 -1
- package/dist/client/index.cjs141.js +0 -1
- package/dist/client/index.cjs142.js +0 -1
- package/dist/client/index.cjs143.js +0 -1
- package/dist/client/index.cjs144.js +0 -1
- package/dist/client/index.cjs145.js +0 -1
- package/dist/client/index.cjs146.js +0 -1
- package/dist/client/index.cjs147.js +0 -1
- package/dist/client/index.cjs148.js +0 -1
- package/dist/client/index.cjs149.js +0 -1
- package/dist/client/index.cjs15.js +0 -1
- package/dist/client/index.cjs150.js +0 -1
- package/dist/client/index.cjs151.js +0 -1
- package/dist/client/index.cjs152.js +0 -1
- package/dist/client/index.cjs153.js +0 -1
- package/dist/client/index.cjs154.js +0 -1
- package/dist/client/index.cjs155.js +0 -1
- package/dist/client/index.cjs156.js +0 -1
- package/dist/client/index.cjs157.js +0 -1
- package/dist/client/index.cjs158.js +0 -1
- package/dist/client/index.cjs159.js +0 -1
- package/dist/client/index.cjs16.js +0 -1
- package/dist/client/index.cjs160.js +0 -1
- package/dist/client/index.cjs161.js +0 -1
- package/dist/client/index.cjs162.js +0 -28
- package/dist/client/index.cjs163.js +0 -1
- package/dist/client/index.cjs164.js +0 -1
- package/dist/client/index.cjs165.js +0 -1
- package/dist/client/index.cjs166.js +0 -1
- package/dist/client/index.cjs167.js +0 -1
- package/dist/client/index.cjs168.js +0 -1
- package/dist/client/index.cjs169.js +0 -1
- package/dist/client/index.cjs17.js +0 -1
- package/dist/client/index.cjs170.js +0 -1
- package/dist/client/index.cjs171.js +0 -1
- package/dist/client/index.cjs172.js +0 -1
- package/dist/client/index.cjs173.js +0 -1
- package/dist/client/index.cjs174.js +0 -1
- package/dist/client/index.cjs175.js +0 -1
- package/dist/client/index.cjs176.js +0 -1
- package/dist/client/index.cjs177.js +0 -1
- package/dist/client/index.cjs178.js +0 -1
- package/dist/client/index.cjs179.js +0 -1
- package/dist/client/index.cjs18.js +0 -1
- package/dist/client/index.cjs180.js +0 -1
- package/dist/client/index.cjs181.js +0 -1
- package/dist/client/index.cjs182.js +0 -1
- package/dist/client/index.cjs183.js +0 -1
- package/dist/client/index.cjs184.js +0 -1
- package/dist/client/index.cjs185.js +0 -1
- package/dist/client/index.cjs186.js +0 -1
- package/dist/client/index.cjs187.js +0 -1
- package/dist/client/index.cjs188.js +0 -1
- package/dist/client/index.cjs189.js +0 -1
- package/dist/client/index.cjs19.js +0 -1
- package/dist/client/index.cjs190.js +0 -1
- package/dist/client/index.cjs191.js +0 -1
- package/dist/client/index.cjs192.js +0 -1
- package/dist/client/index.cjs193.js +0 -1
- package/dist/client/index.cjs194.js +0 -1
- package/dist/client/index.cjs195.js +0 -1
- package/dist/client/index.cjs196.js +0 -1
- package/dist/client/index.cjs197.js +0 -1
- package/dist/client/index.cjs198.js +0 -1
- package/dist/client/index.cjs199.js +0 -1
- package/dist/client/index.cjs2.js +0 -1
- package/dist/client/index.cjs20.js +0 -1
- package/dist/client/index.cjs200.js +0 -4
- package/dist/client/index.cjs201.js +0 -1
- package/dist/client/index.cjs202.js +0 -1
- package/dist/client/index.cjs203.js +0 -1
- package/dist/client/index.cjs204.js +0 -1
- package/dist/client/index.cjs205.js +0 -4
- package/dist/client/index.cjs206.js +0 -1
- package/dist/client/index.cjs207.js +0 -1
- package/dist/client/index.cjs208.js +0 -1
- package/dist/client/index.cjs209.js +0 -5
- package/dist/client/index.cjs21.js +0 -1
- package/dist/client/index.cjs210.js +0 -1
- package/dist/client/index.cjs211.js +0 -3
- package/dist/client/index.cjs212.js +0 -1
- package/dist/client/index.cjs213.js +0 -1
- package/dist/client/index.cjs214.js +0 -1
- package/dist/client/index.cjs215.js +0 -1
- package/dist/client/index.cjs216.js +0 -1
- package/dist/client/index.cjs217.js +0 -1
- package/dist/client/index.cjs218.js +0 -1
- package/dist/client/index.cjs219.js +0 -8
- package/dist/client/index.cjs22.js +0 -1
- package/dist/client/index.cjs220.js +0 -1
- package/dist/client/index.cjs221.js +0 -4
- package/dist/client/index.cjs222.js +0 -1
- package/dist/client/index.cjs223.js +0 -1
- package/dist/client/index.cjs224.js +0 -1
- package/dist/client/index.cjs225.js +0 -1
- package/dist/client/index.cjs226.js +0 -1
- package/dist/client/index.cjs227.js +0 -1
- package/dist/client/index.cjs228.js +0 -1
- package/dist/client/index.cjs229.js +0 -1
- package/dist/client/index.cjs23.js +0 -1
- package/dist/client/index.cjs230.js +0 -1
- package/dist/client/index.cjs231.js +0 -4
- package/dist/client/index.cjs232.js +0 -1
- package/dist/client/index.cjs233.js +0 -1
- package/dist/client/index.cjs234.js +0 -1
- package/dist/client/index.cjs235.js +0 -1
- package/dist/client/index.cjs236.js +0 -1
- package/dist/client/index.cjs237.js +0 -2
- package/dist/client/index.cjs238.js +0 -1
- package/dist/client/index.cjs239.js +0 -2
- package/dist/client/index.cjs24.js +0 -1
- package/dist/client/index.cjs240.js +0 -1
- package/dist/client/index.cjs241.js +0 -1
- package/dist/client/index.cjs242.js +0 -1
- package/dist/client/index.cjs243.js +0 -1
- package/dist/client/index.cjs244.js +0 -1
- package/dist/client/index.cjs245.js +0 -1
- package/dist/client/index.cjs246.js +0 -1
- package/dist/client/index.cjs247.js +0 -1
- package/dist/client/index.cjs248.js +0 -1
- package/dist/client/index.cjs249.js +0 -1
- package/dist/client/index.cjs25.js +0 -1
- package/dist/client/index.cjs250.js +0 -1
- package/dist/client/index.cjs251.js +0 -1
- package/dist/client/index.cjs252.js +0 -1
- package/dist/client/index.cjs253.js +0 -1
- package/dist/client/index.cjs254.js +0 -1
- package/dist/client/index.cjs255.js +0 -1
- package/dist/client/index.cjs256.js +0 -1
- package/dist/client/index.cjs257.js +0 -1
- package/dist/client/index.cjs258.js +0 -1
- package/dist/client/index.cjs259.js +0 -1
- package/dist/client/index.cjs26.js +0 -1
- package/dist/client/index.cjs260.js +0 -1
- package/dist/client/index.cjs261.js +0 -1
- package/dist/client/index.cjs262.js +0 -1
- package/dist/client/index.cjs263.js +0 -1
- package/dist/client/index.cjs264.js +0 -1
- package/dist/client/index.cjs265.js +0 -1
- package/dist/client/index.cjs266.js +0 -1
- package/dist/client/index.cjs267.js +0 -1
- package/dist/client/index.cjs268.js +0 -1
- package/dist/client/index.cjs269.js +0 -1
- package/dist/client/index.cjs27.js +0 -1
- package/dist/client/index.cjs270.js +0 -1
- package/dist/client/index.cjs271.js +0 -1
- package/dist/client/index.cjs272.js +0 -1
- package/dist/client/index.cjs273.js +0 -1
- package/dist/client/index.cjs274.js +0 -1
- package/dist/client/index.cjs275.js +0 -1
- package/dist/client/index.cjs276.js +0 -1
- package/dist/client/index.cjs277.js +0 -1
- package/dist/client/index.cjs278.js +0 -1
- package/dist/client/index.cjs279.js +0 -1
- package/dist/client/index.cjs28.js +0 -1
- package/dist/client/index.cjs280.js +0 -1
- package/dist/client/index.cjs281.js +0 -1
- package/dist/client/index.cjs282.js +0 -1
- package/dist/client/index.cjs283.js +0 -1
- package/dist/client/index.cjs284.js +0 -1
- package/dist/client/index.cjs285.js +0 -1
- package/dist/client/index.cjs286.js +0 -1
- package/dist/client/index.cjs287.js +0 -1
- package/dist/client/index.cjs288.js +0 -1
- package/dist/client/index.cjs289.js +0 -1
- package/dist/client/index.cjs29.js +0 -1
- package/dist/client/index.cjs290.js +0 -1
- package/dist/client/index.cjs291.js +0 -1
- package/dist/client/index.cjs292.js +0 -1
- package/dist/client/index.cjs293.js +0 -1
- package/dist/client/index.cjs294.js +0 -1
- package/dist/client/index.cjs295.js +0 -1
- package/dist/client/index.cjs296.js +0 -1
- package/dist/client/index.cjs297.js +0 -1
- package/dist/client/index.cjs298.js +0 -1
- package/dist/client/index.cjs299.js +0 -1
- package/dist/client/index.cjs3.js +0 -1
- package/dist/client/index.cjs30.js +0 -1
- package/dist/client/index.cjs300.js +0 -1
- package/dist/client/index.cjs301.js +0 -2
- package/dist/client/index.cjs302.js +0 -1
- package/dist/client/index.cjs303.js +0 -1
- package/dist/client/index.cjs304.js +0 -3
- package/dist/client/index.cjs305.js +0 -1
- package/dist/client/index.cjs306.js +0 -1
- package/dist/client/index.cjs307.js +0 -1
- package/dist/client/index.cjs308.js +0 -1
- package/dist/client/index.cjs309.js +0 -1
- package/dist/client/index.cjs31.js +0 -1
- package/dist/client/index.cjs310.js +0 -1
- package/dist/client/index.cjs311.js +0 -1
- package/dist/client/index.cjs312.js +0 -1
- package/dist/client/index.cjs313.js +0 -1
- package/dist/client/index.cjs314.js +0 -1
- package/dist/client/index.cjs315.js +0 -1
- package/dist/client/index.cjs316.js +0 -1
- package/dist/client/index.cjs317.js +0 -1
- package/dist/client/index.cjs318.js +0 -1
- package/dist/client/index.cjs319.js +0 -1
- package/dist/client/index.cjs32.js +0 -1
- package/dist/client/index.cjs320.js +0 -1
- package/dist/client/index.cjs321.js +0 -1
- package/dist/client/index.cjs322.js +0 -1
- package/dist/client/index.cjs323.js +0 -1
- package/dist/client/index.cjs324.js +0 -1
- package/dist/client/index.cjs325.js +0 -1
- package/dist/client/index.cjs326.js +0 -1
- package/dist/client/index.cjs327.js +0 -1
- package/dist/client/index.cjs328.js +0 -1
- package/dist/client/index.cjs329.js +0 -1
- package/dist/client/index.cjs33.js +0 -1
- package/dist/client/index.cjs330.js +0 -1
- package/dist/client/index.cjs331.js +0 -1
- package/dist/client/index.cjs332.js +0 -1
- package/dist/client/index.cjs333.js +0 -1
- package/dist/client/index.cjs334.js +0 -1
- package/dist/client/index.cjs335.js +0 -1
- package/dist/client/index.cjs336.js +0 -1
- package/dist/client/index.cjs337.js +0 -1
- package/dist/client/index.cjs338.js +0 -1
- package/dist/client/index.cjs339.js +0 -1
- package/dist/client/index.cjs34.js +0 -1
- package/dist/client/index.cjs340.js +0 -1
- package/dist/client/index.cjs341.js +0 -1
- package/dist/client/index.cjs342.js +0 -1
- package/dist/client/index.cjs343.js +0 -1
- package/dist/client/index.cjs344.js +0 -1
- package/dist/client/index.cjs345.js +0 -1
- package/dist/client/index.cjs346.js +0 -1
- package/dist/client/index.cjs347.js +0 -1
- package/dist/client/index.cjs348.js +0 -1
- package/dist/client/index.cjs349.js +0 -1
- package/dist/client/index.cjs35.js +0 -2
- package/dist/client/index.cjs350.js +0 -1
- package/dist/client/index.cjs351.js +0 -1
- package/dist/client/index.cjs352.js +0 -1
- package/dist/client/index.cjs353.js +0 -1
- package/dist/client/index.cjs354.js +0 -1
- package/dist/client/index.cjs355.js +0 -1
- package/dist/client/index.cjs356.js +0 -1
- package/dist/client/index.cjs357.js +0 -1
- package/dist/client/index.cjs358.js +0 -1
- package/dist/client/index.cjs359.js +0 -1
- package/dist/client/index.cjs36.js +0 -1
- package/dist/client/index.cjs360.js +0 -1
- package/dist/client/index.cjs361.js +0 -1
- package/dist/client/index.cjs362.js +0 -1
- package/dist/client/index.cjs363.js +0 -1
- package/dist/client/index.cjs364.js +0 -1
- package/dist/client/index.cjs365.js +0 -1
- package/dist/client/index.cjs366.js +0 -1
- package/dist/client/index.cjs367.js +0 -1
- package/dist/client/index.cjs368.js +0 -1
- package/dist/client/index.cjs369.js +0 -1
- package/dist/client/index.cjs370.js +0 -1
- package/dist/client/index.cjs371.js +0 -1
- package/dist/client/index.cjs372.js +0 -1
- package/dist/client/index.cjs373.js +0 -1
- package/dist/client/index.cjs374.js +0 -1
- package/dist/client/index.cjs375.js +0 -1
- package/dist/client/index.cjs376.js +0 -1
- package/dist/client/index.cjs377.js +0 -1
- package/dist/client/index.cjs378.js +0 -1
- package/dist/client/index.cjs379.js +0 -1
- package/dist/client/index.cjs38.js +0 -1
- package/dist/client/index.cjs380.js +0 -1
- package/dist/client/index.cjs381.js +0 -1
- package/dist/client/index.cjs382.js +0 -1
- package/dist/client/index.cjs383.js +0 -1
- package/dist/client/index.cjs384.js +0 -1
- package/dist/client/index.cjs385.js +0 -1
- package/dist/client/index.cjs386.js +0 -1
- package/dist/client/index.cjs387.js +0 -1
- package/dist/client/index.cjs388.js +0 -1
- package/dist/client/index.cjs389.js +0 -1
- package/dist/client/index.cjs390.js +0 -1
- package/dist/client/index.cjs391.js +0 -1
- package/dist/client/index.cjs392.js +0 -1
- package/dist/client/index.cjs393.js +0 -1
- package/dist/client/index.cjs394.js +0 -1
- package/dist/client/index.cjs395.js +0 -1
- package/dist/client/index.cjs396.js +0 -1
- package/dist/client/index.cjs397.js +0 -1
- package/dist/client/index.cjs398.js +0 -1
- package/dist/client/index.cjs399.js +0 -1
- package/dist/client/index.cjs4.js +0 -1
- package/dist/client/index.cjs40.js +0 -1
- package/dist/client/index.cjs400.js +0 -1
- package/dist/client/index.cjs401.js +0 -1
- package/dist/client/index.cjs402.js +0 -1
- package/dist/client/index.cjs403.js +0 -1
- package/dist/client/index.cjs404.js +0 -1
- package/dist/client/index.cjs405.js +0 -1
- package/dist/client/index.cjs406.js +0 -1
- package/dist/client/index.cjs407.js +0 -1
- package/dist/client/index.cjs408.js +0 -1
- package/dist/client/index.cjs409.js +0 -1
- package/dist/client/index.cjs41.js +0 -1
- package/dist/client/index.cjs410.js +0 -1
- package/dist/client/index.cjs411.js +0 -1
- package/dist/client/index.cjs412.js +0 -1
- package/dist/client/index.cjs413.js +0 -1
- package/dist/client/index.cjs414.js +0 -1
- package/dist/client/index.cjs415.js +0 -1
- package/dist/client/index.cjs416.js +0 -1
- package/dist/client/index.cjs417.js +0 -1
- package/dist/client/index.cjs418.js +0 -1
- package/dist/client/index.cjs419.js +0 -1
- package/dist/client/index.cjs42.js +0 -1
- package/dist/client/index.cjs420.js +0 -1
- package/dist/client/index.cjs421.js +0 -1
- package/dist/client/index.cjs422.js +0 -1
- package/dist/client/index.cjs423.js +0 -1
- package/dist/client/index.cjs424.js +0 -1
- package/dist/client/index.cjs425.js +0 -1
- package/dist/client/index.cjs426.js +0 -1
- package/dist/client/index.cjs427.js +0 -1
- package/dist/client/index.cjs428.js +0 -1
- package/dist/client/index.cjs429.js +0 -1
- package/dist/client/index.cjs43.js +0 -1
- package/dist/client/index.cjs430.js +0 -1
- package/dist/client/index.cjs431.js +0 -1
- package/dist/client/index.cjs432.js +0 -1
- package/dist/client/index.cjs433.js +0 -1
- package/dist/client/index.cjs434.js +0 -1
- package/dist/client/index.cjs435.js +0 -1
- package/dist/client/index.cjs436.js +0 -1
- package/dist/client/index.cjs437.js +0 -1
- package/dist/client/index.cjs438.js +0 -1
- package/dist/client/index.cjs439.js +0 -1
- package/dist/client/index.cjs44.js +0 -1
- package/dist/client/index.cjs440.js +0 -1
- package/dist/client/index.cjs441.js +0 -1
- package/dist/client/index.cjs442.js +0 -1
- package/dist/client/index.cjs443.js +0 -1
- package/dist/client/index.cjs444.js +0 -1
- package/dist/client/index.cjs445.js +0 -1
- package/dist/client/index.cjs446.js +0 -1
- package/dist/client/index.cjs447.js +0 -1
- package/dist/client/index.cjs448.js +0 -1
- package/dist/client/index.cjs449.js +0 -1
- package/dist/client/index.cjs45.js +0 -1
- package/dist/client/index.cjs450.js +0 -1
- package/dist/client/index.cjs451.js +0 -1
- package/dist/client/index.cjs452.js +0 -1
- package/dist/client/index.cjs453.js +0 -1
- package/dist/client/index.cjs454.js +0 -1
- package/dist/client/index.cjs455.js +0 -1
- package/dist/client/index.cjs456.js +0 -1
- package/dist/client/index.cjs457.js +0 -1
- package/dist/client/index.cjs458.js +0 -1
- package/dist/client/index.cjs459.js +0 -1
- package/dist/client/index.cjs46.js +0 -2
- package/dist/client/index.cjs460.js +0 -1
- package/dist/client/index.cjs461.js +0 -1
- package/dist/client/index.cjs462.js +0 -1
- package/dist/client/index.cjs463.js +0 -1
- package/dist/client/index.cjs464.js +0 -1
- package/dist/client/index.cjs465.js +0 -1
- package/dist/client/index.cjs466.js +0 -1
- package/dist/client/index.cjs467.js +0 -1
- package/dist/client/index.cjs468.js +0 -1
- package/dist/client/index.cjs469.js +0 -1
- package/dist/client/index.cjs47.js +0 -1
- package/dist/client/index.cjs470.js +0 -1
- package/dist/client/index.cjs471.js +0 -1
- package/dist/client/index.cjs472.js +0 -1
- package/dist/client/index.cjs473.js +0 -1
- package/dist/client/index.cjs474.js +0 -1
- package/dist/client/index.cjs475.js +0 -1
- package/dist/client/index.cjs476.js +0 -1
- package/dist/client/index.cjs477.js +0 -1
- package/dist/client/index.cjs478.js +0 -1
- package/dist/client/index.cjs479.js +0 -1
- package/dist/client/index.cjs48.js +0 -1
- package/dist/client/index.cjs480.js +0 -1
- package/dist/client/index.cjs481.js +0 -1
- package/dist/client/index.cjs482.js +0 -1
- package/dist/client/index.cjs483.js +0 -1
- package/dist/client/index.cjs484.js +0 -1
- package/dist/client/index.cjs485.js +0 -1
- package/dist/client/index.cjs486.js +0 -1
- package/dist/client/index.cjs487.js +0 -1
- package/dist/client/index.cjs488.js +0 -1
- package/dist/client/index.cjs489.js +0 -1
- package/dist/client/index.cjs49.js +0 -1
- package/dist/client/index.cjs490.js +0 -1
- package/dist/client/index.cjs491.js +0 -1
- package/dist/client/index.cjs492.js +0 -1
- package/dist/client/index.cjs493.js +0 -1
- package/dist/client/index.cjs494.js +0 -1
- package/dist/client/index.cjs495.js +0 -1
- package/dist/client/index.cjs496.js +0 -1
- package/dist/client/index.cjs497.js +0 -1
- package/dist/client/index.cjs498.js +0 -1
- package/dist/client/index.cjs499.js +0 -1
- package/dist/client/index.cjs5.js +0 -1
- package/dist/client/index.cjs50.js +0 -1
- package/dist/client/index.cjs500.js +0 -1
- package/dist/client/index.cjs501.js +0 -1
- package/dist/client/index.cjs502.js +0 -1
- package/dist/client/index.cjs503.js +0 -1
- package/dist/client/index.cjs504.js +0 -1
- package/dist/client/index.cjs505.js +0 -1
- package/dist/client/index.cjs506.js +0 -1
- package/dist/client/index.cjs507.js +0 -1
- package/dist/client/index.cjs508.js +0 -1
- package/dist/client/index.cjs509.js +0 -1
- package/dist/client/index.cjs51.js +0 -1
- package/dist/client/index.cjs510.js +0 -1
- package/dist/client/index.cjs511.js +0 -1
- package/dist/client/index.cjs512.js +0 -1
- package/dist/client/index.cjs513.js +0 -1
- package/dist/client/index.cjs514.js +0 -1
- package/dist/client/index.cjs515.js +0 -1
- package/dist/client/index.cjs516.js +0 -1
- package/dist/client/index.cjs517.js +0 -1
- package/dist/client/index.cjs518.js +0 -1
- package/dist/client/index.cjs519.js +0 -1
- package/dist/client/index.cjs52.js +0 -1
- package/dist/client/index.cjs520.js +0 -1
- package/dist/client/index.cjs521.js +0 -1
- package/dist/client/index.cjs522.js +0 -1
- package/dist/client/index.cjs523.js +0 -1
- package/dist/client/index.cjs524.js +0 -1
- package/dist/client/index.cjs525.js +0 -1
- package/dist/client/index.cjs526.js +0 -1
- package/dist/client/index.cjs527.js +0 -1
- package/dist/client/index.cjs528.js +0 -1
- package/dist/client/index.cjs529.js +0 -1
- package/dist/client/index.cjs53.js +0 -1
- package/dist/client/index.cjs530.js +0 -1
- package/dist/client/index.cjs531.js +0 -1
- package/dist/client/index.cjs532.js +0 -1
- package/dist/client/index.cjs533.js +0 -1
- package/dist/client/index.cjs534.js +0 -1
- package/dist/client/index.cjs535.js +0 -1
- package/dist/client/index.cjs536.js +0 -1
- package/dist/client/index.cjs537.js +0 -1
- package/dist/client/index.cjs538.js +0 -1
- package/dist/client/index.cjs539.js +0 -1
- package/dist/client/index.cjs54.js +0 -1
- package/dist/client/index.cjs540.js +0 -1
- package/dist/client/index.cjs541.js +0 -1
- package/dist/client/index.cjs542.js +0 -1
- package/dist/client/index.cjs543.js +0 -1
- package/dist/client/index.cjs544.js +0 -1
- package/dist/client/index.cjs545.js +0 -1
- package/dist/client/index.cjs546.js +0 -1
- package/dist/client/index.cjs547.js +0 -1
- package/dist/client/index.cjs548.js +0 -1
- package/dist/client/index.cjs549.js +0 -1
- package/dist/client/index.cjs55.js +0 -1
- package/dist/client/index.cjs550.js +0 -1
- package/dist/client/index.cjs551.js +0 -1
- package/dist/client/index.cjs552.js +0 -1
- package/dist/client/index.cjs553.js +0 -1
- package/dist/client/index.cjs554.js +0 -1
- package/dist/client/index.cjs555.js +0 -1
- package/dist/client/index.cjs556.js +0 -1
- package/dist/client/index.cjs557.js +0 -1
- package/dist/client/index.cjs558.js +0 -1
- package/dist/client/index.cjs559.js +0 -1
- package/dist/client/index.cjs56.js +0 -1
- package/dist/client/index.cjs560.js +0 -1
- package/dist/client/index.cjs561.js +0 -1
- package/dist/client/index.cjs562.js +0 -1
- package/dist/client/index.cjs563.js +0 -1
- package/dist/client/index.cjs564.js +0 -1
- package/dist/client/index.cjs565.js +0 -1
- package/dist/client/index.cjs566.js +0 -1
- package/dist/client/index.cjs567.js +0 -1
- package/dist/client/index.cjs568.js +0 -1
- package/dist/client/index.cjs569.js +0 -1
- package/dist/client/index.cjs57.js +0 -1
- package/dist/client/index.cjs570.js +0 -1
- package/dist/client/index.cjs571.js +0 -1
- package/dist/client/index.cjs572.js +0 -1
- package/dist/client/index.cjs573.js +0 -1
- package/dist/client/index.cjs574.js +0 -1
- package/dist/client/index.cjs575.js +0 -1
- package/dist/client/index.cjs576.js +0 -1
- package/dist/client/index.cjs577.js +0 -1
- package/dist/client/index.cjs578.js +0 -1
- package/dist/client/index.cjs579.js +0 -1
- package/dist/client/index.cjs58.js +0 -1
- package/dist/client/index.cjs580.js +0 -1
- package/dist/client/index.cjs581.js +0 -1
- package/dist/client/index.cjs582.js +0 -1
- package/dist/client/index.cjs583.js +0 -1
- package/dist/client/index.cjs584.js +0 -1
- package/dist/client/index.cjs585.js +0 -1
- package/dist/client/index.cjs587.js +0 -1
- package/dist/client/index.cjs59.js +0 -1
- package/dist/client/index.cjs590.js +0 -1
- package/dist/client/index.cjs591.js +0 -1
- package/dist/client/index.cjs592.js +0 -1
- package/dist/client/index.cjs593.js +0 -1
- package/dist/client/index.cjs594.js +0 -1
- package/dist/client/index.cjs595.js +0 -1
- package/dist/client/index.cjs596.js +0 -1
- package/dist/client/index.cjs597.js +0 -1
- package/dist/client/index.cjs598.js +0 -1
- package/dist/client/index.cjs599.js +0 -9
- package/dist/client/index.cjs6.js +0 -1
- package/dist/client/index.cjs60.js +0 -1
- package/dist/client/index.cjs600.js +0 -1
- package/dist/client/index.cjs601.js +0 -1
- package/dist/client/index.cjs602.js +0 -1
- package/dist/client/index.cjs603.js +0 -1
- package/dist/client/index.cjs604.js +0 -1
- package/dist/client/index.cjs605.js +0 -1
- package/dist/client/index.cjs606.js +0 -1
- package/dist/client/index.cjs607.js +0 -1
- package/dist/client/index.cjs608.js +0 -1
- package/dist/client/index.cjs609.js +0 -1
- package/dist/client/index.cjs61.js +0 -1
- package/dist/client/index.cjs610.js +0 -1
- package/dist/client/index.cjs611.js +0 -1
- package/dist/client/index.cjs612.js +0 -1
- package/dist/client/index.cjs613.js +0 -1
- package/dist/client/index.cjs614.js +0 -1
- package/dist/client/index.cjs615.js +0 -1
- package/dist/client/index.cjs616.js +0 -1
- package/dist/client/index.cjs617.js +0 -1
- package/dist/client/index.cjs618.js +0 -1
- package/dist/client/index.cjs619.js +0 -1
- package/dist/client/index.cjs62.js +0 -1
- package/dist/client/index.cjs620.js +0 -1
- package/dist/client/index.cjs621.js +0 -1
- package/dist/client/index.cjs622.js +0 -1
- package/dist/client/index.cjs623.js +0 -74
- package/dist/client/index.cjs624.js +0 -1
- package/dist/client/index.cjs625.js +0 -1
- package/dist/client/index.cjs626.js +0 -1
- package/dist/client/index.cjs627.js +0 -1
- package/dist/client/index.cjs628.js +0 -1
- package/dist/client/index.cjs629.js +0 -1
- package/dist/client/index.cjs63.js +0 -1
- package/dist/client/index.cjs630.js +0 -1
- package/dist/client/index.cjs631.js +0 -1
- package/dist/client/index.cjs632.js +0 -1
- package/dist/client/index.cjs633.js +0 -1
- package/dist/client/index.cjs634.js +0 -1
- package/dist/client/index.cjs635.js +0 -1
- package/dist/client/index.cjs636.js +0 -1
- package/dist/client/index.cjs637.js +0 -1
- package/dist/client/index.cjs638.js +0 -1
- package/dist/client/index.cjs639.js +0 -1
- package/dist/client/index.cjs64.js +0 -1
- package/dist/client/index.cjs640.js +0 -1
- package/dist/client/index.cjs641.js +0 -1
- package/dist/client/index.cjs642.js +0 -1
- package/dist/client/index.cjs643.js +0 -1
- package/dist/client/index.cjs644.js +0 -1
- package/dist/client/index.cjs645.js +0 -1
- package/dist/client/index.cjs646.js +0 -1
- package/dist/client/index.cjs647.js +0 -1
- package/dist/client/index.cjs648.js +0 -1
- package/dist/client/index.cjs649.js +0 -1
- package/dist/client/index.cjs65.js +0 -1
- package/dist/client/index.cjs650.js +0 -1
- package/dist/client/index.cjs651.js +0 -1
- package/dist/client/index.cjs652.js +0 -1
- package/dist/client/index.cjs653.js +0 -1
- package/dist/client/index.cjs654.js +0 -1
- package/dist/client/index.cjs655.js +0 -3
- package/dist/client/index.cjs656.js +0 -1
- package/dist/client/index.cjs658.js +0 -1
- package/dist/client/index.cjs659.js +0 -1
- package/dist/client/index.cjs66.js +0 -3
- package/dist/client/index.cjs660.js +0 -1
- package/dist/client/index.cjs661.js +0 -1
- package/dist/client/index.cjs662.js +0 -1
- package/dist/client/index.cjs663.js +0 -1
- package/dist/client/index.cjs664.js +0 -1
- package/dist/client/index.cjs665.js +0 -1
- package/dist/client/index.cjs666.js +0 -1
- package/dist/client/index.cjs667.js +0 -1
- package/dist/client/index.cjs668.js +0 -1
- package/dist/client/index.cjs669.js +0 -14
- package/dist/client/index.cjs67.js +0 -1
- package/dist/client/index.cjs671.js +0 -1
- package/dist/client/index.cjs672.js +0 -1
- package/dist/client/index.cjs673.js +0 -1
- package/dist/client/index.cjs674.js +0 -1
- package/dist/client/index.cjs675.js +0 -1
- package/dist/client/index.cjs676.js +0 -1
- package/dist/client/index.cjs677.js +0 -1
- package/dist/client/index.cjs678.js +0 -1
- package/dist/client/index.cjs679.js +0 -1
- package/dist/client/index.cjs68.js +0 -1
- package/dist/client/index.cjs680.js +0 -1
- package/dist/client/index.cjs681.js +0 -1
- package/dist/client/index.cjs682.js +0 -1
- package/dist/client/index.cjs683.js +0 -1
- package/dist/client/index.cjs684.js +0 -1
- package/dist/client/index.cjs685.js +0 -1
- package/dist/client/index.cjs686.js +0 -1
- package/dist/client/index.cjs687.js +0 -1
- package/dist/client/index.cjs688.js +0 -1
- package/dist/client/index.cjs689.js +0 -1
- package/dist/client/index.cjs69.js +0 -1
- package/dist/client/index.cjs690.js +0 -1
- package/dist/client/index.cjs691.js +0 -1
- package/dist/client/index.cjs692.js +0 -1
- package/dist/client/index.cjs693.js +0 -1
- package/dist/client/index.cjs694.js +0 -1
- package/dist/client/index.cjs695.js +0 -1
- package/dist/client/index.cjs696.js +0 -1
- package/dist/client/index.cjs697.js +0 -1
- package/dist/client/index.cjs698.js +0 -1
- package/dist/client/index.cjs699.js +0 -1
- package/dist/client/index.cjs7.js +0 -1
- package/dist/client/index.cjs70.js +0 -1
- package/dist/client/index.cjs700.js +0 -1
- package/dist/client/index.cjs701.js +0 -1
- package/dist/client/index.cjs702.js +0 -1
- package/dist/client/index.cjs703.js +0 -1
- package/dist/client/index.cjs704.js +0 -1
- package/dist/client/index.cjs705.js +0 -1
- package/dist/client/index.cjs706.js +0 -1
- package/dist/client/index.cjs707.js +0 -1
- package/dist/client/index.cjs708.js +0 -1
- package/dist/client/index.cjs709.js +0 -1
- package/dist/client/index.cjs71.js +0 -1
- package/dist/client/index.cjs710.js +0 -1
- package/dist/client/index.cjs711.js +0 -1
- package/dist/client/index.cjs712.js +0 -1
- package/dist/client/index.cjs713.js +0 -1
- package/dist/client/index.cjs714.js +0 -1
- package/dist/client/index.cjs715.js +0 -1
- package/dist/client/index.cjs716.js +0 -3
- package/dist/client/index.cjs717.js +0 -1
- package/dist/client/index.cjs718.js +0 -1
- package/dist/client/index.cjs719.js +0 -1
- package/dist/client/index.cjs72.js +0 -1
- package/dist/client/index.cjs720.js +0 -1
- package/dist/client/index.cjs721.js +0 -1
- package/dist/client/index.cjs722.js +0 -1
- package/dist/client/index.cjs723.js +0 -1
- package/dist/client/index.cjs724.js +0 -1
- package/dist/client/index.cjs725.js +0 -1
- package/dist/client/index.cjs726.js +0 -1
- package/dist/client/index.cjs727.js +0 -1
- package/dist/client/index.cjs728.js +0 -1
- package/dist/client/index.cjs729.js +0 -1
- package/dist/client/index.cjs73.js +0 -1
- package/dist/client/index.cjs730.js +0 -1
- package/dist/client/index.cjs731.js +0 -1
- package/dist/client/index.cjs732.js +0 -1
- package/dist/client/index.cjs733.js +0 -1
- package/dist/client/index.cjs734.js +0 -1
- package/dist/client/index.cjs735.js +0 -1
- package/dist/client/index.cjs736.js +0 -1
- package/dist/client/index.cjs737.js +0 -1
- package/dist/client/index.cjs738.js +0 -1
- package/dist/client/index.cjs739.js +0 -9
- package/dist/client/index.cjs74.js +0 -1
- package/dist/client/index.cjs740.js +0 -1
- package/dist/client/index.cjs741.js +0 -1
- package/dist/client/index.cjs742.js +0 -1
- package/dist/client/index.cjs743.js +0 -1
- package/dist/client/index.cjs744.js +0 -1
- package/dist/client/index.cjs745.js +0 -1
- package/dist/client/index.cjs746.js +0 -1
- package/dist/client/index.cjs747.js +0 -1
- package/dist/client/index.cjs748.js +0 -1
- package/dist/client/index.cjs749.js +0 -1
- package/dist/client/index.cjs75.js +0 -1
- package/dist/client/index.cjs750.js +0 -1
- package/dist/client/index.cjs751.js +0 -1
- package/dist/client/index.cjs752.js +0 -1
- package/dist/client/index.cjs753.js +0 -1
- package/dist/client/index.cjs754.js +0 -1
- package/dist/client/index.cjs755.js +0 -1
- package/dist/client/index.cjs756.js +0 -1
- package/dist/client/index.cjs757.js +0 -1
- package/dist/client/index.cjs758.js +0 -1
- package/dist/client/index.cjs759.js +0 -1
- package/dist/client/index.cjs76.js +0 -1
- package/dist/client/index.cjs760.js +0 -1
- package/dist/client/index.cjs761.js +0 -1
- package/dist/client/index.cjs762.js +0 -1
- package/dist/client/index.cjs763.js +0 -1
- package/dist/client/index.cjs764.js +0 -1
- package/dist/client/index.cjs765.js +0 -1
- package/dist/client/index.cjs766.js +0 -1
- package/dist/client/index.cjs767.js +0 -1
- package/dist/client/index.cjs768.js +0 -1
- package/dist/client/index.cjs769.js +0 -1
- package/dist/client/index.cjs77.js +0 -1
- package/dist/client/index.cjs770.js +0 -1
- package/dist/client/index.cjs771.js +0 -1
- package/dist/client/index.cjs772.js +0 -1
- package/dist/client/index.cjs773.js +0 -1
- package/dist/client/index.cjs774.js +0 -1
- package/dist/client/index.cjs775.js +0 -1
- package/dist/client/index.cjs776.js +0 -1
- package/dist/client/index.cjs777.js +0 -1
- package/dist/client/index.cjs778.js +0 -1
- package/dist/client/index.cjs779.js +0 -1
- package/dist/client/index.cjs78.js +0 -1
- package/dist/client/index.cjs780.js +0 -1
- package/dist/client/index.cjs781.js +0 -1
- package/dist/client/index.cjs782.js +0 -1
- package/dist/client/index.cjs783.js +0 -1
- package/dist/client/index.cjs784.js +0 -1
- package/dist/client/index.cjs785.js +0 -1
- package/dist/client/index.cjs786.js +0 -1
- package/dist/client/index.cjs787.js +0 -1
- package/dist/client/index.cjs788.js +0 -1
- package/dist/client/index.cjs789.js +0 -5
- package/dist/client/index.cjs79.js +0 -1
- package/dist/client/index.cjs790.js +0 -1
- package/dist/client/index.cjs791.js +0 -1
- package/dist/client/index.cjs792.js +0 -1
- package/dist/client/index.cjs793.js +0 -1
- package/dist/client/index.cjs794.js +0 -1
- package/dist/client/index.cjs795.js +0 -1
- package/dist/client/index.cjs796.js +0 -1
- package/dist/client/index.cjs797.js +0 -1
- package/dist/client/index.cjs798.js +0 -1
- package/dist/client/index.cjs799.js +0 -1
- package/dist/client/index.cjs8.js +0 -1
- package/dist/client/index.cjs80.js +0 -1
- package/dist/client/index.cjs800.js +0 -1
- package/dist/client/index.cjs801.js +0 -1
- package/dist/client/index.cjs802.js +0 -1
- package/dist/client/index.cjs803.js +0 -2
- package/dist/client/index.cjs804.js +0 -1
- package/dist/client/index.cjs805.js +0 -1
- package/dist/client/index.cjs806.js +0 -1
- package/dist/client/index.cjs807.js +0 -1
- package/dist/client/index.cjs808.js +0 -1
- package/dist/client/index.cjs809.js +0 -1
- package/dist/client/index.cjs81.js +0 -1
- package/dist/client/index.cjs810.js +0 -1
- package/dist/client/index.cjs811.js +0 -1
- package/dist/client/index.cjs812.js +0 -1
- package/dist/client/index.cjs813.js +0 -1
- package/dist/client/index.cjs814.js +0 -2
- package/dist/client/index.cjs815.js +0 -1
- package/dist/client/index.cjs816.js +0 -3
- package/dist/client/index.cjs817.js +0 -1
- package/dist/client/index.cjs818.js +0 -1
- package/dist/client/index.cjs819.js +0 -1
- package/dist/client/index.cjs82.js +0 -1
- package/dist/client/index.cjs820.js +0 -1
- package/dist/client/index.cjs821.js +0 -1
- package/dist/client/index.cjs822.js +0 -1
- package/dist/client/index.cjs823.js +0 -1
- package/dist/client/index.cjs824.js +0 -1
- package/dist/client/index.cjs825.js +0 -1
- package/dist/client/index.cjs826.js +0 -1
- package/dist/client/index.cjs827.js +0 -1
- package/dist/client/index.cjs828.js +0 -1
- package/dist/client/index.cjs829.js +0 -1
- package/dist/client/index.cjs83.js +0 -1
- package/dist/client/index.cjs830.js +0 -1
- package/dist/client/index.cjs831.js +0 -1
- package/dist/client/index.cjs832.js +0 -1
- package/dist/client/index.cjs833.js +0 -1
- package/dist/client/index.cjs834.js +0 -1
- package/dist/client/index.cjs835.js +0 -1
- package/dist/client/index.cjs836.js +0 -1
- package/dist/client/index.cjs837.js +0 -1
- package/dist/client/index.cjs838.js +0 -1
- package/dist/client/index.cjs839.js +0 -1
- package/dist/client/index.cjs84.js +0 -1
- package/dist/client/index.cjs840.js +0 -1
- package/dist/client/index.cjs841.js +0 -1
- package/dist/client/index.cjs842.js +0 -1
- package/dist/client/index.cjs843.js +0 -1
- package/dist/client/index.cjs844.js +0 -1
- package/dist/client/index.cjs845.js +0 -1
- package/dist/client/index.cjs846.js +0 -1
- package/dist/client/index.cjs847.js +0 -1
- package/dist/client/index.cjs848.js +0 -2
- package/dist/client/index.cjs849.js +0 -2
- package/dist/client/index.cjs85.js +0 -1
- package/dist/client/index.cjs850.js +0 -1
- package/dist/client/index.cjs851.js +0 -1
- package/dist/client/index.cjs852.js +0 -1
- package/dist/client/index.cjs853.js +0 -1
- package/dist/client/index.cjs854.js +0 -1
- package/dist/client/index.cjs855.js +0 -1
- package/dist/client/index.cjs856.js +0 -1
- package/dist/client/index.cjs857.js +0 -1
- package/dist/client/index.cjs858.js +0 -1
- package/dist/client/index.cjs859.js +0 -1
- package/dist/client/index.cjs86.js +0 -1
- package/dist/client/index.cjs860.js +0 -3
- package/dist/client/index.cjs861.js +0 -1
- package/dist/client/index.cjs862.js +0 -1
- package/dist/client/index.cjs863.js +0 -1
- package/dist/client/index.cjs864.js +0 -1
- package/dist/client/index.cjs865.js +0 -1
- package/dist/client/index.cjs866.js +0 -1
- package/dist/client/index.cjs867.js +0 -1
- package/dist/client/index.cjs868.js +0 -1
- package/dist/client/index.cjs869.js +0 -1
- package/dist/client/index.cjs87.js +0 -1
- package/dist/client/index.cjs870.js +0 -3
- package/dist/client/index.cjs871.js +0 -4
- package/dist/client/index.cjs872.js +0 -1
- package/dist/client/index.cjs873.js +0 -1
- package/dist/client/index.cjs874.js +0 -1
- package/dist/client/index.cjs875.js +0 -1
- package/dist/client/index.cjs876.js +0 -1
- package/dist/client/index.cjs877.js +0 -1
- package/dist/client/index.cjs878.js +0 -1
- package/dist/client/index.cjs879.js +0 -1
- package/dist/client/index.cjs88.js +0 -1
- package/dist/client/index.cjs880.js +0 -1
- package/dist/client/index.cjs881.js +0 -1
- package/dist/client/index.cjs882.js +0 -1
- package/dist/client/index.cjs883.js +0 -1
- package/dist/client/index.cjs884.js +0 -1
- package/dist/client/index.cjs885.js +0 -1
- package/dist/client/index.cjs886.js +0 -1
- package/dist/client/index.cjs887.js +0 -1
- package/dist/client/index.cjs888.js +0 -1
- package/dist/client/index.cjs889.js +0 -1
- package/dist/client/index.cjs89.js +0 -1
- package/dist/client/index.cjs890.js +0 -2
- package/dist/client/index.cjs891.js +0 -1
- package/dist/client/index.cjs892.js +0 -1
- package/dist/client/index.cjs893.js +0 -1
- package/dist/client/index.cjs894.js +0 -1
- package/dist/client/index.cjs895.js +0 -1
- package/dist/client/index.cjs896.js +0 -1
- package/dist/client/index.cjs897.js +0 -1
- package/dist/client/index.cjs898.js +0 -1
- package/dist/client/index.cjs899.js +0 -1
- package/dist/client/index.cjs9.js +0 -1
- package/dist/client/index.cjs90.js +0 -1
- package/dist/client/index.cjs900.js +0 -1
- package/dist/client/index.cjs901.js +0 -1
- package/dist/client/index.cjs902.js +0 -1
- package/dist/client/index.cjs903.js +0 -1
- package/dist/client/index.cjs904.js +0 -1
- package/dist/client/index.cjs905.js +0 -1
- package/dist/client/index.cjs906.js +0 -1
- package/dist/client/index.cjs907.js +0 -2
- package/dist/client/index.cjs908.js +0 -1
- package/dist/client/index.cjs909.js +0 -1
- package/dist/client/index.cjs91.js +0 -1
- package/dist/client/index.cjs910.js +0 -2
- package/dist/client/index.cjs911.js +0 -1
- package/dist/client/index.cjs912.js +0 -1
- package/dist/client/index.cjs913.js +0 -1
- package/dist/client/index.cjs914.js +0 -1
- package/dist/client/index.cjs915.js +0 -1
- package/dist/client/index.cjs916.js +0 -1
- package/dist/client/index.cjs917.js +0 -1
- package/dist/client/index.cjs918.js +0 -1
- package/dist/client/index.cjs919.js +0 -1
- package/dist/client/index.cjs92.js +0 -1
- package/dist/client/index.cjs920.js +0 -1
- package/dist/client/index.cjs921.js +0 -1
- package/dist/client/index.cjs922.js +0 -1
- package/dist/client/index.cjs923.js +0 -1
- package/dist/client/index.cjs924.js +0 -1
- package/dist/client/index.cjs925.js +0 -1
- package/dist/client/index.cjs926.js +0 -1
- package/dist/client/index.cjs927.js +0 -1
- package/dist/client/index.cjs928.js +0 -1
- package/dist/client/index.cjs929.js +0 -1
- package/dist/client/index.cjs93.js +0 -1
- package/dist/client/index.cjs930.js +0 -1
- package/dist/client/index.cjs931.js +0 -1
- package/dist/client/index.cjs932.js +0 -1
- package/dist/client/index.cjs933.js +0 -1
- package/dist/client/index.cjs934.js +0 -1
- package/dist/client/index.cjs935.js +0 -1
- package/dist/client/index.cjs936.js +0 -1
- package/dist/client/index.cjs937.js +0 -1
- package/dist/client/index.cjs938.js +0 -1
- package/dist/client/index.cjs939.js +0 -1
- package/dist/client/index.cjs94.js +0 -1
- package/dist/client/index.cjs940.js +0 -1
- package/dist/client/index.cjs941.js +0 -1
- package/dist/client/index.cjs942.js +0 -1
- package/dist/client/index.cjs943.js +0 -1
- package/dist/client/index.cjs944.js +0 -1
- package/dist/client/index.cjs945.js +0 -1
- package/dist/client/index.cjs946.js +0 -1
- package/dist/client/index.cjs947.js +0 -1
- package/dist/client/index.cjs948.js +0 -1
- package/dist/client/index.cjs949.js +0 -1
- package/dist/client/index.cjs95.js +0 -1
- package/dist/client/index.cjs950.js +0 -1
- package/dist/client/index.cjs951.js +0 -1
- package/dist/client/index.cjs952.js +0 -1
- package/dist/client/index.cjs953.js +0 -1
- package/dist/client/index.cjs954.js +0 -1
- package/dist/client/index.cjs955.js +0 -1
- package/dist/client/index.cjs956.js +0 -1
- package/dist/client/index.cjs957.js +0 -1
- package/dist/client/index.cjs958.js +0 -1
- package/dist/client/index.cjs959.js +0 -1
- package/dist/client/index.cjs96.js +0 -1
- package/dist/client/index.cjs960.js +0 -1
- package/dist/client/index.cjs961.js +0 -1
- package/dist/client/index.cjs962.js +0 -1
- package/dist/client/index.cjs963.js +0 -1
- package/dist/client/index.cjs964.js +0 -1
- package/dist/client/index.cjs965.js +0 -1
- package/dist/client/index.cjs966.js +0 -1
- package/dist/client/index.cjs967.js +0 -1
- package/dist/client/index.cjs968.js +0 -3
- package/dist/client/index.cjs969.js +0 -1
- package/dist/client/index.cjs97.js +0 -1
- package/dist/client/index.cjs970.js +0 -1
- package/dist/client/index.cjs971.js +0 -3
- package/dist/client/index.cjs972.js +0 -4
- package/dist/client/index.cjs973.js +0 -2
- package/dist/client/index.cjs974.js +0 -1
- package/dist/client/index.cjs975.js +0 -6
- package/dist/client/index.cjs976.js +0 -1
- package/dist/client/index.cjs977.js +0 -1
- package/dist/client/index.cjs978.js +0 -1
- package/dist/client/index.cjs979.js +0 -1
- package/dist/client/index.cjs98.js +0 -1
- package/dist/client/index.cjs980.js +0 -1
- package/dist/client/index.cjs981.js +0 -1
- package/dist/client/index.cjs982.js +0 -1
- package/dist/client/index.cjs983.js +0 -1
- package/dist/client/index.cjs984.js +0 -1
- package/dist/client/index.cjs985.js +0 -1
- package/dist/client/index.cjs986.js +0 -1
- package/dist/client/index.cjs987.js +0 -1
- package/dist/client/index.cjs988.js +0 -1
- package/dist/client/index.cjs989.js +0 -1
- package/dist/client/index.cjs99.js +0 -1
- package/dist/client/index.cjs990.js +0 -1
- package/dist/client/index.cjs991.js +0 -1
- package/dist/client/index.cjs992.js +0 -1
- package/dist/client/index.cjs993.js +0 -1
- package/dist/client/index.cjs994.js +0 -1
- package/dist/client/index.cjs995.js +0 -1
- package/dist/client/index.cjs996.js +0 -1
- package/dist/client/index.cjs997.js +0 -1
- package/dist/client/index.cjs998.js +0 -1
- package/dist/client/index.cjs999.js +0 -1
- package/dist/client/index.es10.js +0 -22
- package/dist/client/index.es100.js +0 -29
- package/dist/client/index.es1000.js +0 -14
- package/dist/client/index.es1001.js +0 -15
- package/dist/client/index.es1002.js +0 -12
- package/dist/client/index.es1003.js +0 -9
- package/dist/client/index.es1004.js +0 -11
- package/dist/client/index.es1005.js +0 -11
- package/dist/client/index.es1006.js +0 -11
- package/dist/client/index.es1007.js +0 -6
- package/dist/client/index.es1008.js +0 -37
- package/dist/client/index.es1009.js +0 -13
- package/dist/client/index.es101.js +0 -66
- package/dist/client/index.es1010.js +0 -15
- package/dist/client/index.es1011.js +0 -11
- package/dist/client/index.es1012.js +0 -18
- package/dist/client/index.es1013.js +0 -11
- package/dist/client/index.es1014.js +0 -11
- package/dist/client/index.es1015.js +0 -11
- package/dist/client/index.es1016.js +0 -30
- package/dist/client/index.es1017.js +0 -11
- package/dist/client/index.es1018.js +0 -11
- package/dist/client/index.es1019.js +0 -20
- package/dist/client/index.es102.js +0 -236
- package/dist/client/index.es103.js +0 -4
- package/dist/client/index.es104.js +0 -60
- package/dist/client/index.es105.js +0 -250
- package/dist/client/index.es106.js +0 -175
- package/dist/client/index.es107.js +0 -87
- package/dist/client/index.es108.js +0 -61
- package/dist/client/index.es109.js +0 -48
- package/dist/client/index.es110.js +0 -7
- package/dist/client/index.es111.js +0 -11
- package/dist/client/index.es112.js +0 -5
- package/dist/client/index.es113.js +0 -17
- package/dist/client/index.es114.js +0 -18
- package/dist/client/index.es115.js +0 -5
- package/dist/client/index.es116.js +0 -152
- package/dist/client/index.es117.js +0 -7
- package/dist/client/index.es118.js +0 -41
- package/dist/client/index.es119.js +0 -29
- package/dist/client/index.es120.js +0 -7
- package/dist/client/index.es121.js +0 -10
- package/dist/client/index.es122.js +0 -143
- package/dist/client/index.es123.js +0 -31
- package/dist/client/index.es124.js +0 -126
- package/dist/client/index.es125.js +0 -8
- package/dist/client/index.es126.js +0 -296
- package/dist/client/index.es127.js +0 -96
- package/dist/client/index.es128.js +0 -78
- package/dist/client/index.es129.js +0 -78
- package/dist/client/index.es13.js +0 -51
- package/dist/client/index.es130.js +0 -19
- package/dist/client/index.es131.js +0 -4
- package/dist/client/index.es132.js +0 -45
- package/dist/client/index.es134.js +0 -187
- package/dist/client/index.es135.js +0 -9
- package/dist/client/index.es136.js +0 -8
- package/dist/client/index.es137.js +0 -174
- package/dist/client/index.es138.js +0 -62
- package/dist/client/index.es139.js +0 -7
- package/dist/client/index.es14.js +0 -54
- package/dist/client/index.es140.js +0 -19
- package/dist/client/index.es141.js +0 -11
- package/dist/client/index.es142.js +0 -10
- package/dist/client/index.es143.js +0 -10
- package/dist/client/index.es144.js +0 -10
- package/dist/client/index.es145.js +0 -10
- package/dist/client/index.es146.js +0 -11
- package/dist/client/index.es147.js +0 -7
- package/dist/client/index.es148.js +0 -13
- package/dist/client/index.es149.js +0 -44
- package/dist/client/index.es15.js +0 -45
- package/dist/client/index.es150.js +0 -6
- package/dist/client/index.es151.js +0 -17
- package/dist/client/index.es152.js +0 -5
- package/dist/client/index.es153.js +0 -17
- package/dist/client/index.es154.js +0 -10
- package/dist/client/index.es155.js +0 -5
- package/dist/client/index.es156.js +0 -5
- package/dist/client/index.es157.js +0 -39
- package/dist/client/index.es158.js +0 -21
- package/dist/client/index.es159.js +0 -9
- package/dist/client/index.es16.js +0 -176
- package/dist/client/index.es160.js +0 -16
- package/dist/client/index.es161.js +0 -178
- package/dist/client/index.es162.js +0 -190
- package/dist/client/index.es163.js +0 -10
- package/dist/client/index.es164.js +0 -23
- package/dist/client/index.es165.js +0 -9
- package/dist/client/index.es166.js +0 -50
- package/dist/client/index.es167.js +0 -241
- package/dist/client/index.es168.js +0 -306
- package/dist/client/index.es169.js +0 -159
- package/dist/client/index.es17.js +0 -79
- package/dist/client/index.es170.js +0 -206
- package/dist/client/index.es171.js +0 -120
- package/dist/client/index.es172.js +0 -134
- package/dist/client/index.es173.js +0 -155
- package/dist/client/index.es174.js +0 -10
- package/dist/client/index.es175.js +0 -5
- package/dist/client/index.es176.js +0 -101
- package/dist/client/index.es177.js +0 -95
- package/dist/client/index.es178.js +0 -177
- package/dist/client/index.es179.js +0 -104
- package/dist/client/index.es18.js +0 -470
- package/dist/client/index.es180.js +0 -9
- package/dist/client/index.es181.js +0 -9
- package/dist/client/index.es182.js +0 -9
- package/dist/client/index.es183.js +0 -10
- package/dist/client/index.es184.js +0 -10
- package/dist/client/index.es185.js +0 -27
- package/dist/client/index.es186.js +0 -9
- package/dist/client/index.es187.js +0 -9
- package/dist/client/index.es189.js +0 -52
- package/dist/client/index.es190.js +0 -12
- package/dist/client/index.es191.js +0 -12
- package/dist/client/index.es192.js +0 -23
- package/dist/client/index.es193.js +0 -80
- package/dist/client/index.es194.js +0 -111
- package/dist/client/index.es195.js +0 -65
- package/dist/client/index.es196.js +0 -125
- package/dist/client/index.es197.js +0 -12
- package/dist/client/index.es198.js +0 -53
- package/dist/client/index.es199.js +0 -39
- package/dist/client/index.es2.js +0 -140
- package/dist/client/index.es200.js +0 -87
- package/dist/client/index.es201.js +0 -56
- package/dist/client/index.es202.js +0 -6
- package/dist/client/index.es203.js +0 -29
- package/dist/client/index.es204.js +0 -29
- package/dist/client/index.es205.js +0 -54
- package/dist/client/index.es206.js +0 -58
- package/dist/client/index.es207.js +0 -40
- package/dist/client/index.es208.js +0 -60
- package/dist/client/index.es209.js +0 -108
- package/dist/client/index.es21.js +0 -54
- package/dist/client/index.es210.js +0 -86
- package/dist/client/index.es211.js +0 -40
- package/dist/client/index.es212.js +0 -40
- package/dist/client/index.es213.js +0 -33
- package/dist/client/index.es214.js +0 -33
- package/dist/client/index.es215.js +0 -33
- package/dist/client/index.es216.js +0 -33
- package/dist/client/index.es217.js +0 -33
- package/dist/client/index.es218.js +0 -33
- package/dist/client/index.es219.js +0 -58
- package/dist/client/index.es22.js +0 -262
- package/dist/client/index.es220.js +0 -25
- package/dist/client/index.es221.js +0 -118
- package/dist/client/index.es222.js +0 -6
- package/dist/client/index.es223.js +0 -150
- package/dist/client/index.es224.js +0 -9
- package/dist/client/index.es225.js +0 -7
- package/dist/client/index.es226.js +0 -11
- package/dist/client/index.es227.js +0 -56
- package/dist/client/index.es228.js +0 -71
- package/dist/client/index.es229.js +0 -26
- package/dist/client/index.es230.js +0 -19
- package/dist/client/index.es231.js +0 -182
- package/dist/client/index.es232.js +0 -68
- package/dist/client/index.es233.js +0 -121
- package/dist/client/index.es234.js +0 -78
- package/dist/client/index.es235.js +0 -140
- package/dist/client/index.es236.js +0 -23
- package/dist/client/index.es237.js +0 -69
- package/dist/client/index.es238.js +0 -7
- package/dist/client/index.es239.js +0 -12
- package/dist/client/index.es24.js +0 -122
- package/dist/client/index.es240.js +0 -93
- package/dist/client/index.es241.js +0 -10
- package/dist/client/index.es242.js +0 -5
- package/dist/client/index.es243.js +0 -70
- package/dist/client/index.es244.js +0 -27
- package/dist/client/index.es245.js +0 -11
- package/dist/client/index.es246.js +0 -6
- package/dist/client/index.es247.js +0 -12
- package/dist/client/index.es248.js +0 -17
- package/dist/client/index.es249.js +0 -9
- package/dist/client/index.es250.js +0 -166
- package/dist/client/index.es251.js +0 -28
- package/dist/client/index.es252.js +0 -76
- package/dist/client/index.es253.js +0 -9
- package/dist/client/index.es254.js +0 -70
- package/dist/client/index.es255.js +0 -86
- package/dist/client/index.es256.js +0 -124
- package/dist/client/index.es257.js +0 -12
- package/dist/client/index.es258.js +0 -10
- package/dist/client/index.es259.js +0 -5
- package/dist/client/index.es26.js +0 -225
- package/dist/client/index.es260.js +0 -21
- package/dist/client/index.es261.js +0 -17
- package/dist/client/index.es262.js +0 -17
- package/dist/client/index.es263.js +0 -4
- package/dist/client/index.es264.js +0 -161
- package/dist/client/index.es265.js +0 -4
- package/dist/client/index.es266.js +0 -15
- package/dist/client/index.es267.js +0 -4
- package/dist/client/index.es268.js +0 -12
- package/dist/client/index.es269.js +0 -4
- package/dist/client/index.es27.js +0 -50
- package/dist/client/index.es270.js +0 -6
- package/dist/client/index.es271.js +0 -4
- package/dist/client/index.es272.js +0 -7
- package/dist/client/index.es273.js +0 -4
- package/dist/client/index.es274.js +0 -5
- package/dist/client/index.es275.js +0 -4
- package/dist/client/index.es276.js +0 -4
- package/dist/client/index.es277.js +0 -17
- package/dist/client/index.es278.js +0 -4
- package/dist/client/index.es279.js +0 -14
- package/dist/client/index.es28.js +0 -2168
- package/dist/client/index.es280.js +0 -4
- package/dist/client/index.es281.js +0 -62
- package/dist/client/index.es282.js +0 -37
- package/dist/client/index.es283.js +0 -15
- package/dist/client/index.es284.js +0 -48
- package/dist/client/index.es285.js +0 -13
- package/dist/client/index.es286.js +0 -67
- package/dist/client/index.es287.js +0 -10
- package/dist/client/index.es288.js +0 -44
- package/dist/client/index.es289.js +0 -40
- package/dist/client/index.es290.js +0 -63
- package/dist/client/index.es291.js +0 -71
- package/dist/client/index.es292.js +0 -26
- package/dist/client/index.es293.js +0 -42
- package/dist/client/index.es294.js +0 -7
- package/dist/client/index.es295.js +0 -41
- package/dist/client/index.es296.js +0 -6
- package/dist/client/index.es297.js +0 -31
- package/dist/client/index.es298.js +0 -6
- package/dist/client/index.es299.js +0 -1322
- package/dist/client/index.es3.js +0 -113
- package/dist/client/index.es30.js +0 -32
- package/dist/client/index.es300.js +0 -330
- package/dist/client/index.es301.js +0 -1430
- package/dist/client/index.es302.js +0 -264
- package/dist/client/index.es303.js +0 -8
- package/dist/client/index.es304.js +0 -2133
- package/dist/client/index.es305.js +0 -53
- package/dist/client/index.es306.js +0 -6
- package/dist/client/index.es307.js +0 -6
- package/dist/client/index.es308.js +0 -6
- package/dist/client/index.es309.js +0 -16
- package/dist/client/index.es310.js +0 -18
- package/dist/client/index.es311.js +0 -6
- package/dist/client/index.es312.js +0 -6
- package/dist/client/index.es313.js +0 -16
- package/dist/client/index.es314.js +0 -6
- package/dist/client/index.es315.js +0 -6
- package/dist/client/index.es316.js +0 -6
- package/dist/client/index.es317.js +0 -6
- package/dist/client/index.es318.js +0 -16
- package/dist/client/index.es319.js +0 -6
- package/dist/client/index.es320.js +0 -6
- package/dist/client/index.es321.js +0 -6
- package/dist/client/index.es322.js +0 -6
- package/dist/client/index.es323.js +0 -6
- package/dist/client/index.es324.js +0 -6
- package/dist/client/index.es325.js +0 -6
- package/dist/client/index.es326.js +0 -18
- package/dist/client/index.es327.js +0 -8
- package/dist/client/index.es328.js +0 -6
- package/dist/client/index.es329.js +0 -6
- package/dist/client/index.es33.js +0 -88
- package/dist/client/index.es330.js +0 -8
- package/dist/client/index.es331.js +0 -6
- package/dist/client/index.es332.js +0 -6
- package/dist/client/index.es333.js +0 -6
- package/dist/client/index.es334.js +0 -10
- package/dist/client/index.es335.js +0 -6
- package/dist/client/index.es336.js +0 -6
- package/dist/client/index.es337.js +0 -8
- package/dist/client/index.es338.js +0 -6
- package/dist/client/index.es339.js +0 -6
- package/dist/client/index.es340.js +0 -14
- package/dist/client/index.es341.js +0 -18
- package/dist/client/index.es342.js +0 -6
- package/dist/client/index.es343.js +0 -6
- package/dist/client/index.es344.js +0 -6
- package/dist/client/index.es345.js +0 -6
- package/dist/client/index.es346.js +0 -6
- package/dist/client/index.es347.js +0 -6
- package/dist/client/index.es348.js +0 -6
- package/dist/client/index.es349.js +0 -6
- package/dist/client/index.es35.js +0 -197
- package/dist/client/index.es350.js +0 -6
- package/dist/client/index.es351.js +0 -6
- package/dist/client/index.es352.js +0 -6
- package/dist/client/index.es353.js +0 -6
- package/dist/client/index.es354.js +0 -6
- package/dist/client/index.es355.js +0 -12
- package/dist/client/index.es356.js +0 -8
- package/dist/client/index.es357.js +0 -8
- package/dist/client/index.es358.js +0 -6
- package/dist/client/index.es359.js +0 -10
- package/dist/client/index.es36.js +0 -37
- package/dist/client/index.es360.js +0 -6
- package/dist/client/index.es361.js +0 -6
- package/dist/client/index.es362.js +0 -6
- package/dist/client/index.es363.js +0 -6
- package/dist/client/index.es364.js +0 -8
- package/dist/client/index.es365.js +0 -6
- package/dist/client/index.es366.js +0 -8
- package/dist/client/index.es367.js +0 -10
- package/dist/client/index.es368.js +0 -6
- package/dist/client/index.es369.js +0 -6
- package/dist/client/index.es370.js +0 -6
- package/dist/client/index.es371.js +0 -6
- package/dist/client/index.es372.js +0 -8
- package/dist/client/index.es373.js +0 -8
- package/dist/client/index.es374.js +0 -6
- package/dist/client/index.es375.js +0 -14
- package/dist/client/index.es376.js +0 -14
- package/dist/client/index.es377.js +0 -8
- package/dist/client/index.es378.js +0 -6
- package/dist/client/index.es379.js +0 -6
- package/dist/client/index.es38.js +0 -640
- package/dist/client/index.es380.js +0 -14
- package/dist/client/index.es381.js +0 -6
- package/dist/client/index.es382.js +0 -10
- package/dist/client/index.es383.js +0 -10
- package/dist/client/index.es384.js +0 -14
- package/dist/client/index.es385.js +0 -6
- package/dist/client/index.es386.js +0 -6
- package/dist/client/index.es387.js +0 -6
- package/dist/client/index.es388.js +0 -6
- package/dist/client/index.es389.js +0 -6
- package/dist/client/index.es390.js +0 -10
- package/dist/client/index.es391.js +0 -8
- package/dist/client/index.es392.js +0 -14
- package/dist/client/index.es393.js +0 -8
- package/dist/client/index.es394.js +0 -6
- package/dist/client/index.es395.js +0 -8
- package/dist/client/index.es396.js +0 -6
- package/dist/client/index.es397.js +0 -6
- package/dist/client/index.es398.js +0 -6
- package/dist/client/index.es399.js +0 -8
- package/dist/client/index.es4.js +0 -63
- package/dist/client/index.es40.js +0 -152
- package/dist/client/index.es400.js +0 -8
- package/dist/client/index.es401.js +0 -6
- package/dist/client/index.es402.js +0 -6
- package/dist/client/index.es403.js +0 -6
- package/dist/client/index.es404.js +0 -6
- package/dist/client/index.es405.js +0 -6
- package/dist/client/index.es406.js +0 -6
- package/dist/client/index.es407.js +0 -6
- package/dist/client/index.es408.js +0 -16
- package/dist/client/index.es409.js +0 -6
- package/dist/client/index.es41.js +0 -26
- package/dist/client/index.es410.js +0 -6
- package/dist/client/index.es411.js +0 -8
- package/dist/client/index.es412.js +0 -6
- package/dist/client/index.es413.js +0 -6
- package/dist/client/index.es414.js +0 -14
- package/dist/client/index.es415.js +0 -6
- package/dist/client/index.es416.js +0 -6
- package/dist/client/index.es417.js +0 -8
- package/dist/client/index.es418.js +0 -6
- package/dist/client/index.es419.js +0 -6
- package/dist/client/index.es42.js +0 -148
- package/dist/client/index.es420.js +0 -6
- package/dist/client/index.es421.js +0 -14
- package/dist/client/index.es422.js +0 -6
- package/dist/client/index.es423.js +0 -12
- package/dist/client/index.es424.js +0 -6
- package/dist/client/index.es425.js +0 -6
- package/dist/client/index.es426.js +0 -6
- package/dist/client/index.es427.js +0 -6
- package/dist/client/index.es428.js +0 -6
- package/dist/client/index.es429.js +0 -6
- package/dist/client/index.es43.js +0 -95
- package/dist/client/index.es430.js +0 -6
- package/dist/client/index.es431.js +0 -8
- package/dist/client/index.es432.js +0 -20
- package/dist/client/index.es433.js +0 -6
- package/dist/client/index.es434.js +0 -6
- package/dist/client/index.es435.js +0 -6
- package/dist/client/index.es436.js +0 -6
- package/dist/client/index.es437.js +0 -6
- package/dist/client/index.es438.js +0 -6
- package/dist/client/index.es439.js +0 -16
- package/dist/client/index.es44.js +0 -116
- package/dist/client/index.es440.js +0 -18
- package/dist/client/index.es441.js +0 -6
- package/dist/client/index.es442.js +0 -6
- package/dist/client/index.es443.js +0 -6
- package/dist/client/index.es444.js +0 -6
- package/dist/client/index.es445.js +0 -6
- package/dist/client/index.es446.js +0 -6
- package/dist/client/index.es447.js +0 -6
- package/dist/client/index.es448.js +0 -6
- package/dist/client/index.es449.js +0 -6
- package/dist/client/index.es45.js +0 -8
- package/dist/client/index.es450.js +0 -12
- package/dist/client/index.es451.js +0 -6
- package/dist/client/index.es452.js +0 -6
- package/dist/client/index.es453.js +0 -6
- package/dist/client/index.es454.js +0 -8
- package/dist/client/index.es455.js +0 -6
- package/dist/client/index.es456.js +0 -6
- package/dist/client/index.es457.js +0 -6
- package/dist/client/index.es458.js +0 -6
- package/dist/client/index.es459.js +0 -6
- package/dist/client/index.es46.js +0 -144
- package/dist/client/index.es460.js +0 -10
- package/dist/client/index.es461.js +0 -6
- package/dist/client/index.es462.js +0 -6
- package/dist/client/index.es463.js +0 -6
- package/dist/client/index.es464.js +0 -6
- package/dist/client/index.es465.js +0 -22
- package/dist/client/index.es466.js +0 -30
- package/dist/client/index.es467.js +0 -6
- package/dist/client/index.es468.js +0 -8
- package/dist/client/index.es469.js +0 -6
- package/dist/client/index.es47.js +0 -13
- package/dist/client/index.es470.js +0 -6
- package/dist/client/index.es471.js +0 -6
- package/dist/client/index.es472.js +0 -8
- package/dist/client/index.es473.js +0 -6
- package/dist/client/index.es474.js +0 -8
- package/dist/client/index.es475.js +0 -6
- package/dist/client/index.es476.js +0 -8
- package/dist/client/index.es477.js +0 -6
- package/dist/client/index.es478.js +0 -6
- package/dist/client/index.es479.js +0 -8
- package/dist/client/index.es48.js +0 -8
- package/dist/client/index.es480.js +0 -8
- package/dist/client/index.es481.js +0 -6
- package/dist/client/index.es482.js +0 -6
- package/dist/client/index.es483.js +0 -6
- package/dist/client/index.es484.js +0 -8
- package/dist/client/index.es485.js +0 -6
- package/dist/client/index.es486.js +0 -14
- package/dist/client/index.es487.js +0 -6
- package/dist/client/index.es488.js +0 -6
- package/dist/client/index.es489.js +0 -6
- package/dist/client/index.es49.js +0 -417
- package/dist/client/index.es490.js +0 -6
- package/dist/client/index.es491.js +0 -6
- package/dist/client/index.es492.js +0 -6
- package/dist/client/index.es493.js +0 -12
- package/dist/client/index.es494.js +0 -6
- package/dist/client/index.es495.js +0 -8
- package/dist/client/index.es496.js +0 -6
- package/dist/client/index.es497.js +0 -18
- package/dist/client/index.es498.js +0 -6
- package/dist/client/index.es499.js +0 -6
- package/dist/client/index.es5.js +0 -251
- package/dist/client/index.es50.js +0 -8
- package/dist/client/index.es500.js +0 -6
- package/dist/client/index.es501.js +0 -18
- package/dist/client/index.es502.js +0 -6
- package/dist/client/index.es503.js +0 -6
- package/dist/client/index.es504.js +0 -6
- package/dist/client/index.es505.js +0 -6
- package/dist/client/index.es506.js +0 -6
- package/dist/client/index.es507.js +0 -6
- package/dist/client/index.es508.js +0 -6
- package/dist/client/index.es509.js +0 -6
- package/dist/client/index.es51.js +0 -342
- package/dist/client/index.es510.js +0 -6
- package/dist/client/index.es511.js +0 -26
- package/dist/client/index.es512.js +0 -10
- package/dist/client/index.es513.js +0 -6
- package/dist/client/index.es514.js +0 -6
- package/dist/client/index.es515.js +0 -6
- package/dist/client/index.es516.js +0 -6
- package/dist/client/index.es517.js +0 -6
- package/dist/client/index.es518.js +0 -6
- package/dist/client/index.es519.js +0 -8
- package/dist/client/index.es52.js +0 -85
- package/dist/client/index.es520.js +0 -8
- package/dist/client/index.es521.js +0 -6
- package/dist/client/index.es522.js +0 -6
- package/dist/client/index.es523.js +0 -6
- package/dist/client/index.es524.js +0 -4
- package/dist/client/index.es525.js +0 -4
- package/dist/client/index.es526.js +0 -4
- package/dist/client/index.es527.js +0 -4
- package/dist/client/index.es528.js +0 -4
- package/dist/client/index.es529.js +0 -4
- package/dist/client/index.es53.js +0 -16
- package/dist/client/index.es530.js +0 -4
- package/dist/client/index.es531.js +0 -4
- package/dist/client/index.es532.js +0 -4
- package/dist/client/index.es533.js +0 -4
- package/dist/client/index.es534.js +0 -4
- package/dist/client/index.es535.js +0 -4
- package/dist/client/index.es536.js +0 -4
- package/dist/client/index.es537.js +0 -4
- package/dist/client/index.es538.js +0 -4
- package/dist/client/index.es539.js +0 -4
- package/dist/client/index.es54.js +0 -86
- package/dist/client/index.es540.js +0 -4
- package/dist/client/index.es541.js +0 -4
- package/dist/client/index.es542.js +0 -4
- package/dist/client/index.es543.js +0 -4
- package/dist/client/index.es544.js +0 -4
- package/dist/client/index.es545.js +0 -4
- package/dist/client/index.es546.js +0 -4
- package/dist/client/index.es547.js +0 -4
- package/dist/client/index.es548.js +0 -4
- package/dist/client/index.es549.js +0 -4
- package/dist/client/index.es55.js +0 -303
- package/dist/client/index.es550.js +0 -4
- package/dist/client/index.es551.js +0 -4
- package/dist/client/index.es552.js +0 -4
- package/dist/client/index.es553.js +0 -4
- package/dist/client/index.es554.js +0 -4
- package/dist/client/index.es555.js +0 -4
- package/dist/client/index.es556.js +0 -4
- package/dist/client/index.es557.js +0 -4
- package/dist/client/index.es558.js +0 -4
- package/dist/client/index.es559.js +0 -4
- package/dist/client/index.es56.js +0 -168
- package/dist/client/index.es560.js +0 -4
- package/dist/client/index.es561.js +0 -4
- package/dist/client/index.es562.js +0 -4
- package/dist/client/index.es563.js +0 -4
- package/dist/client/index.es564.js +0 -4
- package/dist/client/index.es565.js +0 -4
- package/dist/client/index.es566.js +0 -4
- package/dist/client/index.es567.js +0 -4
- package/dist/client/index.es568.js +0 -4
- package/dist/client/index.es569.js +0 -4
- package/dist/client/index.es57.js +0 -61
- package/dist/client/index.es570.js +0 -4
- package/dist/client/index.es571.js +0 -4
- package/dist/client/index.es572.js +0 -4
- package/dist/client/index.es573.js +0 -4
- package/dist/client/index.es574.js +0 -4
- package/dist/client/index.es575.js +0 -4
- package/dist/client/index.es576.js +0 -4
- package/dist/client/index.es577.js +0 -4
- package/dist/client/index.es578.js +0 -55
- package/dist/client/index.es579.js +0 -25
- package/dist/client/index.es58.js +0 -72
- package/dist/client/index.es580.js +0 -29
- package/dist/client/index.es581.js +0 -14
- package/dist/client/index.es582.js +0 -15
- package/dist/client/index.es583.js +0 -24
- package/dist/client/index.es584.js +0 -23
- package/dist/client/index.es585.js +0 -79
- package/dist/client/index.es587.js +0 -32
- package/dist/client/index.es59.js +0 -8
- package/dist/client/index.es590.js +0 -10
- package/dist/client/index.es591.js +0 -328
- package/dist/client/index.es592.js +0 -5
- package/dist/client/index.es593.js +0 -10
- package/dist/client/index.es594.js +0 -5
- package/dist/client/index.es595.js +0 -5
- package/dist/client/index.es596.js +0 -5
- package/dist/client/index.es597.js +0 -9
- package/dist/client/index.es599.js +0 -77
- package/dist/client/index.es6.js +0 -19
- package/dist/client/index.es60.js +0 -8
- package/dist/client/index.es600.js +0 -6
- package/dist/client/index.es601.js +0 -15
- package/dist/client/index.es602.js +0 -15
- package/dist/client/index.es603.js +0 -14
- package/dist/client/index.es604.js +0 -406
- package/dist/client/index.es605.js +0 -10
- package/dist/client/index.es606.js +0 -14
- package/dist/client/index.es607.js +0 -125
- package/dist/client/index.es608.js +0 -8
- package/dist/client/index.es609.js +0 -10
- package/dist/client/index.es61.js +0 -8
- package/dist/client/index.es610.js +0 -14
- package/dist/client/index.es611.js +0 -9
- package/dist/client/index.es612.js +0 -119
- package/dist/client/index.es613.js +0 -10
- package/dist/client/index.es614.js +0 -10
- package/dist/client/index.es615.js +0 -14
- package/dist/client/index.es616.js +0 -5
- package/dist/client/index.es617.js +0 -9
- package/dist/client/index.es618.js +0 -349
- package/dist/client/index.es619.js +0 -9
- package/dist/client/index.es62.js +0 -8
- package/dist/client/index.es620.js +0 -179
- package/dist/client/index.es621.js +0 -10
- package/dist/client/index.es622.js +0 -7
- package/dist/client/index.es623.js +0 -229
- package/dist/client/index.es624.js +0 -10
- package/dist/client/index.es625.js +0 -51
- package/dist/client/index.es626.js +0 -10
- package/dist/client/index.es627.js +0 -5
- package/dist/client/index.es628.js +0 -9
- package/dist/client/index.es629.js +0 -9
- package/dist/client/index.es63.js +0 -8
- package/dist/client/index.es630.js +0 -9
- package/dist/client/index.es631.js +0 -128
- package/dist/client/index.es632.js +0 -7
- package/dist/client/index.es633.js +0 -104
- package/dist/client/index.es634.js +0 -9
- package/dist/client/index.es635.js +0 -36
- package/dist/client/index.es636.js +0 -116
- package/dist/client/index.es637.js +0 -7
- package/dist/client/index.es638.js +0 -6
- package/dist/client/index.es639.js +0 -8
- package/dist/client/index.es64.js +0 -10
- package/dist/client/index.es640.js +0 -8
- package/dist/client/index.es641.js +0 -10
- package/dist/client/index.es642.js +0 -8
- package/dist/client/index.es643.js +0 -10
- package/dist/client/index.es644.js +0 -12
- package/dist/client/index.es645.js +0 -8
- package/dist/client/index.es646.js +0 -12
- package/dist/client/index.es647.js +0 -12
- package/dist/client/index.es648.js +0 -12
- package/dist/client/index.es649.js +0 -10
- package/dist/client/index.es65.js +0 -8
- package/dist/client/index.es650.js +0 -8
- package/dist/client/index.es651.js +0 -6
- package/dist/client/index.es652.js +0 -6
- package/dist/client/index.es653.js +0 -6
- package/dist/client/index.es654.js +0 -8
- package/dist/client/index.es655.js +0 -84
- package/dist/client/index.es656.js +0 -27
- package/dist/client/index.es658.js +0 -13
- package/dist/client/index.es659.js +0 -103
- package/dist/client/index.es660.js +0 -12
- package/dist/client/index.es661.js +0 -29
- package/dist/client/index.es662.js +0 -16
- package/dist/client/index.es663.js +0 -35
- package/dist/client/index.es664.js +0 -24
- package/dist/client/index.es665.js +0 -24
- package/dist/client/index.es666.js +0 -62
- package/dist/client/index.es667.js +0 -16
- package/dist/client/index.es668.js +0 -76
- package/dist/client/index.es669.js +0 -115
- package/dist/client/index.es67.js +0 -120
- package/dist/client/index.es671.js +0 -120
- package/dist/client/index.es672.js +0 -10
- package/dist/client/index.es673.js +0 -6
- package/dist/client/index.es674.js +0 -10
- package/dist/client/index.es675.js +0 -47
- package/dist/client/index.es676.js +0 -7
- package/dist/client/index.es677.js +0 -6
- package/dist/client/index.es678.js +0 -4
- package/dist/client/index.es679.js +0 -42
- package/dist/client/index.es68.js +0 -94
- package/dist/client/index.es680.js +0 -5
- package/dist/client/index.es681.js +0 -29
- package/dist/client/index.es682.js +0 -36
- package/dist/client/index.es683.js +0 -69
- package/dist/client/index.es684.js +0 -7
- package/dist/client/index.es685.js +0 -193
- package/dist/client/index.es686.js +0 -9
- package/dist/client/index.es687.js +0 -9
- package/dist/client/index.es688.js +0 -9
- package/dist/client/index.es689.js +0 -10
- package/dist/client/index.es69.js +0 -117
- package/dist/client/index.es690.js +0 -77
- package/dist/client/index.es691.js +0 -10
- package/dist/client/index.es692.js +0 -75
- package/dist/client/index.es693.js +0 -22
- package/dist/client/index.es694.js +0 -61
- package/dist/client/index.es695.js +0 -67
- package/dist/client/index.es696.js +0 -7
- package/dist/client/index.es697.js +0 -7
- package/dist/client/index.es698.js +0 -5
- package/dist/client/index.es699.js +0 -74
- package/dist/client/index.es7.js +0 -57
- package/dist/client/index.es70.js +0 -545
- package/dist/client/index.es700.js +0 -6
- package/dist/client/index.es701.js +0 -6
- package/dist/client/index.es702.js +0 -9
- package/dist/client/index.es703.js +0 -8
- package/dist/client/index.es704.js +0 -9
- package/dist/client/index.es706.js +0 -12
- package/dist/client/index.es707.js +0 -9
- package/dist/client/index.es708.js +0 -6
- package/dist/client/index.es709.js +0 -6
- package/dist/client/index.es71.js +0 -312
- package/dist/client/index.es710.js +0 -11
- package/dist/client/index.es711.js +0 -10
- package/dist/client/index.es712.js +0 -25
- package/dist/client/index.es713.js +0 -12
- package/dist/client/index.es714.js +0 -25
- package/dist/client/index.es715.js +0 -20
- package/dist/client/index.es716.js +0 -127
- package/dist/client/index.es717.js +0 -171
- package/dist/client/index.es718.js +0 -10
- package/dist/client/index.es719.js +0 -38
- package/dist/client/index.es72.js +0 -46
- package/dist/client/index.es720.js +0 -9
- package/dist/client/index.es721.js +0 -26
- package/dist/client/index.es722.js +0 -19
- package/dist/client/index.es724.js +0 -22
- package/dist/client/index.es725.js +0 -53
- package/dist/client/index.es726.js +0 -9
- package/dist/client/index.es727.js +0 -9
- package/dist/client/index.es728.js +0 -8
- package/dist/client/index.es729.js +0 -10
- package/dist/client/index.es73.js +0 -75
- package/dist/client/index.es730.js +0 -61
- package/dist/client/index.es731.js +0 -368
- package/dist/client/index.es732.js +0 -566
- package/dist/client/index.es733.js +0 -19
- package/dist/client/index.es734.js +0 -11
- package/dist/client/index.es735.js +0 -11
- package/dist/client/index.es736.js +0 -18
- package/dist/client/index.es737.js +0 -21
- package/dist/client/index.es738.js +0 -6
- package/dist/client/index.es739.js +0 -97
- package/dist/client/index.es74.js +0 -47
- package/dist/client/index.es740.js +0 -7
- package/dist/client/index.es741.js +0 -6
- package/dist/client/index.es742.js +0 -13
- package/dist/client/index.es743.js +0 -8
- package/dist/client/index.es744.js +0 -529
- package/dist/client/index.es745.js +0 -19
- package/dist/client/index.es746.js +0 -18
- package/dist/client/index.es747.js +0 -406
- package/dist/client/index.es748.js +0 -302
- package/dist/client/index.es749.js +0 -26
- package/dist/client/index.es75.js +0 -182
- package/dist/client/index.es750.js +0 -18
- package/dist/client/index.es751.js +0 -29
- package/dist/client/index.es752.js +0 -217
- package/dist/client/index.es753.js +0 -56
- package/dist/client/index.es754.js +0 -10
- package/dist/client/index.es755.js +0 -95
- package/dist/client/index.es756.js +0 -47
- package/dist/client/index.es757.js +0 -7
- package/dist/client/index.es758.js +0 -16
- package/dist/client/index.es759.js +0 -11
- package/dist/client/index.es76.js +0 -62
- package/dist/client/index.es760.js +0 -65
- package/dist/client/index.es761.js +0 -9
- package/dist/client/index.es762.js +0 -267
- package/dist/client/index.es763.js +0 -121
- package/dist/client/index.es764.js +0 -20
- package/dist/client/index.es765.js +0 -14
- package/dist/client/index.es766.js +0 -38
- package/dist/client/index.es767.js +0 -21
- package/dist/client/index.es768.js +0 -19
- package/dist/client/index.es769.js +0 -14
- package/dist/client/index.es77.js +0 -216
- package/dist/client/index.es770.js +0 -7
- package/dist/client/index.es771.js +0 -6
- package/dist/client/index.es772.js +0 -22
- package/dist/client/index.es773.js +0 -33
- package/dist/client/index.es774.js +0 -36
- package/dist/client/index.es775.js +0 -28
- package/dist/client/index.es776.js +0 -6
- package/dist/client/index.es777.js +0 -8
- package/dist/client/index.es778.js +0 -12
- package/dist/client/index.es779.js +0 -20
- package/dist/client/index.es78.js +0 -170
- package/dist/client/index.es780.js +0 -11
- package/dist/client/index.es781.js +0 -87
- package/dist/client/index.es782.js +0 -40
- package/dist/client/index.es783.js +0 -36
- package/dist/client/index.es784.js +0 -193
- package/dist/client/index.es785.js +0 -192
- package/dist/client/index.es786.js +0 -67
- package/dist/client/index.es787.js +0 -145
- package/dist/client/index.es788.js +0 -45
- package/dist/client/index.es789.js +0 -400
- package/dist/client/index.es79.js +0 -17
- package/dist/client/index.es790.js +0 -36
- package/dist/client/index.es791.js +0 -26
- package/dist/client/index.es792.js +0 -4
- package/dist/client/index.es793.js +0 -62
- package/dist/client/index.es794.js +0 -106
- package/dist/client/index.es795.js +0 -17
- package/dist/client/index.es796.js +0 -10
- package/dist/client/index.es797.js +0 -10
- package/dist/client/index.es798.js +0 -7
- package/dist/client/index.es799.js +0 -7
- package/dist/client/index.es8.js +0 -377
- package/dist/client/index.es80.js +0 -65
- package/dist/client/index.es800.js +0 -91
- package/dist/client/index.es801.js +0 -23
- package/dist/client/index.es802.js +0 -581
- package/dist/client/index.es803.js +0 -10
- package/dist/client/index.es804.js +0 -7
- package/dist/client/index.es805.js +0 -7
- package/dist/client/index.es806.js +0 -9
- package/dist/client/index.es807.js +0 -25
- package/dist/client/index.es808.js +0 -60
- package/dist/client/index.es809.js +0 -112
- package/dist/client/index.es81.js +0 -8
- package/dist/client/index.es810.js +0 -7
- package/dist/client/index.es811.js +0 -41
- package/dist/client/index.es812.js +0 -7
- package/dist/client/index.es813.js +0 -130
- package/dist/client/index.es814.js +0 -95
- package/dist/client/index.es815.js +0 -50
- package/dist/client/index.es816.js +0 -135
- package/dist/client/index.es817.js +0 -58
- package/dist/client/index.es818.js +0 -16
- package/dist/client/index.es819.js +0 -2271
- package/dist/client/index.es82.js +0 -8
- package/dist/client/index.es820.js +0 -250
- package/dist/client/index.es821.js +0 -2
- package/dist/client/index.es822.js +0 -7
- package/dist/client/index.es823.js +0 -210
- package/dist/client/index.es824.js +0 -14
- package/dist/client/index.es825.js +0 -1940
- package/dist/client/index.es826.js +0 -11
- package/dist/client/index.es827.js +0 -145
- package/dist/client/index.es828.js +0 -118
- package/dist/client/index.es829.js +0 -6
- package/dist/client/index.es83.js +0 -8
- package/dist/client/index.es830.js +0 -84
- package/dist/client/index.es831.js +0 -8
- package/dist/client/index.es832.js +0 -53
- package/dist/client/index.es833.js +0 -7
- package/dist/client/index.es834.js +0 -6
- package/dist/client/index.es835.js +0 -6
- package/dist/client/index.es836.js +0 -193
- package/dist/client/index.es837.js +0 -13
- package/dist/client/index.es838.js +0 -83
- package/dist/client/index.es839.js +0 -9
- package/dist/client/index.es84.js +0 -109
- package/dist/client/index.es840.js +0 -41
- package/dist/client/index.es841.js +0 -40
- package/dist/client/index.es842.js +0 -19
- package/dist/client/index.es843.js +0 -20
- package/dist/client/index.es844.js +0 -28
- package/dist/client/index.es845.js +0 -19
- package/dist/client/index.es846.js +0 -58
- package/dist/client/index.es847.js +0 -12
- package/dist/client/index.es848.js +0 -8
- package/dist/client/index.es849.js +0 -15
- package/dist/client/index.es85.js +0 -88
- package/dist/client/index.es850.js +0 -12
- package/dist/client/index.es851.js +0 -12
- package/dist/client/index.es852.js +0 -28
- package/dist/client/index.es853.js +0 -12
- package/dist/client/index.es854.js +0 -9
- package/dist/client/index.es855.js +0 -14
- package/dist/client/index.es856.js +0 -10
- package/dist/client/index.es857.js +0 -14
- package/dist/client/index.es858.js +0 -19
- package/dist/client/index.es859.js +0 -15
- package/dist/client/index.es86.js +0 -141
- package/dist/client/index.es860.js +0 -42
- package/dist/client/index.es861.js +0 -21
- package/dist/client/index.es862.js +0 -12
- package/dist/client/index.es863.js +0 -7
- package/dist/client/index.es864.js +0 -12
- package/dist/client/index.es865.js +0 -32
- package/dist/client/index.es866.js +0 -21
- package/dist/client/index.es867.js +0 -13
- package/dist/client/index.es868.js +0 -8
- package/dist/client/index.es869.js +0 -12
- package/dist/client/index.es87.js +0 -8
- package/dist/client/index.es870.js +0 -90
- package/dist/client/index.es871.js +0 -104
- package/dist/client/index.es872.js +0 -23
- package/dist/client/index.es873.js +0 -43
- package/dist/client/index.es874.js +0 -39
- package/dist/client/index.es875.js +0 -15
- package/dist/client/index.es876.js +0 -6
- package/dist/client/index.es877.js +0 -18
- package/dist/client/index.es878.js +0 -10
- package/dist/client/index.es879.js +0 -12
- package/dist/client/index.es88.js +0 -8
- package/dist/client/index.es880.js +0 -71
- package/dist/client/index.es881.js +0 -23
- package/dist/client/index.es882.js +0 -31
- package/dist/client/index.es883.js +0 -44
- package/dist/client/index.es884.js +0 -385
- package/dist/client/index.es885.js +0 -39
- package/dist/client/index.es886.js +0 -62
- package/dist/client/index.es887.js +0 -10
- package/dist/client/index.es888.js +0 -8
- package/dist/client/index.es89.js +0 -8
- package/dist/client/index.es890.js +0 -93
- package/dist/client/index.es892.js +0 -4
- package/dist/client/index.es893.js +0 -8
- package/dist/client/index.es894.js +0 -8
- package/dist/client/index.es895.js +0 -19
- package/dist/client/index.es896.js +0 -15
- package/dist/client/index.es897.js +0 -16
- package/dist/client/index.es898.js +0 -18
- package/dist/client/index.es899.js +0 -14
- package/dist/client/index.es9.js +0 -75
- package/dist/client/index.es90.js +0 -31
- package/dist/client/index.es900.js +0 -9
- package/dist/client/index.es901.js +0 -32
- package/dist/client/index.es902.js +0 -39
- package/dist/client/index.es903.js +0 -29
- package/dist/client/index.es904.js +0 -13
- package/dist/client/index.es905.js +0 -28
- package/dist/client/index.es906.js +0 -70
- package/dist/client/index.es907.js +0 -75
- package/dist/client/index.es908.js +0 -44
- package/dist/client/index.es909.js +0 -8
- package/dist/client/index.es91.js +0 -8
- package/dist/client/index.es910.js +0 -42
- package/dist/client/index.es911.js +0 -12
- package/dist/client/index.es912.js +0 -33
- package/dist/client/index.es913.js +0 -240
- package/dist/client/index.es914.js +0 -84
- package/dist/client/index.es915.js +0 -162
- package/dist/client/index.es916.js +0 -98
- package/dist/client/index.es917.js +0 -73
- package/dist/client/index.es918.js +0 -88
- package/dist/client/index.es919.js +0 -245
- package/dist/client/index.es92.js +0 -5
- package/dist/client/index.es920.js +0 -7
- package/dist/client/index.es921.js +0 -28
- package/dist/client/index.es922.js +0 -17
- package/dist/client/index.es923.js +0 -9
- package/dist/client/index.es924.js +0 -111
- package/dist/client/index.es925.js +0 -257
- package/dist/client/index.es926.js +0 -13
- package/dist/client/index.es927.js +0 -83
- package/dist/client/index.es928.js +0 -43
- package/dist/client/index.es929.js +0 -42
- package/dist/client/index.es93.js +0 -8
- package/dist/client/index.es930.js +0 -17
- package/dist/client/index.es931.js +0 -30
- package/dist/client/index.es932.js +0 -94
- package/dist/client/index.es933.js +0 -43
- package/dist/client/index.es934.js +0 -45
- package/dist/client/index.es935.js +0 -50
- package/dist/client/index.es936.js +0 -55
- package/dist/client/index.es937.js +0 -80
- package/dist/client/index.es938.js +0 -31
- package/dist/client/index.es939.js +0 -28
- package/dist/client/index.es94.js +0 -10
- package/dist/client/index.es940.js +0 -26
- package/dist/client/index.es941.js +0 -12
- package/dist/client/index.es942.js +0 -17
- package/dist/client/index.es943.js +0 -46
- package/dist/client/index.es944.js +0 -144
- package/dist/client/index.es945.js +0 -68
- package/dist/client/index.es946.js +0 -102
- package/dist/client/index.es947.js +0 -152
- package/dist/client/index.es948.js +0 -22
- package/dist/client/index.es949.js +0 -19
- package/dist/client/index.es95.js +0 -8
- package/dist/client/index.es950.js +0 -14
- package/dist/client/index.es951.js +0 -90
- package/dist/client/index.es952.js +0 -25
- package/dist/client/index.es953.js +0 -57
- package/dist/client/index.es954.js +0 -11
- package/dist/client/index.es955.js +0 -19
- package/dist/client/index.es956.js +0 -11
- package/dist/client/index.es957.js +0 -11
- package/dist/client/index.es958.js +0 -61
- package/dist/client/index.es959.js +0 -368
- package/dist/client/index.es96.js +0 -8
- package/dist/client/index.es960.js +0 -566
- package/dist/client/index.es961.js +0 -38
- package/dist/client/index.es962.js +0 -7
- package/dist/client/index.es963.js +0 -37
- package/dist/client/index.es964.js +0 -126
- package/dist/client/index.es965.js +0 -33
- package/dist/client/index.es966.js +0 -95
- package/dist/client/index.es967.js +0 -85
- package/dist/client/index.es968.js +0 -223
- package/dist/client/index.es969.js +0 -8
- package/dist/client/index.es97.js +0 -237
- package/dist/client/index.es970.js +0 -15
- package/dist/client/index.es971.js +0 -13
- package/dist/client/index.es972.js +0 -44
- package/dist/client/index.es973.js +0 -34
- package/dist/client/index.es974.js +0 -33
- package/dist/client/index.es975.js +0 -34
- package/dist/client/index.es976.js +0 -10
- package/dist/client/index.es977.js +0 -33
- package/dist/client/index.es978.js +0 -27
- package/dist/client/index.es979.js +0 -22
- package/dist/client/index.es98.js +0 -27
- package/dist/client/index.es980.js +0 -50
- package/dist/client/index.es981.js +0 -27
- package/dist/client/index.es982.js +0 -35
- package/dist/client/index.es983.js +0 -22
- package/dist/client/index.es984.js +0 -7
- package/dist/client/index.es985.js +0 -9
- package/dist/client/index.es986.js +0 -33
- package/dist/client/index.es987.js +0 -6
- package/dist/client/index.es988.js +0 -9
- package/dist/client/index.es989.js +0 -175
- package/dist/client/index.es99.js +0 -163
- package/dist/client/index.es990.js +0 -112
- package/dist/client/index.es991.js +0 -44
- package/dist/client/index.es992.js +0 -17
- package/dist/client/index.es993.js +0 -22
- package/dist/client/index.es994.js +0 -7
- package/dist/client/index.es995.js +0 -14
- package/dist/client/index.es996.js +0 -6
- package/dist/client/index.es997.js +0 -6
- package/dist/client/index.es998.js +0 -27
- package/dist/client/index.es999.js +0 -23
- /package/dist/{client/index.es723.js → _virtual/_commonjsHelpers.es.js} +0 -0
- /package/dist/{client/index.es188.js → _virtual/index.es.js} +0 -0
- /package/dist/{client/index.es598.js → _virtual/index.es4.js} +0 -0
- /package/dist/{client/index.es705.js → _virtual/index.es7.js} +0 -0
- /package/dist/{client/index.es889.js → _virtual/react-is.production.es.js} +0 -0
- /package/dist/{client/index.es891.js → _virtual/utilities.es.js} +0 -0
- /package/dist/client/{index.es31.js → base.es.js} +0 -0
- /package/dist/client/{index.es29.js → configuration.es.js} +0 -0
- /package/dist/{client/index.es32.js → components/ApiErrorDisplay.es.js} +0 -0
- /package/dist/{client/index.es133.js → components/Connections/common.es.js} +0 -0
- /package/dist/{client/index.es19.js → components/Loading.es.js} +0 -0
- /package/dist/{client/index.es23.js → components/RenderedResult/RenderedResult.es.js} +0 -0
- /package/dist/{client/index.es11.js → components/Workbook/BrowserWorkbookStorage.es.js} +0 -0
- /package/dist/{client/index.es12.js → components/Workbook/WorkbookManager.es.js} +0 -0
- /package/dist/{client/index.es20.js → components/click_helper.es.js} +0 -0
- /package/dist/{client/index.es34.js → components/styles.es.js} +0 -0
- /package/dist/{client/index.es25.js → utils/formatting.es.js} +0 -0
- /package/dist/{client/index.es66.js → utils/parsing.es.js} +0 -0
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#f78166","activityBar.background":"#0d1117","activityBar.border":"#30363d","activityBar.foreground":"#e6edf3","activityBar.inactiveForeground":"#7d8590","activityBarBadge.background":"#1f6feb","activityBarBadge.foreground":"#ffffff","badge.background":"#1f6feb","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#7d8590","breadcrumb.focusForeground":"#e6edf3","breadcrumb.foreground":"#7d8590","breadcrumbPicker.background":"#161b22","button.background":"#238636","button.foreground":"#ffffff","button.hoverBackground":"#2ea043","button.secondaryBackground":"#282e33","button.secondaryForeground":"#c9d1d9","button.secondaryHoverBackground":"#30363d","checkbox.background":"#161b22","checkbox.border":"#30363d","debugConsole.errorForeground":"#ffa198","debugConsole.infoForeground":"#8b949e","debugConsole.sourceForeground":"#e3b341","debugConsole.warningForeground":"#d29922","debugConsoleInputIcon.foreground":"#bc8cff","debugIcon.breakpointForeground":"#f85149","debugTokenExpression.boolean":"#56d364","debugTokenExpression.error":"#ffa198","debugTokenExpression.name":"#79c0ff","debugTokenExpression.number":"#56d364","debugTokenExpression.string":"#a5d6ff","debugTokenExpression.value":"#a5d6ff","debugToolBar.background":"#161b22","descriptionForeground":"#7d8590","diffEditor.insertedLineBackground":"#23863626","diffEditor.insertedTextBackground":"#3fb9504d","diffEditor.removedLineBackground":"#da363326","diffEditor.removedTextBackground":"#ff7b724d","dropdown.background":"#161b22","dropdown.border":"#30363d","dropdown.foreground":"#e6edf3","dropdown.listBackground":"#161b22","editor.background":"#0d1117","editor.findMatchBackground":"#9e6a03","editor.findMatchHighlightBackground":"#f2cc6080","editor.focusedStackFrameHighlightBackground":"#2ea04366","editor.foldBackground":"#6e76811a","editor.foreground":"#e6edf3","editor.lineHighlightBackground":"#6e76811a","editor.linkedEditingBackground":"#2f81f712","editor.selectionHighlightBackground":"#3fb95040","editor.stackFrameHighlightBackground":"#bb800966","editor.wordHighlightBackground":"#6e768180","editor.wordHighlightBorder":"#6e768199","editor.wordHighlightStrongBackground":"#6e76814d","editor.wordHighlightStrongBorder":"#6e768199","editorBracketHighlight.foreground1":"#79c0ff","editorBracketHighlight.foreground2":"#56d364","editorBracketHighlight.foreground3":"#e3b341","editorBracketHighlight.foreground4":"#ffa198","editorBracketHighlight.foreground5":"#ff9bce","editorBracketHighlight.foreground6":"#d2a8ff","editorBracketHighlight.unexpectedBracket.foreground":"#7d8590","editorBracketMatch.background":"#3fb95040","editorBracketMatch.border":"#3fb95099","editorCursor.foreground":"#2f81f7","editorGroup.border":"#30363d","editorGroupHeader.tabsBackground":"#010409","editorGroupHeader.tabsBorder":"#30363d","editorGutter.addedBackground":"#2ea04366","editorGutter.deletedBackground":"#f8514966","editorGutter.modifiedBackground":"#bb800966","editorIndentGuide.activeBackground":"#e6edf33d","editorIndentGuide.background":"#e6edf31f","editorInlayHint.background":"#8b949e33","editorInlayHint.foreground":"#7d8590","editorInlayHint.paramBackground":"#8b949e33","editorInlayHint.paramForeground":"#7d8590","editorInlayHint.typeBackground":"#8b949e33","editorInlayHint.typeForeground":"#7d8590","editorLineNumber.activeForeground":"#e6edf3","editorLineNumber.foreground":"#6e7681","editorOverviewRuler.border":"#010409","editorWhitespace.foreground":"#484f58","editorWidget.background":"#161b22","errorForeground":"#f85149","focusBorder":"#1f6feb","foreground":"#e6edf3","gitDecoration.addedResourceForeground":"#3fb950","gitDecoration.conflictingResourceForeground":"#db6d28","gitDecoration.deletedResourceForeground":"#f85149","gitDecoration.ignoredResourceForeground":"#6e7681","gitDecoration.modifiedResourceForeground":"#d29922","gitDecoration.submoduleResourceForeground":"#7d8590","gitDecoration.untrackedResourceForeground":"#3fb950","icon.foreground":"#7d8590","input.background":"#0d1117","input.border":"#30363d","input.foreground":"#e6edf3","input.placeholderForeground":"#6e7681","keybindingLabel.foreground":"#e6edf3","list.activeSelectionBackground":"#6e768166","list.activeSelectionForeground":"#e6edf3","list.focusBackground":"#388bfd26","list.focusForeground":"#e6edf3","list.highlightForeground":"#2f81f7","list.hoverBackground":"#6e76811a","list.hoverForeground":"#e6edf3","list.inactiveFocusBackground":"#388bfd26","list.inactiveSelectionBackground":"#6e768166","list.inactiveSelectionForeground":"#e6edf3","minimapSlider.activeBackground":"#8b949e47","minimapSlider.background":"#8b949e33","minimapSlider.hoverBackground":"#8b949e3d","notificationCenterHeader.background":"#161b22","notificationCenterHeader.foreground":"#7d8590","notifications.background":"#161b22","notifications.border":"#30363d","notifications.foreground":"#e6edf3","notificationsErrorIcon.foreground":"#f85149","notificationsInfoIcon.foreground":"#2f81f7","notificationsWarningIcon.foreground":"#d29922","panel.background":"#010409","panel.border":"#30363d","panelInput.border":"#30363d","panelTitle.activeBorder":"#f78166","panelTitle.activeForeground":"#e6edf3","panelTitle.inactiveForeground":"#7d8590","peekViewEditor.background":"#6e76811a","peekViewEditor.matchHighlightBackground":"#bb800966","peekViewResult.background":"#0d1117","peekViewResult.matchHighlightBackground":"#bb800966","pickerGroup.border":"#30363d","pickerGroup.foreground":"#7d8590","progressBar.background":"#1f6feb","quickInput.background":"#161b22","quickInput.foreground":"#e6edf3","scrollbar.shadow":"#484f5833","scrollbarSlider.activeBackground":"#8b949e47","scrollbarSlider.background":"#8b949e33","scrollbarSlider.hoverBackground":"#8b949e3d","settings.headerForeground":"#e6edf3","settings.modifiedItemIndicator":"#bb800966","sideBar.background":"#010409","sideBar.border":"#30363d","sideBar.foreground":"#e6edf3","sideBarSectionHeader.background":"#010409","sideBarSectionHeader.border":"#30363d","sideBarSectionHeader.foreground":"#e6edf3","sideBarTitle.foreground":"#e6edf3","statusBar.background":"#0d1117","statusBar.border":"#30363d","statusBar.debuggingBackground":"#da3633","statusBar.debuggingForeground":"#ffffff","statusBar.focusBorder":"#1f6feb80","statusBar.foreground":"#7d8590","statusBar.noFolderBackground":"#0d1117","statusBarItem.activeBackground":"#e6edf31f","statusBarItem.focusBorder":"#1f6feb","statusBarItem.hoverBackground":"#e6edf314","statusBarItem.prominentBackground":"#6e768166","statusBarItem.remoteBackground":"#30363d","statusBarItem.remoteForeground":"#e6edf3","symbolIcon.arrayForeground":"#f0883e","symbolIcon.booleanForeground":"#58a6ff","symbolIcon.classForeground":"#f0883e","symbolIcon.colorForeground":"#79c0ff","symbolIcon.constantForeground":["#aff5b4","#7ee787","#56d364","#3fb950","#2ea043","#238636","#196c2e","#0f5323","#033a16","#04260f"],"symbolIcon.constructorForeground":"#d2a8ff","symbolIcon.enumeratorForeground":"#f0883e","symbolIcon.enumeratorMemberForeground":"#58a6ff","symbolIcon.eventForeground":"#6e7681","symbolIcon.fieldForeground":"#f0883e","symbolIcon.fileForeground":"#d29922","symbolIcon.folderForeground":"#d29922","symbolIcon.functionForeground":"#bc8cff","symbolIcon.interfaceForeground":"#f0883e","symbolIcon.keyForeground":"#58a6ff","symbolIcon.keywordForeground":"#ff7b72","symbolIcon.methodForeground":"#bc8cff","symbolIcon.moduleForeground":"#ff7b72","symbolIcon.namespaceForeground":"#ff7b72","symbolIcon.nullForeground":"#58a6ff","symbolIcon.numberForeground":"#3fb950","symbolIcon.objectForeground":"#f0883e","symbolIcon.operatorForeground":"#79c0ff","symbolIcon.packageForeground":"#f0883e","symbolIcon.propertyForeground":"#f0883e","symbolIcon.referenceForeground":"#58a6ff","symbolIcon.snippetForeground":"#58a6ff","symbolIcon.stringForeground":"#79c0ff","symbolIcon.structForeground":"#f0883e","symbolIcon.textForeground":"#79c0ff","symbolIcon.typeParameterForeground":"#79c0ff","symbolIcon.unitForeground":"#58a6ff","symbolIcon.variableForeground":"#f0883e","tab.activeBackground":"#0d1117","tab.activeBorder":"#0d1117","tab.activeBorderTop":"#f78166","tab.activeForeground":"#e6edf3","tab.border":"#30363d","tab.hoverBackground":"#0d1117","tab.inactiveBackground":"#010409","tab.inactiveForeground":"#7d8590","tab.unfocusedActiveBorder":"#0d1117","tab.unfocusedActiveBorderTop":"#30363d","tab.unfocusedHoverBackground":"#6e76811a","terminal.ansiBlack":"#484f58","terminal.ansiBlue":"#58a6ff","terminal.ansiBrightBlack":"#6e7681","terminal.ansiBrightBlue":"#79c0ff","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightGreen":"#56d364","terminal.ansiBrightMagenta":"#d2a8ff","terminal.ansiBrightRed":"#ffa198","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#e3b341","terminal.ansiCyan":"#39c5cf","terminal.ansiGreen":"#3fb950","terminal.ansiMagenta":"#bc8cff","terminal.ansiRed":"#ff7b72","terminal.ansiWhite":"#b1bac4","terminal.ansiYellow":"#d29922","terminal.foreground":"#e6edf3","textBlockQuote.background":"#010409","textBlockQuote.border":"#30363d","textCodeBlock.background":"#6e768166","textLink.activeForeground":"#2f81f7","textLink.foreground":"#2f81f7","textPreformat.background":"#6e768166","textPreformat.foreground":"#7d8590","textSeparator.foreground":"#21262d","titleBar.activeBackground":"#0d1117","titleBar.activeForeground":"#7d8590","titleBar.border":"#30363d","titleBar.inactiveBackground":"#010409","titleBar.inactiveForeground":"#7d8590","tree.indentGuidesStroke":"#21262d","welcomePage.buttonBackground":"#21262d","welcomePage.buttonHoverBackground":"#30363d"},"displayName":"GitHub Dark Default","name":"github-dark-default","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#8b949e"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#ff7b72"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#79c0ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#ffa657"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#e6edf3"}},{"scope":"entity.name.function","settings":{"foreground":"#d2a8ff"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#7ee787"}},{"scope":"keyword","settings":{"foreground":"#ff7b72"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#ff7b72"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#e6edf3"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#a5d6ff"}},{"scope":"support","settings":{"foreground":"#79c0ff"}},{"scope":"meta.property-name","settings":{"foreground":"#79c0ff"}},{"scope":"variable","settings":{"foreground":"#ffa657"}},{"scope":"variable.other","settings":{"foreground":"#e6edf3"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#ffa198"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#ffa198"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#ffa198"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#ffa198"}},{"scope":"carriage-return","settings":{"background":"#ff7b72","content":"^M","fontStyle":"italic underline","foreground":"#f0f6fc"}},{"scope":"message.error","settings":{"foreground":"#ffa198"}},{"scope":"string variable","settings":{"foreground":"#79c0ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#a5d6ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#a5d6ff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#7ee787"}},{"scope":"support.constant","settings":{"foreground":"#79c0ff"}},{"scope":"support.variable","settings":{"foreground":"#79c0ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#7ee787"}},{"scope":"meta.module-reference","settings":{"foreground":"#79c0ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffa657"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#79c0ff"}},{"scope":"markup.quote","settings":{"foreground":"#7ee787"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#e6edf3"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#e6edf3"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#79c0ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#490202","foreground":"#ffa198"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#ff7b72"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#04260f","foreground":"#7ee787"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#5a1e02","foreground":"#ffa657"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#79c0ff","foreground":"#161b22"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#d2a8ff"}},{"scope":"meta.diff.header","settings":{"foreground":"#79c0ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#79c0ff"}},{"scope":"meta.output","settings":{"foreground":"#79c0ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#8b949e"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ffa198"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#a5d6ff"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#ec775c","activityBar.background":"#22272e","activityBar.border":"#444c56","activityBar.foreground":"#adbac7","activityBar.inactiveForeground":"#768390","activityBarBadge.background":"#316dca","activityBarBadge.foreground":"#cdd9e5","badge.background":"#316dca","badge.foreground":"#cdd9e5","breadcrumb.activeSelectionForeground":"#768390","breadcrumb.focusForeground":"#adbac7","breadcrumb.foreground":"#768390","breadcrumbPicker.background":"#2d333b","button.background":"#347d39","button.foreground":"#ffffff","button.hoverBackground":"#46954a","button.secondaryBackground":"#3d444d","button.secondaryForeground":"#adbac7","button.secondaryHoverBackground":"#444c56","checkbox.background":"#2d333b","checkbox.border":"#444c56","debugConsole.errorForeground":"#ff938a","debugConsole.infoForeground":"#768390","debugConsole.sourceForeground":"#daaa3f","debugConsole.warningForeground":"#c69026","debugConsoleInputIcon.foreground":"#b083f0","debugIcon.breakpointForeground":"#e5534b","debugTokenExpression.boolean":"#6bc46d","debugTokenExpression.error":"#ff938a","debugTokenExpression.name":"#6cb6ff","debugTokenExpression.number":"#6bc46d","debugTokenExpression.string":"#96d0ff","debugTokenExpression.value":"#96d0ff","debugToolBar.background":"#2d333b","descriptionForeground":"#768390","diffEditor.insertedLineBackground":"#347d3926","diffEditor.insertedTextBackground":"#57ab5a4d","diffEditor.removedLineBackground":"#c93c3726","diffEditor.removedTextBackground":"#f470674d","dropdown.background":"#2d333b","dropdown.border":"#444c56","dropdown.foreground":"#adbac7","dropdown.listBackground":"#2d333b","editor.background":"#22272e","editor.findMatchBackground":"#966600","editor.findMatchHighlightBackground":"#eac55f80","editor.focusedStackFrameHighlightBackground":"#46954a66","editor.foldBackground":"#636e7b1a","editor.foreground":"#adbac7","editor.lineHighlightBackground":"#636e7b1a","editor.linkedEditingBackground":"#539bf512","editor.selectionHighlightBackground":"#57ab5a40","editor.stackFrameHighlightBackground":"#ae7c1466","editor.wordHighlightBackground":"#636e7b80","editor.wordHighlightBorder":"#636e7b99","editor.wordHighlightStrongBackground":"#636e7b4d","editor.wordHighlightStrongBorder":"#636e7b99","editorBracketHighlight.foreground1":"#6cb6ff","editorBracketHighlight.foreground2":"#6bc46d","editorBracketHighlight.foreground3":"#daaa3f","editorBracketHighlight.foreground4":"#ff938a","editorBracketHighlight.foreground5":"#fc8dc7","editorBracketHighlight.foreground6":"#dcbdfb","editorBracketHighlight.unexpectedBracket.foreground":"#768390","editorBracketMatch.background":"#57ab5a40","editorBracketMatch.border":"#57ab5a99","editorCursor.foreground":"#539bf5","editorGroup.border":"#444c56","editorGroupHeader.tabsBackground":"#1c2128","editorGroupHeader.tabsBorder":"#444c56","editorGutter.addedBackground":"#46954a66","editorGutter.deletedBackground":"#e5534b66","editorGutter.modifiedBackground":"#ae7c1466","editorIndentGuide.activeBackground":"#adbac73d","editorIndentGuide.background":"#adbac71f","editorInlayHint.background":"#76839033","editorInlayHint.foreground":"#768390","editorInlayHint.paramBackground":"#76839033","editorInlayHint.paramForeground":"#768390","editorInlayHint.typeBackground":"#76839033","editorInlayHint.typeForeground":"#768390","editorLineNumber.activeForeground":"#adbac7","editorLineNumber.foreground":"#636e7b","editorOverviewRuler.border":"#1c2128","editorWhitespace.foreground":"#545d68","editorWidget.background":"#2d333b","errorForeground":"#e5534b","focusBorder":"#316dca","foreground":"#adbac7","gitDecoration.addedResourceForeground":"#57ab5a","gitDecoration.conflictingResourceForeground":"#cc6b2c","gitDecoration.deletedResourceForeground":"#e5534b","gitDecoration.ignoredResourceForeground":"#636e7b","gitDecoration.modifiedResourceForeground":"#c69026","gitDecoration.submoduleResourceForeground":"#768390","gitDecoration.untrackedResourceForeground":"#57ab5a","icon.foreground":"#768390","input.background":"#22272e","input.border":"#444c56","input.foreground":"#adbac7","input.placeholderForeground":"#636e7b","keybindingLabel.foreground":"#adbac7","list.activeSelectionBackground":"#636e7b66","list.activeSelectionForeground":"#adbac7","list.focusBackground":"#4184e426","list.focusForeground":"#adbac7","list.highlightForeground":"#539bf5","list.hoverBackground":"#636e7b1a","list.hoverForeground":"#adbac7","list.inactiveFocusBackground":"#4184e426","list.inactiveSelectionBackground":"#636e7b66","list.inactiveSelectionForeground":"#adbac7","minimapSlider.activeBackground":"#76839047","minimapSlider.background":"#76839033","minimapSlider.hoverBackground":"#7683903d","notificationCenterHeader.background":"#2d333b","notificationCenterHeader.foreground":"#768390","notifications.background":"#2d333b","notifications.border":"#444c56","notifications.foreground":"#adbac7","notificationsErrorIcon.foreground":"#e5534b","notificationsInfoIcon.foreground":"#539bf5","notificationsWarningIcon.foreground":"#c69026","panel.background":"#1c2128","panel.border":"#444c56","panelInput.border":"#444c56","panelTitle.activeBorder":"#ec775c","panelTitle.activeForeground":"#adbac7","panelTitle.inactiveForeground":"#768390","peekViewEditor.background":"#636e7b1a","peekViewEditor.matchHighlightBackground":"#ae7c1466","peekViewResult.background":"#22272e","peekViewResult.matchHighlightBackground":"#ae7c1466","pickerGroup.border":"#444c56","pickerGroup.foreground":"#768390","progressBar.background":"#316dca","quickInput.background":"#2d333b","quickInput.foreground":"#adbac7","scrollbar.shadow":"#545d6833","scrollbarSlider.activeBackground":"#76839047","scrollbarSlider.background":"#76839033","scrollbarSlider.hoverBackground":"#7683903d","settings.headerForeground":"#adbac7","settings.modifiedItemIndicator":"#ae7c1466","sideBar.background":"#1c2128","sideBar.border":"#444c56","sideBar.foreground":"#adbac7","sideBarSectionHeader.background":"#1c2128","sideBarSectionHeader.border":"#444c56","sideBarSectionHeader.foreground":"#adbac7","sideBarTitle.foreground":"#adbac7","statusBar.background":"#22272e","statusBar.border":"#444c56","statusBar.debuggingBackground":"#c93c37","statusBar.debuggingForeground":"#cdd9e5","statusBar.focusBorder":"#316dca80","statusBar.foreground":"#768390","statusBar.noFolderBackground":"#22272e","statusBarItem.activeBackground":"#adbac71f","statusBarItem.focusBorder":"#316dca","statusBarItem.hoverBackground":"#adbac714","statusBarItem.prominentBackground":"#636e7b66","statusBarItem.remoteBackground":"#444c56","statusBarItem.remoteForeground":"#adbac7","symbolIcon.arrayForeground":"#e0823d","symbolIcon.booleanForeground":"#539bf5","symbolIcon.classForeground":"#e0823d","symbolIcon.colorForeground":"#6cb6ff","symbolIcon.constantForeground":["#b4f1b4","#8ddb8c","#6bc46d","#57ab5a","#46954a","#347d39","#2b6a30","#245829","#1b4721","#113417"],"symbolIcon.constructorForeground":"#dcbdfb","symbolIcon.enumeratorForeground":"#e0823d","symbolIcon.enumeratorMemberForeground":"#539bf5","symbolIcon.eventForeground":"#636e7b","symbolIcon.fieldForeground":"#e0823d","symbolIcon.fileForeground":"#c69026","symbolIcon.folderForeground":"#c69026","symbolIcon.functionForeground":"#b083f0","symbolIcon.interfaceForeground":"#e0823d","symbolIcon.keyForeground":"#539bf5","symbolIcon.keywordForeground":"#f47067","symbolIcon.methodForeground":"#b083f0","symbolIcon.moduleForeground":"#f47067","symbolIcon.namespaceForeground":"#f47067","symbolIcon.nullForeground":"#539bf5","symbolIcon.numberForeground":"#57ab5a","symbolIcon.objectForeground":"#e0823d","symbolIcon.operatorForeground":"#6cb6ff","symbolIcon.packageForeground":"#e0823d","symbolIcon.propertyForeground":"#e0823d","symbolIcon.referenceForeground":"#539bf5","symbolIcon.snippetForeground":"#539bf5","symbolIcon.stringForeground":"#6cb6ff","symbolIcon.structForeground":"#e0823d","symbolIcon.textForeground":"#6cb6ff","symbolIcon.typeParameterForeground":"#6cb6ff","symbolIcon.unitForeground":"#539bf5","symbolIcon.variableForeground":"#e0823d","tab.activeBackground":"#22272e","tab.activeBorder":"#22272e","tab.activeBorderTop":"#ec775c","tab.activeForeground":"#adbac7","tab.border":"#444c56","tab.hoverBackground":"#22272e","tab.inactiveBackground":"#1c2128","tab.inactiveForeground":"#768390","tab.unfocusedActiveBorder":"#22272e","tab.unfocusedActiveBorderTop":"#444c56","tab.unfocusedHoverBackground":"#636e7b1a","terminal.ansiBlack":"#545d68","terminal.ansiBlue":"#539bf5","terminal.ansiBrightBlack":"#636e7b","terminal.ansiBrightBlue":"#6cb6ff","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightGreen":"#6bc46d","terminal.ansiBrightMagenta":"#dcbdfb","terminal.ansiBrightRed":"#ff938a","terminal.ansiBrightWhite":"#cdd9e5","terminal.ansiBrightYellow":"#daaa3f","terminal.ansiCyan":"#39c5cf","terminal.ansiGreen":"#57ab5a","terminal.ansiMagenta":"#b083f0","terminal.ansiRed":"#f47067","terminal.ansiWhite":"#909dab","terminal.ansiYellow":"#c69026","terminal.foreground":"#adbac7","textBlockQuote.background":"#1c2128","textBlockQuote.border":"#444c56","textCodeBlock.background":"#636e7b66","textLink.activeForeground":"#539bf5","textLink.foreground":"#539bf5","textPreformat.background":"#636e7b66","textPreformat.foreground":"#768390","textSeparator.foreground":"#373e47","titleBar.activeBackground":"#22272e","titleBar.activeForeground":"#768390","titleBar.border":"#444c56","titleBar.inactiveBackground":"#1c2128","titleBar.inactiveForeground":"#768390","tree.indentGuidesStroke":"#373e47","welcomePage.buttonBackground":"#373e47","welcomePage.buttonHoverBackground":"#444c56"},"displayName":"GitHub Dark Dimmed","name":"github-dark-dimmed","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#768390"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#f47067"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#6cb6ff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#f69d50"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#adbac7"}},{"scope":"entity.name.function","settings":{"foreground":"#dcbdfb"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#8ddb8c"}},{"scope":"keyword","settings":{"foreground":"#f47067"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#f47067"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#adbac7"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#96d0ff"}},{"scope":"support","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.property-name","settings":{"foreground":"#6cb6ff"}},{"scope":"variable","settings":{"foreground":"#f69d50"}},{"scope":"variable.other","settings":{"foreground":"#adbac7"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#ff938a"}},{"scope":"carriage-return","settings":{"background":"#f47067","content":"^M","fontStyle":"italic underline","foreground":"#cdd9e5"}},{"scope":"message.error","settings":{"foreground":"#ff938a"}},{"scope":"string variable","settings":{"foreground":"#6cb6ff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#96d0ff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#96d0ff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#8ddb8c"}},{"scope":"support.constant","settings":{"foreground":"#6cb6ff"}},{"scope":"support.variable","settings":{"foreground":"#6cb6ff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#8ddb8c"}},{"scope":"meta.module-reference","settings":{"foreground":"#6cb6ff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#f69d50"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"markup.quote","settings":{"foreground":"#8ddb8c"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#adbac7"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#adbac7"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#6cb6ff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#5d0f12","foreground":"#ff938a"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#f47067"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#113417","foreground":"#8ddb8c"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#682d0f","foreground":"#f69d50"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#6cb6ff","foreground":"#2d333b"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#dcbdfb"}},{"scope":"meta.diff.header","settings":{"foreground":"#6cb6ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#6cb6ff"}},{"scope":"meta.output","settings":{"foreground":"#6cb6ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#768390"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ff938a"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#96d0ff"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#ff967d","activityBar.background":"#0a0c10","activityBar.border":"#7a828e","activityBar.foreground":"#f0f3f6","activityBar.inactiveForeground":"#f0f3f6","activityBarBadge.background":"#409eff","activityBarBadge.foreground":"#0a0c10","badge.background":"#409eff","badge.foreground":"#0a0c10","breadcrumb.activeSelectionForeground":"#f0f3f6","breadcrumb.focusForeground":"#f0f3f6","breadcrumb.foreground":"#f0f3f6","breadcrumbPicker.background":"#272b33","button.background":"#09b43a","button.foreground":"#0a0c10","button.hoverBackground":"#26cd4d","button.secondaryBackground":"#4c525d","button.secondaryForeground":"#f0f3f6","button.secondaryHoverBackground":"#525964","checkbox.background":"#272b33","checkbox.border":"#7a828e","debugConsole.errorForeground":"#ffb1af","debugConsole.infoForeground":"#bdc4cc","debugConsole.sourceForeground":"#f7c843","debugConsole.warningForeground":"#f0b72f","debugConsoleInputIcon.foreground":"#cb9eff","debugIcon.breakpointForeground":"#ff6a69","debugTokenExpression.boolean":"#4ae168","debugTokenExpression.error":"#ffb1af","debugTokenExpression.name":"#91cbff","debugTokenExpression.number":"#4ae168","debugTokenExpression.string":"#addcff","debugTokenExpression.value":"#addcff","debugToolBar.background":"#272b33","descriptionForeground":"#f0f3f6","diffEditor.insertedLineBackground":"#09b43a26","diffEditor.insertedTextBackground":"#26cd4d4d","diffEditor.removedLineBackground":"#ff6a6926","diffEditor.removedTextBackground":"#ff94924d","dropdown.background":"#272b33","dropdown.border":"#7a828e","dropdown.foreground":"#f0f3f6","dropdown.listBackground":"#272b33","editor.background":"#0a0c10","editor.findMatchBackground":"#e09b13","editor.findMatchHighlightBackground":"#fbd66980","editor.focusedStackFrameHighlightBackground":"#09b43a","editor.foldBackground":"#9ea7b31a","editor.foreground":"#f0f3f6","editor.inactiveSelectionBackground":"#9ea7b3","editor.lineHighlightBackground":"#9ea7b31a","editor.lineHighlightBorder":"#71b7ff","editor.linkedEditingBackground":"#71b7ff12","editor.selectionBackground":"#ffffff","editor.selectionForeground":"#0a0c10","editor.selectionHighlightBackground":"#26cd4d40","editor.stackFrameHighlightBackground":"#e09b13","editor.wordHighlightBackground":"#9ea7b380","editor.wordHighlightBorder":"#9ea7b399","editor.wordHighlightStrongBackground":"#9ea7b34d","editor.wordHighlightStrongBorder":"#9ea7b399","editorBracketHighlight.foreground1":"#91cbff","editorBracketHighlight.foreground2":"#4ae168","editorBracketHighlight.foreground3":"#f7c843","editorBracketHighlight.foreground4":"#ffb1af","editorBracketHighlight.foreground5":"#ffadd4","editorBracketHighlight.foreground6":"#dbb7ff","editorBracketHighlight.unexpectedBracket.foreground":"#f0f3f6","editorBracketMatch.background":"#26cd4d40","editorBracketMatch.border":"#26cd4d99","editorCursor.foreground":"#71b7ff","editorGroup.border":"#7a828e","editorGroupHeader.tabsBackground":"#010409","editorGroupHeader.tabsBorder":"#7a828e","editorGutter.addedBackground":"#09b43a","editorGutter.deletedBackground":"#ff6a69","editorGutter.modifiedBackground":"#e09b13","editorIndentGuide.activeBackground":"#f0f3f63d","editorIndentGuide.background":"#f0f3f61f","editorInlayHint.background":"#bdc4cc33","editorInlayHint.foreground":"#f0f3f6","editorInlayHint.paramBackground":"#bdc4cc33","editorInlayHint.paramForeground":"#f0f3f6","editorInlayHint.typeBackground":"#bdc4cc33","editorInlayHint.typeForeground":"#f0f3f6","editorLineNumber.activeForeground":"#f0f3f6","editorLineNumber.foreground":"#9ea7b3","editorOverviewRuler.border":"#010409","editorWhitespace.foreground":"#7a828e","editorWidget.background":"#272b33","errorForeground":"#ff6a69","focusBorder":"#409eff","foreground":"#f0f3f6","gitDecoration.addedResourceForeground":"#26cd4d","gitDecoration.conflictingResourceForeground":"#e7811d","gitDecoration.deletedResourceForeground":"#ff6a69","gitDecoration.ignoredResourceForeground":"#9ea7b3","gitDecoration.modifiedResourceForeground":"#f0b72f","gitDecoration.submoduleResourceForeground":"#f0f3f6","gitDecoration.untrackedResourceForeground":"#26cd4d","icon.foreground":"#f0f3f6","input.background":"#0a0c10","input.border":"#7a828e","input.foreground":"#f0f3f6","input.placeholderForeground":"#9ea7b3","keybindingLabel.foreground":"#f0f3f6","list.activeSelectionBackground":"#9ea7b366","list.activeSelectionForeground":"#f0f3f6","list.focusBackground":"#409eff26","list.focusForeground":"#f0f3f6","list.highlightForeground":"#71b7ff","list.hoverBackground":"#9ea7b31a","list.hoverForeground":"#f0f3f6","list.inactiveFocusBackground":"#409eff26","list.inactiveSelectionBackground":"#9ea7b366","list.inactiveSelectionForeground":"#f0f3f6","minimapSlider.activeBackground":"#bdc4cc47","minimapSlider.background":"#bdc4cc33","minimapSlider.hoverBackground":"#bdc4cc3d","notificationCenterHeader.background":"#272b33","notificationCenterHeader.foreground":"#f0f3f6","notifications.background":"#272b33","notifications.border":"#7a828e","notifications.foreground":"#f0f3f6","notificationsErrorIcon.foreground":"#ff6a69","notificationsInfoIcon.foreground":"#71b7ff","notificationsWarningIcon.foreground":"#f0b72f","panel.background":"#010409","panel.border":"#7a828e","panelInput.border":"#7a828e","panelTitle.activeBorder":"#ff967d","panelTitle.activeForeground":"#f0f3f6","panelTitle.inactiveForeground":"#f0f3f6","peekViewEditor.background":"#9ea7b31a","peekViewEditor.matchHighlightBackground":"#e09b13","peekViewResult.background":"#0a0c10","peekViewResult.matchHighlightBackground":"#e09b13","pickerGroup.border":"#7a828e","pickerGroup.foreground":"#f0f3f6","progressBar.background":"#409eff","quickInput.background":"#272b33","quickInput.foreground":"#f0f3f6","scrollbar.shadow":"#7a828e33","scrollbarSlider.activeBackground":"#bdc4cc47","scrollbarSlider.background":"#bdc4cc33","scrollbarSlider.hoverBackground":"#bdc4cc3d","settings.headerForeground":"#f0f3f6","settings.modifiedItemIndicator":"#e09b13","sideBar.background":"#010409","sideBar.border":"#7a828e","sideBar.foreground":"#f0f3f6","sideBarSectionHeader.background":"#010409","sideBarSectionHeader.border":"#7a828e","sideBarSectionHeader.foreground":"#f0f3f6","sideBarTitle.foreground":"#f0f3f6","statusBar.background":"#0a0c10","statusBar.border":"#7a828e","statusBar.debuggingBackground":"#ff6a69","statusBar.debuggingForeground":"#0a0c10","statusBar.focusBorder":"#409eff80","statusBar.foreground":"#f0f3f6","statusBar.noFolderBackground":"#0a0c10","statusBarItem.activeBackground":"#f0f3f61f","statusBarItem.focusBorder":"#409eff","statusBarItem.hoverBackground":"#f0f3f614","statusBarItem.prominentBackground":"#9ea7b366","statusBarItem.remoteBackground":"#525964","statusBarItem.remoteForeground":"#f0f3f6","symbolIcon.arrayForeground":"#fe9a2d","symbolIcon.booleanForeground":"#71b7ff","symbolIcon.classForeground":"#fe9a2d","symbolIcon.colorForeground":"#91cbff","symbolIcon.constantForeground":["#acf7b6","#72f088","#4ae168","#26cd4d","#09b43a","#09b43a","#02a232","#008c2c","#007728","#006222"],"symbolIcon.constructorForeground":"#dbb7ff","symbolIcon.enumeratorForeground":"#fe9a2d","symbolIcon.enumeratorMemberForeground":"#71b7ff","symbolIcon.eventForeground":"#9ea7b3","symbolIcon.fieldForeground":"#fe9a2d","symbolIcon.fileForeground":"#f0b72f","symbolIcon.folderForeground":"#f0b72f","symbolIcon.functionForeground":"#cb9eff","symbolIcon.interfaceForeground":"#fe9a2d","symbolIcon.keyForeground":"#71b7ff","symbolIcon.keywordForeground":"#ff9492","symbolIcon.methodForeground":"#cb9eff","symbolIcon.moduleForeground":"#ff9492","symbolIcon.namespaceForeground":"#ff9492","symbolIcon.nullForeground":"#71b7ff","symbolIcon.numberForeground":"#26cd4d","symbolIcon.objectForeground":"#fe9a2d","symbolIcon.operatorForeground":"#91cbff","symbolIcon.packageForeground":"#fe9a2d","symbolIcon.propertyForeground":"#fe9a2d","symbolIcon.referenceForeground":"#71b7ff","symbolIcon.snippetForeground":"#71b7ff","symbolIcon.stringForeground":"#91cbff","symbolIcon.structForeground":"#fe9a2d","symbolIcon.textForeground":"#91cbff","symbolIcon.typeParameterForeground":"#91cbff","symbolIcon.unitForeground":"#71b7ff","symbolIcon.variableForeground":"#fe9a2d","tab.activeBackground":"#0a0c10","tab.activeBorder":"#0a0c10","tab.activeBorderTop":"#ff967d","tab.activeForeground":"#f0f3f6","tab.border":"#7a828e","tab.hoverBackground":"#0a0c10","tab.inactiveBackground":"#010409","tab.inactiveForeground":"#f0f3f6","tab.unfocusedActiveBorder":"#0a0c10","tab.unfocusedActiveBorderTop":"#7a828e","tab.unfocusedHoverBackground":"#9ea7b31a","terminal.ansiBlack":"#7a828e","terminal.ansiBlue":"#71b7ff","terminal.ansiBrightBlack":"#9ea7b3","terminal.ansiBrightBlue":"#91cbff","terminal.ansiBrightCyan":"#56d4dd","terminal.ansiBrightGreen":"#4ae168","terminal.ansiBrightMagenta":"#dbb7ff","terminal.ansiBrightRed":"#ffb1af","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#f7c843","terminal.ansiCyan":"#39c5cf","terminal.ansiGreen":"#26cd4d","terminal.ansiMagenta":"#cb9eff","terminal.ansiRed":"#ff9492","terminal.ansiWhite":"#d9dee3","terminal.ansiYellow":"#f0b72f","terminal.foreground":"#f0f3f6","textBlockQuote.background":"#010409","textBlockQuote.border":"#7a828e","textCodeBlock.background":"#9ea7b366","textLink.activeForeground":"#71b7ff","textLink.foreground":"#71b7ff","textPreformat.background":"#9ea7b366","textPreformat.foreground":"#f0f3f6","textSeparator.foreground":"#7a828e","titleBar.activeBackground":"#0a0c10","titleBar.activeForeground":"#f0f3f6","titleBar.border":"#7a828e","titleBar.inactiveBackground":"#010409","titleBar.inactiveForeground":"#f0f3f6","tree.indentGuidesStroke":"#7a828e","welcomePage.buttonBackground":"#272b33","welcomePage.buttonHoverBackground":"#525964"},"displayName":"GitHub Dark High Contrast","name":"github-dark-high-contrast","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#bdc4cc"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#ff9492"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#91cbff"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#ffb757"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#f0f3f6"}},{"scope":"entity.name.function","settings":{"foreground":"#dbb7ff"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#72f088"}},{"scope":"keyword","settings":{"foreground":"#ff9492"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#ff9492"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#f0f3f6"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#addcff"}},{"scope":"support","settings":{"foreground":"#91cbff"}},{"scope":"meta.property-name","settings":{"foreground":"#91cbff"}},{"scope":"variable","settings":{"foreground":"#ffb757"}},{"scope":"variable.other","settings":{"foreground":"#f0f3f6"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#ffb1af"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#ffb1af"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#ffb1af"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#ffb1af"}},{"scope":"carriage-return","settings":{"background":"#ff9492","content":"^M","fontStyle":"italic underline","foreground":"#ffffff"}},{"scope":"message.error","settings":{"foreground":"#ffb1af"}},{"scope":"string variable","settings":{"foreground":"#91cbff"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#addcff"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#addcff"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#72f088"}},{"scope":"support.constant","settings":{"foreground":"#91cbff"}},{"scope":"support.variable","settings":{"foreground":"#91cbff"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#72f088"}},{"scope":"meta.module-reference","settings":{"foreground":"#91cbff"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#ffb757"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#91cbff"}},{"scope":"markup.quote","settings":{"foreground":"#72f088"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f0f3f6"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f0f3f6"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#91cbff"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ad0116","foreground":"#ffb1af"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#ff9492"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#006222","foreground":"#72f088"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#a74c00","foreground":"#ffb757"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#91cbff","foreground":"#272b33"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#dbb7ff"}},{"scope":"meta.diff.header","settings":{"foreground":"#91cbff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#91cbff"}},{"scope":"meta.output","settings":{"foreground":"#91cbff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#bdc4cc"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#ffb1af"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#addcff"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { jsx as r, jsxs as o } from "react/jsx-runtime";
|
|
2
|
-
import l from "./index.es83.js";
|
|
3
|
-
import { Box as u, List as f, ListItem as a, ListItemText as n } from "@mui/material";
|
|
4
|
-
import { useQueryWithApiError as y } from "./index.es33.js";
|
|
5
|
-
import { ApiErrorDisplay as h } from "./index.es32.js";
|
|
6
|
-
import { Loading as x } from "./index.es19.js";
|
|
7
|
-
import { PackageCard as P, PackageCardContent as k, PackageSectionTitle as C } from "./index.es34.js";
|
|
8
|
-
import { parseResourceUri as b } from "./index.es25.js";
|
|
9
|
-
import { useServer as E } from "./index.es21.js";
|
|
10
|
-
function q({ resourceUri: p }) {
|
|
11
|
-
const { apiClients: m } = E(), {
|
|
12
|
-
projectName: i,
|
|
13
|
-
packageName: e,
|
|
14
|
-
versionId: t
|
|
15
|
-
} = b(p), { data: s, isSuccess: d, isError: c, error: g } = y({
|
|
16
|
-
queryKey: ["package", i, e, t],
|
|
17
|
-
queryFn: () => m.packages.getPackage(
|
|
18
|
-
i,
|
|
19
|
-
e,
|
|
20
|
-
t,
|
|
21
|
-
!1
|
|
22
|
-
)
|
|
23
|
-
});
|
|
24
|
-
return /* @__PURE__ */ r(P, { children: /* @__PURE__ */ o(k, { children: [
|
|
25
|
-
/* @__PURE__ */ r(C, { children: "Package Config" }),
|
|
26
|
-
/* @__PURE__ */ r(
|
|
27
|
-
u,
|
|
28
|
-
{
|
|
29
|
-
sx: {
|
|
30
|
-
maxHeight: "200px",
|
|
31
|
-
overflowY: "auto"
|
|
32
|
-
},
|
|
33
|
-
children: /* @__PURE__ */ o(f, { dense: !0, disablePadding: !0, children: [
|
|
34
|
-
/* @__PURE__ */ r(a, { dense: !0, disablePadding: !0, children: /* @__PURE__ */ r(
|
|
35
|
-
n,
|
|
36
|
-
{
|
|
37
|
-
primary: "Name",
|
|
38
|
-
primaryTypographyProps: { fontWeight: "500" },
|
|
39
|
-
secondary: e
|
|
40
|
-
}
|
|
41
|
-
) }),
|
|
42
|
-
!d && !c && /* @__PURE__ */ r(a, { children: /* @__PURE__ */ r(x, { text: "Fetching Package Metadata..." }) }),
|
|
43
|
-
d && (s.data && /* @__PURE__ */ r(a, { dense: !0, disablePadding: !0, children: /* @__PURE__ */ r(
|
|
44
|
-
n,
|
|
45
|
-
{
|
|
46
|
-
primary: "Description",
|
|
47
|
-
primaryTypographyProps: {
|
|
48
|
-
fontWeight: "500"
|
|
49
|
-
},
|
|
50
|
-
secondary: s.data.description
|
|
51
|
-
}
|
|
52
|
-
) }) || /* @__PURE__ */ o(
|
|
53
|
-
a,
|
|
54
|
-
{
|
|
55
|
-
disablePadding: !0,
|
|
56
|
-
dense: !0,
|
|
57
|
-
sx: { mt: "20px" },
|
|
58
|
-
children: [
|
|
59
|
-
/* @__PURE__ */ r(
|
|
60
|
-
l,
|
|
61
|
-
{
|
|
62
|
-
sx: {
|
|
63
|
-
color: "grey.600",
|
|
64
|
-
mr: "10px"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
),
|
|
68
|
-
/* @__PURE__ */ r(n, { primary: "No package manifest" })
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
)),
|
|
72
|
-
c && /* @__PURE__ */ r(
|
|
73
|
-
h,
|
|
74
|
-
{
|
|
75
|
-
error: g,
|
|
76
|
-
context: `${i} > ${e} > ${t}`
|
|
77
|
-
}
|
|
78
|
-
)
|
|
79
|
-
] })
|
|
80
|
-
}
|
|
81
|
-
)
|
|
82
|
-
] }) });
|
|
83
|
-
}
|
|
84
|
-
export {
|
|
85
|
-
q as default
|
|
86
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#f9826c","activityBar.background":"#fff","activityBar.border":"#e1e4e8","activityBar.foreground":"#2f363d","activityBar.inactiveForeground":"#959da5","activityBarBadge.background":"#2188ff","activityBarBadge.foreground":"#fff","badge.background":"#dbedff","badge.foreground":"#005cc5","breadcrumb.activeSelectionForeground":"#586069","breadcrumb.focusForeground":"#2f363d","breadcrumb.foreground":"#6a737d","breadcrumbPicker.background":"#fafbfc","button.background":"#159739","button.foreground":"#fff","button.hoverBackground":"#138934","button.secondaryBackground":"#e1e4e8","button.secondaryForeground":"#1b1f23","button.secondaryHoverBackground":"#d1d5da","checkbox.background":"#fafbfc","checkbox.border":"#d1d5da","debugToolBar.background":"#fff","descriptionForeground":"#6a737d","diffEditor.insertedTextBackground":"#34d05822","diffEditor.removedTextBackground":"#d73a4922","dropdown.background":"#fafbfc","dropdown.border":"#e1e4e8","dropdown.foreground":"#2f363d","dropdown.listBackground":"#fff","editor.background":"#fff","editor.findMatchBackground":"#ffdf5d","editor.findMatchHighlightBackground":"#ffdf5d66","editor.focusedStackFrameHighlightBackground":"#28a74525","editor.foldBackground":"#d1d5da11","editor.foreground":"#24292e","editor.inactiveSelectionBackground":"#0366d611","editor.lineHighlightBackground":"#f6f8fa","editor.linkedEditingBackground":"#0366d611","editor.selectionBackground":"#0366d625","editor.selectionHighlightBackground":"#34d05840","editor.selectionHighlightBorder":"#34d05800","editor.stackFrameHighlightBackground":"#ffd33d33","editor.wordHighlightBackground":"#34d05800","editor.wordHighlightBorder":"#24943e99","editor.wordHighlightStrongBackground":"#34d05800","editor.wordHighlightStrongBorder":"#24943e50","editorBracketHighlight.foreground1":"#005cc5","editorBracketHighlight.foreground2":"#e36209","editorBracketHighlight.foreground3":"#5a32a3","editorBracketHighlight.foreground4":"#005cc5","editorBracketHighlight.foreground5":"#e36209","editorBracketHighlight.foreground6":"#5a32a3","editorBracketMatch.background":"#34d05840","editorBracketMatch.border":"#34d05800","editorCursor.foreground":"#044289","editorError.foreground":"#cb2431","editorGroup.border":"#e1e4e8","editorGroupHeader.tabsBackground":"#f6f8fa","editorGroupHeader.tabsBorder":"#e1e4e8","editorGutter.addedBackground":"#28a745","editorGutter.deletedBackground":"#d73a49","editorGutter.modifiedBackground":"#2188ff","editorIndentGuide.activeBackground":"#d7dbe0","editorIndentGuide.background":"#eff2f6","editorLineNumber.activeForeground":"#24292e","editorLineNumber.foreground":"#1b1f234d","editorOverviewRuler.border":"#fff","editorWarning.foreground":"#f9c513","editorWhitespace.foreground":"#d1d5da","editorWidget.background":"#f6f8fa","errorForeground":"#cb2431","focusBorder":"#2188ff","foreground":"#444d56","gitDecoration.addedResourceForeground":"#28a745","gitDecoration.conflictingResourceForeground":"#e36209","gitDecoration.deletedResourceForeground":"#d73a49","gitDecoration.ignoredResourceForeground":"#959da5","gitDecoration.modifiedResourceForeground":"#005cc5","gitDecoration.submoduleResourceForeground":"#959da5","gitDecoration.untrackedResourceForeground":"#28a745","input.background":"#fafbfc","input.border":"#e1e4e8","input.foreground":"#2f363d","input.placeholderForeground":"#959da5","list.activeSelectionBackground":"#e2e5e9","list.activeSelectionForeground":"#2f363d","list.focusBackground":"#cce5ff","list.hoverBackground":"#ebf0f4","list.hoverForeground":"#2f363d","list.inactiveFocusBackground":"#dbedff","list.inactiveSelectionBackground":"#e8eaed","list.inactiveSelectionForeground":"#2f363d","notificationCenterHeader.background":"#e1e4e8","notificationCenterHeader.foreground":"#6a737d","notifications.background":"#fafbfc","notifications.border":"#e1e4e8","notifications.foreground":"#2f363d","notificationsErrorIcon.foreground":"#d73a49","notificationsInfoIcon.foreground":"#005cc5","notificationsWarningIcon.foreground":"#e36209","panel.background":"#f6f8fa","panel.border":"#e1e4e8","panelInput.border":"#e1e4e8","panelTitle.activeBorder":"#f9826c","panelTitle.activeForeground":"#2f363d","panelTitle.inactiveForeground":"#6a737d","pickerGroup.border":"#e1e4e8","pickerGroup.foreground":"#2f363d","progressBar.background":"#2188ff","quickInput.background":"#fafbfc","quickInput.foreground":"#2f363d","scrollbar.shadow":"#6a737d33","scrollbarSlider.activeBackground":"#959da588","scrollbarSlider.background":"#959da533","scrollbarSlider.hoverBackground":"#959da544","settings.headerForeground":"#2f363d","settings.modifiedItemIndicator":"#2188ff","sideBar.background":"#f6f8fa","sideBar.border":"#e1e4e8","sideBar.foreground":"#586069","sideBarSectionHeader.background":"#f6f8fa","sideBarSectionHeader.border":"#e1e4e8","sideBarSectionHeader.foreground":"#2f363d","sideBarTitle.foreground":"#2f363d","statusBar.background":"#fff","statusBar.border":"#e1e4e8","statusBar.debuggingBackground":"#f9826c","statusBar.debuggingForeground":"#fff","statusBar.foreground":"#586069","statusBar.noFolderBackground":"#fff","statusBarItem.prominentBackground":"#e8eaed","statusBarItem.remoteBackground":"#fff","statusBarItem.remoteForeground":"#586069","tab.activeBackground":"#fff","tab.activeBorder":"#fff","tab.activeBorderTop":"#f9826c","tab.activeForeground":"#2f363d","tab.border":"#e1e4e8","tab.hoverBackground":"#fff","tab.inactiveBackground":"#f6f8fa","tab.inactiveForeground":"#6a737d","tab.unfocusedActiveBorder":"#fff","tab.unfocusedActiveBorderTop":"#e1e4e8","tab.unfocusedHoverBackground":"#fff","terminal.ansiBlack":"#24292e","terminal.ansiBlue":"#0366d6","terminal.ansiBrightBlack":"#959da5","terminal.ansiBrightBlue":"#005cc5","terminal.ansiBrightCyan":"#3192aa","terminal.ansiBrightGreen":"#22863a","terminal.ansiBrightMagenta":"#5a32a3","terminal.ansiBrightRed":"#cb2431","terminal.ansiBrightWhite":"#d1d5da","terminal.ansiBrightYellow":"#b08800","terminal.ansiCyan":"#1b7c83","terminal.ansiGreen":"#28a745","terminal.ansiMagenta":"#5a32a3","terminal.ansiRed":"#d73a49","terminal.ansiWhite":"#6a737d","terminal.ansiYellow":"#dbab09","terminal.foreground":"#586069","terminal.tab.activeBorder":"#f9826c","terminalCursor.background":"#d1d5da","terminalCursor.foreground":"#005cc5","textBlockQuote.background":"#fafbfc","textBlockQuote.border":"#e1e4e8","textCodeBlock.background":"#f6f8fa","textLink.activeForeground":"#005cc5","textLink.foreground":"#0366d6","textPreformat.foreground":"#586069","textSeparator.foreground":"#d1d5da","titleBar.activeBackground":"#fff","titleBar.activeForeground":"#2f363d","titleBar.border":"#e1e4e8","titleBar.inactiveBackground":"#f6f8fa","titleBar.inactiveForeground":"#6a737d","tree.indentGuidesStroke":"#e1e4e8","welcomePage.buttonBackground":"#f6f8fa","welcomePage.buttonHoverBackground":"#e1e4e8"},"displayName":"GitHub Light","name":"github-light","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6a737d"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language"],"settings":{"foreground":"#005cc5"}},{"scope":["entity","entity.name"],"settings":{"foreground":"#6f42c1"}},{"scope":"variable.parameter.function","settings":{"foreground":"#24292e"}},{"scope":"entity.name.tag","settings":{"foreground":"#22863a"}},{"scope":"keyword","settings":{"foreground":"#d73a49"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#d73a49"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#24292e"}},{"scope":["string","punctuation.definition.string","string punctuation.section.embedded source"],"settings":{"foreground":"#032f62"}},{"scope":"support","settings":{"foreground":"#005cc5"}},{"scope":"meta.property-name","settings":{"foreground":"#005cc5"}},{"scope":"variable","settings":{"foreground":"#e36209"}},{"scope":"variable.other","settings":{"foreground":"#24292e"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"carriage-return","settings":{"background":"#d73a49","content":"^M","fontStyle":"italic underline","foreground":"#fafbfc"}},{"scope":"message.error","settings":{"foreground":"#b31d28"}},{"scope":"string variable","settings":{"foreground":"#005cc5"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#032f62"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#032f62"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#22863a"}},{"scope":"support.constant","settings":{"foreground":"#005cc5"}},{"scope":"support.variable","settings":{"foreground":"#005cc5"}},{"scope":"meta.module-reference","settings":{"foreground":"#005cc5"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e36209"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#005cc5"}},{"scope":"markup.quote","settings":{"foreground":"#22863a"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#24292e"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#24292e"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#005cc5"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ffeef0","foreground":"#b31d28"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#f0fff4","foreground":"#22863a"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffebda","foreground":"#e36209"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#005cc5","foreground":"#f6f8fa"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#6f42c1"}},{"scope":"meta.diff.header","settings":{"foreground":"#005cc5"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#005cc5"}},{"scope":"meta.output","settings":{"foreground":"#005cc5"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#586069"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#b31d28"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"fontStyle":"underline","foreground":"#032f62"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#fd8c73","activityBar.background":"#ffffff","activityBar.border":"#d0d7de","activityBar.foreground":"#1f2328","activityBar.inactiveForeground":"#656d76","activityBarBadge.background":"#0969da","activityBarBadge.foreground":"#ffffff","badge.background":"#0969da","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#656d76","breadcrumb.focusForeground":"#1f2328","breadcrumb.foreground":"#656d76","breadcrumbPicker.background":"#ffffff","button.background":"#1f883d","button.foreground":"#ffffff","button.hoverBackground":"#1a7f37","button.secondaryBackground":"#ebecf0","button.secondaryForeground":"#24292f","button.secondaryHoverBackground":"#f3f4f6","checkbox.background":"#f6f8fa","checkbox.border":"#d0d7de","debugConsole.errorForeground":"#cf222e","debugConsole.infoForeground":"#57606a","debugConsole.sourceForeground":"#9a6700","debugConsole.warningForeground":"#7d4e00","debugConsoleInputIcon.foreground":"#6639ba","debugIcon.breakpointForeground":"#cf222e","debugTokenExpression.boolean":"#116329","debugTokenExpression.error":"#a40e26","debugTokenExpression.name":"#0550ae","debugTokenExpression.number":"#116329","debugTokenExpression.string":"#0a3069","debugTokenExpression.value":"#0a3069","debugToolBar.background":"#ffffff","descriptionForeground":"#656d76","diffEditor.insertedLineBackground":"#aceebb4d","diffEditor.insertedTextBackground":"#6fdd8b80","diffEditor.removedLineBackground":"#ffcecb4d","diffEditor.removedTextBackground":"#ff818266","dropdown.background":"#ffffff","dropdown.border":"#d0d7de","dropdown.foreground":"#1f2328","dropdown.listBackground":"#ffffff","editor.background":"#ffffff","editor.findMatchBackground":"#bf8700","editor.findMatchHighlightBackground":"#fae17d80","editor.focusedStackFrameHighlightBackground":"#4ac26b66","editor.foldBackground":"#6e77811a","editor.foreground":"#1f2328","editor.lineHighlightBackground":"#eaeef280","editor.linkedEditingBackground":"#0969da12","editor.selectionHighlightBackground":"#4ac26b40","editor.stackFrameHighlightBackground":"#d4a72c66","editor.wordHighlightBackground":"#eaeef280","editor.wordHighlightBorder":"#afb8c199","editor.wordHighlightStrongBackground":"#afb8c14d","editor.wordHighlightStrongBorder":"#afb8c199","editorBracketHighlight.foreground1":"#0969da","editorBracketHighlight.foreground2":"#1a7f37","editorBracketHighlight.foreground3":"#9a6700","editorBracketHighlight.foreground4":"#cf222e","editorBracketHighlight.foreground5":"#bf3989","editorBracketHighlight.foreground6":"#8250df","editorBracketHighlight.unexpectedBracket.foreground":"#656d76","editorBracketMatch.background":"#4ac26b40","editorBracketMatch.border":"#4ac26b99","editorCursor.foreground":"#0969da","editorGroup.border":"#d0d7de","editorGroupHeader.tabsBackground":"#f6f8fa","editorGroupHeader.tabsBorder":"#d0d7de","editorGutter.addedBackground":"#4ac26b66","editorGutter.deletedBackground":"#ff818266","editorGutter.modifiedBackground":"#d4a72c66","editorIndentGuide.activeBackground":"#1f23283d","editorIndentGuide.background":"#1f23281f","editorInlayHint.background":"#afb8c133","editorInlayHint.foreground":"#656d76","editorInlayHint.paramBackground":"#afb8c133","editorInlayHint.paramForeground":"#656d76","editorInlayHint.typeBackground":"#afb8c133","editorInlayHint.typeForeground":"#656d76","editorLineNumber.activeForeground":"#1f2328","editorLineNumber.foreground":"#8c959f","editorOverviewRuler.border":"#ffffff","editorWhitespace.foreground":"#afb8c1","editorWidget.background":"#ffffff","errorForeground":"#cf222e","focusBorder":"#0969da","foreground":"#1f2328","gitDecoration.addedResourceForeground":"#1a7f37","gitDecoration.conflictingResourceForeground":"#bc4c00","gitDecoration.deletedResourceForeground":"#cf222e","gitDecoration.ignoredResourceForeground":"#6e7781","gitDecoration.modifiedResourceForeground":"#9a6700","gitDecoration.submoduleResourceForeground":"#656d76","gitDecoration.untrackedResourceForeground":"#1a7f37","icon.foreground":"#656d76","input.background":"#ffffff","input.border":"#d0d7de","input.foreground":"#1f2328","input.placeholderForeground":"#6e7781","keybindingLabel.foreground":"#1f2328","list.activeSelectionBackground":"#afb8c133","list.activeSelectionForeground":"#1f2328","list.focusBackground":"#ddf4ff","list.focusForeground":"#1f2328","list.highlightForeground":"#0969da","list.hoverBackground":"#eaeef280","list.hoverForeground":"#1f2328","list.inactiveFocusBackground":"#ddf4ff","list.inactiveSelectionBackground":"#afb8c133","list.inactiveSelectionForeground":"#1f2328","minimapSlider.activeBackground":"#8c959f47","minimapSlider.background":"#8c959f33","minimapSlider.hoverBackground":"#8c959f3d","notificationCenterHeader.background":"#f6f8fa","notificationCenterHeader.foreground":"#656d76","notifications.background":"#ffffff","notifications.border":"#d0d7de","notifications.foreground":"#1f2328","notificationsErrorIcon.foreground":"#cf222e","notificationsInfoIcon.foreground":"#0969da","notificationsWarningIcon.foreground":"#9a6700","panel.background":"#f6f8fa","panel.border":"#d0d7de","panelInput.border":"#d0d7de","panelTitle.activeBorder":"#fd8c73","panelTitle.activeForeground":"#1f2328","panelTitle.inactiveForeground":"#656d76","pickerGroup.border":"#d0d7de","pickerGroup.foreground":"#656d76","progressBar.background":"#0969da","quickInput.background":"#ffffff","quickInput.foreground":"#1f2328","scrollbar.shadow":"#6e778133","scrollbarSlider.activeBackground":"#8c959f47","scrollbarSlider.background":"#8c959f33","scrollbarSlider.hoverBackground":"#8c959f3d","settings.headerForeground":"#1f2328","settings.modifiedItemIndicator":"#d4a72c66","sideBar.background":"#f6f8fa","sideBar.border":"#d0d7de","sideBar.foreground":"#1f2328","sideBarSectionHeader.background":"#f6f8fa","sideBarSectionHeader.border":"#d0d7de","sideBarSectionHeader.foreground":"#1f2328","sideBarTitle.foreground":"#1f2328","statusBar.background":"#ffffff","statusBar.border":"#d0d7de","statusBar.debuggingBackground":"#cf222e","statusBar.debuggingForeground":"#ffffff","statusBar.focusBorder":"#0969da80","statusBar.foreground":"#656d76","statusBar.noFolderBackground":"#ffffff","statusBarItem.activeBackground":"#1f23281f","statusBarItem.focusBorder":"#0969da","statusBarItem.hoverBackground":"#1f232814","statusBarItem.prominentBackground":"#afb8c133","statusBarItem.remoteBackground":"#eaeef2","statusBarItem.remoteForeground":"#1f2328","symbolIcon.arrayForeground":"#953800","symbolIcon.booleanForeground":"#0550ae","symbolIcon.classForeground":"#953800","symbolIcon.colorForeground":"#0a3069","symbolIcon.constantForeground":"#116329","symbolIcon.constructorForeground":"#3e1f79","symbolIcon.enumeratorForeground":"#953800","symbolIcon.enumeratorMemberForeground":"#0550ae","symbolIcon.eventForeground":"#57606a","symbolIcon.fieldForeground":"#953800","symbolIcon.fileForeground":"#7d4e00","symbolIcon.folderForeground":"#7d4e00","symbolIcon.functionForeground":"#6639ba","symbolIcon.interfaceForeground":"#953800","symbolIcon.keyForeground":"#0550ae","symbolIcon.keywordForeground":"#a40e26","symbolIcon.methodForeground":"#6639ba","symbolIcon.moduleForeground":"#a40e26","symbolIcon.namespaceForeground":"#a40e26","symbolIcon.nullForeground":"#0550ae","symbolIcon.numberForeground":"#116329","symbolIcon.objectForeground":"#953800","symbolIcon.operatorForeground":"#0a3069","symbolIcon.packageForeground":"#953800","symbolIcon.propertyForeground":"#953800","symbolIcon.referenceForeground":"#0550ae","symbolIcon.snippetForeground":"#0550ae","symbolIcon.stringForeground":"#0a3069","symbolIcon.structForeground":"#953800","symbolIcon.textForeground":"#0a3069","symbolIcon.typeParameterForeground":"#0a3069","symbolIcon.unitForeground":"#0550ae","symbolIcon.variableForeground":"#953800","tab.activeBackground":"#ffffff","tab.activeBorder":"#ffffff","tab.activeBorderTop":"#fd8c73","tab.activeForeground":"#1f2328","tab.border":"#d0d7de","tab.hoverBackground":"#ffffff","tab.inactiveBackground":"#f6f8fa","tab.inactiveForeground":"#656d76","tab.unfocusedActiveBorder":"#ffffff","tab.unfocusedActiveBorderTop":"#d0d7de","tab.unfocusedHoverBackground":"#eaeef280","terminal.ansiBlack":"#24292f","terminal.ansiBlue":"#0969da","terminal.ansiBrightBlack":"#57606a","terminal.ansiBrightBlue":"#218bff","terminal.ansiBrightCyan":"#3192aa","terminal.ansiBrightGreen":"#1a7f37","terminal.ansiBrightMagenta":"#a475f9","terminal.ansiBrightRed":"#a40e26","terminal.ansiBrightWhite":"#8c959f","terminal.ansiBrightYellow":"#633c01","terminal.ansiCyan":"#1b7c83","terminal.ansiGreen":"#116329","terminal.ansiMagenta":"#8250df","terminal.ansiRed":"#cf222e","terminal.ansiWhite":"#6e7781","terminal.ansiYellow":"#4d2d00","terminal.foreground":"#1f2328","textBlockQuote.background":"#f6f8fa","textBlockQuote.border":"#d0d7de","textCodeBlock.background":"#afb8c133","textLink.activeForeground":"#0969da","textLink.foreground":"#0969da","textPreformat.background":"#afb8c133","textPreformat.foreground":"#656d76","textSeparator.foreground":"#d8dee4","titleBar.activeBackground":"#ffffff","titleBar.activeForeground":"#656d76","titleBar.border":"#d0d7de","titleBar.inactiveBackground":"#f6f8fa","titleBar.inactiveForeground":"#656d76","tree.indentGuidesStroke":"#d8dee4","welcomePage.buttonBackground":"#f6f8fa","welcomePage.buttonHoverBackground":"#f3f4f6"},"displayName":"GitHub Light Default","name":"github-light-default","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6e7781"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#cf222e"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#0550ae"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#953800"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#1f2328"}},{"scope":"entity.name.function","settings":{"foreground":"#8250df"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#116329"}},{"scope":"keyword","settings":{"foreground":"#cf222e"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#cf222e"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#1f2328"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#0a3069"}},{"scope":"support","settings":{"foreground":"#0550ae"}},{"scope":"meta.property-name","settings":{"foreground":"#0550ae"}},{"scope":"variable","settings":{"foreground":"#953800"}},{"scope":"variable.other","settings":{"foreground":"#1f2328"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#82071e"}},{"scope":"carriage-return","settings":{"background":"#cf222e","content":"^M","fontStyle":"italic underline","foreground":"#f6f8fa"}},{"scope":"message.error","settings":{"foreground":"#82071e"}},{"scope":"string variable","settings":{"foreground":"#0550ae"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#0a3069"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#0a3069"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#116329"}},{"scope":"support.constant","settings":{"foreground":"#0550ae"}},{"scope":"support.variable","settings":{"foreground":"#0550ae"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#116329"}},{"scope":"meta.module-reference","settings":{"foreground":"#0550ae"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#953800"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"markup.quote","settings":{"foreground":"#116329"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#1f2328"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#1f2328"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#0550ae"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ffebe9","foreground":"#82071e"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#cf222e"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#dafbe1","foreground":"#116329"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffd8b5","foreground":"#953800"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#0550ae","foreground":"#eaeef2"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#8250df"}},{"scope":"meta.diff.header","settings":{"foreground":"#0550ae"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#0550ae"}},{"scope":"meta.output","settings":{"foreground":"#0550ae"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#57606a"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#82071e"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#0a3069"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#ef5b48","activityBar.background":"#ffffff","activityBar.border":"#20252c","activityBar.foreground":"#0e1116","activityBar.inactiveForeground":"#0e1116","activityBarBadge.background":"#0349b4","activityBarBadge.foreground":"#ffffff","badge.background":"#0349b4","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#0e1116","breadcrumb.focusForeground":"#0e1116","breadcrumb.foreground":"#0e1116","breadcrumbPicker.background":"#ffffff","button.background":"#055d20","button.foreground":"#ffffff","button.hoverBackground":"#024c1a","button.secondaryBackground":"#acb6c0","button.secondaryForeground":"#0e1116","button.secondaryHoverBackground":"#ced5dc","checkbox.background":"#e7ecf0","checkbox.border":"#20252c","debugConsole.errorForeground":"#a0111f","debugConsole.infoForeground":"#4b535d","debugConsole.sourceForeground":"#744500","debugConsole.warningForeground":"#603700","debugConsoleInputIcon.foreground":"#512598","debugIcon.breakpointForeground":"#a0111f","debugTokenExpression.boolean":"#024c1a","debugTokenExpression.error":"#86061d","debugTokenExpression.name":"#023b95","debugTokenExpression.number":"#024c1a","debugTokenExpression.string":"#032563","debugTokenExpression.value":"#032563","debugToolBar.background":"#ffffff","descriptionForeground":"#0e1116","diffEditor.insertedLineBackground":"#82e5964d","diffEditor.insertedTextBackground":"#43c66380","diffEditor.removedLineBackground":"#ffc1bc4d","diffEditor.removedTextBackground":"#ee5a5d66","dropdown.background":"#ffffff","dropdown.border":"#20252c","dropdown.foreground":"#0e1116","dropdown.listBackground":"#ffffff","editor.background":"#ffffff","editor.findMatchBackground":"#744500","editor.findMatchHighlightBackground":"#f0ce5380","editor.focusedStackFrameHighlightBackground":"#26a148","editor.foldBackground":"#66707b1a","editor.foreground":"#0e1116","editor.inactiveSelectionBackground":"#66707b","editor.lineHighlightBackground":"#e7ecf0","editor.linkedEditingBackground":"#0349b412","editor.selectionBackground":"#0e1116","editor.selectionForeground":"#ffffff","editor.selectionHighlightBackground":"#26a14840","editor.stackFrameHighlightBackground":"#b58407","editor.wordHighlightBackground":"#e7ecf080","editor.wordHighlightBorder":"#acb6c099","editor.wordHighlightStrongBackground":"#acb6c04d","editor.wordHighlightStrongBorder":"#acb6c099","editorBracketHighlight.foreground1":"#0349b4","editorBracketHighlight.foreground2":"#055d20","editorBracketHighlight.foreground3":"#744500","editorBracketHighlight.foreground4":"#a0111f","editorBracketHighlight.foreground5":"#971368","editorBracketHighlight.foreground6":"#622cbc","editorBracketHighlight.unexpectedBracket.foreground":"#0e1116","editorBracketMatch.background":"#26a14840","editorBracketMatch.border":"#26a14899","editorCursor.foreground":"#0349b4","editorGroup.border":"#20252c","editorGroupHeader.tabsBackground":"#ffffff","editorGroupHeader.tabsBorder":"#20252c","editorGutter.addedBackground":"#26a148","editorGutter.deletedBackground":"#ee5a5d","editorGutter.modifiedBackground":"#b58407","editorIndentGuide.activeBackground":"#0e11163d","editorIndentGuide.background":"#0e11161f","editorInlayHint.background":"#acb6c033","editorInlayHint.foreground":"#0e1116","editorInlayHint.paramBackground":"#acb6c033","editorInlayHint.paramForeground":"#0e1116","editorInlayHint.typeBackground":"#acb6c033","editorInlayHint.typeForeground":"#0e1116","editorLineNumber.activeForeground":"#0e1116","editorLineNumber.foreground":"#88929d","editorOverviewRuler.border":"#ffffff","editorWhitespace.foreground":"#acb6c0","editorWidget.background":"#ffffff","errorForeground":"#a0111f","focusBorder":"#0349b4","foreground":"#0e1116","gitDecoration.addedResourceForeground":"#055d20","gitDecoration.conflictingResourceForeground":"#873800","gitDecoration.deletedResourceForeground":"#a0111f","gitDecoration.ignoredResourceForeground":"#66707b","gitDecoration.modifiedResourceForeground":"#744500","gitDecoration.submoduleResourceForeground":"#0e1116","gitDecoration.untrackedResourceForeground":"#055d20","icon.foreground":"#0e1116","input.background":"#ffffff","input.border":"#20252c","input.foreground":"#0e1116","input.placeholderForeground":"#66707b","keybindingLabel.foreground":"#0e1116","list.activeSelectionBackground":"#acb6c033","list.activeSelectionForeground":"#0e1116","list.focusBackground":"#dff7ff","list.focusForeground":"#0e1116","list.highlightForeground":"#0349b4","list.hoverBackground":"#e7ecf0","list.hoverForeground":"#0e1116","list.inactiveFocusBackground":"#dff7ff","list.inactiveSelectionBackground":"#acb6c033","list.inactiveSelectionForeground":"#0e1116","minimapSlider.activeBackground":"#88929d47","minimapSlider.background":"#88929d33","minimapSlider.hoverBackground":"#88929d3d","notificationCenterHeader.background":"#e7ecf0","notificationCenterHeader.foreground":"#0e1116","notifications.background":"#ffffff","notifications.border":"#20252c","notifications.foreground":"#0e1116","notificationsErrorIcon.foreground":"#a0111f","notificationsInfoIcon.foreground":"#0349b4","notificationsWarningIcon.foreground":"#744500","panel.background":"#ffffff","panel.border":"#20252c","panelInput.border":"#20252c","panelTitle.activeBorder":"#ef5b48","panelTitle.activeForeground":"#0e1116","panelTitle.inactiveForeground":"#0e1116","pickerGroup.border":"#20252c","pickerGroup.foreground":"#0e1116","progressBar.background":"#0349b4","quickInput.background":"#ffffff","quickInput.foreground":"#0e1116","scrollbar.shadow":"#66707b33","scrollbarSlider.activeBackground":"#88929d47","scrollbarSlider.background":"#88929d33","scrollbarSlider.hoverBackground":"#88929d3d","settings.headerForeground":"#0e1116","settings.modifiedItemIndicator":"#b58407","sideBar.background":"#ffffff","sideBar.border":"#20252c","sideBar.foreground":"#0e1116","sideBarSectionHeader.background":"#ffffff","sideBarSectionHeader.border":"#20252c","sideBarSectionHeader.foreground":"#0e1116","sideBarTitle.foreground":"#0e1116","statusBar.background":"#ffffff","statusBar.border":"#20252c","statusBar.debuggingBackground":"#a0111f","statusBar.debuggingForeground":"#ffffff","statusBar.focusBorder":"#0349b480","statusBar.foreground":"#0e1116","statusBar.noFolderBackground":"#ffffff","statusBarItem.activeBackground":"#0e11161f","statusBarItem.focusBorder":"#0349b4","statusBarItem.hoverBackground":"#0e111614","statusBarItem.prominentBackground":"#acb6c033","statusBarItem.remoteBackground":"#e7ecf0","statusBarItem.remoteForeground":"#0e1116","symbolIcon.arrayForeground":"#702c00","symbolIcon.booleanForeground":"#023b95","symbolIcon.classForeground":"#702c00","symbolIcon.colorForeground":"#032563","symbolIcon.constantForeground":"#024c1a","symbolIcon.constructorForeground":"#341763","symbolIcon.enumeratorForeground":"#702c00","symbolIcon.enumeratorMemberForeground":"#023b95","symbolIcon.eventForeground":"#4b535d","symbolIcon.fieldForeground":"#702c00","symbolIcon.fileForeground":"#603700","symbolIcon.folderForeground":"#603700","symbolIcon.functionForeground":"#512598","symbolIcon.interfaceForeground":"#702c00","symbolIcon.keyForeground":"#023b95","symbolIcon.keywordForeground":"#86061d","symbolIcon.methodForeground":"#512598","symbolIcon.moduleForeground":"#86061d","symbolIcon.namespaceForeground":"#86061d","symbolIcon.nullForeground":"#023b95","symbolIcon.numberForeground":"#024c1a","symbolIcon.objectForeground":"#702c00","symbolIcon.operatorForeground":"#032563","symbolIcon.packageForeground":"#702c00","symbolIcon.propertyForeground":"#702c00","symbolIcon.referenceForeground":"#023b95","symbolIcon.snippetForeground":"#023b95","symbolIcon.stringForeground":"#032563","symbolIcon.structForeground":"#702c00","symbolIcon.textForeground":"#032563","symbolIcon.typeParameterForeground":"#032563","symbolIcon.unitForeground":"#023b95","symbolIcon.variableForeground":"#702c00","tab.activeBackground":"#ffffff","tab.activeBorder":"#ffffff","tab.activeBorderTop":"#ef5b48","tab.activeForeground":"#0e1116","tab.border":"#20252c","tab.hoverBackground":"#ffffff","tab.inactiveBackground":"#ffffff","tab.inactiveForeground":"#0e1116","tab.unfocusedActiveBorder":"#ffffff","tab.unfocusedActiveBorderTop":"#20252c","tab.unfocusedHoverBackground":"#e7ecf0","terminal.ansiBlack":"#0e1116","terminal.ansiBlue":"#0349b4","terminal.ansiBrightBlack":"#4b535d","terminal.ansiBrightBlue":"#1168e3","terminal.ansiBrightCyan":"#3192aa","terminal.ansiBrightGreen":"#055d20","terminal.ansiBrightMagenta":"#844ae7","terminal.ansiBrightRed":"#86061d","terminal.ansiBrightWhite":"#88929d","terminal.ansiBrightYellow":"#4e2c00","terminal.ansiCyan":"#1b7c83","terminal.ansiGreen":"#024c1a","terminal.ansiMagenta":"#622cbc","terminal.ansiRed":"#a0111f","terminal.ansiWhite":"#66707b","terminal.ansiYellow":"#3f2200","terminal.foreground":"#0e1116","textBlockQuote.background":"#ffffff","textBlockQuote.border":"#20252c","textCodeBlock.background":"#acb6c033","textLink.activeForeground":"#0349b4","textLink.foreground":"#0349b4","textPreformat.background":"#acb6c033","textPreformat.foreground":"#0e1116","textSeparator.foreground":"#88929d","titleBar.activeBackground":"#ffffff","titleBar.activeForeground":"#0e1116","titleBar.border":"#20252c","titleBar.inactiveBackground":"#ffffff","titleBar.inactiveForeground":"#0e1116","tree.indentGuidesStroke":"#88929d","welcomePage.buttonBackground":"#e7ecf0","welcomePage.buttonHoverBackground":"#ced5dc"},"displayName":"GitHub Light High Contrast","name":"github-light-high-contrast","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#66707b"}},{"scope":["constant.other.placeholder","constant.character"],"settings":{"foreground":"#a0111f"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language","entity"],"settings":{"foreground":"#023b95"}},{"scope":["entity.name","meta.export.default","meta.definition.variable"],"settings":{"foreground":"#702c00"}},{"scope":["variable.parameter.function","meta.jsx.children","meta.block","meta.tag.attributes","entity.name.constant","meta.object.member","meta.embedded.expression"],"settings":{"foreground":"#0e1116"}},{"scope":"entity.name.function","settings":{"foreground":"#622cbc"}},{"scope":["entity.name.tag","support.class.component"],"settings":{"foreground":"#024c1a"}},{"scope":"keyword","settings":{"foreground":"#a0111f"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#a0111f"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#0e1116"}},{"scope":["string","string punctuation.section.embedded source"],"settings":{"foreground":"#032563"}},{"scope":"support","settings":{"foreground":"#023b95"}},{"scope":"meta.property-name","settings":{"foreground":"#023b95"}},{"scope":"variable","settings":{"foreground":"#702c00"}},{"scope":"variable.other","settings":{"foreground":"#0e1116"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#6e011a"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#6e011a"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#6e011a"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#6e011a"}},{"scope":"carriage-return","settings":{"background":"#a0111f","content":"^M","fontStyle":"italic underline","foreground":"#ffffff"}},{"scope":"message.error","settings":{"foreground":"#6e011a"}},{"scope":"string variable","settings":{"foreground":"#023b95"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#032563"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#032563"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#024c1a"}},{"scope":"support.constant","settings":{"foreground":"#023b95"}},{"scope":"support.variable","settings":{"foreground":"#023b95"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#024c1a"}},{"scope":"meta.module-reference","settings":{"foreground":"#023b95"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#702c00"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#023b95"}},{"scope":"markup.quote","settings":{"foreground":"#024c1a"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#0e1116"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#0e1116"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#023b95"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#fff0ee","foreground":"#6e011a"}},{"scope":["punctuation.section.embedded"],"settings":{"foreground":"#a0111f"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#d2fedb","foreground":"#024c1a"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffc67b","foreground":"#702c00"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#023b95","foreground":"#e7ecf0"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#622cbc"}},{"scope":"meta.diff.header","settings":{"foreground":"#023b95"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#023b95"}},{"scope":"meta.output","settings":{"foreground":"#023b95"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#4b535d"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#6e011a"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"foreground":"#032563"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBackground":"#343841","activityBar.background":"#17191e","activityBar.border":"#343841","activityBar.foreground":"#eef0f9","activityBar.inactiveForeground":"#858b98","activityBarBadge.background":"#4bf3c8","activityBarBadge.foreground":"#000000","badge.background":"#bfc1c9","badge.foreground":"#17191e","breadcrumb.activeSelectionForeground":"#eef0f9","breadcrumb.background":"#17191e","breadcrumb.focusForeground":"#eef0f9","breadcrumb.foreground":"#858b98","button.background":"#4bf3c8","button.foreground":"#17191e","button.hoverBackground":"#31c19c","button.secondaryBackground":"#545864","button.secondaryForeground":"#eef0f9","button.secondaryHoverBackground":"#858b98","checkbox.background":"#23262d","checkbox.border":"#00000000","checkbox.foreground":"#eef0f9","debugExceptionWidget.background":"#23262d","debugExceptionWidget.border":"#8996d5","debugToolBar.background":"#000","debugToolBar.border":"#ffffff00","diffEditor.border":"#ffffff00","diffEditor.insertedTextBackground":"#4bf3c824","diffEditor.removedTextBackground":"#dc365724","dropdown.background":"#23262d","dropdown.border":"#00000000","dropdown.foreground":"#eef0f9","editor.background":"#17191e","editor.findMatchBackground":"#515c6a","editor.findMatchBorder":"#74879f","editor.findMatchHighlightBackground":"#ea5c0055","editor.findMatchHighlightBorder":"#ffffff00","editor.findRangeHighlightBackground":"#23262d","editor.findRangeHighlightBorder":"#b2434300","editor.foldBackground":"#ad5dca26","editor.foreground":"#eef0f9","editor.hoverHighlightBackground":"#5495d740","editor.inactiveSelectionBackground":"#2a2d34","editor.lineHighlightBackground":"#23262d","editor.lineHighlightBorder":"#ffffff00","editor.rangeHighlightBackground":"#ffffff0b","editor.rangeHighlightBorder":"#ffffff00","editor.selectionBackground":"#ad5dca44","editor.selectionHighlightBackground":"#add6ff34","editor.selectionHighlightBorder":"#495f77","editor.wordHighlightBackground":"#494949b8","editor.wordHighlightStrongBackground":"#004972b8","editorBracketMatch.background":"#545864","editorBracketMatch.border":"#ffffff00","editorCodeLens.foreground":"#bfc1c9","editorCursor.background":"#000000","editorCursor.foreground":"#aeafad","editorError.background":"#ffffff00","editorError.border":"#ffffff00","editorError.foreground":"#f4587e","editorGroup.border":"#343841","editorGroup.emptyBackground":"#17191e","editorGroupHeader.border":"#ffffff00","editorGroupHeader.tabsBackground":"#23262d","editorGroupHeader.tabsBorder":"#ffffff00","editorGutter.addedBackground":"#4bf3c8","editorGutter.background":"#17191e","editorGutter.commentRangeForeground":"#545864","editorGutter.deletedBackground":"#f06788","editorGutter.foldingControlForeground":"#545864","editorGutter.modifiedBackground":"#54b9ff","editorHoverWidget.background":"#252526","editorHoverWidget.border":"#454545","editorHoverWidget.foreground":"#cccccc","editorIndentGuide.activeBackground":"#858b98","editorIndentGuide.background":"#343841","editorInfo.background":"#4490bf00","editorInfo.border":"#4490bf00","editorInfo.foreground":"#54b9ff","editorLineNumber.activeForeground":"#858b98","editorLineNumber.foreground":"#545864","editorLink.activeForeground":"#54b9ff","editorMarkerNavigation.background":"#23262d","editorMarkerNavigationError.background":"#dc3657","editorMarkerNavigationInfo.background":"#54b9ff","editorMarkerNavigationWarning.background":"#ffd493","editorOverviewRuler.background":"#ffffff00","editorOverviewRuler.border":"#ffffff00","editorRuler.foreground":"#545864","editorSuggestWidget.background":"#252526","editorSuggestWidget.border":"#454545","editorSuggestWidget.foreground":"#d4d4d4","editorSuggestWidget.highlightForeground":"#0097fb","editorSuggestWidget.selectedBackground":"#062f4a","editorWarning.background":"#a9904000","editorWarning.border":"#ffffff00","editorWarning.foreground":"#fbc23b","editorWhitespace.foreground":"#cc75f450","editorWidget.background":"#343841","editorWidget.foreground":"#ffffff","editorWidget.resizeBorder":"#cc75f4","focusBorder":"#00daef","foreground":"#cccccc","gitDecoration.addedResourceForeground":"#4bf3c8","gitDecoration.conflictingResourceForeground":"#00daef","gitDecoration.deletedResourceForeground":"#f4587e","gitDecoration.ignoredResourceForeground":"#858b98","gitDecoration.modifiedResourceForeground":"#ffd493","gitDecoration.stageDeletedResourceForeground":"#c74e39","gitDecoration.stageModifiedResourceForeground":"#ffd493","gitDecoration.submoduleResourceForeground":"#54b9ff","gitDecoration.untrackedResourceForeground":"#4bf3c8","icon.foreground":"#cccccc","input.background":"#23262d","input.border":"#bfc1c9","input.foreground":"#eef0f9","input.placeholderForeground":"#858b98","inputOption.activeBackground":"#54b9ff","inputOption.activeBorder":"#007acc00","inputOption.activeForeground":"#17191e","list.activeSelectionBackground":"#2d4860","list.activeSelectionForeground":"#ffffff","list.dropBackground":"#17191e","list.focusBackground":"#54b9ff","list.focusForeground":"#ffffff","list.highlightForeground":"#ffffff","list.hoverBackground":"#343841","list.hoverForeground":"#eef0f9","list.inactiveSelectionBackground":"#17191e","list.inactiveSelectionForeground":"#eef0f9","listFilterWidget.background":"#2d4860","listFilterWidget.noMatchesOutline":"#dc3657","listFilterWidget.outline":"#54b9ff","menu.background":"#252526","menu.border":"#00000085","menu.foreground":"#cccccc","menu.selectionBackground":"#094771","menu.selectionBorder":"#00000000","menu.selectionForeground":"#4bf3c8","menu.separatorBackground":"#bbbbbb","menubar.selectionBackground":"#ffffff1a","menubar.selectionForeground":"#cccccc","merge.commonContentBackground":"#282828","merge.commonHeaderBackground":"#383838","merge.currentContentBackground":"#27403b","merge.currentHeaderBackground":"#367366","merge.incomingContentBackground":"#28384b","merge.incomingHeaderBackground":"#395f8f","minimap.background":"#17191e","minimap.errorHighlight":"#dc3657","minimap.findMatchHighlight":"#515c6a","minimap.selectionHighlight":"#3757b942","minimap.warningHighlight":"#fbc23b","minimapGutter.addedBackground":"#4bf3c8","minimapGutter.deletedBackground":"#f06788","minimapGutter.modifiedBackground":"#54b9ff","notificationCenter.border":"#ffffff00","notificationCenterHeader.background":"#343841","notificationCenterHeader.foreground":"#17191e","notificationToast.border":"#ffffff00","notifications.background":"#343841","notifications.border":"#bfc1c9","notifications.foreground":"#ffffff","notificationsErrorIcon.foreground":"#f4587e","notificationsInfoIcon.foreground":"#54b9ff","notificationsWarningIcon.foreground":"#ff8551","panel.background":"#23262d","panel.border":"#17191e","panelSection.border":"#17191e","panelTitle.activeBorder":"#e7e7e7","panelTitle.activeForeground":"#eef0f9","panelTitle.inactiveForeground":"#bfc1c9","peekView.border":"#007acc","peekViewEditor.background":"#001f33","peekViewEditor.matchHighlightBackground":"#ff8f0099","peekViewEditor.matchHighlightBorder":"#ee931e","peekViewEditorGutter.background":"#001f33","peekViewResult.background":"#252526","peekViewResult.fileForeground":"#ffffff","peekViewResult.lineForeground":"#bbbbbb","peekViewResult.matchHighlightBackground":"#f00","peekViewResult.selectionBackground":"#3399ff33","peekViewResult.selectionForeground":"#ffffff","peekViewTitle.background":"#1e1e1e","peekViewTitleDescription.foreground":"#ccccccb3","peekViewTitleLabel.foreground":"#ffffff","pickerGroup.border":"#ffffff00","pickerGroup.foreground":"#eef0f9","progressBar.background":"#4bf3c8","scrollbar.shadow":"#000000","scrollbarSlider.activeBackground":"#54b9ff66","scrollbarSlider.background":"#54586466","scrollbarSlider.hoverBackground":"#545864B3","selection.background":"#00daef56","settings.focusedRowBackground":"#ffffff07","settings.headerForeground":"#cccccc","sideBar.background":"#23262d","sideBar.border":"#17191e","sideBar.dropBackground":"#17191e","sideBar.foreground":"#bfc1c9","sideBarSectionHeader.background":"#343841","sideBarSectionHeader.border":"#17191e","sideBarSectionHeader.foreground":"#eef0f9","sideBarTitle.foreground":"#eef0f9","statusBar.background":"#17548b","statusBar.debuggingBackground":"#cc75f4","statusBar.debuggingForeground":"#eef0f9","statusBar.foreground":"#eef0f9","statusBar.noFolderBackground":"#6c3c7d","statusBar.noFolderForeground":"#eef0f9","statusBarItem.activeBackground":"#ffffff25","statusBarItem.hoverBackground":"#ffffff1f","statusBarItem.remoteBackground":"#297763","statusBarItem.remoteForeground":"#eef0f9","tab.activeBackground":"#17191e","tab.activeBorder":"#ffffff00","tab.activeBorderTop":"#eef0f9","tab.activeForeground":"#eef0f9","tab.border":"#17191e","tab.hoverBackground":"#343841","tab.hoverForeground":"#eef0f9","tab.inactiveBackground":"#23262d","tab.inactiveForeground":"#858b98","terminal.ansiBlack":"#17191e","terminal.ansiBlue":"#2b7eca","terminal.ansiBrightBlack":"#545864","terminal.ansiBrightBlue":"#54b9ff","terminal.ansiBrightCyan":"#00daef","terminal.ansiBrightGreen":"#4bf3c8","terminal.ansiBrightMagenta":"#cc75f4","terminal.ansiBrightRed":"#f4587e","terminal.ansiBrightWhite":"#fafafa","terminal.ansiBrightYellow":"#ffd493","terminal.ansiCyan":"#24c0cf","terminal.ansiGreen":"#23d18b","terminal.ansiMagenta":"#ad5dca","terminal.ansiRed":"#dc3657","terminal.ansiWhite":"#eef0f9","terminal.ansiYellow":"#ffc368","terminal.border":"#80808059","terminal.foreground":"#cccccc","terminal.selectionBackground":"#ffffff40","terminalCursor.background":"#0087ff","terminalCursor.foreground":"#ffffff","textLink.foreground":"#54b9ff","titleBar.activeBackground":"#17191e","titleBar.activeForeground":"#cccccc","titleBar.border":"#00000000","titleBar.inactiveBackground":"#3c3c3c99","titleBar.inactiveForeground":"#cccccc99","tree.indentGuidesStroke":"#545864","walkThrough.embeddedEditorBackground":"#00000050","widget.shadow":"#ffffff00"},"displayName":"Houston","name":"houston","semanticHighlighting":true,"semanticTokenColors":{"enumMember":{"foreground":"#eef0f9"},"variable.constant":{"foreground":"#ffd493"},"variable.defaultLibrary":{"foreground":"#acafff"}},"tokenColors":[{"scope":"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison","settings":{"foreground":"#4bf3c8"}},{"scope":"variable.other.generic-type.haskell","settings":{"foreground":"#54b9ff"}},{"scope":"storage.type.haskell","settings":{"foreground":"#ffd493"}},{"scope":"support.variable.magic.python","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python","settings":{"foreground":"#eef0f9"}},{"scope":"variable.parameter.function.language.special.self.python","settings":{"foreground":"#acafff"}},{"scope":"storage.modifier.lifetime.rust","settings":{"foreground":"#eef0f9"}},{"scope":"support.function.std.rust","settings":{"foreground":"#00daef"}},{"scope":"entity.name.lifetime.rust","settings":{"foreground":"#acafff"}},{"scope":"variable.language.rust","settings":{"foreground":"#4bf3c8"}},{"scope":"support.constant.edge","settings":{"foreground":"#54b9ff"}},{"scope":"constant.other.character-class.regexp","settings":{"foreground":"#4bf3c8"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.definition.string.begin,punctuation.definition.string.end","settings":{"foreground":"#ffd493"}},{"scope":"variable.parameter.function","settings":{"foreground":"#eef0f9"}},{"scope":"comment markup.link","settings":{"foreground":"#545864"}},{"scope":"markup.changed.diff","settings":{"foreground":"#acafff"}},{"scope":"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff","settings":{"foreground":"#00daef"}},{"scope":"markup.inserted.diff","settings":{"foreground":"#ffd493"}},{"scope":"markup.deleted.diff","settings":{"foreground":"#4bf3c8"}},{"scope":"meta.function.c,meta.function.cpp","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c","settings":{"foreground":"#eef0f9"}},{"scope":"punctuation.separator.key-value","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.expression.import","settings":{"foreground":"#00daef"}},{"scope":"support.constant.math","settings":{"foreground":"#acafff"}},{"scope":"support.constant.property.math","settings":{"foreground":"#ffd493"}},{"scope":"variable.other.constant","settings":{"foreground":"#acafff"}},{"scope":["storage.type.annotation.java","storage.type.object.array.java"],"settings":{"foreground":"#acafff"}},{"scope":"source.java","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java","settings":{"foreground":"#eef0f9"}},{"scope":"meta.method.java","settings":{"foreground":"#00daef"}},{"scope":"storage.modifier.import.java,storage.type.java,storage.type.generic.java","settings":{"foreground":"#acafff"}},{"scope":"keyword.operator.instanceof.java","settings":{"foreground":"#54b9ff"}},{"scope":"meta.definition.variable.name.java","settings":{"foreground":"#4bf3c8"}},{"scope":"keyword.operator.logical","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.bitwise","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.channel","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.property-value.scss,support.constant.property-value.css","settings":{"foreground":"#ffd493"}},{"scope":"keyword.operator.css,keyword.operator.scss,keyword.operator.less","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.separator.list.comma.css","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.color.w3c-standard-color-name.css","settings":{"foreground":"#ffd493"}},{"scope":"support.type.vendored.property-name.css","settings":{"foreground":"#eef0f9"}},{"scope":"support.module.node,support.type.object.module,support.module.node","settings":{"foreground":"#acafff"}},{"scope":"entity.name.type.module","settings":{"foreground":"#ffd493"}},{"scope":"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node","settings":{"foreground":"#4bf3c8"}},{"scope":"support.constant.json","settings":{"foreground":"#ffd493"}},{"scope":["keyword.operator.expression.instanceof","keyword.operator.new","keyword.operator.ternary","keyword.operator.optional","keyword.operator.expression.keyof"],"settings":{"foreground":"#54b9ff"}},{"scope":"support.type.object.console","settings":{"foreground":"#4bf3c8"}},{"scope":"support.variable.property.process","settings":{"foreground":"#ffd493"}},{"scope":"entity.name.function,support.function.console","settings":{"foreground":"#00daef"}},{"scope":"keyword.operator.misc.rust","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.sigil.rust","settings":{"foreground":"#54b9ff"}},{"scope":"keyword.operator.delete","settings":{"foreground":"#54b9ff"}},{"scope":"support.type.object.dom","settings":{"foreground":"#eef0f9"}},{"scope":"support.variable.dom,support.variable.property.dom","settings":{"foreground":"#4bf3c8"}},{"scope":"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp","settings":{"foreground":"#54b9ff"}},{"scope":"punctuation.separator.delimiter","settings":{"foreground":"#eef0f9"}},{"scope":"punctuation.separator.c,punctuation.separator.cpp","settings":{"foreground":"#54b9ff"}},{"scope":"support.type.posix-reserved.c,support.type.posix-reserved.cpp","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp","settings":{"foreground":"#54b9ff"}},{"scope":"variable.parameter.function.language.python","settings":{"foreground":"#ffd493"}},{"scope":"support.type.python","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.logical.python","settings":{"foreground":"#54b9ff"}},{"scope":"variable.parameter.function.python","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python","settings":{"foreground":"#eef0f9"}},{"scope":"meta.function-call.generic.python","settings":{"foreground":"#00daef"}},{"scope":"constant.character.format.placeholder.other.python","settings":{"foreground":"#ffd493"}},{"scope":"keyword.operator","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.assignment.compound","settings":{"foreground":"#54b9ff"}},{"scope":"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts","settings":{"foreground":"#eef0f9"}},{"scope":"keyword","settings":{"foreground":"#54b9ff"}},{"scope":"entity.name.namespace","settings":{"foreground":"#acafff"}},{"scope":"variable","settings":{"foreground":"#4bf3c8"}},{"scope":"variable.c","settings":{"foreground":"#eef0f9"}},{"scope":"variable.language","settings":{"foreground":"#acafff"}},{"scope":"token.variable.parameter.java","settings":{"foreground":"#eef0f9"}},{"scope":"import.storage.java","settings":{"foreground":"#acafff"}},{"scope":"token.package.keyword","settings":{"foreground":"#54b9ff"}},{"scope":"token.package","settings":{"foreground":"#eef0f9"}},{"scope":["entity.name.function","meta.require","support.function.any-method","variable.function"],"settings":{"foreground":"#00daef"}},{"scope":"entity.name.type.namespace","settings":{"foreground":"#acafff"}},{"scope":"support.class, entity.name.type.class","settings":{"foreground":"#acafff"}},{"scope":"entity.name.class.identifier.namespace.type","settings":{"foreground":"#acafff"}},{"scope":["entity.name.class","variable.other.class.js","variable.other.class.ts"],"settings":{"foreground":"#acafff"}},{"scope":"variable.other.class.php","settings":{"foreground":"#4bf3c8"}},{"scope":"entity.name.type","settings":{"foreground":"#acafff"}},{"scope":"keyword.control","settings":{"foreground":"#54b9ff"}},{"scope":"control.elements, keyword.operator.less","settings":{"foreground":"#ffd493"}},{"scope":"keyword.other.special-method","settings":{"foreground":"#00daef"}},{"scope":"storage","settings":{"foreground":"#54b9ff"}},{"scope":"token.storage","settings":{"foreground":"#54b9ff"}},{"scope":"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void","settings":{"foreground":"#54b9ff"}},{"scope":"token.storage.type.java","settings":{"foreground":"#acafff"}},{"scope":"support.function","settings":{"foreground":"#eef0f9"}},{"scope":"support.type.property-name","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.property-value","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.font-name","settings":{"foreground":"#ffd493"}},{"scope":"meta.tag","settings":{"foreground":"#eef0f9"}},{"scope":"string","settings":{"foreground":"#ffd493"}},{"scope":"entity.other.inherited-class","settings":{"foreground":"#acafff"}},{"scope":"constant.other.symbol","settings":{"foreground":"#eef0f9"}},{"scope":"constant.numeric","settings":{"foreground":"#ffd493"}},{"scope":"constant","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.definition.constant","settings":{"foreground":"#ffd493"}},{"scope":"entity.name.tag","settings":{"foreground":"#54b9ff"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#4bf3c8"}},{"scope":"entity.other.attribute-name.html","settings":{"foreground":"#acafff"}},{"scope":"source.astro.meta.attribute.client:idle.html","settings":{"fontStyle":"italic","foreground":"#ffd493"}},{"scope":"string.quoted.double.html,string.quoted.single.html,string.template.html,punctuation.definition.string.begin.html,punctuation.definition.string.end.html","settings":{"foreground":"#4bf3c8"}},{"scope":"entity.other.attribute-name.id","settings":{"fontStyle":"normal","foreground":"#00daef"}},{"scope":"entity.other.attribute-name.class.css","settings":{"fontStyle":"normal","foreground":"#4bf3c8"}},{"scope":"meta.selector","settings":{"foreground":"#54b9ff"}},{"scope":"markup.heading","settings":{"foreground":"#4bf3c8"}},{"scope":"markup.heading punctuation.definition.heading, entity.name.section","settings":{"foreground":"#00daef"}},{"scope":"keyword.other.unit","settings":{"foreground":"#4bf3c8"}},{"scope":"markup.bold,todo.bold","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.definition.bold","settings":{"foreground":"#acafff"}},{"scope":"markup.italic, punctuation.definition.italic,todo.emphasis","settings":{"foreground":"#54b9ff"}},{"scope":"emphasis md","settings":{"foreground":"#54b9ff"}},{"scope":"entity.name.section.markdown","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.definition.heading.markdown","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#4bf3c8"}},{"scope":"markup.heading.setext","settings":{"foreground":"#eef0f9"}},{"scope":"punctuation.definition.bold.markdown","settings":{"foreground":"#ffd493"}},{"scope":"markup.inline.raw.markdown","settings":{"foreground":"#ffd493"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#ffd493"}},{"scope":"punctuation.definition.list.markdown","settings":{"foreground":"#4bf3c8"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown","punctuation.definition.metadata.markdown"],"settings":{"foreground":"#4bf3c8"}},{"scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#4bf3c8"}},{"scope":"markup.underline.link.markdown,markup.underline.link.image.markdown","settings":{"foreground":"#54b9ff"}},{"scope":"string.other.link.title.markdown,string.other.link.description.markdown","settings":{"foreground":"#00daef"}},{"scope":"string.regexp","settings":{"foreground":"#eef0f9"}},{"scope":"constant.character.escape","settings":{"foreground":"#eef0f9"}},{"scope":"punctuation.section.embedded, variable.interpolation","settings":{"foreground":"#4bf3c8"}},{"scope":"punctuation.section.embedded.begin,punctuation.section.embedded.end","settings":{"foreground":"#54b9ff"}},{"scope":"invalid.illegal","settings":{"foreground":"#ffffff"}},{"scope":"invalid.illegal.bad-ampersand.html","settings":{"foreground":"#eef0f9"}},{"scope":"invalid.broken","settings":{"foreground":"#ffffff"}},{"scope":"invalid.deprecated","settings":{"foreground":"#ffffff"}},{"scope":"invalid.unimplemented","settings":{"foreground":"#ffffff"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json","settings":{"foreground":"#cc75f4"}},{"scope":"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string","settings":{"foreground":"#4bf3c8"}},{"scope":"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation","settings":{"foreground":"#ffd493"}},{"scope":"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json","settings":{"foreground":"#eef0f9"}},{"scope":"support.type.property-name.json","settings":{"foreground":"#4bf3c8"}},{"scope":"support.type.property-name.json punctuation","settings":{"foreground":"#4bf3c8"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade","settings":{"foreground":"#54b9ff"}},{"scope":"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade","settings":{"foreground":"#54b9ff"}},{"scope":"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php","settings":{"foreground":"#acafff"}},{"scope":"keyword.operator.error-control.php","settings":{"foreground":"#54b9ff"}},{"scope":"keyword.operator.type.php","settings":{"foreground":"#54b9ff"}},{"scope":"punctuation.section.array.begin.php","settings":{"foreground":"#eef0f9"}},{"scope":"punctuation.section.array.end.php","settings":{"foreground":"#eef0f9"}},{"scope":"invalid.illegal.non-null-typehinted.php","settings":{"foreground":"#f44747"}},{"scope":"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php","settings":{"foreground":"#acafff"}},{"scope":"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php","settings":{"foreground":"#00daef"}},{"scope":"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php","settings":{"foreground":"#eef0f9"}},{"scope":"support.constant.core.rust","settings":{"foreground":"#ffd493"}},{"scope":"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php","settings":{"foreground":"#ffd493"}},{"scope":"entity.name.goto-label.php,support.other.php","settings":{"foreground":"#00daef"}},{"scope":"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.regexp.php","settings":{"foreground":"#54b9ff"}},{"scope":"keyword.operator.comparison.php","settings":{"foreground":"#eef0f9"}},{"scope":"keyword.operator.heredoc.php,keyword.operator.nowdoc.php","settings":{"foreground":"#54b9ff"}},{"scope":"meta.function.decorator.python","settings":{"foreground":"#00daef"}},{"scope":"support.token.decorator.python,meta.function.decorator.identifier.python","settings":{"foreground":"#eef0f9"}},{"scope":"function.parameter","settings":{"foreground":"#eef0f9"}},{"scope":"function.brace","settings":{"foreground":"#eef0f9"}},{"scope":"function.parameter.ruby, function.parameter.cs","settings":{"foreground":"#eef0f9"}},{"scope":"constant.language.symbol.ruby","settings":{"foreground":"#eef0f9"}},{"scope":"rgb-value","settings":{"foreground":"#eef0f9"}},{"scope":"inline-color-decoration rgb-value","settings":{"foreground":"#ffd493"}},{"scope":"less rgb-value","settings":{"foreground":"#ffd493"}},{"scope":"selector.sass","settings":{"foreground":"#4bf3c8"}},{"scope":"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx","settings":{"foreground":"#acafff"}},{"scope":"block.scope.end,block.scope.begin","settings":{"foreground":"#eef0f9"}},{"scope":"storage.type.cs","settings":{"foreground":"#acafff"}},{"scope":"entity.name.variable.local.cs","settings":{"foreground":"#4bf3c8"}},{"scope":"token.info-token","settings":{"foreground":"#00daef"}},{"scope":"token.warn-token","settings":{"foreground":"#ffd493"}},{"scope":"token.error-token","settings":{"foreground":"#f44747"}},{"scope":"token.debug-token","settings":{"foreground":"#54b9ff"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#54b9ff"}},{"scope":["meta.template.expression"],"settings":{"foreground":"#eef0f9"}},{"scope":["keyword.operator.module"],"settings":{"foreground":"#54b9ff"}},{"scope":["support.type.type.flowtype"],"settings":{"foreground":"#00daef"}},{"scope":["support.type.primitive"],"settings":{"foreground":"#acafff"}},{"scope":["meta.property.object"],"settings":{"foreground":"#4bf3c8"}},{"scope":["variable.parameter.function.js"],"settings":{"foreground":"#4bf3c8"}},{"scope":["keyword.other.template.begin"],"settings":{"foreground":"#ffd493"}},{"scope":["keyword.other.template.end"],"settings":{"foreground":"#ffd493"}},{"scope":["keyword.other.substitution.begin"],"settings":{"foreground":"#ffd493"}},{"scope":["keyword.other.substitution.end"],"settings":{"foreground":"#ffd493"}},{"scope":["keyword.operator.assignment"],"settings":{"foreground":"#eef0f9"}},{"scope":["keyword.operator.assignment.go"],"settings":{"foreground":"#acafff"}},{"scope":["keyword.operator.arithmetic.go","keyword.operator.address.go"],"settings":{"foreground":"#54b9ff"}},{"scope":["entity.name.package.go"],"settings":{"foreground":"#acafff"}},{"scope":["support.type.prelude.elm"],"settings":{"foreground":"#eef0f9"}},{"scope":["support.constant.elm"],"settings":{"foreground":"#ffd493"}},{"scope":["punctuation.quasi.element"],"settings":{"foreground":"#54b9ff"}},{"scope":["constant.character.entity"],"settings":{"foreground":"#4bf3c8"}},{"scope":["entity.other.attribute-name.pseudo-element","entity.other.attribute-name.pseudo-class"],"settings":{"foreground":"#eef0f9"}},{"scope":["entity.global.clojure"],"settings":{"foreground":"#acafff"}},{"scope":["meta.symbol.clojure"],"settings":{"foreground":"#4bf3c8"}},{"scope":["constant.keyword.clojure"],"settings":{"foreground":"#eef0f9"}},{"scope":["meta.arguments.coffee","variable.parameter.function.coffee"],"settings":{"foreground":"#4bf3c8"}},{"scope":["source.ini"],"settings":{"foreground":"#ffd493"}},{"scope":["meta.scope.prerequisites.makefile"],"settings":{"foreground":"#4bf3c8"}},{"scope":["source.makefile"],"settings":{"foreground":"#acafff"}},{"scope":["storage.modifier.import.groovy"],"settings":{"foreground":"#acafff"}},{"scope":["meta.method.groovy"],"settings":{"foreground":"#00daef"}},{"scope":["meta.definition.variable.name.groovy"],"settings":{"foreground":"#4bf3c8"}},{"scope":["meta.definition.class.inherited.classes.groovy"],"settings":{"foreground":"#ffd493"}},{"scope":["support.variable.semantic.hlsl"],"settings":{"foreground":"#acafff"}},{"scope":["support.type.texture.hlsl","support.type.sampler.hlsl","support.type.object.hlsl","support.type.object.rw.hlsl","support.type.fx.hlsl","support.type.object.hlsl"],"settings":{"foreground":"#54b9ff"}},{"scope":["text.variable","text.bracketed"],"settings":{"foreground":"#4bf3c8"}},{"scope":["support.type.swift","support.type.vb.asp"],"settings":{"foreground":"#acafff"}},{"scope":["entity.name.function.xi"],"settings":{"foreground":"#acafff"}},{"scope":["entity.name.class.xi"],"settings":{"foreground":"#eef0f9"}},{"scope":["constant.character.character-class.regexp.xi"],"settings":{"foreground":"#4bf3c8"}},{"scope":["constant.regexp.xi"],"settings":{"foreground":"#54b9ff"}},{"scope":["keyword.control.xi"],"settings":{"foreground":"#eef0f9"}},{"scope":["invalid.xi"],"settings":{"foreground":"#eef0f9"}},{"scope":["beginning.punctuation.definition.quote.markdown.xi"],"settings":{"foreground":"#ffd493"}},{"scope":["beginning.punctuation.definition.list.markdown.xi"],"settings":{"foreground":"#eef0f98f"}},{"scope":["constant.character.xi"],"settings":{"foreground":"#00daef"}},{"scope":["accent.xi"],"settings":{"foreground":"#00daef"}},{"scope":["wikiword.xi"],"settings":{"foreground":"#ffd493"}},{"scope":["constant.other.color.rgb-value.xi"],"settings":{"foreground":"#ffffff"}},{"scope":["punctuation.definition.tag.xi"],"settings":{"foreground":"#545864"}},{"scope":["entity.name.label.cs","entity.name.scope-resolution.function.call","entity.name.scope-resolution.function.definition"],"settings":{"foreground":"#acafff"}},{"scope":["entity.name.label.cs","markup.heading.setext.1.markdown","markup.heading.setext.2.markdown"],"settings":{"foreground":"#4bf3c8"}},{"scope":[" meta.brace.square"],"settings":{"foreground":"#eef0f9"}},{"scope":"comment, punctuation.definition.comment","settings":{"fontStyle":"italic","foreground":"#eef0f98f"}},{"scope":"markup.quote.markdown","settings":{"foreground":"#eef0f98f"}},{"scope":"punctuation.definition.block.sequence.item.yaml","settings":{"foreground":"#eef0f9"}},{"scope":["constant.language.symbol.elixir"],"settings":{"foreground":"#eef0f9"}},{"scope":"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super","settings":{"fontStyle":"italic"}},{"scope":"comment.line.double-slash,comment.block.documentation","settings":{"fontStyle":"italic"}},{"scope":"keyword.control.import.python,keyword.control.flow.python","settings":{"fontStyle":"italic"}},{"scope":"markup.italic.markdown","settings":{"fontStyle":"italic"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.background":"#282727","activityBar.foreground":"#C5C9C5","activityBarBadge.background":"#658594","activityBarBadge.foreground":"#C5C9C5","badge.background":"#282727","button.background":"#282727","button.foreground":"#C8C093","button.secondaryBackground":"#223249","button.secondaryForeground":"#C5C9C5","checkbox.border":"#223249","debugToolBar.background":"#0D0C0C","descriptionForeground":"#C5C9C5","diffEditor.insertedTextBackground":"#2B332880","dropdown.background":"#0D0C0C","dropdown.border":"#0D0C0C","editor.background":"#181616","editor.findMatchBackground":"#2D4F67","editor.findMatchBorder":"#FF9E3B","editor.findMatchHighlightBackground":"#2D4F6780","editor.foreground":"#C5C9C5","editor.lineHighlightBackground":"#393836","editor.selectionBackground":"#223249","editor.selectionHighlightBackground":"#39383680","editor.selectionHighlightBorder":"#625E5A","editor.wordHighlightBackground":"#3938364D","editor.wordHighlightBorder":"#625E5A","editor.wordHighlightStrongBackground":"#3938364D","editor.wordHighlightStrongBorder":"#625E5A","editorBracketHighlight.foreground1":"#8992A7","editorBracketHighlight.foreground2":"#B6927B","editorBracketHighlight.foreground3":"#8BA4B0","editorBracketHighlight.foreground4":"#A292A3","editorBracketHighlight.foreground5":"#C4B28A","editorBracketHighlight.foreground6":"#8EA4A2","editorBracketHighlight.unexpectedBracket.foreground":"#C4746E","editorBracketMatch.background":"#0D0C0C","editorBracketMatch.border":"#625E5A","editorBracketPairGuide.activeBackground1":"#8992A7","editorBracketPairGuide.activeBackground2":"#B6927B","editorBracketPairGuide.activeBackground3":"#8BA4B0","editorBracketPairGuide.activeBackground4":"#A292A3","editorBracketPairGuide.activeBackground5":"#C4B28A","editorBracketPairGuide.activeBackground6":"#8EA4A2","editorCursor.background":"#181616","editorCursor.foreground":"#C5C9C5","editorError.foreground":"#E82424","editorGroup.border":"#0D0C0C","editorGroupHeader.tabsBackground":"#0D0C0C","editorGutter.addedBackground":"#76946A","editorGutter.deletedBackground":"#C34043","editorGutter.modifiedBackground":"#DCA561","editorHoverWidget.background":"#181616","editorHoverWidget.border":"#282727","editorHoverWidget.highlightForeground":"#658594","editorIndentGuide.activeBackground1":"#393836","editorIndentGuide.background1":"#282727","editorInlayHint.background":"#181616","editorInlayHint.foreground":"#737C73","editorLineNumber.activeForeground":"#FFA066","editorLineNumber.foreground":"#625E5A","editorMarkerNavigation.background":"#393836","editorRuler.foreground":"#393836","editorSuggestWidget.background":"#223249","editorSuggestWidget.border":"#223249","editorSuggestWidget.selectedBackground":"#2D4F67","editorWarning.foreground":"#FF9E3B","editorWhitespace.foreground":"#181616","editorWidget.background":"#181616","focusBorder":"#223249","foreground":"#C5C9C5","gitDecoration.ignoredResourceForeground":"#737C73","input.background":"#0D0C0C","list.activeSelectionBackground":"#393836","list.activeSelectionForeground":"#C5C9C5","list.focusBackground":"#282727","list.focusForeground":"#C5C9C5","list.highlightForeground":"#8BA4B0","list.hoverBackground":"#393836","list.hoverForeground":"#C5C9C5","list.inactiveSelectionBackground":"#282727","list.inactiveSelectionForeground":"#C5C9C5","list.warningForeground":"#FF9E3B","menu.background":"#393836","menu.border":"#0D0C0C","menu.foreground":"#C5C9C5","menu.selectionBackground":"#0D0C0C","menu.selectionForeground":"#C5C9C5","menu.separatorBackground":"#625E5A","menubar.selectionBackground":"#0D0C0C","menubar.selectionForeground":"#C5C9C5","minimapGutter.addedBackground":"#76946A","minimapGutter.deletedBackground":"#C34043","minimapGutter.modifiedBackground":"#DCA561","panel.border":"#0D0C0C","panelSectionHeader.background":"#181616","peekView.border":"#625E5A","peekViewEditor.background":"#282727","peekViewEditor.matchHighlightBackground":"#2D4F67","peekViewResult.background":"#393836","scrollbar.shadow":"#393836","scrollbarSlider.activeBackground":"#28272780","scrollbarSlider.background":"#625E5A66","scrollbarSlider.hoverBackground":"#625E5A80","settings.focusedRowBackground":"#393836","settings.headerForeground":"#C5C9C5","sideBar.background":"#181616","sideBar.border":"#0D0C0C","sideBar.foreground":"#C5C9C5","sideBarSectionHeader.background":"#393836","sideBarSectionHeader.foreground":"#C5C9C5","statusBar.background":"#0D0C0C","statusBar.debuggingBackground":"#E82424","statusBar.debuggingBorder":"#8992A7","statusBar.debuggingForeground":"#C5C9C5","statusBar.foreground":"#C8C093","statusBar.noFolderBackground":"#181616","statusBarItem.hoverBackground":"#393836","statusBarItem.remoteBackground":"#2D4F67","statusBarItem.remoteForeground":"#C5C9C5","tab.activeBackground":"#282727","tab.activeForeground":"#8BA4B0","tab.border":"#282727","tab.hoverBackground":"#393836","tab.inactiveBackground":"#1D1C19","tab.unfocusedHoverBackground":"#181616","terminal.ansiBlack":"#0D0C0C","terminal.ansiBlue":"#8BA4B0","terminal.ansiBrightBlack":"#A6A69C","terminal.ansiBrightBlue":"#7FB4CA","terminal.ansiBrightCyan":"#7AA89F","terminal.ansiBrightGreen":"#87A987","terminal.ansiBrightMagenta":"#938AA9","terminal.ansiBrightRed":"#E46876","terminal.ansiBrightWhite":"#C5C9C5","terminal.ansiBrightYellow":"#E6C384","terminal.ansiCyan":"#8EA4A2","terminal.ansiGreen":"#8A9A7B","terminal.ansiMagenta":"#A292A3","terminal.ansiRed":"#C4746E","terminal.ansiWhite":"#C8C093","terminal.ansiYellow":"#C4B28A","terminal.background":"#181616","terminal.border":"#0D0C0C","terminal.foreground":"#C5C9C5","terminal.selectionBackground":"#223249","textBlockQuote.background":"#181616","textBlockQuote.border":"#0D0C0C","textLink.foreground":"#6A9589","textPreformat.foreground":"#FF9E3B","titleBar.activeBackground":"#393836","titleBar.activeForeground":"#C5C9C5","titleBar.inactiveBackground":"#181616","titleBar.inactiveForeground":"#C5C9C5","walkThrough.embeddedEditorBackground":"#181616"},"displayName":"Kanagawa Dragon","name":"kanagawa-dragon","semanticHighlighting":true,"semanticTokenColors":{"arithmetic":"#B98D7B","function":"#8BA4B0","keyword.controlFlow":{"fontStyle":"bold","foreground":"#8992A7"},"macro":"#C4746E","method":"#949FB5","operator":"#B98D7B","parameter":"#A6A69C","parameter.declaration":"#A6A69C","parameter.definition":"#A6A69C","variable":"#C5C9C5","variable.readonly":"#C5C9C5","variable.readonly.defaultLibrary":"#C5C9C5","variable.readonly.local":"#C5C9C5"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#737C73"}},{"scope":["variable","string constant.other.placeholder"],"settings":{"foreground":"#C5C9C5"}},{"scope":["constant.other.color"],"settings":{"foreground":"#B6927B"}},{"scope":["invalid","invalid.illegal"],"settings":{"foreground":"#E82424"}},{"scope":["storage.type"],"settings":{"foreground":"#8992A7"}},{"scope":["storage.modifier"],"settings":{"foreground":"#8992A7"}},{"scope":["keyword.control.flow","keyword.control.conditional","keyword.control.loop"],"settings":{"fontStyle":"bold","foreground":"#8992A7"}},{"scope":["keyword.control","constant.other.color","meta.tag","keyword.other.template","keyword.other.substitution","keyword.other"],"settings":{"foreground":"#8992A7"}},{"scope":["keyword.other.definition.ini"],"settings":{"foreground":"#B6927B"}},{"scope":["keyword.control.trycatch"],"settings":{"fontStyle":"bold","foreground":"#C4746E"}},{"scope":["keyword.other.unit","keyword.operator"],"settings":{"foreground":"#C4B28A"}},{"scope":["punctuation","punctuation.definition.tag","punctuation.separator.inheritance.php","punctuation.definition.tag.html","punctuation.definition.tag.begin.html","punctuation.definition.tag.end.html","punctuation.section.embedded","meta.brace","keyword.operator.type.annotation","keyword.operator.namespace"],"settings":{"foreground":"#9E9B93"}},{"scope":["entity.name.tag","meta.tag.sgml"],"settings":{"foreground":"#C4B28A"}},{"scope":["entity.name.function","meta.function-call","variable.function","support.function"],"settings":{"foreground":"#8BA4B0"}},{"scope":["keyword.other.special-method"],"settings":{"foreground":"#949FB5"}},{"scope":["entity.name.function.macro"],"settings":{"foreground":"#C4746E"}},{"scope":["meta.block variable.other"],"settings":{"foreground":"#C5C9C5"}},{"scope":["variable.other.enummember"],"settings":{"foreground":"#B6927B"}},{"scope":["support.other.variable"],"settings":{"foreground":"#C5C9C5"}},{"scope":["string.other.link"],"settings":{"foreground":"#949FB5"}},{"scope":["constant.numeric","constant.language","support.constant","constant.character","constant.escape"],"settings":{"foreground":"#B6927B"}},{"scope":["constant.language.boolean"],"settings":{"foreground":"#B6927B"}},{"scope":["constant.numeric"],"settings":{"foreground":"#A292A3"}},{"scope":["string","punctuation.definition.string","constant.other.symbol","constant.other.key","entity.other.inherited-class","markup.heading","markup.inserted.git_gutter","meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js","markup.inline.raw.string"],"settings":{"foreground":"#8A9A7B"}},{"scope":["entity.name","support.type","support.class","support.other.namespace.use.php","meta.use.php","support.other.namespace.php","support.type.sys-types"],"settings":{"foreground":"#8EA4A2"}},{"scope":["entity.name.type.module","entity.name.namespace"],"settings":{"foreground":"#C4B28A"}},{"scope":["entity.name.import.go"],"settings":{"foreground":"#8A9A7B"}},{"scope":["keyword.blade"],"settings":{"foreground":"#8992A7"}},{"scope":["variable.other.property"],"settings":{"foreground":"#C4B28A"}},{"scope":["keyword.control.import","keyword.import","meta.import"],"settings":{"foreground":"#B6927B"}},{"scope":["source.css support.type.property-name","source.sass support.type.property-name","source.scss support.type.property-name","source.less support.type.property-name","source.stylus support.type.property-name","source.postcss support.type.property-name"],"settings":{"foreground":"#8EA4A2"}},{"scope":["entity.name.module.js","variable.import.parameter.js","variable.other.class.js"],"settings":{"foreground":"#C4746E"}},{"scope":["variable.language"],"settings":{"foreground":"#C4746E"}},{"scope":["entity.name.method.js"],"settings":{"foreground":"#949FB5"}},{"scope":["meta.class-method.js entity.name.function.js","variable.function.constructor"],"settings":{"foreground":"#949FB5"}},{"scope":["entity.other.attribute-name"],"settings":{"foreground":"#8992A7"}},{"scope":["entity.other.attribute-name.class"],"settings":{"foreground":"#C4B28A"}},{"scope":["source.sass keyword.control"],"settings":{"foreground":"#949FB5"}},{"scope":["markup.inserted"],"settings":{"foreground":"#76946A"}},{"scope":["markup.deleted"],"settings":{"foreground":"#C34043"}},{"scope":["markup.changed"],"settings":{"foreground":"#DCA561"}},{"scope":["string.regexp"],"settings":{"foreground":"#B98D7B"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#949FB5"}},{"scope":["*url*","*link*","*uri*"],"settings":{"fontStyle":"underline"}},{"scope":["tag.decorator.js entity.name.tag.js","tag.decorator.js punctuation.definition.tag.js"],"settings":{"foreground":"#8992A7"}},{"scope":["source.js constant.other.object.key.js string.unquoted.label.js"],"settings":{"foreground":"#C4746E"}},{"scope":["source.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#A292A3"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C4B28A"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#B6927B"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C4746E"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#B6927B"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#8BA4B0"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#A292A3"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#8992A7"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#8A9A7B"}},{"scope":["meta.tag JSXNested","meta.jsx.children","text.html","text.log"],"settings":{"foreground":"#C5C9C5"}},{"scope":["text.html.markdown","punctuation.definition.list_item.markdown"],"settings":{"foreground":"#C5C9C5"}},{"scope":["text.html.markdown markup.inline.raw.markdown"],"settings":{"foreground":"#8992A7"}},{"scope":["text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"],"settings":{"foreground":"#8992A7"}},{"scope":["markdown.heading","entity.name.section.markdown","markup.heading.markdown"],"settings":{"foreground":"#8BA4B0"}},{"scope":["markup.italic"],"settings":{"fontStyle":"italic","foreground":"#C4746E"}},{"scope":["markup.bold","markup.bold string"],"settings":{"fontStyle":"bold"}},{"scope":["markup.bold markup.italic","markup.italic markup.bold","markup.quote markup.bold","markup.bold markup.italic string","markup.italic markup.bold string","markup.quote markup.bold string"],"settings":{"fontStyle":"bold","foreground":"#C4746E"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline","foreground":"#949FB5"}},{"scope":["markup.quote punctuation.definition.blockquote.markdown"],"settings":{"foreground":"#737C73"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic"}},{"scope":["string.other.link.title.markdown"],"settings":{"foreground":"#B6927B"}},{"scope":["string.other.link.description.title.markdown"],"settings":{"foreground":"#8992A7"}},{"scope":["constant.other.reference.link.markdown"],"settings":{"foreground":"#C4B28A"}},{"scope":["markup.raw.block"],"settings":{"foreground":"#8992A7"}},{"scope":["markup.raw.block.fenced.markdown"],"settings":{"foreground":"#737C73"}},{"scope":["punctuation.definition.fenced.markdown"],"settings":{"foreground":"#737C73"}},{"scope":["markup.raw.block.fenced.markdown","variable.language.fenced.markdown","punctuation.section.class.end"],"settings":{"foreground":"#C5C9C5"}},{"scope":["variable.language.fenced.markdown"],"settings":{"foreground":"#737C73"}},{"scope":["meta.separator"],"settings":{"fontStyle":"bold","foreground":"#9E9B93"}},{"scope":["markup.table"],"settings":{"foreground":"#C5C9C5"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|