crossnote 0.8.16 → 0.8.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/README.md +4 -0
  2. package/out/cjs/index.cjs +147 -147
  3. package/out/dependencies/README.md +1 -1
  4. package/out/dependencies/mermaid/mermaid.min.js +198 -199
  5. package/out/esm/index.mjs +144 -144
  6. package/out/styles/preview.css +1 -1
  7. package/out/styles/preview_theme/atom-dark.css +1 -1
  8. package/out/styles/preview_theme/atom-light.css +1 -1
  9. package/out/styles/preview_theme/atom-material.css +1 -1
  10. package/out/styles/preview_theme/github-dark.css +1 -1
  11. package/out/styles/preview_theme/github-light.css +1 -1
  12. package/out/styles/preview_theme/gothic.css +1 -1
  13. package/out/styles/preview_theme/medium.css +1 -1
  14. package/out/styles/preview_theme/monokai.css +1 -1
  15. package/out/styles/preview_theme/newsprint.css +1 -1
  16. package/out/styles/preview_theme/night.css +1 -1
  17. package/out/styles/preview_theme/one-dark.css +1 -1
  18. package/out/styles/preview_theme/one-light.css +1 -1
  19. package/out/styles/preview_theme/solarized-dark.css +1 -1
  20. package/out/styles/preview_theme/solarized-light.css +1 -1
  21. package/out/styles/preview_theme/vue.css +1 -1
  22. package/out/styles/prism_theme/github-dark.css +1 -1
  23. package/out/styles/style-template.css +1 -1
  24. package/out/types/src/custom-markdown-it-features/curly-bracket-attributes.d.ts +3 -0
  25. package/out/types/src/index.d.ts +1 -0
  26. package/out/types/src/notebook/types.d.ts +5 -0
  27. package/out/types/src/render-enhancers/resolved-image-paths.d.ts +1 -1
  28. package/out/types/src/utility.d.ts +2 -1
  29. package/out/types/src/webview/components/FloatingActions.d.ts +2 -0
  30. package/out/types/src/webview/components/MarkdownEditor.d.ts +2 -0
  31. package/out/types/src/webview/containers/preview.d.ts +7 -0
  32. package/out/types/test/markdown/transformer.test.d.ts +1 -0
  33. package/out/types/tsconfig.tsbuildinfo +1 -1
  34. package/out/webview/backlinks.css +1 -1
  35. package/out/webview/backlinks.js +8 -8
  36. package/out/webview/preview.css +1 -1
  37. package/out/webview/preview.js +2440 -11
  38. package/package.json +14 -8
@@ -6,7 +6,7 @@ I managed some of the libraries by myself instead of through npm to reduce the o
6
6
  {
7
7
  "font-awesome": "4.7",
8
8
  "katex": "v0.16.8", // Only keep the css and fonts files.
9
- "mermaid": "10.4.0", // https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
9
+ "mermaid": "10.5.0", // https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
10
10
  "reveal": "4.6.0",
11
11
  "vega-embed": "6.22.2", // https://cdn.jsdelivr.net/npm/vega-embed@6.22.2/build/vega-embed.min.js
12
12
  "wavedrom": "2.9.1"