@malloy-publisher/sdk 0.0.115 → 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.d.ts +6 -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/Connections/common.es.js +177 -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/Connections/common.ts +5 -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 -1
- package/dist/client/index.cjs12.js +0 -6
- package/dist/client/index.cjs120.js +0 -8
- 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 -28
- 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 -1
- 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 -4
- 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 -1
- package/dist/client/index.cjs201.js +0 -1
- package/dist/client/index.cjs202.js +0 -4
- package/dist/client/index.cjs203.js +0 -1
- package/dist/client/index.cjs204.js +0 -1
- package/dist/client/index.cjs205.js +0 -1
- package/dist/client/index.cjs206.js +0 -5
- package/dist/client/index.cjs207.js +0 -1
- package/dist/client/index.cjs208.js +0 -3
- package/dist/client/index.cjs209.js +0 -1
- package/dist/client/index.cjs21.js +0 -1
- package/dist/client/index.cjs210.js +0 -1
- package/dist/client/index.cjs211.js +0 -1
- 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 -8
- package/dist/client/index.cjs217.js +0 -1
- package/dist/client/index.cjs218.js +0 -4
- package/dist/client/index.cjs219.js +0 -1
- package/dist/client/index.cjs22.js +0 -1
- package/dist/client/index.cjs220.js +0 -1
- package/dist/client/index.cjs221.js +0 -1
- 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 -4
- 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 -1
- package/dist/client/index.cjs232.js +0 -1
- package/dist/client/index.cjs233.js +0 -2
- package/dist/client/index.cjs234.js +0 -1
- package/dist/client/index.cjs235.js +0 -1
- package/dist/client/index.cjs236.js +0 -2
- package/dist/client/index.cjs237.js +0 -1
- package/dist/client/index.cjs238.js +0 -1
- package/dist/client/index.cjs239.js +0 -1
- 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 -2
- package/dist/client/index.cjs297.js +0 -1
- package/dist/client/index.cjs298.js +0 -1
- package/dist/client/index.cjs299.js +0 -3
- 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 -1
- package/dist/client/index.cjs302.js +0 -1
- package/dist/client/index.cjs303.js +0 -1
- package/dist/client/index.cjs304.js +0 -1
- 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.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 -1
- 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.cjs37.js +0 -2
- 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.cjs586.js +0 -1
- package/dist/client/index.cjs589.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 -9
- 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 -1
- package/dist/client/index.cjs6.js +0 -1
- package/dist/client/index.cjs60.js +0 -1
- package/dist/client/index.cjs600.js +0 -74
- 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 -1
- 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 -1
- package/dist/client/index.cjs656.js +0 -3
- package/dist/client/index.cjs657.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 -1
- package/dist/client/index.cjs67.js +0 -1
- package/dist/client/index.cjs670.js +0 -14
- 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 -1
- package/dist/client/index.cjs717.js +0 -3
- 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 -9
- package/dist/client/index.cjs738.js +0 -1
- package/dist/client/index.cjs739.js +0 -1
- 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 -2
- package/dist/client/index.cjs846.js +0 -2
- package/dist/client/index.cjs847.js +0 -1
- package/dist/client/index.cjs848.js +0 -1
- package/dist/client/index.cjs849.js +0 -1
- 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 -3
- 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 -1
- 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 -3
- package/dist/client/index.cjs868.js +0 -4
- package/dist/client/index.cjs869.js +0 -1
- package/dist/client/index.cjs87.js +0 -1
- package/dist/client/index.cjs870.js +0 -1
- package/dist/client/index.cjs871.js +0 -1
- 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 -1
- package/dist/client/index.cjs891.js +0 -1
- package/dist/client/index.cjs892.js +0 -1
- package/dist/client/index.cjs893.js +0 -2
- 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 -2
- package/dist/client/index.cjs907.js +0 -1
- package/dist/client/index.cjs908.js +0 -1
- package/dist/client/index.cjs909.js +0 -2
- package/dist/client/index.cjs91.js +0 -1
- package/dist/client/index.cjs910.js +0 -1
- 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 -45
- package/dist/client/index.es104.js +0 -4
- package/dist/client/index.es105.js +0 -60
- package/dist/client/index.es106.js +0 -250
- package/dist/client/index.es107.js +0 -175
- package/dist/client/index.es108.js +0 -87
- package/dist/client/index.es109.js +0 -61
- package/dist/client/index.es110.js +0 -48
- package/dist/client/index.es111.js +0 -7
- package/dist/client/index.es112.js +0 -11
- package/dist/client/index.es113.js +0 -5
- package/dist/client/index.es114.js +0 -17
- package/dist/client/index.es115.js +0 -18
- package/dist/client/index.es116.js +0 -5
- package/dist/client/index.es117.js +0 -152
- package/dist/client/index.es118.js +0 -7
- package/dist/client/index.es119.js +0 -41
- package/dist/client/index.es120.js +0 -29
- package/dist/client/index.es121.js +0 -7
- package/dist/client/index.es122.js +0 -10
- package/dist/client/index.es123.js +0 -143
- package/dist/client/index.es124.js +0 -31
- package/dist/client/index.es125.js +0 -126
- package/dist/client/index.es126.js +0 -8
- package/dist/client/index.es127.js +0 -296
- package/dist/client/index.es128.js +0 -96
- package/dist/client/index.es129.js +0 -78
- package/dist/client/index.es13.js +0 -51
- package/dist/client/index.es130.js +0 -78
- package/dist/client/index.es131.js +0 -19
- package/dist/client/index.es132.js +0 -4
- package/dist/client/index.es133.js +0 -9
- package/dist/client/index.es134.js +0 -8
- package/dist/client/index.es135.js +0 -172
- package/dist/client/index.es136.js +0 -187
- package/dist/client/index.es137.js +0 -174
- package/dist/client/index.es138.js +0 -17
- package/dist/client/index.es139.js +0 -5
- package/dist/client/index.es14.js +0 -54
- package/dist/client/index.es140.js +0 -17
- package/dist/client/index.es141.js +0 -10
- package/dist/client/index.es142.js +0 -5
- package/dist/client/index.es143.js +0 -5
- package/dist/client/index.es144.js +0 -39
- package/dist/client/index.es145.js +0 -21
- package/dist/client/index.es146.js +0 -9
- package/dist/client/index.es147.js +0 -16
- package/dist/client/index.es148.js +0 -178
- package/dist/client/index.es149.js +0 -190
- package/dist/client/index.es15.js +0 -45
- package/dist/client/index.es150.js +0 -10
- package/dist/client/index.es151.js +0 -23
- package/dist/client/index.es152.js +0 -10
- package/dist/client/index.es153.js +0 -5
- package/dist/client/index.es154.js +0 -10
- package/dist/client/index.es155.js +0 -50
- package/dist/client/index.es156.js +0 -101
- package/dist/client/index.es157.js +0 -95
- package/dist/client/index.es158.js +0 -177
- package/dist/client/index.es159.js +0 -104
- package/dist/client/index.es16.js +0 -176
- package/dist/client/index.es160.js +0 -9
- package/dist/client/index.es161.js +0 -9
- package/dist/client/index.es162.js +0 -10
- package/dist/client/index.es163.js +0 -27
- package/dist/client/index.es164.js +0 -9
- package/dist/client/index.es165.js +0 -9
- package/dist/client/index.es166.js +0 -241
- package/dist/client/index.es167.js +0 -306
- package/dist/client/index.es168.js +0 -159
- package/dist/client/index.es169.js +0 -206
- package/dist/client/index.es17.js +0 -79
- package/dist/client/index.es170.js +0 -120
- package/dist/client/index.es171.js +0 -134
- package/dist/client/index.es172.js +0 -155
- package/dist/client/index.es173.js +0 -9
- package/dist/client/index.es174.js +0 -62
- package/dist/client/index.es175.js +0 -7
- package/dist/client/index.es176.js +0 -19
- package/dist/client/index.es177.js +0 -11
- package/dist/client/index.es178.js +0 -10
- package/dist/client/index.es179.js +0 -10
- package/dist/client/index.es18.js +0 -470
- package/dist/client/index.es180.js +0 -10
- package/dist/client/index.es181.js +0 -10
- package/dist/client/index.es182.js +0 -11
- package/dist/client/index.es183.js +0 -7
- package/dist/client/index.es184.js +0 -13
- package/dist/client/index.es185.js +0 -44
- package/dist/client/index.es186.js +0 -6
- package/dist/client/index.es187.js +0 -12
- package/dist/client/index.es188.js +0 -12
- package/dist/client/index.es189.js +0 -23
- package/dist/client/index.es190.js +0 -80
- package/dist/client/index.es191.js +0 -111
- package/dist/client/index.es192.js +0 -65
- package/dist/client/index.es193.js +0 -125
- package/dist/client/index.es194.js +0 -12
- package/dist/client/index.es195.js +0 -53
- package/dist/client/index.es196.js +0 -39
- package/dist/client/index.es197.js +0 -87
- package/dist/client/index.es198.js +0 -56
- package/dist/client/index.es199.js +0 -6
- package/dist/client/index.es2.js +0 -140
- package/dist/client/index.es200.js +0 -29
- package/dist/client/index.es201.js +0 -29
- package/dist/client/index.es202.js +0 -54
- package/dist/client/index.es203.js +0 -58
- package/dist/client/index.es204.js +0 -40
- package/dist/client/index.es205.js +0 -60
- package/dist/client/index.es206.js +0 -108
- package/dist/client/index.es207.js +0 -86
- package/dist/client/index.es208.js +0 -40
- package/dist/client/index.es209.js +0 -40
- package/dist/client/index.es21.js +0 -54
- package/dist/client/index.es210.js +0 -33
- package/dist/client/index.es211.js +0 -33
- package/dist/client/index.es212.js +0 -33
- 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 -58
- package/dist/client/index.es217.js +0 -25
- package/dist/client/index.es218.js +0 -118
- package/dist/client/index.es219.js +0 -6
- package/dist/client/index.es22.js +0 -262
- package/dist/client/index.es220.js +0 -9
- package/dist/client/index.es221.js +0 -7
- package/dist/client/index.es222.js +0 -11
- package/dist/client/index.es223.js +0 -56
- package/dist/client/index.es224.js +0 -71
- package/dist/client/index.es225.js +0 -26
- package/dist/client/index.es226.js +0 -19
- package/dist/client/index.es227.js +0 -182
- package/dist/client/index.es228.js +0 -68
- package/dist/client/index.es229.js +0 -121
- package/dist/client/index.es230.js +0 -78
- package/dist/client/index.es231.js +0 -140
- package/dist/client/index.es232.js +0 -23
- package/dist/client/index.es233.js +0 -69
- package/dist/client/index.es234.js +0 -150
- package/dist/client/index.es235.js +0 -7
- package/dist/client/index.es236.js +0 -12
- package/dist/client/index.es237.js +0 -93
- package/dist/client/index.es238.js +0 -10
- package/dist/client/index.es239.js +0 -5
- package/dist/client/index.es24.js +0 -122
- package/dist/client/index.es240.js +0 -70
- package/dist/client/index.es241.js +0 -27
- package/dist/client/index.es242.js +0 -11
- package/dist/client/index.es243.js +0 -6
- package/dist/client/index.es244.js +0 -12
- package/dist/client/index.es245.js +0 -17
- package/dist/client/index.es246.js +0 -9
- package/dist/client/index.es247.js +0 -166
- package/dist/client/index.es248.js +0 -28
- package/dist/client/index.es249.js +0 -76
- package/dist/client/index.es250.js +0 -9
- package/dist/client/index.es251.js +0 -70
- package/dist/client/index.es252.js +0 -86
- package/dist/client/index.es253.js +0 -124
- package/dist/client/index.es254.js +0 -9
- package/dist/client/index.es256.js +0 -52
- package/dist/client/index.es257.js +0 -5
- package/dist/client/index.es258.js +0 -12
- package/dist/client/index.es259.js +0 -10
- 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 -4
- package/dist/client/index.es263.js +0 -161
- package/dist/client/index.es264.js +0 -4
- package/dist/client/index.es265.js +0 -15
- package/dist/client/index.es266.js +0 -4
- package/dist/client/index.es267.js +0 -12
- package/dist/client/index.es268.js +0 -4
- package/dist/client/index.es269.js +0 -6
- package/dist/client/index.es27.js +0 -50
- package/dist/client/index.es270.js +0 -4
- package/dist/client/index.es271.js +0 -7
- package/dist/client/index.es272.js +0 -4
- package/dist/client/index.es273.js +0 -5
- package/dist/client/index.es274.js +0 -4
- package/dist/client/index.es275.js +0 -4
- package/dist/client/index.es276.js +0 -17
- package/dist/client/index.es277.js +0 -4
- package/dist/client/index.es278.js +0 -14
- package/dist/client/index.es279.js +0 -4
- package/dist/client/index.es28.js +0 -2168
- package/dist/client/index.es280.js +0 -62
- package/dist/client/index.es281.js +0 -37
- package/dist/client/index.es282.js +0 -15
- package/dist/client/index.es283.js +0 -48
- package/dist/client/index.es284.js +0 -13
- package/dist/client/index.es285.js +0 -67
- package/dist/client/index.es286.js +0 -10
- package/dist/client/index.es287.js +0 -44
- package/dist/client/index.es288.js +0 -40
- package/dist/client/index.es289.js +0 -63
- package/dist/client/index.es290.js +0 -71
- package/dist/client/index.es291.js +0 -26
- package/dist/client/index.es292.js +0 -42
- package/dist/client/index.es293.js +0 -6
- package/dist/client/index.es294.js +0 -1322
- package/dist/client/index.es295.js +0 -330
- package/dist/client/index.es296.js +0 -1430
- package/dist/client/index.es297.js +0 -264
- package/dist/client/index.es298.js +0 -8
- package/dist/client/index.es299.js +0 -2133
- package/dist/client/index.es3.js +0 -113
- package/dist/client/index.es30.js +0 -32
- package/dist/client/index.es300.js +0 -53
- package/dist/client/index.es301.js +0 -6
- package/dist/client/index.es302.js +0 -6
- package/dist/client/index.es303.js +0 -6
- package/dist/client/index.es304.js +0 -16
- package/dist/client/index.es305.js +0 -18
- package/dist/client/index.es306.js +0 -6
- package/dist/client/index.es307.js +0 -6
- package/dist/client/index.es308.js +0 -16
- package/dist/client/index.es309.js +0 -6
- package/dist/client/index.es310.js +0 -6
- 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 -6
- package/dist/client/index.es319.js +0 -6
- package/dist/client/index.es320.js +0 -6
- package/dist/client/index.es321.js +0 -18
- package/dist/client/index.es322.js +0 -8
- package/dist/client/index.es323.js +0 -6
- package/dist/client/index.es324.js +0 -6
- package/dist/client/index.es325.js +0 -8
- package/dist/client/index.es326.js +0 -6
- package/dist/client/index.es327.js +0 -6
- package/dist/client/index.es328.js +0 -6
- package/dist/client/index.es329.js +0 -10
- package/dist/client/index.es33.js +0 -88
- package/dist/client/index.es330.js +0 -6
- package/dist/client/index.es331.js +0 -6
- package/dist/client/index.es332.js +0 -8
- package/dist/client/index.es333.js +0 -6
- package/dist/client/index.es334.js +0 -6
- package/dist/client/index.es335.js +0 -14
- package/dist/client/index.es336.js +0 -18
- package/dist/client/index.es337.js +0 -6
- package/dist/client/index.es338.js +0 -6
- package/dist/client/index.es339.js +0 -6
- package/dist/client/index.es340.js +0 -6
- package/dist/client/index.es341.js +0 -6
- 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 -640
- package/dist/client/index.es350.js +0 -12
- package/dist/client/index.es351.js +0 -8
- package/dist/client/index.es352.js +0 -8
- package/dist/client/index.es353.js +0 -6
- package/dist/client/index.es354.js +0 -10
- package/dist/client/index.es355.js +0 -6
- package/dist/client/index.es356.js +0 -6
- package/dist/client/index.es357.js +0 -6
- package/dist/client/index.es358.js +0 -6
- package/dist/client/index.es359.js +0 -8
- package/dist/client/index.es360.js +0 -6
- package/dist/client/index.es361.js +0 -8
- package/dist/client/index.es362.js +0 -10
- package/dist/client/index.es363.js +0 -6
- package/dist/client/index.es364.js +0 -6
- package/dist/client/index.es365.js +0 -6
- package/dist/client/index.es366.js +0 -6
- package/dist/client/index.es367.js +0 -8
- package/dist/client/index.es368.js +0 -8
- package/dist/client/index.es369.js +0 -6
- package/dist/client/index.es37.js +0 -197
- package/dist/client/index.es370.js +0 -14
- package/dist/client/index.es371.js +0 -14
- package/dist/client/index.es372.js +0 -8
- package/dist/client/index.es373.js +0 -6
- package/dist/client/index.es374.js +0 -6
- package/dist/client/index.es375.js +0 -14
- package/dist/client/index.es376.js +0 -6
- package/dist/client/index.es377.js +0 -10
- package/dist/client/index.es378.js +0 -10
- package/dist/client/index.es379.js +0 -14
- package/dist/client/index.es38.js +0 -37
- package/dist/client/index.es380.js +0 -6
- package/dist/client/index.es381.js +0 -6
- package/dist/client/index.es382.js +0 -6
- package/dist/client/index.es383.js +0 -6
- package/dist/client/index.es384.js +0 -6
- package/dist/client/index.es385.js +0 -10
- package/dist/client/index.es386.js +0 -8
- package/dist/client/index.es387.js +0 -14
- package/dist/client/index.es388.js +0 -8
- package/dist/client/index.es389.js +0 -6
- package/dist/client/index.es390.js +0 -8
- package/dist/client/index.es391.js +0 -6
- package/dist/client/index.es392.js +0 -6
- package/dist/client/index.es393.js +0 -6
- package/dist/client/index.es394.js +0 -8
- 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 -6
- package/dist/client/index.es4.js +0 -63
- package/dist/client/index.es40.js +0 -152
- package/dist/client/index.es400.js +0 -6
- package/dist/client/index.es401.js +0 -6
- package/dist/client/index.es402.js +0 -6
- package/dist/client/index.es403.js +0 -16
- package/dist/client/index.es404.js +0 -6
- package/dist/client/index.es405.js +0 -6
- package/dist/client/index.es406.js +0 -8
- package/dist/client/index.es407.js +0 -6
- package/dist/client/index.es408.js +0 -6
- package/dist/client/index.es409.js +0 -14
- package/dist/client/index.es41.js +0 -26
- package/dist/client/index.es410.js +0 -6
- package/dist/client/index.es411.js +0 -6
- package/dist/client/index.es412.js +0 -8
- package/dist/client/index.es413.js +0 -6
- package/dist/client/index.es414.js +0 -6
- package/dist/client/index.es415.js +0 -6
- package/dist/client/index.es416.js +0 -14
- package/dist/client/index.es417.js +0 -6
- package/dist/client/index.es418.js +0 -12
- 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 -6
- package/dist/client/index.es422.js +0 -6
- package/dist/client/index.es423.js +0 -6
- package/dist/client/index.es424.js +0 -6
- package/dist/client/index.es425.js +0 -6
- package/dist/client/index.es426.js +0 -8
- package/dist/client/index.es427.js +0 -20
- 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 -6
- package/dist/client/index.es432.js +0 -6
- package/dist/client/index.es433.js +0 -6
- package/dist/client/index.es434.js +0 -16
- package/dist/client/index.es435.js +0 -18
- 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 -6
- package/dist/client/index.es44.js +0 -116
- package/dist/client/index.es440.js +0 -6
- 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 -12
- 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 -8
- package/dist/client/index.es45.js +0 -8
- package/dist/client/index.es450.js +0 -6
- 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 -6
- package/dist/client/index.es455.js +0 -10
- 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 -22
- package/dist/client/index.es461.js +0 -30
- package/dist/client/index.es462.js +0 -6
- package/dist/client/index.es463.js +0 -8
- package/dist/client/index.es464.js +0 -6
- package/dist/client/index.es465.js +0 -6
- package/dist/client/index.es466.js +0 -6
- package/dist/client/index.es467.js +0 -8
- package/dist/client/index.es468.js +0 -6
- package/dist/client/index.es469.js +0 -8
- package/dist/client/index.es47.js +0 -13
- package/dist/client/index.es470.js +0 -6
- package/dist/client/index.es471.js +0 -8
- package/dist/client/index.es472.js +0 -6
- package/dist/client/index.es473.js +0 -6
- package/dist/client/index.es474.js +0 -8
- package/dist/client/index.es475.js +0 -8
- package/dist/client/index.es476.js +0 -6
- 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 -6
- package/dist/client/index.es481.js +0 -14
- package/dist/client/index.es482.js +0 -6
- package/dist/client/index.es483.js +0 -6
- package/dist/client/index.es484.js +0 -6
- package/dist/client/index.es485.js +0 -6
- package/dist/client/index.es486.js +0 -6
- package/dist/client/index.es487.js +0 -6
- package/dist/client/index.es488.js +0 -12
- package/dist/client/index.es489.js +0 -6
- package/dist/client/index.es49.js +0 -417
- package/dist/client/index.es490.js +0 -8
- package/dist/client/index.es491.js +0 -6
- package/dist/client/index.es492.js +0 -18
- package/dist/client/index.es493.js +0 -6
- package/dist/client/index.es494.js +0 -6
- package/dist/client/index.es495.js +0 -6
- package/dist/client/index.es496.js +0 -18
- package/dist/client/index.es497.js +0 -6
- 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 -6
- 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 -26
- package/dist/client/index.es507.js +0 -10
- 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 -6
- package/dist/client/index.es512.js +0 -6
- package/dist/client/index.es513.js +0 -6
- package/dist/client/index.es514.js +0 -8
- package/dist/client/index.es515.js +0 -8
- 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 -4
- package/dist/client/index.es52.js +0 -85
- package/dist/client/index.es520.js +0 -4
- package/dist/client/index.es521.js +0 -4
- package/dist/client/index.es522.js +0 -4
- package/dist/client/index.es523.js +0 -4
- 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 -17
- package/dist/client/index.es574.js +0 -7
- package/dist/client/index.es575.js +0 -41
- package/dist/client/index.es576.js +0 -6
- package/dist/client/index.es577.js +0 -55
- package/dist/client/index.es578.js +0 -25
- package/dist/client/index.es579.js +0 -29
- package/dist/client/index.es58.js +0 -72
- package/dist/client/index.es580.js +0 -14
- package/dist/client/index.es581.js +0 -15
- package/dist/client/index.es582.js +0 -24
- package/dist/client/index.es583.js +0 -23
- package/dist/client/index.es584.js +0 -79
- package/dist/client/index.es586.js +0 -32
- package/dist/client/index.es589.js +0 -31
- 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 -9
- package/dist/client/index.es594.js +0 -77
- package/dist/client/index.es595.js +0 -5
- package/dist/client/index.es596.js +0 -10
- package/dist/client/index.es597.js +0 -5
- package/dist/client/index.es598.js +0 -5
- package/dist/client/index.es599.js +0 -5
- package/dist/client/index.es6.js +0 -19
- package/dist/client/index.es60.js +0 -8
- package/dist/client/index.es600.js +0 -229
- package/dist/client/index.es601.js +0 -10
- package/dist/client/index.es602.js +0 -51
- package/dist/client/index.es603.js +0 -10
- package/dist/client/index.es604.js +0 -5
- package/dist/client/index.es605.js +0 -9
- package/dist/client/index.es606.js +0 -128
- package/dist/client/index.es607.js +0 -7
- package/dist/client/index.es608.js +0 -104
- package/dist/client/index.es609.js +0 -9
- package/dist/client/index.es61.js +0 -8
- package/dist/client/index.es610.js +0 -36
- package/dist/client/index.es611.js +0 -116
- package/dist/client/index.es612.js +0 -7
- package/dist/client/index.es613.js +0 -9
- package/dist/client/index.es614.js +0 -9
- package/dist/client/index.es615.js +0 -6
- package/dist/client/index.es616.js +0 -15
- package/dist/client/index.es617.js +0 -15
- package/dist/client/index.es618.js +0 -14
- package/dist/client/index.es619.js +0 -406
- package/dist/client/index.es62.js +0 -8
- package/dist/client/index.es620.js +0 -10
- package/dist/client/index.es621.js +0 -14
- package/dist/client/index.es622.js +0 -125
- package/dist/client/index.es623.js +0 -8
- package/dist/client/index.es624.js +0 -10
- package/dist/client/index.es625.js +0 -14
- package/dist/client/index.es626.js +0 -9
- package/dist/client/index.es627.js +0 -119
- package/dist/client/index.es628.js +0 -10
- package/dist/client/index.es629.js +0 -14
- package/dist/client/index.es63.js +0 -8
- package/dist/client/index.es630.js +0 -5
- package/dist/client/index.es631.js +0 -9
- package/dist/client/index.es632.js +0 -10
- package/dist/client/index.es633.js +0 -349
- package/dist/client/index.es634.js +0 -9
- package/dist/client/index.es635.js +0 -179
- package/dist/client/index.es636.js +0 -10
- 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 -120
- package/dist/client/index.es656.js +0 -84
- package/dist/client/index.es657.js +0 -27
- package/dist/client/index.es659.js +0 -13
- package/dist/client/index.es660.js +0 -103
- package/dist/client/index.es661.js +0 -12
- package/dist/client/index.es662.js +0 -29
- package/dist/client/index.es663.js +0 -16
- package/dist/client/index.es664.js +0 -35
- package/dist/client/index.es665.js +0 -24
- package/dist/client/index.es666.js +0 -24
- package/dist/client/index.es667.js +0 -62
- package/dist/client/index.es668.js +0 -16
- package/dist/client/index.es669.js +0 -76
- package/dist/client/index.es67.js +0 -120
- package/dist/client/index.es670.js +0 -115
- package/dist/client/index.es672.js +0 -6
- package/dist/client/index.es673.js +0 -10
- 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 -9
- package/dist/client/index.es696.js +0 -67
- package/dist/client/index.es697.js +0 -7
- package/dist/client/index.es698.js +0 -7
- package/dist/client/index.es699.js +0 -5
- package/dist/client/index.es7.js +0 -57
- package/dist/client/index.es70.js +0 -545
- package/dist/client/index.es700.js +0 -74
- package/dist/client/index.es701.js +0 -6
- package/dist/client/index.es702.js +0 -6
- package/dist/client/index.es703.js +0 -9
- package/dist/client/index.es704.js +0 -8
- package/dist/client/index.es705.js +0 -12
- package/dist/client/index.es706.js +0 -9
- package/dist/client/index.es707.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 -9
- package/dist/client/index.es716.js +0 -38
- package/dist/client/index.es717.js +0 -127
- package/dist/client/index.es718.js +0 -171
- package/dist/client/index.es719.js +0 -10
- package/dist/client/index.es72.js +0 -46
- package/dist/client/index.es720.js +0 -20
- package/dist/client/index.es721.js +0 -26
- package/dist/client/index.es722.js +0 -19
- package/dist/client/index.es723.js +0 -22
- package/dist/client/index.es724.js +0 -53
- package/dist/client/index.es725.js +0 -9
- package/dist/client/index.es727.js +0 -10
- package/dist/client/index.es728.js +0 -61
- package/dist/client/index.es729.js +0 -368
- package/dist/client/index.es73.js +0 -75
- package/dist/client/index.es730.js +0 -566
- package/dist/client/index.es731.js +0 -19
- package/dist/client/index.es732.js +0 -11
- package/dist/client/index.es733.js +0 -11
- package/dist/client/index.es734.js +0 -18
- package/dist/client/index.es735.js +0 -21
- package/dist/client/index.es736.js +0 -6
- package/dist/client/index.es737.js +0 -97
- package/dist/client/index.es738.js +0 -7
- package/dist/client/index.es739.js +0 -6
- package/dist/client/index.es74.js +0 -47
- package/dist/client/index.es740.js +0 -13
- package/dist/client/index.es741.js +0 -9
- package/dist/client/index.es742.js +0 -8
- 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 -41
- package/dist/client/index.es839.js +0 -83
- package/dist/client/index.es84.js +0 -8
- package/dist/client/index.es840.js +0 -9
- package/dist/client/index.es841.js +0 -40
- package/dist/client/index.es842.js +0 -19
- package/dist/client/index.es843.js +0 -58
- package/dist/client/index.es844.js +0 -12
- package/dist/client/index.es845.js +0 -8
- package/dist/client/index.es846.js +0 -15
- package/dist/client/index.es847.js +0 -12
- package/dist/client/index.es848.js +0 -12
- package/dist/client/index.es849.js +0 -28
- package/dist/client/index.es85.js +0 -8
- package/dist/client/index.es850.js +0 -12
- package/dist/client/index.es851.js +0 -9
- package/dist/client/index.es852.js +0 -14
- package/dist/client/index.es853.js +0 -10
- package/dist/client/index.es854.js +0 -14
- package/dist/client/index.es855.js +0 -19
- package/dist/client/index.es856.js +0 -15
- package/dist/client/index.es857.js +0 -42
- package/dist/client/index.es858.js +0 -21
- package/dist/client/index.es859.js +0 -12
- package/dist/client/index.es86.js +0 -31
- package/dist/client/index.es860.js +0 -7
- package/dist/client/index.es861.js +0 -12
- package/dist/client/index.es862.js +0 -32
- package/dist/client/index.es863.js +0 -21
- package/dist/client/index.es864.js +0 -13
- package/dist/client/index.es865.js +0 -8
- package/dist/client/index.es866.js +0 -12
- package/dist/client/index.es867.js +0 -90
- package/dist/client/index.es868.js +0 -104
- package/dist/client/index.es869.js +0 -23
- package/dist/client/index.es87.js +0 -8
- package/dist/client/index.es870.js +0 -20
- package/dist/client/index.es871.js +0 -28
- package/dist/client/index.es872.js +0 -19
- 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.es889.js +0 -8
- package/dist/client/index.es89.js +0 -109
- package/dist/client/index.es890.js +0 -8
- package/dist/client/index.es891.js +0 -19
- package/dist/client/index.es893.js +0 -93
- package/dist/client/index.es895.js +0 -16
- package/dist/client/index.es896.js +0 -18
- package/dist/client/index.es897.js +0 -14
- package/dist/client/index.es898.js +0 -9
- package/dist/client/index.es899.js +0 -32
- package/dist/client/index.es9.js +0 -75
- package/dist/client/index.es90.js +0 -88
- package/dist/client/index.es900.js +0 -39
- package/dist/client/index.es901.js +0 -15
- package/dist/client/index.es902.js +0 -29
- package/dist/client/index.es903.js +0 -13
- package/dist/client/index.es904.js +0 -28
- package/dist/client/index.es905.js +0 -70
- package/dist/client/index.es906.js +0 -75
- package/dist/client/index.es907.js +0 -44
- package/dist/client/index.es908.js +0 -8
- package/dist/client/index.es909.js +0 -42
- package/dist/client/index.es91.js +0 -141
- package/dist/client/index.es910.js +0 -12
- package/dist/client/index.es911.js +0 -33
- package/dist/client/index.es912.js +0 -240
- package/dist/client/index.es913.js +0 -84
- package/dist/client/index.es914.js +0 -162
- package/dist/client/index.es915.js +0 -98
- package/dist/client/index.es916.js +0 -73
- package/dist/client/index.es917.js +0 -88
- package/dist/client/index.es918.js +0 -245
- package/dist/client/index.es919.js +0 -7
- package/dist/client/index.es92.js +0 -5
- package/dist/client/index.es920.js +0 -28
- package/dist/client/index.es921.js +0 -17
- package/dist/client/index.es922.js +0 -4
- package/dist/client/index.es923.js +0 -111
- package/dist/client/index.es924.js +0 -257
- package/dist/client/index.es925.js +0 -13
- package/dist/client/index.es926.js +0 -83
- package/dist/client/index.es927.js +0 -43
- package/dist/client/index.es928.js +0 -42
- package/dist/client/index.es929.js +0 -17
- package/dist/client/index.es93.js +0 -8
- package/dist/client/index.es930.js +0 -30
- package/dist/client/index.es931.js +0 -94
- package/dist/client/index.es932.js +0 -43
- package/dist/client/index.es933.js +0 -45
- package/dist/client/index.es934.js +0 -50
- package/dist/client/index.es935.js +0 -55
- package/dist/client/index.es936.js +0 -80
- package/dist/client/index.es937.js +0 -31
- package/dist/client/index.es938.js +0 -28
- package/dist/client/index.es939.js +0 -26
- package/dist/client/index.es94.js +0 -10
- package/dist/client/index.es940.js +0 -12
- package/dist/client/index.es941.js +0 -17
- package/dist/client/index.es942.js +0 -46
- package/dist/client/index.es943.js +0 -144
- package/dist/client/index.es944.js +0 -68
- package/dist/client/index.es945.js +0 -102
- package/dist/client/index.es946.js +0 -152
- package/dist/client/index.es947.js +0 -22
- package/dist/client/index.es948.js +0 -19
- package/dist/client/index.es949.js +0 -14
- package/dist/client/index.es95.js +0 -8
- package/dist/client/index.es950.js +0 -90
- package/dist/client/index.es951.js +0 -25
- package/dist/client/index.es952.js +0 -57
- package/dist/client/index.es953.js +0 -11
- package/dist/client/index.es954.js +0 -19
- package/dist/client/index.es955.js +0 -11
- package/dist/client/index.es956.js +0 -11
- package/dist/client/index.es957.js +0 -61
- package/dist/client/index.es958.js +0 -368
- package/dist/client/index.es959.js +0 -566
- package/dist/client/index.es96.js +0 -8
- package/dist/client/index.es960.js +0 -38
- package/dist/client/index.es961.js +0 -7
- package/dist/client/index.es962.js +0 -9
- 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.es726.js → _virtual/_commonjsHelpers.es.js} +0 -0
- /package/dist/{client/index.es255.js → _virtual/index.es.js} +0 -0
- /package/dist/{client/index.es593.js → _virtual/index.es4.js} +0 -0
- /package/dist/{client/index.es708.js → _virtual/index.es7.js} +0 -0
- /package/dist/{client/index.es892.js → _virtual/react-is.production.es.js} +0 -0
- /package/dist/{client/index.es894.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.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.es36.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 t = Object.freeze(JSON.parse('{"colors":{"activityBar.background":"#E7DBA0","activityBar.foreground":"#545464","activityBarBadge.background":"#5A7785","activityBarBadge.foreground":"#545464","badge.background":"#E7DBA0","button.background":"#E7DBA0","button.foreground":"#43436C","button.secondaryBackground":"#C7D7E0","button.secondaryForeground":"#545464","checkbox.border":"#C7D7E0","debugToolBar.background":"#D5CEA3","descriptionForeground":"#545464","diffEditor.insertedTextBackground":"#B7D0AE80","dropdown.background":"#D5CEA3","dropdown.border":"#D5CEA3","editor.background":"#F2ECBC","editor.findMatchBackground":"#B5CBD2","editor.findMatchBorder":"#E98A00","editor.findMatchHighlightBackground":"#B5CBD280","editor.foreground":"#545464","editor.lineHighlightBackground":"#E4D794","editor.selectionBackground":"#C7D7E0","editor.selectionHighlightBackground":"#E4D79480","editor.selectionHighlightBorder":"#766B90","editor.wordHighlightBackground":"#E4D7944D","editor.wordHighlightBorder":"#766B90","editor.wordHighlightStrongBackground":"#E4D7944D","editor.wordHighlightStrongBorder":"#766B90","editorBracketHighlight.foreground1":"#624C83","editorBracketHighlight.foreground2":"#CC6D00","editorBracketHighlight.foreground3":"#4D699B","editorBracketHighlight.foreground4":"#B35B79","editorBracketHighlight.foreground5":"#77713F","editorBracketHighlight.foreground6":"#597B75","editorBracketHighlight.unexpectedBracket.foreground":"#D9A594","editorBracketMatch.background":"#D5CEA3","editorBracketMatch.border":"#766B90","editorBracketPairGuide.activeBackground1":"#624C83","editorBracketPairGuide.activeBackground2":"#CC6D00","editorBracketPairGuide.activeBackground3":"#4D699B","editorBracketPairGuide.activeBackground4":"#B35B79","editorBracketPairGuide.activeBackground5":"#77713F","editorBracketPairGuide.activeBackground6":"#597B75","editorCursor.background":"#F2ECBC","editorCursor.foreground":"#545464","editorError.foreground":"#E82424","editorGroup.border":"#D5CEA3","editorGroupHeader.tabsBackground":"#D5CEA3","editorGutter.addedBackground":"#6E915F","editorGutter.deletedBackground":"#D7474B","editorGutter.modifiedBackground":"#DE9800","editorHoverWidget.background":"#F2ECBC","editorHoverWidget.border":"#E7DBA0","editorHoverWidget.highlightForeground":"#5A7785","editorIndentGuide.activeBackground1":"#E4D794","editorIndentGuide.background1":"#E7DBA0","editorInlayHint.background":"#F2ECBC","editorInlayHint.foreground":"#716E61","editorLineNumber.activeForeground":"#CC6D00","editorLineNumber.foreground":"#766B90","editorMarkerNavigation.background":"#E4D794","editorRuler.foreground":"#ff0000","editorSuggestWidget.background":"#C7D7E0","editorSuggestWidget.border":"#C7D7E0","editorSuggestWidget.selectedBackground":"#B5CBD2","editorWarning.foreground":"#E98A00","editorWhitespace.foreground":"#F2ECBC","editorWidget.background":"#F2ECBC","focusBorder":"#C7D7E0","foreground":"#545464","gitDecoration.ignoredResourceForeground":"#716E61","input.background":"#D5CEA3","list.activeSelectionBackground":"#E4D794","list.activeSelectionForeground":"#545464","list.focusBackground":"#E7DBA0","list.focusForeground":"#545464","list.highlightForeground":"#4D699B","list.hoverBackground":"#E4D794","list.hoverForeground":"#545464","list.inactiveSelectionBackground":"#E7DBA0","list.inactiveSelectionForeground":"#545464","list.warningForeground":"#E98A00","menu.background":"#E4D794","menu.border":"#D5CEA3","menu.foreground":"#545464","menu.selectionBackground":"#D5CEA3","menu.selectionForeground":"#545464","menu.separatorBackground":"#766B90","menubar.selectionBackground":"#D5CEA3","menubar.selectionForeground":"#545464","minimapGutter.addedBackground":"#6E915F","minimapGutter.deletedBackground":"#D7474B","minimapGutter.modifiedBackground":"#DE9800","panel.border":"#D5CEA3","panelSectionHeader.background":"#F2ECBC","peekView.border":"#766B90","peekViewEditor.background":"#E7DBA0","peekViewEditor.matchHighlightBackground":"#B5CBD2","peekViewResult.background":"#E4D794","scrollbar.shadow":"#E4D794","scrollbarSlider.activeBackground":"#E7DBA080","scrollbarSlider.background":"#766B9066","scrollbarSlider.hoverBackground":"#766B9080","settings.focusedRowBackground":"#E4D794","settings.headerForeground":"#545464","sideBar.background":"#F2ECBC","sideBar.border":"#D5CEA3","sideBar.foreground":"#545464","sideBarSectionHeader.background":"#E4D794","sideBarSectionHeader.foreground":"#545464","statusBar.background":"#D5CEA3","statusBar.debuggingBackground":"#E82424","statusBar.debuggingBorder":"#624C83","statusBar.debuggingForeground":"#545464","statusBar.foreground":"#43436C","statusBar.noFolderBackground":"#F2ECBC","statusBarItem.hoverBackground":"#E4D794","statusBarItem.remoteBackground":"#B5CBD2","statusBarItem.remoteForeground":"#545464","tab.activeBackground":"#E7DBA0","tab.activeForeground":"#4D699B","tab.border":"#E7DBA0","tab.hoverBackground":"#E4D794","tab.inactiveBackground":"#E5DDB0","tab.unfocusedHoverBackground":"#F2ECBC","terminal.ansiBlack":"#1F1F28","terminal.ansiBlue":"#4D699B","terminal.ansiBrightBlack":"#8A8980","terminal.ansiBrightBlue":"#6693BF","terminal.ansiBrightCyan":"#5E857A","terminal.ansiBrightGreen":"#6E915F","terminal.ansiBrightMagenta":"#624C83","terminal.ansiBrightRed":"#D7474B","terminal.ansiBrightWhite":"#43436C","terminal.ansiBrightYellow":"#836F4A","terminal.ansiCyan":"#597B75","terminal.ansiGreen":"#6F894E","terminal.ansiMagenta":"#B35B79","terminal.ansiRed":"#C84053","terminal.ansiWhite":"#545464","terminal.ansiYellow":"#77713F","terminal.background":"#F2ECBC","terminal.border":"#D5CEA3","terminal.foreground":"#545464","terminal.selectionBackground":"#C7D7E0","textBlockQuote.background":"#F2ECBC","textBlockQuote.border":"#D5CEA3","textLink.foreground":"#5E857A","textPreformat.foreground":"#E98A00","titleBar.activeBackground":"#E4D794","titleBar.activeForeground":"#545464","titleBar.inactiveBackground":"#F2ECBC","titleBar.inactiveForeground":"#545464","walkThrough.embeddedEditorBackground":"#F2ECBC"},"displayName":"Kanagawa Lotus","name":"kanagawa-lotus","semanticHighlighting":true,"semanticTokenColors":{"arithmetic":"#836F4A","function":"#4D699B","keyword.controlFlow":{"fontStyle":"bold","foreground":"#624C83"},"macro":"#C84053","method":"#6693BF","operator":"#836F4A","parameter":"#5D57A3","parameter.declaration":"#5D57A3","parameter.definition":"#5D57A3","variable":"#545464","variable.readonly":"#545464","variable.readonly.defaultLibrary":"#545464","variable.readonly.local":"#545464"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#716E61"}},{"scope":["variable","string constant.other.placeholder"],"settings":{"foreground":"#545464"}},{"scope":["constant.other.color"],"settings":{"foreground":"#CC6D00"}},{"scope":["invalid","invalid.illegal"],"settings":{"foreground":"#E82424"}},{"scope":["storage.type"],"settings":{"foreground":"#624C83"}},{"scope":["storage.modifier"],"settings":{"foreground":"#624C83"}},{"scope":["keyword.control.flow","keyword.control.conditional","keyword.control.loop"],"settings":{"fontStyle":"bold","foreground":"#624C83"}},{"scope":["keyword.control","constant.other.color","meta.tag","keyword.other.template","keyword.other.substitution","keyword.other"],"settings":{"foreground":"#624C83"}},{"scope":["keyword.other.definition.ini"],"settings":{"foreground":"#CC6D00"}},{"scope":["keyword.control.trycatch"],"settings":{"fontStyle":"bold","foreground":"#D9A594"}},{"scope":["keyword.other.unit","keyword.operator"],"settings":{"foreground":"#77713F"}},{"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":"#4E8CA2"}},{"scope":["entity.name.tag","meta.tag.sgml"],"settings":{"foreground":"#77713F"}},{"scope":["entity.name.function","meta.function-call","variable.function","support.function"],"settings":{"foreground":"#4D699B"}},{"scope":["keyword.other.special-method"],"settings":{"foreground":"#6693BF"}},{"scope":["entity.name.function.macro"],"settings":{"foreground":"#C84053"}},{"scope":["meta.block variable.other"],"settings":{"foreground":"#545464"}},{"scope":["variable.other.enummember"],"settings":{"foreground":"#CC6D00"}},{"scope":["support.other.variable"],"settings":{"foreground":"#545464"}},{"scope":["string.other.link"],"settings":{"foreground":"#6693BF"}},{"scope":["constant.numeric","constant.language","support.constant","constant.character","constant.escape"],"settings":{"foreground":"#CC6D00"}},{"scope":["constant.language.boolean"],"settings":{"foreground":"#CC6D00"}},{"scope":["constant.numeric"],"settings":{"foreground":"#B35B79"}},{"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":"#6F894E"}},{"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":"#597B75"}},{"scope":["entity.name.type.module","entity.name.namespace"],"settings":{"foreground":"#77713F"}},{"scope":["entity.name.import.go"],"settings":{"foreground":"#6F894E"}},{"scope":["keyword.blade"],"settings":{"foreground":"#624C83"}},{"scope":["variable.other.property"],"settings":{"foreground":"#77713F"}},{"scope":["keyword.control.import","keyword.import","meta.import"],"settings":{"foreground":"#CC6D00"}},{"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":"#597B75"}},{"scope":["entity.name.module.js","variable.import.parameter.js","variable.other.class.js"],"settings":{"foreground":"#D9A594"}},{"scope":["variable.language"],"settings":{"foreground":"#D9A594"}},{"scope":["entity.name.method.js"],"settings":{"foreground":"#6693BF"}},{"scope":["meta.class-method.js entity.name.function.js","variable.function.constructor"],"settings":{"foreground":"#6693BF"}},{"scope":["entity.other.attribute-name"],"settings":{"foreground":"#624C83"}},{"scope":["entity.other.attribute-name.class"],"settings":{"foreground":"#77713F"}},{"scope":["source.sass keyword.control"],"settings":{"foreground":"#6693BF"}},{"scope":["markup.inserted"],"settings":{"foreground":"#6E915F"}},{"scope":["markup.deleted"],"settings":{"foreground":"#D7474B"}},{"scope":["markup.changed"],"settings":{"foreground":"#DE9800"}},{"scope":["string.regexp"],"settings":{"foreground":"#836F4A"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#6693BF"}},{"scope":["*url*","*link*","*uri*"],"settings":{"fontStyle":"underline"}},{"scope":["tag.decorator.js entity.name.tag.js","tag.decorator.js punctuation.definition.tag.js"],"settings":{"foreground":"#624C83"}},{"scope":["source.js constant.other.object.key.js string.unquoted.label.js"],"settings":{"foreground":"#D9A594"}},{"scope":["source.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#B35B79"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#77713F"}},{"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":"#CC6D00"}},{"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":"#D9A594"}},{"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":"#CC6D00"}},{"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":"#4D699B"}},{"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":"#B35B79"}},{"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":"#624C83"}},{"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":"#6F894E"}},{"scope":["meta.tag JSXNested","meta.jsx.children","text.html","text.log"],"settings":{"foreground":"#545464"}},{"scope":["text.html.markdown","punctuation.definition.list_item.markdown"],"settings":{"foreground":"#545464"}},{"scope":["text.html.markdown markup.inline.raw.markdown"],"settings":{"foreground":"#624C83"}},{"scope":["text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"],"settings":{"foreground":"#624C83"}},{"scope":["markdown.heading","entity.name.section.markdown","markup.heading.markdown"],"settings":{"foreground":"#4D699B"}},{"scope":["markup.italic"],"settings":{"fontStyle":"italic","foreground":"#C84053"}},{"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":"#C84053"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline","foreground":"#6693BF"}},{"scope":["markup.quote punctuation.definition.blockquote.markdown"],"settings":{"foreground":"#716E61"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic"}},{"scope":["string.other.link.title.markdown"],"settings":{"foreground":"#CC6D00"}},{"scope":["string.other.link.description.title.markdown"],"settings":{"foreground":"#624C83"}},{"scope":["constant.other.reference.link.markdown"],"settings":{"foreground":"#77713F"}},{"scope":["markup.raw.block"],"settings":{"foreground":"#624C83"}},{"scope":["markup.raw.block.fenced.markdown"],"settings":{"foreground":"#716E61"}},{"scope":["punctuation.definition.fenced.markdown"],"settings":{"foreground":"#716E61"}},{"scope":["markup.raw.block.fenced.markdown","variable.language.fenced.markdown","punctuation.section.class.end"],"settings":{"foreground":"#545464"}},{"scope":["variable.language.fenced.markdown"],"settings":{"foreground":"#716E61"}},{"scope":["meta.separator"],"settings":{"fontStyle":"bold","foreground":"#4E8CA2"}},{"scope":["markup.table"],"settings":{"foreground":"#545464"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
t as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.background":"#2A2A37","activityBar.foreground":"#DCD7BA","activityBarBadge.background":"#658594","activityBarBadge.foreground":"#DCD7BA","badge.background":"#2A2A37","button.background":"#2A2A37","button.foreground":"#C8C093","button.secondaryBackground":"#223249","button.secondaryForeground":"#DCD7BA","checkbox.border":"#223249","debugToolBar.background":"#16161D","descriptionForeground":"#DCD7BA","diffEditor.insertedTextBackground":"#2B332880","dropdown.background":"#16161D","dropdown.border":"#16161D","editor.background":"#1F1F28","editor.findMatchBackground":"#2D4F67","editor.findMatchBorder":"#FF9E3B","editor.findMatchHighlightBackground":"#2D4F6780","editor.foreground":"#DCD7BA","editor.lineHighlightBackground":"#363646","editor.selectionBackground":"#223249","editor.selectionHighlightBackground":"#36364680","editor.selectionHighlightBorder":"#54546D","editor.wordHighlightBackground":"#3636464D","editor.wordHighlightBorder":"#54546D","editor.wordHighlightStrongBackground":"#3636464D","editor.wordHighlightStrongBorder":"#54546D","editorBracketHighlight.foreground1":"#957FB8","editorBracketHighlight.foreground2":"#FFA066","editorBracketHighlight.foreground3":"#7E9CD8","editorBracketHighlight.foreground4":"#D27E99","editorBracketHighlight.foreground5":"#E6C384","editorBracketHighlight.foreground6":"#7AA89F","editorBracketHighlight.unexpectedBracket.foreground":"#FF5D62","editorBracketMatch.background":"#16161D","editorBracketMatch.border":"#54546D","editorBracketPairGuide.activeBackground1":"#957FB8","editorBracketPairGuide.activeBackground2":"#FFA066","editorBracketPairGuide.activeBackground3":"#7E9CD8","editorBracketPairGuide.activeBackground4":"#D27E99","editorBracketPairGuide.activeBackground5":"#E6C384","editorBracketPairGuide.activeBackground6":"#7AA89F","editorCursor.background":"#1F1F28","editorCursor.foreground":"#DCD7BA","editorError.foreground":"#E82424","editorGroup.border":"#16161D","editorGroupHeader.tabsBackground":"#16161D","editorGutter.addedBackground":"#76946A","editorGutter.deletedBackground":"#C34043","editorGutter.modifiedBackground":"#DCA561","editorHoverWidget.background":"#1F1F28","editorHoverWidget.border":"#2A2A37","editorHoverWidget.highlightForeground":"#658594","editorIndentGuide.activeBackground1":"#363646","editorIndentGuide.background1":"#2A2A37","editorInlayHint.background":"#1F1F28","editorInlayHint.foreground":"#727169","editorLineNumber.activeForeground":"#FFA066","editorLineNumber.foreground":"#54546D","editorMarkerNavigation.background":"#363646","editorRuler.foreground":"#363646","editorSuggestWidget.background":"#223249","editorSuggestWidget.border":"#223249","editorSuggestWidget.selectedBackground":"#2D4F67","editorWarning.foreground":"#FF9E3B","editorWhitespace.foreground":"#1F1F28","editorWidget.background":"#1F1F28","focusBorder":"#223249","foreground":"#DCD7BA","gitDecoration.ignoredResourceForeground":"#727169","input.background":"#16161D","list.activeSelectionBackground":"#363646","list.activeSelectionForeground":"#DCD7BA","list.focusBackground":"#2A2A37","list.focusForeground":"#DCD7BA","list.highlightForeground":"#7E9CD8","list.hoverBackground":"#363646","list.hoverForeground":"#DCD7BA","list.inactiveSelectionBackground":"#2A2A37","list.inactiveSelectionForeground":"#DCD7BA","list.warningForeground":"#FF9E3B","menu.background":"#363646","menu.border":"#16161D","menu.foreground":"#DCD7BA","menu.selectionBackground":"#16161D","menu.selectionForeground":"#DCD7BA","menu.separatorBackground":"#54546D","menubar.selectionBackground":"#16161D","menubar.selectionForeground":"#DCD7BA","minimapGutter.addedBackground":"#76946A","minimapGutter.deletedBackground":"#C34043","minimapGutter.modifiedBackground":"#DCA561","panel.border":"#16161D","panelSectionHeader.background":"#1F1F28","peekView.border":"#54546D","peekViewEditor.background":"#2A2A37","peekViewEditor.matchHighlightBackground":"#2D4F67","peekViewResult.background":"#363646","scrollbar.shadow":"#363646","scrollbarSlider.activeBackground":"#2A2A3780","scrollbarSlider.background":"#54546D66","scrollbarSlider.hoverBackground":"#54546D80","settings.focusedRowBackground":"#363646","settings.headerForeground":"#DCD7BA","sideBar.background":"#1F1F28","sideBar.border":"#16161D","sideBar.foreground":"#DCD7BA","sideBarSectionHeader.background":"#363646","sideBarSectionHeader.foreground":"#DCD7BA","statusBar.background":"#16161D","statusBar.debuggingBackground":"#E82424","statusBar.debuggingBorder":"#957FB8","statusBar.debuggingForeground":"#DCD7BA","statusBar.foreground":"#C8C093","statusBar.noFolderBackground":"#1F1F28","statusBarItem.hoverBackground":"#363646","statusBarItem.remoteBackground":"#2D4F67","statusBarItem.remoteForeground":"#DCD7BA","tab.activeBackground":"#2A2A37","tab.activeForeground":"#7E9CD8","tab.border":"#2A2A37","tab.hoverBackground":"#363646","tab.inactiveBackground":"#1A1A22","tab.unfocusedHoverBackground":"#1F1F28","terminal.ansiBlack":"#16161D","terminal.ansiBlue":"#7E9CD8","terminal.ansiBrightBlack":"#727169","terminal.ansiBrightBlue":"#7FB4CA","terminal.ansiBrightCyan":"#7AA89F","terminal.ansiBrightGreen":"#98BB6C","terminal.ansiBrightMagenta":"#938AA9","terminal.ansiBrightRed":"#E82424","terminal.ansiBrightWhite":"#DCD7BA","terminal.ansiBrightYellow":"#E6C384","terminal.ansiCyan":"#6A9589","terminal.ansiGreen":"#76946A","terminal.ansiMagenta":"#957FB8","terminal.ansiRed":"#C34043","terminal.ansiWhite":"#C8C093","terminal.ansiYellow":"#C0A36E","terminal.background":"#1F1F28","terminal.border":"#16161D","terminal.foreground":"#DCD7BA","terminal.selectionBackground":"#223249","textBlockQuote.background":"#1F1F28","textBlockQuote.border":"#16161D","textLink.foreground":"#6A9589","textPreformat.foreground":"#FF9E3B","titleBar.activeBackground":"#363646","titleBar.activeForeground":"#DCD7BA","titleBar.inactiveBackground":"#1F1F28","titleBar.inactiveForeground":"#DCD7BA","walkThrough.embeddedEditorBackground":"#1F1F28"},"displayName":"Kanagawa Wave","name":"kanagawa-wave","semanticHighlighting":true,"semanticTokenColors":{"arithmetic":"#C0A36E","function":"#7E9CD8","keyword.controlFlow":{"fontStyle":"bold","foreground":"#957FB8"},"macro":"#E46876","method":"#7FB4CA","operator":"#C0A36E","parameter":"#B8B4D0","parameter.declaration":"#B8B4D0","parameter.definition":"#B8B4D0","variable":"#DCD7BA","variable.readonly":"#DCD7BA","variable.readonly.defaultLibrary":"#DCD7BA","variable.readonly.local":"#DCD7BA"},"tokenColors":[{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#727169"}},{"scope":["variable","string constant.other.placeholder"],"settings":{"foreground":"#DCD7BA"}},{"scope":["constant.other.color"],"settings":{"foreground":"#FFA066"}},{"scope":["invalid","invalid.illegal"],"settings":{"foreground":"#E82424"}},{"scope":["storage.type"],"settings":{"foreground":"#957FB8"}},{"scope":["storage.modifier"],"settings":{"foreground":"#957FB8"}},{"scope":["keyword.control.flow","keyword.control.conditional","keyword.control.loop"],"settings":{"fontStyle":"bold","foreground":"#957FB8"}},{"scope":["keyword.control","constant.other.color","meta.tag","keyword.other.template","keyword.other.substitution","keyword.other"],"settings":{"foreground":"#957FB8"}},{"scope":["keyword.other.definition.ini"],"settings":{"foreground":"#FFA066"}},{"scope":["keyword.control.trycatch"],"settings":{"fontStyle":"bold","foreground":"#FF5D62"}},{"scope":["keyword.other.unit","keyword.operator"],"settings":{"foreground":"#E6C384"}},{"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":"#9CABCA"}},{"scope":["entity.name.tag","meta.tag.sgml"],"settings":{"foreground":"#E6C384"}},{"scope":["entity.name.function","meta.function-call","variable.function","support.function"],"settings":{"foreground":"#7E9CD8"}},{"scope":["keyword.other.special-method"],"settings":{"foreground":"#7FB4CA"}},{"scope":["entity.name.function.macro"],"settings":{"foreground":"#E46876"}},{"scope":["meta.block variable.other"],"settings":{"foreground":"#DCD7BA"}},{"scope":["variable.other.enummember"],"settings":{"foreground":"#FFA066"}},{"scope":["support.other.variable"],"settings":{"foreground":"#DCD7BA"}},{"scope":["string.other.link"],"settings":{"foreground":"#7FB4CA"}},{"scope":["constant.numeric","constant.language","support.constant","constant.character","constant.escape"],"settings":{"foreground":"#FFA066"}},{"scope":["constant.language.boolean"],"settings":{"foreground":"#FFA066"}},{"scope":["constant.numeric"],"settings":{"foreground":"#D27E99"}},{"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":"#98BB6C"}},{"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":"#7AA89F"}},{"scope":["entity.name.type.module","entity.name.namespace"],"settings":{"foreground":"#E6C384"}},{"scope":["entity.name.import.go"],"settings":{"foreground":"#98BB6C"}},{"scope":["keyword.blade"],"settings":{"foreground":"#957FB8"}},{"scope":["variable.other.property"],"settings":{"foreground":"#E6C384"}},{"scope":["keyword.control.import","keyword.import","meta.import"],"settings":{"foreground":"#FFA066"}},{"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":"#7AA89F"}},{"scope":["entity.name.module.js","variable.import.parameter.js","variable.other.class.js"],"settings":{"foreground":"#FF5D62"}},{"scope":["variable.language"],"settings":{"foreground":"#FF5D62"}},{"scope":["entity.name.method.js"],"settings":{"foreground":"#7FB4CA"}},{"scope":["meta.class-method.js entity.name.function.js","variable.function.constructor"],"settings":{"foreground":"#7FB4CA"}},{"scope":["entity.other.attribute-name"],"settings":{"foreground":"#957FB8"}},{"scope":["entity.other.attribute-name.class"],"settings":{"foreground":"#E6C384"}},{"scope":["source.sass keyword.control"],"settings":{"foreground":"#7FB4CA"}},{"scope":["markup.inserted"],"settings":{"foreground":"#76946A"}},{"scope":["markup.deleted"],"settings":{"foreground":"#C34043"}},{"scope":["markup.changed"],"settings":{"foreground":"#DCA561"}},{"scope":["string.regexp"],"settings":{"foreground":"#C0A36E"}},{"scope":["constant.character.escape"],"settings":{"foreground":"#7FB4CA"}},{"scope":["*url*","*link*","*uri*"],"settings":{"fontStyle":"underline"}},{"scope":["tag.decorator.js entity.name.tag.js","tag.decorator.js punctuation.definition.tag.js"],"settings":{"foreground":"#957FB8"}},{"scope":["source.js constant.other.object.key.js string.unquoted.label.js"],"settings":{"foreground":"#FF5D62"}},{"scope":["source.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#D27E99"}},{"scope":["source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#E6C384"}},{"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":"#FFA066"}},{"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":"#FF5D62"}},{"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":"#FFA066"}},{"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":"#7E9CD8"}},{"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":"#D27E99"}},{"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":"#957FB8"}},{"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":"#98BB6C"}},{"scope":["meta.tag JSXNested","meta.jsx.children","text.html","text.log"],"settings":{"foreground":"#DCD7BA"}},{"scope":["text.html.markdown","punctuation.definition.list_item.markdown"],"settings":{"foreground":"#DCD7BA"}},{"scope":["text.html.markdown markup.inline.raw.markdown"],"settings":{"foreground":"#957FB8"}},{"scope":["text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"],"settings":{"foreground":"#957FB8"}},{"scope":["markdown.heading","entity.name.section.markdown","markup.heading.markdown"],"settings":{"foreground":"#7E9CD8"}},{"scope":["markup.italic"],"settings":{"fontStyle":"italic","foreground":"#E46876"}},{"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":"#E46876"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline","foreground":"#7FB4CA"}},{"scope":["markup.quote punctuation.definition.blockquote.markdown"],"settings":{"foreground":"#727169"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic"}},{"scope":["string.other.link.title.markdown"],"settings":{"foreground":"#FFA066"}},{"scope":["string.other.link.description.title.markdown"],"settings":{"foreground":"#957FB8"}},{"scope":["constant.other.reference.link.markdown"],"settings":{"foreground":"#E6C384"}},{"scope":["markup.raw.block"],"settings":{"foreground":"#957FB8"}},{"scope":["markup.raw.block.fenced.markdown"],"settings":{"foreground":"#727169"}},{"scope":["punctuation.definition.fenced.markdown"],"settings":{"foreground":"#727169"}},{"scope":["markup.raw.block.fenced.markdown","variable.language.fenced.markdown","punctuation.section.class.end"],"settings":{"foreground":"#DCD7BA"}},{"scope":["variable.language.fenced.markdown"],"settings":{"foreground":"#727169"}},{"scope":["meta.separator"],"settings":{"fontStyle":"bold","foreground":"#9CABCA"}},{"scope":["markup.table"],"settings":{"foreground":"#DCD7BA"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const t = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#EB64B9","activityBar.background":"#27212e","activityBar.foreground":"#ddd","activityBarBadge.background":"#EB64B9","button.background":"#EB64B9","diffEditor.border":"#b4dce7","diffEditor.insertedTextBackground":"#74dfc423","diffEditor.removedTextBackground":"#eb64b940","editor.background":"#27212e","editor.findMatchBackground":"#40b4c48c","editor.findMatchHighlightBackground":"#40b4c460","editor.foreground":"#ffffff","editor.selectionBackground":"#eb64b927","editor.selectionHighlightBackground":"#eb64b927","editor.wordHighlightBackground":"#eb64b927","editorError.foreground":"#ff3e7b","editorGroupHeader.tabsBackground":"#242029","editorGutter.addedBackground":"#74dfc4","editorGutter.deletedBackground":"#eb64B9","editorGutter.modifiedBackground":"#40b4c4","editorSuggestWidget.border":"#b4dce7","focusBorder":"#EB64B9","gitDecoration.conflictingResourceForeground":"#EB64B9","gitDecoration.deletedResourceForeground":"#b381c5","gitDecoration.ignoredResourceForeground":"#92889d","gitDecoration.modifiedResourceForeground":"#74dfc4","gitDecoration.untrackedResourceForeground":"#40b4c4","input.background":"#3a3242","input.border":"#964c7b","inputOption.activeBorder":"#EB64B9","list.activeSelectionBackground":"#eb64b98f","list.activeSelectionForeground":"#eee","list.dropBackground":"#74dfc466","list.errorForeground":"#ff3e7b","list.focusBackground":"#eb64ba60","list.highlightForeground":"#eb64b9","list.hoverBackground":"#91889b80","list.hoverForeground":"#eee","list.inactiveSelectionBackground":"#eb64b98f","list.inactiveSelectionForeground":"#ddd","list.invalidItemForeground":"#fff","menu.background":"#27212e","merge.currentContentBackground":"#74dfc433","merge.currentHeaderBackground":"#74dfc4cc","merge.incomingContentBackground":"#40b4c433","merge.incomingHeaderBackground":"#40b4c4cc","notifications.background":"#3e3549","peekView.border":"#40b4c4","peekViewEditor.background":"#40b5c449","peekViewEditor.matchHighlightBackground":"#40b5c460","peekViewResult.matchHighlightBackground":"#27212e","peekViewResult.selectionBackground":"#40b4c43f","progressBar.background":"#40b4c4","sideBar.background":"#27212e","sideBar.foreground":"#ddd","sideBarSectionHeader.background":"#27212e","sideBarTitle.foreground":"#EB64B9","statusBar.background":"#EB64B9","statusBar.debuggingBackground":"#74dfc4","statusBar.foreground":"#27212e","statusBar.noFolderBackground":"#EB64B9","tab.activeBorder":"#EB64B9","tab.inactiveBackground":"#242029","terminal.ansiBlue":"#40b4c4","terminal.ansiCyan":"#b4dce7","terminal.ansiGreen":"#74dfc4","terminal.ansiMagenta":"#b381c5","terminal.ansiRed":"#EB64B9","terminal.ansiYellow":"#ffe261","titleBar.activeBackground":"#27212e","titleBar.inactiveBackground":"#27212e","tree.indentGuidesStroke":"#ffffff33"},"displayName":"LaserWave","name":"laserwave","tokenColors":[{"scope":["keyword.other","keyword.control","storage.type.class.js","keyword.control.module.js","storage.type.extends.js","variable.language.this.js","keyword.control.switch.js","keyword.control.loop.js","keyword.control.conditional.js","keyword.control.flow.js","keyword.operator.accessor.js","keyword.other.important.css","keyword.control.at-rule.media.scss","entity.name.tag.reference.scss","meta.class.python","storage.type.function.python","keyword.control.flow.python","storage.type.function.js","keyword.control.export.ts","keyword.control.flow.ts","keyword.control.from.ts","keyword.control.import.ts","storage.type.class.ts","keyword.control.loop.ts","keyword.control.ruby","keyword.control.module.ruby","keyword.control.class.ruby","keyword.other.special-method.ruby","keyword.control.def.ruby","markup.heading","keyword.other.import.java","keyword.other.package.java","storage.modifier.java","storage.modifier.extends.java","storage.modifier.implements.java","storage.modifier.cs","storage.modifier.js","storage.modifier.dart","keyword.declaration.dart","keyword.package.go","keyword.import.go","keyword.fsharp","variable.parameter.function-call.python"],"settings":{"foreground":"#40b4c4"}},{"scope":["binding.fsharp","support.function","meta.function-call","entity.name.function","support.function.misc.scss","meta.method.declaration.ts","entity.name.function.method.js"],"settings":{"foreground":"#EB64B9"}},{"scope":["string","string.quoted","string.unquoted","string.other.link.title.markdown"],"settings":{"foreground":"#b4dce7"}},{"scope":["constant.numeric"],"settings":{"foreground":"#b381c5"}},{"scope":["meta.brace","punctuation","punctuation.bracket","punctuation.section","punctuation.separator","punctuation.comma.dart","punctuation.terminator","punctuation.definition","punctuation.parenthesis","meta.delimiter.comma.js","meta.brace.curly.litobj.js","punctuation.definition.tag","puncatuation.other.comma.go","punctuation.section.embedded","punctuation.definition.string","punctuation.definition.tag.jsx","punctuation.definition.tag.end","punctuation.definition.markdown","punctuation.terminator.rule.css","punctuation.definition.block.ts","punctuation.definition.tag.html","punctuation.section.class.end.js","punctuation.definition.tag.begin","punctuation.squarebracket.open.cs","punctuation.separator.dict.python","punctuation.section.function.scss","punctuation.section.class.begin.js","punctuation.section.array.end.ruby","punctuation.separator.key-value.js","meta.method-call.with-arguments.js","punctuation.section.scope.end.ruby","punctuation.squarebracket.close.cs","punctuation.separator.key-value.css","punctuation.definition.constant.css","punctuation.section.array.begin.ruby","punctuation.section.scope.begin.ruby","punctuation.definition.string.end.js","punctuation.definition.parameters.ruby","punctuation.definition.string.begin.js","punctuation.section.class.begin.python","storage.modifier.array.bracket.square.c","punctuation.separator.parameters.python","punctuation.section.group.end.powershell","punctuation.definition.parameters.end.ts","punctuation.section.braces.end.powershell","punctuation.section.function.begin.python","punctuation.definition.parameters.begin.ts","punctuation.section.bracket.end.powershell","punctuation.section.group.begin.powershell","punctuation.section.braces.begin.powershell","punctuation.definition.parameters.end.python","punctuation.definition.typeparameters.end.cs","punctuation.section.bracket.begin.powershell","punctuation.definition.arguments.begin.python","punctuation.definition.parameters.begin.python","punctuation.definition.typeparameters.begin.cs","punctuation.section.block.begin.bracket.curly.c","punctuation.definition.map.begin.bracket.round.scss","punctuation.section.property-list.end.bracket.curly.css","punctuation.definition.parameters.end.bracket.round.java","punctuation.section.property-list.begin.bracket.curly.css","punctuation.definition.parameters.begin.bracket.round.java"],"settings":{"foreground":"#7b6995"}},{"scope":["keyword.operator","meta.decorator.ts","entity.name.type.ts","punctuation.dot.dart","keyword.symbol.fsharp","punctuation.accessor.ts","punctuation.accessor.cs","keyword.operator.logical","meta.tag.inline.any.html","punctuation.separator.java","keyword.operator.comparison","keyword.operator.arithmetic","keyword.operator.assignment","keyword.operator.ternary.js","keyword.operator.other.ruby","keyword.operator.logical.js","punctuation.other.period.go","keyword.operator.increment.ts","keyword.operator.increment.js","storage.type.function.arrow.js","storage.type.function.arrow.ts","keyword.operator.relational.js","keyword.operator.relational.ts","keyword.operator.arithmetic.js","keyword.operator.assignment.js","storage.type.function.arrow.tsx","keyword.operator.logical.python","punctuation.separator.period.java","punctuation.separator.method.ruby","keyword.operator.assignment.python","keyword.operator.arithmetic.python","keyword.operator.increment-decrement.java"],"settings":{"foreground":"#74dfc4"}},{"scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#91889b"}},{"scope":["meta.tag.sgml","entity.name.tag","entity.name.tag.open.jsx","entity.name.tag.close.jsx","entity.name.tag.inline.any.html","entity.name.tag.structure.any.html"],"settings":{"foreground":"#74dfc4"}},{"scope":["variable.other.enummember","entity.other.attribute-name","entity.other.attribute-name.jsx","entity.other.attribute-name.html","entity.other.attribute-name.id.css","entity.other.attribute-name.id.html","entity.other.attribute-name.class.css"],"settings":{"foreground":"#EB64B9"}},{"scope":["variable.other.property","variable.parameter.fsharp","support.variable.property.js","support.type.property-name.css","support.type.property-name.json","support.variable.property.dom.js"],"settings":{"foreground":"#40b4c4"}},{"scope":["constant.language","constant.other.elm","constant.language.c","variable.language.dart","variable.language.this","support.class.builtin.js","support.constant.json.ts","support.class.console.ts","support.class.console.js","variable.language.this.js","variable.language.this.ts","entity.name.section.fsharp","support.type.object.dom.js","variable.other.constant.js","variable.language.self.ruby","variable.other.constant.ruby","support.type.object.console.js","constant.language.undefined.js","support.function.builtin.python","constant.language.boolean.true.js","constant.language.boolean.false.js","variable.language.special.self.python","support.constant.automatic.powershell"],"settings":{"foreground":"#ffe261"}},{"scope":["variable.other","variable.scss","meta.function-call.c","variable.parameter.ts","variable.parameter.dart","variable.other.class.js","variable.other.object.js","variable.other.object.ts","support.function.json.ts","variable.name.source.dart","variable.other.source.dart","variable.other.readwrite.js","variable.other.readwrite.ts","support.function.console.ts","entity.name.type.instance.js","meta.function-call.arguments","variable.other.property.dom.ts","support.variable.property.dom.ts","variable.other.readwrite.powershell"],"settings":{"foreground":"#fff"}},{"scope":["storage.type.annotation","punctuation.definition.annotation","support.function.attribute.fsharp"],"settings":{"foreground":"#74dfc4"}},{"scope":["entity.name.type","storage.type","keyword.var.go","keyword.type.go","keyword.type.js","storage.type.js","storage.type.ts","keyword.type.cs","keyword.const.go","keyword.struct.go","support.class.dart","storage.modifier.c","storage.modifier.ts","keyword.function.go","keyword.operator.new.ts","meta.type.annotation.ts","entity.name.type.fsharp","meta.type.annotation.tsx","storage.modifier.async.js","punctuation.definition.variable.ruby","punctuation.definition.constant.ruby"],"settings":{"foreground":"#a96bc0"}},{"scope":["markup.bold","markup.italic"],"settings":{"foreground":"#EB64B9"}},{"scope":["meta.object-literal.key.js","constant.other.object.key.js"],"settings":{"foreground":"#40b4c4"}},{"scope":[],"settings":{"foreground":"#ffb85b"}},{"scope":["meta.diff","meta.diff.header"],"settings":{"foreground":"#40b4c4"}},{"scope":["meta.diff.range.unified"],"settings":{"foreground":"#b381c5"}},{"scope":["markup.deleted","punctuation.definition.deleted.diff","punctuation.definition.from-file.diff","meta.diff.header.from-file"],"settings":{"foreground":"#eb64b9"}},{"scope":["markup.inserted","punctuation.definition.inserted.diff","punctuation.definition.to-file.diff","meta.diff.header.to-file"],"settings":{"foreground":"#74dfc4"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
t as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"actionBar.toggledBackground":"#dddddd","activityBarBadge.background":"#007ACC","checkbox.border":"#919191","diffEditor.unchangedRegionBackground":"#f8f8f8","editor.background":"#FFFFFF","editor.foreground":"#000000","editor.inactiveSelectionBackground":"#E5EBF1","editor.selectionHighlightBackground":"#ADD6FF80","editorIndentGuide.activeBackground1":"#939393","editorIndentGuide.background1":"#D3D3D3","editorSuggestWidget.background":"#F3F3F3","input.placeholderForeground":"#767676","list.activeSelectionIconForeground":"#FFF","list.focusAndSelectionOutline":"#90C2F9","list.hoverBackground":"#E8E8E8","menu.border":"#D4D4D4","notebook.cellBorderColor":"#E8E8E8","notebook.selectedCellBackground":"#c8ddf150","ports.iconRunningProcessForeground":"#369432","searchEditor.textInputBorder":"#CECECE","settings.numberInputBorder":"#CECECE","settings.textInputBorder":"#CECECE","sideBarSectionHeader.background":"#0000","sideBarSectionHeader.border":"#61616130","sideBarTitle.foreground":"#6F6F6F","statusBarItem.errorBackground":"#c72e0f","statusBarItem.remoteBackground":"#16825D","statusBarItem.remoteForeground":"#FFF","tab.lastPinnedBorder":"#61616130","tab.selectedBackground":"#ffffffa5","tab.selectedForeground":"#333333b3","terminal.inactiveSelectionBackground":"#E5EBF1","widget.border":"#d4d4d4"},"displayName":"Light Plus","name":"light-plus","semanticHighlighting":true,"semanticTokenColors":{"customLiteral":"#795E26","newOperator":"#AF00DB","numberLiteral":"#098658","stringLiteral":"#a31515"},"tokenColors":[{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#000000ff"}},{"scope":"emphasis","settings":{"fontStyle":"italic"}},{"scope":"strong","settings":{"fontStyle":"bold"}},{"scope":"meta.diff.header","settings":{"foreground":"#000080"}},{"scope":"comment","settings":{"foreground":"#008000"}},{"scope":"constant.language","settings":{"foreground":"#0000ff"}},{"scope":["constant.numeric","variable.other.enummember","keyword.operator.plus.exponent","keyword.operator.minus.exponent"],"settings":{"foreground":"#098658"}},{"scope":"constant.regexp","settings":{"foreground":"#811f3f"}},{"scope":"entity.name.tag","settings":{"foreground":"#800000"}},{"scope":"entity.name.selector","settings":{"foreground":"#800000"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#e50000"}},{"scope":["entity.other.attribute-name.class.css","source.css entity.other.attribute-name.class","entity.other.attribute-name.id.css","entity.other.attribute-name.parent-selector.css","entity.other.attribute-name.parent.less","source.css entity.other.attribute-name.pseudo-class","entity.other.attribute-name.pseudo-element.css","source.css.less entity.other.attribute-name.id","entity.other.attribute-name.scss"],"settings":{"foreground":"#800000"}},{"scope":"invalid","settings":{"foreground":"#cd3131"}},{"scope":"markup.underline","settings":{"fontStyle":"underline"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#000080"}},{"scope":"markup.heading","settings":{"fontStyle":"bold","foreground":"#800000"}},{"scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inserted","settings":{"foreground":"#098658"}},{"scope":"markup.deleted","settings":{"foreground":"#a31515"}},{"scope":"markup.changed","settings":{"foreground":"#0451a5"}},{"scope":["punctuation.definition.quote.begin.markdown","punctuation.definition.list.begin.markdown"],"settings":{"foreground":"#0451a5"}},{"scope":"markup.inline.raw","settings":{"foreground":"#800000"}},{"scope":"punctuation.definition.tag","settings":{"foreground":"#800000"}},{"scope":["meta.preprocessor","entity.name.function.preprocessor"],"settings":{"foreground":"#0000ff"}},{"scope":"meta.preprocessor.string","settings":{"foreground":"#a31515"}},{"scope":"meta.preprocessor.numeric","settings":{"foreground":"#098658"}},{"scope":"meta.structure.dictionary.key.python","settings":{"foreground":"#0451a5"}},{"scope":"storage","settings":{"foreground":"#0000ff"}},{"scope":"storage.type","settings":{"foreground":"#0000ff"}},{"scope":["storage.modifier","keyword.operator.noexcept"],"settings":{"foreground":"#0000ff"}},{"scope":["string","meta.embedded.assembly"],"settings":{"foreground":"#a31515"}},{"scope":["string.comment.buffered.block.pug","string.quoted.pug","string.interpolated.pug","string.unquoted.plain.in.yaml","string.unquoted.plain.out.yaml","string.unquoted.block.yaml","string.quoted.single.yaml","string.quoted.double.xml","string.quoted.single.xml","string.unquoted.cdata.xml","string.quoted.double.html","string.quoted.single.html","string.unquoted.html","string.quoted.single.handlebars","string.quoted.double.handlebars"],"settings":{"foreground":"#0000ff"}},{"scope":"string.regexp","settings":{"foreground":"#811f3f"}},{"scope":["punctuation.definition.template-expression.begin","punctuation.definition.template-expression.end","punctuation.section.embedded"],"settings":{"foreground":"#0000ff"}},{"scope":["meta.template.expression"],"settings":{"foreground":"#000000"}},{"scope":["support.constant.property-value","support.constant.font-name","support.constant.media-type","support.constant.media","constant.other.color.rgb-value","constant.other.rgb-value","support.constant.color"],"settings":{"foreground":"#0451a5"}},{"scope":["support.type.vendored.property-name","support.type.property-name","source.css variable","source.coffee.embedded"],"settings":{"foreground":"#e50000"}},{"scope":["support.type.property-name.json"],"settings":{"foreground":"#0451a5"}},{"scope":"keyword","settings":{"foreground":"#0000ff"}},{"scope":"keyword.control","settings":{"foreground":"#0000ff"}},{"scope":"keyword.operator","settings":{"foreground":"#000000"}},{"scope":["keyword.operator.new","keyword.operator.expression","keyword.operator.cast","keyword.operator.sizeof","keyword.operator.alignof","keyword.operator.typeid","keyword.operator.alignas","keyword.operator.instanceof","keyword.operator.logical.python","keyword.operator.wordlike"],"settings":{"foreground":"#0000ff"}},{"scope":"keyword.other.unit","settings":{"foreground":"#098658"}},{"scope":["punctuation.section.embedded.begin.php","punctuation.section.embedded.end.php"],"settings":{"foreground":"#800000"}},{"scope":"support.function.git-rebase","settings":{"foreground":"#0451a5"}},{"scope":"constant.sha.git-rebase","settings":{"foreground":"#098658"}},{"scope":["storage.modifier.import.java","variable.language.wildcard.java","storage.modifier.package.java"],"settings":{"foreground":"#000000"}},{"scope":"variable.language","settings":{"foreground":"#0000ff"}},{"scope":["entity.name.function","support.function","support.constant.handlebars","source.powershell variable.other.member","entity.name.operator.custom-literal"],"settings":{"foreground":"#795E26"}},{"scope":["support.class","support.type","entity.name.type","entity.name.namespace","entity.other.attribute","entity.name.scope-resolution","entity.name.class","storage.type.numeric.go","storage.type.byte.go","storage.type.boolean.go","storage.type.string.go","storage.type.uintptr.go","storage.type.error.go","storage.type.rune.go","storage.type.cs","storage.type.generic.cs","storage.type.modifier.cs","storage.type.variable.cs","storage.type.annotation.java","storage.type.generic.java","storage.type.java","storage.type.object.array.java","storage.type.primitive.array.java","storage.type.primitive.java","storage.type.token.java","storage.type.groovy","storage.type.annotation.groovy","storage.type.parameters.groovy","storage.type.generic.groovy","storage.type.object.array.groovy","storage.type.primitive.array.groovy","storage.type.primitive.groovy"],"settings":{"foreground":"#267f99"}},{"scope":["meta.type.cast.expr","meta.type.new.expr","support.constant.math","support.constant.dom","support.constant.json","entity.other.inherited-class","punctuation.separator.namespace.ruby"],"settings":{"foreground":"#267f99"}},{"scope":["keyword.control","source.cpp keyword.operator.new","source.cpp keyword.operator.delete","keyword.other.using","keyword.other.directive.using","keyword.other.operator","entity.name.operator"],"settings":{"foreground":"#AF00DB"}},{"scope":["variable","meta.definition.variable.name","support.variable","entity.name.variable","constant.other.placeholder"],"settings":{"foreground":"#001080"}},{"scope":["variable.other.constant","variable.other.enummember"],"settings":{"foreground":"#0070C1"}},{"scope":["meta.object-literal.key"],"settings":{"foreground":"#001080"}},{"scope":["support.constant.property-value","support.constant.font-name","support.constant.media-type","support.constant.media","constant.other.color.rgb-value","constant.other.rgb-value","support.constant.color"],"settings":{"foreground":"#0451a5"}},{"scope":["punctuation.definition.group.regexp","punctuation.definition.group.assertion.regexp","punctuation.definition.character-class.regexp","punctuation.character.set.begin.regexp","punctuation.character.set.end.regexp","keyword.operator.negation.regexp","support.other.parenthesis.regexp"],"settings":{"foreground":"#d16969"}},{"scope":["constant.character.character-class.regexp","constant.other.character-class.set.regexp","constant.other.character-class.regexp","constant.character.set.regexp"],"settings":{"foreground":"#811f3f"}},{"scope":"keyword.operator.quantifier.regexp","settings":{"foreground":"#000000"}},{"scope":["keyword.operator.or.regexp","keyword.control.anchor.regexp"],"settings":{"foreground":"#EE0000"}},{"scope":["constant.character","constant.other.option"],"settings":{"foreground":"#0000ff"}},{"scope":"constant.character.escape","settings":{"foreground":"#EE0000"}},{"scope":"entity.name.label","settings":{"foreground":"#000000"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#263238","activityBar.border":"#26323860","activityBar.dropBackground":"#f0717880","activityBar.foreground":"#EEFFFF","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#546E7A","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#263238","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.foreground":"#6c8692","breadcrumbPicker.background":"#263238","button.background":"#80CBC420","button.foreground":"#ffffff","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","debugToolBar.background":"#263238","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","dropdown.background":"#263238","dropdown.border":"#FFFFFF10","editor.background":"#263238","editor.findMatchBackground":"#000000","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#EEFFFF","editor.findMatchHighlightBackground":"#00000050","editor.findMatchHighlightBorder":"#ffffff30","editor.findRangeHighlightBackground":"#FFCB6B30","editor.foreground":"#EEFFFF","editor.lineHighlightBackground":"#00000050","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#80CBC420","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editorBracketMatch.background":"#263238","editorBracketMatch.border":"#FFCC0050","editorCursor.foreground":"#FFCC00","editorError.foreground":"#f0717870","editorGroup.border":"#00000030","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#263238","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","editorGutter.modifiedBackground":"#82AAFF60","editorHoverWidget.background":"#263238","editorHoverWidget.border":"#FFFFFF10","editorIndentGuide.activeBackground":"#37474F","editorIndentGuide.background":"#37474F70","editorInfo.foreground":"#82AAFF70","editorLineNumber.activeForeground":"#6c8692","editorLineNumber.foreground":"#465A64","editorLink.activeForeground":"#EEFFFF","editorMarkerNavigation.background":"#EEFFFF05","editorOverviewRuler.border":"#263238","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorRuler.foreground":"#37474F","editorSuggestWidget.background":"#263238","editorSuggestWidget.border":"#FFFFFF10","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorWarning.foreground":"#FFCB6B70","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#263238","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentForeground":"#EEFFFF","extensionButton.prominentHoverBackground":"#C3E88D","focusBorder":"#FFFFFF00","foreground":"#EEFFFF","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.ignoredResourceForeground":"#6c869290","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","input.background":"#303C41","input.border":"#FFFFFF10","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","inputOption.activeBackground":"#EEFFFF30","inputOption.activeBorder":"#EEFFFF30","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","list.activeSelectionBackground":"#263238","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#263238","list.hoverForeground":"#FFFFFF","list.inactiveSelectionBackground":"#00000030","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#00000030","listFilterWidget.noMatchesOutline":"#00000030","listFilterWidget.outline":"#00000030","menu.background":"#263238","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionBorder":"#00000030","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionBorder":"#00000030","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#263238","notifications.foreground":"#EEFFFF","panel.background":"#263238","panel.border":"#26323860","panel.dropBackground":"#EEFFFF","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#FFFFFF","panelTitle.inactiveForeground":"#EEFFFF","peekView.border":"#00000030","peekViewEditor.background":"#303C41","peekViewEditor.matchHighlightBackground":"#80CBC420","peekViewEditorGutter.background":"#303C41","peekViewResult.background":"#303C41","peekViewResult.matchHighlightBackground":"#80CBC420","peekViewResult.selectionBackground":"#6c869270","peekViewTitle.background":"#303C41","peekViewTitleDescription.foreground":"#EEFFFF60","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#263238","quickInput.foreground":"#6c8692","quickInput.list.focusBackground":"#EEFFFF20","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000030","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","selection.background":"#00000080","settings.checkboxBackground":"#263238","settings.checkboxForeground":"#EEFFFF","settings.dropdownBackground":"#263238","settings.dropdownForeground":"#EEFFFF","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#263238","settings.numberInputForeground":"#EEFFFF","settings.textInputBackground":"#263238","settings.textInputForeground":"#EEFFFF","sideBar.background":"#263238","sideBar.border":"#26323860","sideBar.foreground":"#6c8692","sideBarSectionHeader.background":"#263238","sideBarSectionHeader.border":"#26323860","sideBarTitle.foreground":"#EEFFFF","statusBar.background":"#263238","statusBar.border":"#26323860","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#546E7A","statusBar.noFolderBackground":"#263238","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#546E7A20","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#263238","tab.activeBorder":"#80CBC4","tab.activeForeground":"#FFFFFF","tab.activeModifiedBorder":"#6c8692","tab.border":"#263238","tab.inactiveBackground":"#263238","tab.inactiveForeground":"#6c8692","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveBorder":"#546E7A","tab.unfocusedActiveForeground":"#EEFFFF","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#546E7A","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","terminalCursor.background":"#000000","terminalCursor.foreground":"#FFCB6B","textLink.activeForeground":"#EEFFFF","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#263238","titleBar.activeForeground":"#EEFFFF","titleBar.border":"#26323860","titleBar.inactiveBackground":"#263238","titleBar.inactiveForeground":"#6c8692","tree.indentGuidesStroke":"#37474F","widget.shadow":"#00000030"},"displayName":"Material Theme","name":"material-theme","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#263238","foreground":"#EEFFFF"}},{"scope":"string","settings":{"foreground":"#C3E88D"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#546E7A"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#546E7A"}},{"scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f07178"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#f07178"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#546E7A"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"scope":"meta.block","settings":{"foreground":"#f07178"}},{"scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"settings":{"background":"#263238","foreground":"#EEFFFF"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#f07178"}},{"scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"scope":["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":"#F78C6C"}},{"scope":["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":"#f07178"}},{"scope":["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":"#916b53"}},{"scope":["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":"#82AAFF"}},{"scope":["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":"#ff9cac"}},{"scope":["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":"#C792EA"}},{"scope":["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":"#C3E88D"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#212121","activityBar.border":"#21212160","activityBar.dropBackground":"#f0717880","activityBar.foreground":"#EEFFFF","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#545454","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#212121","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.foreground":"#676767","breadcrumbPicker.background":"#212121","button.background":"#61616150","button.foreground":"#ffffff","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","debugToolBar.background":"#212121","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","dropdown.background":"#212121","dropdown.border":"#FFFFFF10","editor.background":"#212121","editor.findMatchBackground":"#000000","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#EEFFFF","editor.findMatchHighlightBackground":"#00000050","editor.findMatchHighlightBorder":"#ffffff30","editor.findRangeHighlightBackground":"#FFCB6B30","editor.foreground":"#EEFFFF","editor.lineHighlightBackground":"#00000050","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#61616150","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editorBracketMatch.background":"#212121","editorBracketMatch.border":"#FFCC0050","editorCursor.foreground":"#FFCC00","editorError.foreground":"#f0717870","editorGroup.border":"#00000030","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#212121","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","editorGutter.modifiedBackground":"#82AAFF60","editorHoverWidget.background":"#212121","editorHoverWidget.border":"#FFFFFF10","editorIndentGuide.activeBackground":"#424242","editorIndentGuide.background":"#42424270","editorInfo.foreground":"#82AAFF70","editorLineNumber.activeForeground":"#676767","editorLineNumber.foreground":"#424242","editorLink.activeForeground":"#EEFFFF","editorMarkerNavigation.background":"#EEFFFF05","editorOverviewRuler.border":"#212121","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorRuler.foreground":"#424242","editorSuggestWidget.background":"#212121","editorSuggestWidget.border":"#FFFFFF10","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorWarning.foreground":"#FFCB6B70","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#212121","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentForeground":"#EEFFFF","extensionButton.prominentHoverBackground":"#C3E88D","focusBorder":"#FFFFFF00","foreground":"#EEFFFF","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.ignoredResourceForeground":"#67676790","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","input.background":"#2B2B2B","input.border":"#FFFFFF10","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","inputOption.activeBackground":"#EEFFFF30","inputOption.activeBorder":"#EEFFFF30","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","list.activeSelectionBackground":"#212121","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#212121","list.hoverForeground":"#FFFFFF","list.inactiveSelectionBackground":"#00000030","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#00000030","listFilterWidget.noMatchesOutline":"#00000030","listFilterWidget.outline":"#00000030","menu.background":"#212121","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionBorder":"#00000030","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionBorder":"#00000030","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#212121","notifications.foreground":"#EEFFFF","panel.background":"#212121","panel.border":"#21212160","panel.dropBackground":"#EEFFFF","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#FFFFFF","panelTitle.inactiveForeground":"#EEFFFF","peekView.border":"#00000030","peekViewEditor.background":"#2B2B2B","peekViewEditor.matchHighlightBackground":"#61616150","peekViewEditorGutter.background":"#2B2B2B","peekViewResult.background":"#2B2B2B","peekViewResult.matchHighlightBackground":"#61616150","peekViewResult.selectionBackground":"#67676770","peekViewTitle.background":"#2B2B2B","peekViewTitleDescription.foreground":"#EEFFFF60","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#212121","quickInput.foreground":"#676767","quickInput.list.focusBackground":"#EEFFFF20","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000030","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","selection.background":"#00000080","settings.checkboxBackground":"#212121","settings.checkboxForeground":"#EEFFFF","settings.dropdownBackground":"#212121","settings.dropdownForeground":"#EEFFFF","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#212121","settings.numberInputForeground":"#EEFFFF","settings.textInputBackground":"#212121","settings.textInputForeground":"#EEFFFF","sideBar.background":"#212121","sideBar.border":"#21212160","sideBar.foreground":"#676767","sideBarSectionHeader.background":"#212121","sideBarSectionHeader.border":"#21212160","sideBarTitle.foreground":"#EEFFFF","statusBar.background":"#212121","statusBar.border":"#21212160","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#616161","statusBar.noFolderBackground":"#212121","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#54545420","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#212121","tab.activeBorder":"#80CBC4","tab.activeForeground":"#FFFFFF","tab.activeModifiedBorder":"#676767","tab.border":"#212121","tab.inactiveBackground":"#212121","tab.inactiveForeground":"#676767","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveBorder":"#545454","tab.unfocusedActiveForeground":"#EEFFFF","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#545454","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","terminalCursor.background":"#000000","terminalCursor.foreground":"#FFCB6B","textLink.activeForeground":"#EEFFFF","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#212121","titleBar.activeForeground":"#EEFFFF","titleBar.border":"#21212160","titleBar.inactiveBackground":"#212121","titleBar.inactiveForeground":"#676767","tree.indentGuidesStroke":"#424242","widget.shadow":"#00000030"},"displayName":"Material Theme Darker","name":"material-theme-darker","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#212121","foreground":"#EEFFFF"}},{"scope":"string","settings":{"foreground":"#C3E88D"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#545454"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#545454"}},{"scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f07178"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#f07178"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#545454"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"scope":"meta.block","settings":{"foreground":"#f07178"}},{"scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"settings":{"background":"#212121","foreground":"#EEFFFF"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#f07178"}},{"scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"scope":["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":"#F78C6C"}},{"scope":["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":"#f07178"}},{"scope":["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":"#916b53"}},{"scope":["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":"#82AAFF"}},{"scope":["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":"#ff9cac"}},{"scope":["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":"#C792EA"}},{"scope":["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":"#C3E88D"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#FAFAFA","activityBar.border":"#FAFAFA60","activityBar.dropBackground":"#E5393580","activityBar.foreground":"#90A4AE","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#CCD7DA30","badge.foreground":"#90A4AE","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#FAFAFA","breadcrumb.focusForeground":"#90A4AE","breadcrumb.foreground":"#758a95","breadcrumbPicker.background":"#FAFAFA","button.background":"#80CBC440","button.foreground":"#ffffff","debugConsole.errorForeground":"#E53935","debugConsole.infoForeground":"#39ADB5","debugConsole.warningForeground":"#E2931D","debugToolBar.background":"#FAFAFA","diffEditor.insertedTextBackground":"#39ADB520","diffEditor.removedTextBackground":"#FF537020","dropdown.background":"#FAFAFA","dropdown.border":"#00000010","editor.background":"#FAFAFA","editor.findMatchBackground":"#00000020","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#90A4AE","editor.findMatchHighlightBackground":"#00000010","editor.findMatchHighlightBorder":"#00000030","editor.findRangeHighlightBackground":"#E2931D30","editor.foreground":"#90A4AE","editor.lineHighlightBackground":"#CCD7DA50","editor.lineHighlightBorder":"#CCD7DA00","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#80CBC440","editor.selectionHighlightBackground":"#27272720","editor.wordHighlightBackground":"#FF537030","editor.wordHighlightStrongBackground":"#91B85930","editorBracketMatch.background":"#FAFAFA","editorBracketMatch.border":"#27272750","editorCursor.foreground":"#272727","editorError.foreground":"#E5393570","editorGroup.border":"#00000020","editorGroup.dropBackground":"#E5393580","editorGroup.focusedEmptyBorder":"#E53935","editorGroupHeader.tabsBackground":"#FAFAFA","editorGutter.addedBackground":"#91B85960","editorGutter.deletedBackground":"#E5393560","editorGutter.modifiedBackground":"#6182B860","editorHoverWidget.background":"#FAFAFA","editorHoverWidget.border":"#00000010","editorIndentGuide.activeBackground":"#B0BEC5","editorIndentGuide.background":"#B0BEC570","editorInfo.foreground":"#6182B870","editorLineNumber.activeForeground":"#758a95","editorLineNumber.foreground":"#CFD8DC","editorLink.activeForeground":"#90A4AE","editorMarkerNavigation.background":"#90A4AE05","editorOverviewRuler.border":"#FAFAFA","editorOverviewRuler.errorForeground":"#E5393540","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#6182B840","editorOverviewRuler.warningForeground":"#E2931D40","editorRuler.foreground":"#B0BEC5","editorSuggestWidget.background":"#FAFAFA","editorSuggestWidget.border":"#00000010","editorSuggestWidget.foreground":"#90A4AE","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#CCD7DA50","editorWarning.foreground":"#E2931D70","editorWhitespace.foreground":"#90A4AE40","editorWidget.background":"#FAFAFA","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#90A4AE","extensionButton.prominentBackground":"#91B85990","extensionButton.prominentForeground":"#90A4AE","extensionButton.prominentHoverBackground":"#91B859","focusBorder":"#FFFFFF00","foreground":"#90A4AE","gitDecoration.conflictingResourceForeground":"#E2931D90","gitDecoration.deletedResourceForeground":"#E5393590","gitDecoration.ignoredResourceForeground":"#758a9590","gitDecoration.modifiedResourceForeground":"#6182B890","gitDecoration.untrackedResourceForeground":"#91B85990","input.background":"#EEEEEE","input.border":"#00000010","input.foreground":"#90A4AE","input.placeholderForeground":"#90A4AE60","inputOption.activeBackground":"#90A4AE30","inputOption.activeBorder":"#90A4AE30","inputValidation.errorBorder":"#E53935","inputValidation.infoBorder":"#6182B8","inputValidation.warningBorder":"#E2931D","list.activeSelectionBackground":"#FAFAFA","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#E5393580","list.focusBackground":"#90A4AE20","list.focusForeground":"#90A4AE","list.highlightForeground":"#80CBC4","list.hoverBackground":"#FAFAFA","list.hoverForeground":"#B1C7D3","list.inactiveSelectionBackground":"#CCD7DA50","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#CCD7DA50","listFilterWidget.noMatchesOutline":"#CCD7DA50","listFilterWidget.outline":"#CCD7DA50","menu.background":"#FAFAFA","menu.foreground":"#90A4AE","menu.selectionBackground":"#CCD7DA50","menu.selectionBorder":"#CCD7DA50","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#90A4AE","menubar.selectionBackground":"#CCD7DA50","menubar.selectionBorder":"#CCD7DA50","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#FAFAFA","notifications.foreground":"#90A4AE","panel.background":"#FAFAFA","panel.border":"#FAFAFA60","panel.dropBackground":"#90A4AE","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#000000","panelTitle.inactiveForeground":"#90A4AE","peekView.border":"#00000020","peekViewEditor.background":"#EEEEEE","peekViewEditor.matchHighlightBackground":"#80CBC440","peekViewEditorGutter.background":"#EEEEEE","peekViewResult.background":"#EEEEEE","peekViewResult.matchHighlightBackground":"#80CBC440","peekViewResult.selectionBackground":"#758a9570","peekViewTitle.background":"#EEEEEE","peekViewTitleDescription.foreground":"#90A4AE60","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#FAFAFA","quickInput.foreground":"#758a95","quickInput.list.focusBackground":"#90A4AE20","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000020","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#90A4AE20","scrollbarSlider.hoverBackground":"#90A4AE10","selection.background":"#CCD7DA80","settings.checkboxBackground":"#FAFAFA","settings.checkboxForeground":"#90A4AE","settings.dropdownBackground":"#FAFAFA","settings.dropdownForeground":"#90A4AE","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#FAFAFA","settings.numberInputForeground":"#90A4AE","settings.textInputBackground":"#FAFAFA","settings.textInputForeground":"#90A4AE","sideBar.background":"#FAFAFA","sideBar.border":"#FAFAFA60","sideBar.foreground":"#758a95","sideBarSectionHeader.background":"#FAFAFA","sideBarSectionHeader.border":"#FAFAFA60","sideBarTitle.foreground":"#90A4AE","statusBar.background":"#FAFAFA","statusBar.border":"#FAFAFA60","statusBar.debuggingBackground":"#9C3EDA","statusBar.debuggingForeground":"#FFFFFF","statusBar.foreground":"#7E939E","statusBar.noFolderBackground":"#FAFAFA","statusBarItem.activeBackground":"#E5393580","statusBarItem.hoverBackground":"#90A4AE20","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#FAFAFA","tab.activeBorder":"#80CBC4","tab.activeForeground":"#000000","tab.activeModifiedBorder":"#758a95","tab.border":"#FAFAFA","tab.inactiveBackground":"#FAFAFA","tab.inactiveForeground":"#758a95","tab.inactiveModifiedBorder":"#89221f","tab.unfocusedActiveBorder":"#90A4AE","tab.unfocusedActiveForeground":"#90A4AE","tab.unfocusedActiveModifiedBorder":"#b72d2a","tab.unfocusedInactiveModifiedBorder":"#89221f","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#6182B8","terminal.ansiBrightBlack":"#90A4AE","terminal.ansiBrightBlue":"#6182B8","terminal.ansiBrightCyan":"#39ADB5","terminal.ansiBrightGreen":"#91B859","terminal.ansiBrightMagenta":"#9C3EDA","terminal.ansiBrightRed":"#E53935","terminal.ansiBrightWhite":"#FFFFFF","terminal.ansiBrightYellow":"#E2931D","terminal.ansiCyan":"#39ADB5","terminal.ansiGreen":"#91B859","terminal.ansiMagenta":"#9C3EDA","terminal.ansiRed":"#E53935","terminal.ansiWhite":"#FFFFFF","terminal.ansiYellow":"#E2931D","terminalCursor.background":"#000000","terminalCursor.foreground":"#E2931D","textLink.activeForeground":"#90A4AE","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#FAFAFA","titleBar.activeForeground":"#90A4AE","titleBar.border":"#FAFAFA60","titleBar.inactiveBackground":"#FAFAFA","titleBar.inactiveForeground":"#758a95","tree.indentGuidesStroke":"#B0BEC5","widget.shadow":"#00000020"},"displayName":"Material Theme Lighter","name":"material-theme-lighter","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#FAFAFA","foreground":"#90A4AE"}},{"scope":"string","settings":{"foreground":"#91B859"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#39ADB5"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#90A4AE"}},{"scope":"constant.language.boolean","settings":{"foreground":"#FF5370"}},{"scope":"constant.numeric","settings":{"foreground":"#F76D47"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#90A4AE"}},{"scope":"keyword.other","settings":{"foreground":"#F76D47"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#39ADB5"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#6182B8"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#9C3EDA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#E53935"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#E2931D"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#E2931D"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#90A4AE"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#90A4AE"}},{"scope":"punctuation","settings":{"foreground":"#39ADB5"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#E2931D"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#E53935"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#E53935"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#6182B8"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#39ADB5"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#90A4AE"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#E53935"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#E53935"}},{"scope":"constant.language.json","settings":{"foreground":"#39ADB5"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#E2931D"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F76D47"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#E2931D"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#8796B0"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#39ADB5"}},{"scope":"entity.name.tag","settings":{"foreground":"#E53935"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#9C3EDA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#90A4AE"}},{"scope":"markup.heading","settings":{"foreground":"#39ADB5"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#E53935"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#39ADB5"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#E53935"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#E53935"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#E53935"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#91B859"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#91B859"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#E53935"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#39ADB5"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#E2931D"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#E53935"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#6182B8"}},{"scope":"source.cs storage.type","settings":{"foreground":"#E2931D"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#E2931D"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#90A4AE"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#90A4AE"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#90A4AE"}},{"scope":"support.class.component","settings":{"foreground":"#E2931D"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#90A4AE"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#E53935"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#6182B8"}},{"scope":"meta.block","settings":{"foreground":"#E53935"}},{"scope":"entity.name.function.call","settings":{"foreground":"#6182B8"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#90A4AE"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#39ADB5"}},{"scope":"entity.name.function","settings":{"foreground":"#6182B8"}},{"settings":{"background":"#FAFAFA","foreground":"#90A4AE"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#E53935"}},{"scope":["markup.deleted"],"settings":{"foreground":"#E53935"}},{"scope":["markup.inserted"],"settings":{"foreground":"#91B859"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#39ADB5"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#E53935"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F76D47"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#39ADB5"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#90A4AE90"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#FF5370"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#9C3EDA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#E2931D"}},{"scope":["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":"#F76D47"}},{"scope":["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":"#E53935"}},{"scope":["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":"#916b53"}},{"scope":["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":"#6182B8"}},{"scope":["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":"#FF5370"}},{"scope":["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":"#9C3EDA"}},{"scope":["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":"#91B859"}}],"type":"light"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#0F111A","activityBar.border":"#0F111A60","activityBar.dropBackground":"#f0717880","activityBar.foreground":"#babed8","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#464B5D","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#0F111A","breadcrumb.focusForeground":"#babed8","breadcrumb.foreground":"#525975","breadcrumbPicker.background":"#0F111A","button.background":"#717CB450","button.foreground":"#ffffff","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","debugToolBar.background":"#0F111A","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","dropdown.background":"#0F111A","dropdown.border":"#FFFFFF10","editor.background":"#0F111A","editor.findMatchBackground":"#000000","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#babed8","editor.findMatchHighlightBackground":"#00000050","editor.findMatchHighlightBorder":"#ffffff30","editor.findRangeHighlightBackground":"#FFCB6B30","editor.foreground":"#babed8","editor.lineHighlightBackground":"#00000050","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#717CB450","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editorBracketMatch.background":"#0F111A","editorBracketMatch.border":"#FFCC0050","editorCursor.foreground":"#FFCC00","editorError.foreground":"#f0717870","editorGroup.border":"#00000030","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#0F111A","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","editorGutter.modifiedBackground":"#82AAFF60","editorHoverWidget.background":"#0F111A","editorHoverWidget.border":"#FFFFFF10","editorIndentGuide.activeBackground":"#3B3F51","editorIndentGuide.background":"#3B3F5170","editorInfo.foreground":"#82AAFF70","editorLineNumber.activeForeground":"#525975","editorLineNumber.foreground":"#3B3F5180","editorLink.activeForeground":"#babed8","editorMarkerNavigation.background":"#babed805","editorOverviewRuler.border":"#0F111A","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorRuler.foreground":"#3B3F51","editorSuggestWidget.background":"#0F111A","editorSuggestWidget.border":"#FFFFFF10","editorSuggestWidget.foreground":"#babed8","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorWarning.foreground":"#FFCB6B70","editorWhitespace.foreground":"#babed840","editorWidget.background":"#0F111A","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#babed8","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentForeground":"#babed8","extensionButton.prominentHoverBackground":"#C3E88D","focusBorder":"#FFFFFF00","foreground":"#babed8","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.ignoredResourceForeground":"#52597590","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","input.background":"#1A1C25","input.border":"#FFFFFF10","input.foreground":"#babed8","input.placeholderForeground":"#babed860","inputOption.activeBackground":"#babed830","inputOption.activeBorder":"#babed830","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","list.activeSelectionBackground":"#0F111A","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#babed820","list.focusForeground":"#babed8","list.highlightForeground":"#80CBC4","list.hoverBackground":"#0F111A","list.hoverForeground":"#FFFFFF","list.inactiveSelectionBackground":"#00000030","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#00000030","listFilterWidget.noMatchesOutline":"#00000030","listFilterWidget.outline":"#00000030","menu.background":"#0F111A","menu.foreground":"#babed8","menu.selectionBackground":"#00000050","menu.selectionBorder":"#00000030","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#babed8","menubar.selectionBackground":"#00000030","menubar.selectionBorder":"#00000030","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#0F111A","notifications.foreground":"#babed8","panel.background":"#0F111A","panel.border":"#0F111A60","panel.dropBackground":"#babed8","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#FFFFFF","panelTitle.inactiveForeground":"#babed8","peekView.border":"#00000030","peekViewEditor.background":"#1A1C25","peekViewEditor.matchHighlightBackground":"#717CB450","peekViewEditorGutter.background":"#1A1C25","peekViewResult.background":"#1A1C25","peekViewResult.matchHighlightBackground":"#717CB450","peekViewResult.selectionBackground":"#52597570","peekViewTitle.background":"#1A1C25","peekViewTitleDescription.foreground":"#babed860","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#0F111A","quickInput.foreground":"#525975","quickInput.list.focusBackground":"#babed820","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000030","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#8F93A220","scrollbarSlider.hoverBackground":"#8F93A210","selection.background":"#00000080","settings.checkboxBackground":"#0F111A","settings.checkboxForeground":"#babed8","settings.dropdownBackground":"#0F111A","settings.dropdownForeground":"#babed8","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#0F111A","settings.numberInputForeground":"#babed8","settings.textInputBackground":"#0F111A","settings.textInputForeground":"#babed8","sideBar.background":"#0F111A","sideBar.border":"#0F111A60","sideBar.foreground":"#525975","sideBarSectionHeader.background":"#0F111A","sideBarSectionHeader.border":"#0F111A60","sideBarTitle.foreground":"#babed8","statusBar.background":"#0F111A","statusBar.border":"#0F111A60","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#4B526D","statusBar.noFolderBackground":"#0F111A","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#464B5D20","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#0F111A","tab.activeBorder":"#80CBC4","tab.activeForeground":"#FFFFFF","tab.activeModifiedBorder":"#525975","tab.border":"#0F111A","tab.inactiveBackground":"#0F111A","tab.inactiveForeground":"#525975","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveBorder":"#464B5D","tab.unfocusedActiveForeground":"#babed8","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#464B5D","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","terminalCursor.background":"#000000","terminalCursor.foreground":"#FFCB6B","textLink.activeForeground":"#babed8","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#0F111A","titleBar.activeForeground":"#babed8","titleBar.border":"#0F111A60","titleBar.inactiveBackground":"#0F111A","titleBar.inactiveForeground":"#525975","tree.indentGuidesStroke":"#3B3F51","widget.shadow":"#00000030"},"displayName":"Material Theme Ocean","name":"material-theme-ocean","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#0F111A","foreground":"#babed8"}},{"scope":"string","settings":{"foreground":"#C3E88D"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#babed8"}},{"scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#babed8"}},{"scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#464B5D"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#464B5D"}},{"scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#babed8"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#babed8"}},{"scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f07178"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#f07178"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#464B5D"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#babed8"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#babed8"}},{"scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#babed8"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"scope":"meta.block","settings":{"foreground":"#f07178"}},{"scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#babed8"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"settings":{"background":"#0F111A","foreground":"#babed8"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#f07178"}},{"scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#babed890"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"scope":["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":"#F78C6C"}},{"scope":["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":"#f07178"}},{"scope":["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":"#916b53"}},{"scope":["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":"#82AAFF"}},{"scope":["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":"#ff9cac"}},{"scope":["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":"#C792EA"}},{"scope":["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":"#C3E88D"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#292D3E","activityBar.border":"#292D3E60","activityBar.dropBackground":"#f0717880","activityBar.foreground":"#babed8","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#676E95","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#292D3E","breadcrumb.focusForeground":"#babed8","breadcrumb.foreground":"#676E95","breadcrumbPicker.background":"#292D3E","button.background":"#717CB450","button.foreground":"#ffffff","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","debugToolBar.background":"#292D3E","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","dropdown.background":"#292D3E","dropdown.border":"#FFFFFF10","editor.background":"#292D3E","editor.findMatchBackground":"#000000","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#babed8","editor.findMatchHighlightBackground":"#00000050","editor.findMatchHighlightBorder":"#ffffff30","editor.findRangeHighlightBackground":"#FFCB6B30","editor.foreground":"#babed8","editor.lineHighlightBackground":"#00000050","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#717CB450","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editorBracketMatch.background":"#292D3E","editorBracketMatch.border":"#FFCC0050","editorCursor.foreground":"#FFCC00","editorError.foreground":"#f0717870","editorGroup.border":"#00000030","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#292D3E","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","editorGutter.modifiedBackground":"#82AAFF60","editorHoverWidget.background":"#292D3E","editorHoverWidget.border":"#FFFFFF10","editorIndentGuide.activeBackground":"#4E5579","editorIndentGuide.background":"#4E557970","editorInfo.foreground":"#82AAFF70","editorLineNumber.activeForeground":"#676E95","editorLineNumber.foreground":"#3A3F58","editorLink.activeForeground":"#babed8","editorMarkerNavigation.background":"#babed805","editorOverviewRuler.border":"#292D3E","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorRuler.foreground":"#4E5579","editorSuggestWidget.background":"#292D3E","editorSuggestWidget.border":"#FFFFFF10","editorSuggestWidget.foreground":"#babed8","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorWarning.foreground":"#FFCB6B70","editorWhitespace.foreground":"#babed840","editorWidget.background":"#292D3E","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#babed8","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentForeground":"#babed8","extensionButton.prominentHoverBackground":"#C3E88D","focusBorder":"#FFFFFF00","foreground":"#babed8","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.ignoredResourceForeground":"#676E9590","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","input.background":"#333747","input.border":"#FFFFFF10","input.foreground":"#babed8","input.placeholderForeground":"#babed860","inputOption.activeBackground":"#babed830","inputOption.activeBorder":"#babed830","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","list.activeSelectionBackground":"#292D3E","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#babed820","list.focusForeground":"#babed8","list.highlightForeground":"#80CBC4","list.hoverBackground":"#292D3E","list.hoverForeground":"#FFFFFF","list.inactiveSelectionBackground":"#00000030","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#00000030","listFilterWidget.noMatchesOutline":"#00000030","listFilterWidget.outline":"#00000030","menu.background":"#292D3E","menu.foreground":"#babed8","menu.selectionBackground":"#00000050","menu.selectionBorder":"#00000030","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#babed8","menubar.selectionBackground":"#00000030","menubar.selectionBorder":"#00000030","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#292D3E","notifications.foreground":"#babed8","panel.background":"#292D3E","panel.border":"#292D3E60","panel.dropBackground":"#babed8","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#FFFFFF","panelTitle.inactiveForeground":"#babed8","peekView.border":"#00000030","peekViewEditor.background":"#333747","peekViewEditor.matchHighlightBackground":"#717CB450","peekViewEditorGutter.background":"#333747","peekViewResult.background":"#333747","peekViewResult.matchHighlightBackground":"#717CB450","peekViewResult.selectionBackground":"#676E9570","peekViewTitle.background":"#333747","peekViewTitleDescription.foreground":"#babed860","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#292D3E","quickInput.foreground":"#676E95","quickInput.list.focusBackground":"#babed820","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000030","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#A6ACCD20","scrollbarSlider.hoverBackground":"#A6ACCD10","selection.background":"#00000080","settings.checkboxBackground":"#292D3E","settings.checkboxForeground":"#babed8","settings.dropdownBackground":"#292D3E","settings.dropdownForeground":"#babed8","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#292D3E","settings.numberInputForeground":"#babed8","settings.textInputBackground":"#292D3E","settings.textInputForeground":"#babed8","sideBar.background":"#292D3E","sideBar.border":"#292D3E60","sideBar.foreground":"#676E95","sideBarSectionHeader.background":"#292D3E","sideBarSectionHeader.border":"#292D3E60","sideBarTitle.foreground":"#babed8","statusBar.background":"#292D3E","statusBar.border":"#292D3E60","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#676E95","statusBar.noFolderBackground":"#292D3E","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#676E9520","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#292D3E","tab.activeBorder":"#80CBC4","tab.activeForeground":"#FFFFFF","tab.activeModifiedBorder":"#676E95","tab.border":"#292D3E","tab.inactiveBackground":"#292D3E","tab.inactiveForeground":"#676E95","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveBorder":"#676E95","tab.unfocusedActiveForeground":"#babed8","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#676E95","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","terminalCursor.background":"#000000","terminalCursor.foreground":"#FFCB6B","textLink.activeForeground":"#babed8","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#292D3E","titleBar.activeForeground":"#babed8","titleBar.border":"#292D3E60","titleBar.inactiveBackground":"#292D3E","titleBar.inactiveForeground":"#676E95","tree.indentGuidesStroke":"#4E5579","widget.shadow":"#00000030"},"displayName":"Material Theme Palenight","name":"material-theme-palenight","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#292D3E","foreground":"#babed8"}},{"scope":"string","settings":{"foreground":"#C3E88D"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#babed8"}},{"scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#babed8"}},{"scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#676E95"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#676E95"}},{"scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#babed8"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#babed8"}},{"scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f07178"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#f07178"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#676E95"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#babed8"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#babed8"}},{"scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#babed8"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"scope":"meta.block","settings":{"foreground":"#f07178"}},{"scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#babed8"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"settings":{"background":"#292D3E","foreground":"#babed8"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#f07178"}},{"scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#babed890"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"scope":["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":"#F78C6C"}},{"scope":["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":"#f07178"}},{"scope":["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":"#916b53"}},{"scope":["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":"#82AAFF"}},{"scope":["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":"#ff9cac"}},{"scope":["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":"#C792EA"}},{"scope":["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":"#C3E88D"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = Object.freeze(JSON.parse('{"colors":{"activityBar.background":"#1A1A1A","activityBar.foreground":"#7D7D7D","activityBarBadge.background":"#383838","badge.background":"#383838","badge.foreground":"#C1C1C1","button.background":"#333","debugIcon.breakpointCurrentStackframeForeground":"#79b8ff","debugIcon.breakpointDisabledForeground":"#848484","debugIcon.breakpointForeground":"#FF7A84","debugIcon.breakpointStackframeForeground":"#79b8ff","debugIcon.breakpointUnverifiedForeground":"#848484","debugIcon.continueForeground":"#FF7A84","debugIcon.disconnectForeground":"#FF7A84","debugIcon.pauseForeground":"#FF7A84","debugIcon.restartForeground":"#79b8ff","debugIcon.startForeground":"#79b8ff","debugIcon.stepBackForeground":"#FF7A84","debugIcon.stepIntoForeground":"#FF7A84","debugIcon.stepOutForeground":"#FF7A84","debugIcon.stepOverForeground":"#FF7A84","debugIcon.stopForeground":"#79b8ff","diffEditor.insertedTextBackground":"#3a632a4b","diffEditor.removedTextBackground":"#88063852","editor.background":"#1f1f1f","editor.lineHighlightBorder":"#303030","editorGroupHeader.tabsBackground":"#1A1A1A","editorGroupHeader.tabsBorder":"#1A1A1A","editorIndentGuide.activeBackground":"#383838","editorIndentGuide.background":"#2A2A2A","editorLineNumber.foreground":"#727272","editorRuler.foreground":"#2A2A2A","editorSuggestWidget.background":"#1A1A1A","focusBorder":"#444","foreground":"#888888","gitDecoration.ignoredResourceForeground":"#444444","input.background":"#2A2A2A","input.foreground":"#E0E0E0","inputOption.activeBackground":"#3a3a3a","list.activeSelectionBackground":"#212121","list.activeSelectionForeground":"#F5F5F5","list.focusBackground":"#292929","list.highlightForeground":"#EAEAEA","list.hoverBackground":"#262626","list.hoverForeground":"#9E9E9E","list.inactiveSelectionBackground":"#212121","list.inactiveSelectionForeground":"#F5F5F5","panelTitle.activeBorder":"#1f1f1f","panelTitle.activeForeground":"#FAFAFA","panelTitle.inactiveForeground":"#484848","peekView.border":"#444","peekViewEditor.background":"#242424","pickerGroup.border":"#363636","pickerGroup.foreground":"#EAEAEA","progressBar.background":"#FAFAFA","scrollbar.shadow":"#1f1f1f","sideBar.background":"#1A1A1A","sideBarSectionHeader.background":"#202020","statusBar.background":"#1A1A1A","statusBar.debuggingBackground":"#1A1A1A","statusBar.foreground":"#7E7E7E","statusBar.noFolderBackground":"#1A1A1A","statusBarItem.prominentBackground":"#fafafa1a","statusBarItem.remoteBackground":"#1a1a1a00","statusBarItem.remoteForeground":"#7E7E7E","symbolIcon.classForeground":"#FF9800","symbolIcon.constructorForeground":"#b392f0","symbolIcon.enumeratorForeground":"#FF9800","symbolIcon.enumeratorMemberForeground":"#79b8ff","symbolIcon.eventForeground":"#FF9800","symbolIcon.fieldForeground":"#79b8ff","symbolIcon.functionForeground":"#b392f0","symbolIcon.interfaceForeground":"#79b8ff","symbolIcon.methodForeground":"#b392f0","symbolIcon.variableForeground":"#79b8ff","tab.activeBorder":"#1e1e1e","tab.activeForeground":"#FAFAFA","tab.border":"#1A1A1A","tab.inactiveBackground":"#1A1A1A","tab.inactiveForeground":"#727272","terminal.ansiBrightBlack":"#5c5c5c","textLink.activeForeground":"#fafafa","textLink.foreground":"#CCC","titleBar.activeBackground":"#1A1A1A","titleBar.border":"#00000000"},"displayName":"Min Dark","name":"min-dark","semanticHighlighting":true,"tokenColors":[{"settings":{"foreground":"#b392f0"}},{"scope":["support.function","keyword.operator.accessor","meta.group.braces.round.function.arguments","meta.template.expression","markup.fenced_code meta.embedded.block"],"settings":{"foreground":"#b392f0"}},{"scope":"emphasis","settings":{"fontStyle":"italic"}},{"scope":["strong","markup.heading.markdown","markup.bold.markdown"],"settings":{"fontStyle":"bold","foreground":"#FF7A84"}},{"scope":["markup.italic.markdown"],"settings":{"fontStyle":"italic"}},{"scope":"meta.link.inline.markdown","settings":{"fontStyle":"underline","foreground":"#1976D2"}},{"scope":["string","markup.fenced_code","markup.inline"],"settings":{"foreground":"#9db1c5"}},{"scope":["comment","string.quoted.docstring.multi"],"settings":{"foreground":"#6b737c"}},{"scope":["constant.language","variable.language.this","variable.other.object","variable.other.class","variable.other.constant","meta.property-name","support","string.other.link.title.markdown"],"settings":{"foreground":"#79b8ff"}},{"scope":["constant.numeric","constant.other.placeholder","constant.character.format.placeholder","meta.property-value","keyword.other.unit","keyword.other.template","entity.name.tag.yaml","entity.other.attribute-name","support.type.property-name.json"],"settings":{"foreground":"#f8f8f8"}},{"scope":["keyword","storage.modifier","storage.type","storage.control.clojure","entity.name.function.clojure","support.function.node","punctuation.separator.key-value","punctuation.definition.template-expression"],"settings":{"foreground":"#f97583"}},{"scope":"variable.parameter.function","settings":{"foreground":"#FF9800"}},{"scope":["entity.name.type","entity.other.inherited-class","meta.function-call","meta.instance.constructor","entity.other.attribute-name","entity.name.function","constant.keyword.clojure"],"settings":{"foreground":"#b392f0"}},{"scope":["entity.name.tag","string.quoted","string.regexp","string.interpolated","string.template","string.unquoted.plain.out.yaml","keyword.other.template"],"settings":{"foreground":"#ffab70"}},{"scope":"token.info-token","settings":{"foreground":"#316bcd"}},{"scope":"token.warn-token","settings":{"foreground":"#cd9731"}},{"scope":"token.error-token","settings":{"foreground":"#cd3131"}},{"scope":"token.debug-token","settings":{"foreground":"#800080"}},{"scope":["punctuation.definition.arguments","punctuation.definition.dict","punctuation.separator","meta.function-call.arguments"],"settings":{"foreground":"#bbbbbb"}},{"scope":"markup.underline.link","settings":{"foreground":"#ffab70"}},{"scope":["beginning.punctuation.definition.list.markdown"],"settings":{"foreground":"#FF7A84"}},{"scope":"punctuation.definition.metadata.markdown","settings":{"foreground":"#ffab70"}},{"scope":["punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#79b8ff"}}],"type":"dark"}'));
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|