mermaid 11.0.0 → 11.0.1

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 (24) hide show
  1. package/dist/chunks/mermaid.core/{chunk-EPGYNGXI.mjs → chunk-5KBYQVSI.mjs} +1 -1
  2. package/dist/chunks/mermaid.core/chunk-5KBYQVSI.mjs.map +7 -0
  3. package/dist/chunks/mermaid.core/{infoDiagram-XNI67B2J.mjs → infoDiagram-QWRZVCWT.mjs} +1 -1
  4. package/dist/chunks/mermaid.esm/{chunk-CPDCSTMD.mjs → chunk-5IHFSCCY.mjs} +1 -1
  5. package/dist/chunks/mermaid.esm/chunk-5IHFSCCY.mjs.map +7 -0
  6. package/dist/chunks/mermaid.esm/{infoDiagram-QHOEILGH.mjs → infoDiagram-EVPCTLZ2.mjs} +1 -1
  7. package/dist/chunks/mermaid.esm.min/chunk-S6S45YZA.mjs +1 -0
  8. package/dist/chunks/mermaid.esm.min/chunk-S6S45YZA.mjs.map +7 -0
  9. package/dist/chunks/mermaid.esm.min/{infoDiagram-C4JUOPPU.mjs → infoDiagram-JEMQPCSC.mjs} +1 -1
  10. package/dist/mermaid.core.mjs +2 -2
  11. package/dist/mermaid.esm.min.mjs +1 -1
  12. package/dist/mermaid.esm.mjs +2 -2
  13. package/dist/mermaid.js +1 -1
  14. package/dist/mermaid.js.map +1 -1
  15. package/dist/mermaid.min.js +1 -1
  16. package/dist/mermaid.min.js.map +1 -1
  17. package/package.json +3 -5
  18. package/dist/chunks/mermaid.core/chunk-EPGYNGXI.mjs.map +0 -7
  19. package/dist/chunks/mermaid.esm/chunk-CPDCSTMD.mjs.map +0 -7
  20. package/dist/chunks/mermaid.esm.min/chunk-LWEJZQQT.mjs +0 -1
  21. package/dist/chunks/mermaid.esm.min/chunk-LWEJZQQT.mjs.map +0 -7
  22. /package/dist/chunks/mermaid.core/{infoDiagram-XNI67B2J.mjs.map → infoDiagram-QWRZVCWT.mjs.map} +0 -0
  23. /package/dist/chunks/mermaid.esm/{infoDiagram-QHOEILGH.mjs.map → infoDiagram-EVPCTLZ2.mjs.map} +0 -0
  24. /package/dist/chunks/mermaid.esm.min/{infoDiagram-C4JUOPPU.mjs.map → infoDiagram-JEMQPCSC.mjs.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "11.0.0";
2
+ var version = "11.0.1";
3
3
 
4
4
  export {
5
5
  version
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../package.json"],
4
+ "sourcesContent": ["{\n \"name\": \"mermaid\",\n \"version\": \"11.0.1\",\n \"description\": \"Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.\",\n \"type\": \"module\",\n \"module\": \"./dist/mermaid.core.mjs\",\n \"types\": \"./dist/mermaid.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/mermaid.d.ts\",\n \"import\": \"./dist/mermaid.core.mjs\",\n \"default\": \"./dist/mermaid.core.mjs\"\n },\n \"./*\": \"./*\"\n },\n \"keywords\": [\n \"diagram\",\n \"markdown\",\n \"flowchart\",\n \"sequence diagram\",\n \"gantt\",\n \"class diagram\",\n \"git graph\",\n \"mindmap\",\n \"packet diagram\",\n \"c4 diagram\",\n \"er diagram\",\n \"pie chart\",\n \"pie diagram\",\n \"quadrant chart\",\n \"requirement diagram\",\n \"graph\"\n ],\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"dev\": \"pnpm -w dev\",\n \"docs:code\": \"typedoc src/defaultConfig.ts src/config.ts src/mermaid.ts && prettier --write ./src/docs/config/setup\",\n \"docs:build\": \"rimraf ../../docs && pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts\",\n \"docs:verify\": \"pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts --verify\",\n \"docs:pre:vitepress\": \"pnpm --filter ./src/docs prefetch && rimraf src/vitepress && pnpm docs:code && tsx scripts/docs.cli.mts --vitepress && pnpm --filter ./src/vitepress install --no-frozen-lockfile --ignore-scripts\",\n \"docs:build:vitepress\": \"pnpm docs:pre:vitepress && (cd src/vitepress && pnpm run build) && cpy --flat src/docs/landing/ ./src/vitepress/.vitepress/dist/landing\",\n \"docs:dev\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:dev:docker\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev:docker\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:serve\": \"pnpm docs:build:vitepress && vitepress serve src/vitepress\",\n \"docs:spellcheck\": \"cspell \\\"src/docs/**/*.md\\\"\",\n \"docs:release-version\": \"tsx scripts/update-release-version.mts\",\n \"docs:verify-version\": \"tsx scripts/update-release-version.mts --verify\",\n \"types:build-config\": \"tsx scripts/create-types-from-json-schema.mts\",\n \"types:verify-config\": \"tsx scripts/create-types-from-json-schema.mts --verify\",\n \"checkCircle\": \"npx madge --circular ./src\",\n \"prepublishOnly\": \"pnpm docs:verify-version\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/mermaid-js/mermaid\"\n },\n \"author\": \"Knut Sveidqvist\",\n \"license\": \"MIT\",\n \"standard\": {\n \"ignore\": [\n \"**/parser/*.js\",\n \"dist/**/*.js\",\n \"cypress/**/*.js\"\n ],\n \"globals\": [\n \"page\"\n ]\n },\n \"dependencies\": {\n \"@braintree/sanitize-url\": \"^7.0.1\",\n \"@mermaid-js/parser\": \"workspace:^\",\n \"cytoscape\": \"^3.29.2\",\n \"cytoscape-cose-bilkent\": \"^4.1.0\",\n \"d3\": \"^7.9.0\",\n \"d3-sankey\": \"^0.12.3\",\n \"dagre-d3-es\": \"7.0.10\",\n \"dayjs\": \"^1.11.10\",\n \"dompurify\": \"^3.0.11\",\n \"katex\": \"^0.16.9\",\n \"khroma\": \"^2.1.0\",\n \"lodash-es\": \"^4.17.21\",\n \"marked\": \"^13.0.2\",\n \"roughjs\": \"^4.6.6\",\n \"stylis\": \"^4.3.1\",\n \"ts-dedent\": \"^2.2.0\",\n \"uuid\": \"^9.0.1\"\n },\n \"devDependencies\": {\n \"@adobe/jsonschema2md\": \"^8.0.0\",\n \"@types/cytoscape\": \"^3.21.4\",\n \"@types/d3\": \"^7.4.3\",\n \"@types/d3-sankey\": \"^0.12.4\",\n \"@types/d3-scale\": \"^4.0.8\",\n \"@types/d3-scale-chromatic\": \"^3.0.3\",\n \"@types/d3-selection\": \"^3.0.10\",\n \"@types/d3-shape\": \"^3.1.6\",\n \"@types/dompurify\": \"^3.0.5\",\n \"@types/jsdom\": \"^21.1.6\",\n \"@types/katex\": \"^0.16.7\",\n \"@types/lodash-es\": \"^4.17.12\",\n \"@types/micromatch\": \"^4.0.6\",\n \"@types/prettier\": \"^3.0.0\",\n \"@types/stylis\": \"^4.2.5\",\n \"@types/uuid\": \"^9.0.8\",\n \"ajv\": \"^8.12.0\",\n \"chokidar\": \"^3.6.0\",\n \"concurrently\": \"^8.2.2\",\n \"csstree-validator\": \"^3.0.0\",\n \"globby\": \"^14.0.1\",\n \"jison\": \"^0.4.18\",\n \"js-base64\": \"^3.7.7\",\n \"jsdom\": \"^24.0.0\",\n \"json-schema-to-typescript\": \"^13.1.2\",\n \"micromatch\": \"^4.0.5\",\n \"path-browserify\": \"^1.0.1\",\n \"prettier\": \"^3.2.5\",\n \"remark\": \"^15.0.1\",\n \"remark-frontmatter\": \"^5.0.0\",\n \"remark-gfm\": \"^4.0.0\",\n \"rimraf\": \"^5.0.5\",\n \"start-server-and-test\": \"^2.0.3\",\n \"type-fest\": \"^4.13.1\",\n \"typedoc\": \"^0.25.12\",\n \"typedoc-plugin-markdown\": \"^3.17.1\",\n \"typescript\": \"~5.4.3\",\n \"unist-util-flatmap\": \"^1.0.0\",\n \"unist-util-visit\": \"^5.0.0\",\n \"vitepress\": \"^1.0.1\",\n \"vitepress-plugin-search\": \"1.0.4-alpha.22\"\n },\n \"files\": [\n \"dist/\",\n \"README.md\"\n ],\n \"publishConfig\": {\n \"access\": \"public\"\n }\n}\n"],
5
+ "mappings": ";AAEE,cAAW;",
6
+ "names": []
7
+ }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  version
3
- } from "./chunk-EPGYNGXI.mjs";
3
+ } from "./chunk-5KBYQVSI.mjs";
4
4
  import {
5
5
  selectSvgElement
6
6
  } from "./chunk-DLZUUSFL.mjs";
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "11.0.0";
2
+ var version = "11.0.1";
3
3
 
4
4
  export {
5
5
  version
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../package.json"],
4
+ "sourcesContent": ["{\n \"name\": \"mermaid\",\n \"version\": \"11.0.1\",\n \"description\": \"Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.\",\n \"type\": \"module\",\n \"module\": \"./dist/mermaid.core.mjs\",\n \"types\": \"./dist/mermaid.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/mermaid.d.ts\",\n \"import\": \"./dist/mermaid.core.mjs\",\n \"default\": \"./dist/mermaid.core.mjs\"\n },\n \"./*\": \"./*\"\n },\n \"keywords\": [\n \"diagram\",\n \"markdown\",\n \"flowchart\",\n \"sequence diagram\",\n \"gantt\",\n \"class diagram\",\n \"git graph\",\n \"mindmap\",\n \"packet diagram\",\n \"c4 diagram\",\n \"er diagram\",\n \"pie chart\",\n \"pie diagram\",\n \"quadrant chart\",\n \"requirement diagram\",\n \"graph\"\n ],\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"dev\": \"pnpm -w dev\",\n \"docs:code\": \"typedoc src/defaultConfig.ts src/config.ts src/mermaid.ts && prettier --write ./src/docs/config/setup\",\n \"docs:build\": \"rimraf ../../docs && pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts\",\n \"docs:verify\": \"pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts --verify\",\n \"docs:pre:vitepress\": \"pnpm --filter ./src/docs prefetch && rimraf src/vitepress && pnpm docs:code && tsx scripts/docs.cli.mts --vitepress && pnpm --filter ./src/vitepress install --no-frozen-lockfile --ignore-scripts\",\n \"docs:build:vitepress\": \"pnpm docs:pre:vitepress && (cd src/vitepress && pnpm run build) && cpy --flat src/docs/landing/ ./src/vitepress/.vitepress/dist/landing\",\n \"docs:dev\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:dev:docker\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev:docker\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:serve\": \"pnpm docs:build:vitepress && vitepress serve src/vitepress\",\n \"docs:spellcheck\": \"cspell \\\"src/docs/**/*.md\\\"\",\n \"docs:release-version\": \"tsx scripts/update-release-version.mts\",\n \"docs:verify-version\": \"tsx scripts/update-release-version.mts --verify\",\n \"types:build-config\": \"tsx scripts/create-types-from-json-schema.mts\",\n \"types:verify-config\": \"tsx scripts/create-types-from-json-schema.mts --verify\",\n \"checkCircle\": \"npx madge --circular ./src\",\n \"prepublishOnly\": \"pnpm docs:verify-version\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/mermaid-js/mermaid\"\n },\n \"author\": \"Knut Sveidqvist\",\n \"license\": \"MIT\",\n \"standard\": {\n \"ignore\": [\n \"**/parser/*.js\",\n \"dist/**/*.js\",\n \"cypress/**/*.js\"\n ],\n \"globals\": [\n \"page\"\n ]\n },\n \"dependencies\": {\n \"@braintree/sanitize-url\": \"^7.0.1\",\n \"@mermaid-js/parser\": \"workspace:^\",\n \"cytoscape\": \"^3.29.2\",\n \"cytoscape-cose-bilkent\": \"^4.1.0\",\n \"d3\": \"^7.9.0\",\n \"d3-sankey\": \"^0.12.3\",\n \"dagre-d3-es\": \"7.0.10\",\n \"dayjs\": \"^1.11.10\",\n \"dompurify\": \"^3.0.11\",\n \"katex\": \"^0.16.9\",\n \"khroma\": \"^2.1.0\",\n \"lodash-es\": \"^4.17.21\",\n \"marked\": \"^13.0.2\",\n \"roughjs\": \"^4.6.6\",\n \"stylis\": \"^4.3.1\",\n \"ts-dedent\": \"^2.2.0\",\n \"uuid\": \"^9.0.1\"\n },\n \"devDependencies\": {\n \"@adobe/jsonschema2md\": \"^8.0.0\",\n \"@types/cytoscape\": \"^3.21.4\",\n \"@types/d3\": \"^7.4.3\",\n \"@types/d3-sankey\": \"^0.12.4\",\n \"@types/d3-scale\": \"^4.0.8\",\n \"@types/d3-scale-chromatic\": \"^3.0.3\",\n \"@types/d3-selection\": \"^3.0.10\",\n \"@types/d3-shape\": \"^3.1.6\",\n \"@types/dompurify\": \"^3.0.5\",\n \"@types/jsdom\": \"^21.1.6\",\n \"@types/katex\": \"^0.16.7\",\n \"@types/lodash-es\": \"^4.17.12\",\n \"@types/micromatch\": \"^4.0.6\",\n \"@types/prettier\": \"^3.0.0\",\n \"@types/stylis\": \"^4.2.5\",\n \"@types/uuid\": \"^9.0.8\",\n \"ajv\": \"^8.12.0\",\n \"chokidar\": \"^3.6.0\",\n \"concurrently\": \"^8.2.2\",\n \"csstree-validator\": \"^3.0.0\",\n \"globby\": \"^14.0.1\",\n \"jison\": \"^0.4.18\",\n \"js-base64\": \"^3.7.7\",\n \"jsdom\": \"^24.0.0\",\n \"json-schema-to-typescript\": \"^13.1.2\",\n \"micromatch\": \"^4.0.5\",\n \"path-browserify\": \"^1.0.1\",\n \"prettier\": \"^3.2.5\",\n \"remark\": \"^15.0.1\",\n \"remark-frontmatter\": \"^5.0.0\",\n \"remark-gfm\": \"^4.0.0\",\n \"rimraf\": \"^5.0.5\",\n \"start-server-and-test\": \"^2.0.3\",\n \"type-fest\": \"^4.13.1\",\n \"typedoc\": \"^0.25.12\",\n \"typedoc-plugin-markdown\": \"^3.17.1\",\n \"typescript\": \"~5.4.3\",\n \"unist-util-flatmap\": \"^1.0.0\",\n \"unist-util-visit\": \"^5.0.0\",\n \"vitepress\": \"^1.0.1\",\n \"vitepress-plugin-search\": \"1.0.4-alpha.22\"\n },\n \"files\": [\n \"dist/\",\n \"README.md\"\n ],\n \"publishConfig\": {\n \"access\": \"public\"\n }\n}\n"],
5
+ "mappings": ";AAEE,cAAW;",
6
+ "names": []
7
+ }
@@ -7,7 +7,7 @@ import "./chunk-U46M5JOB.mjs";
7
7
  import "./chunk-6N2KPTMI.mjs";
8
8
  import {
9
9
  version
10
- } from "./chunk-CPDCSTMD.mjs";
10
+ } from "./chunk-5IHFSCCY.mjs";
11
11
  import {
12
12
  selectSvgElement
13
13
  } from "./chunk-VNRP4OIW.mjs";
@@ -0,0 +1 @@
1
+ var r="11.0.1";export{r as a};
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../package.json"],
4
+ "sourcesContent": ["{\n \"name\": \"mermaid\",\n \"version\": \"11.0.1\",\n \"description\": \"Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.\",\n \"type\": \"module\",\n \"module\": \"./dist/mermaid.core.mjs\",\n \"types\": \"./dist/mermaid.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/mermaid.d.ts\",\n \"import\": \"./dist/mermaid.core.mjs\",\n \"default\": \"./dist/mermaid.core.mjs\"\n },\n \"./*\": \"./*\"\n },\n \"keywords\": [\n \"diagram\",\n \"markdown\",\n \"flowchart\",\n \"sequence diagram\",\n \"gantt\",\n \"class diagram\",\n \"git graph\",\n \"mindmap\",\n \"packet diagram\",\n \"c4 diagram\",\n \"er diagram\",\n \"pie chart\",\n \"pie diagram\",\n \"quadrant chart\",\n \"requirement diagram\",\n \"graph\"\n ],\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"dev\": \"pnpm -w dev\",\n \"docs:code\": \"typedoc src/defaultConfig.ts src/config.ts src/mermaid.ts && prettier --write ./src/docs/config/setup\",\n \"docs:build\": \"rimraf ../../docs && pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts\",\n \"docs:verify\": \"pnpm docs:spellcheck && pnpm docs:code && tsx scripts/docs.cli.mts --verify\",\n \"docs:pre:vitepress\": \"pnpm --filter ./src/docs prefetch && rimraf src/vitepress && pnpm docs:code && tsx scripts/docs.cli.mts --vitepress && pnpm --filter ./src/vitepress install --no-frozen-lockfile --ignore-scripts\",\n \"docs:build:vitepress\": \"pnpm docs:pre:vitepress && (cd src/vitepress && pnpm run build) && cpy --flat src/docs/landing/ ./src/vitepress/.vitepress/dist/landing\",\n \"docs:dev\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:dev:docker\": \"pnpm docs:pre:vitepress && concurrently \\\"pnpm --filter ./src/vitepress dev:docker\\\" \\\"tsx scripts/docs.cli.mts --watch --vitepress\\\"\",\n \"docs:serve\": \"pnpm docs:build:vitepress && vitepress serve src/vitepress\",\n \"docs:spellcheck\": \"cspell \\\"src/docs/**/*.md\\\"\",\n \"docs:release-version\": \"tsx scripts/update-release-version.mts\",\n \"docs:verify-version\": \"tsx scripts/update-release-version.mts --verify\",\n \"types:build-config\": \"tsx scripts/create-types-from-json-schema.mts\",\n \"types:verify-config\": \"tsx scripts/create-types-from-json-schema.mts --verify\",\n \"checkCircle\": \"npx madge --circular ./src\",\n \"prepublishOnly\": \"pnpm docs:verify-version\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/mermaid-js/mermaid\"\n },\n \"author\": \"Knut Sveidqvist\",\n \"license\": \"MIT\",\n \"standard\": {\n \"ignore\": [\n \"**/parser/*.js\",\n \"dist/**/*.js\",\n \"cypress/**/*.js\"\n ],\n \"globals\": [\n \"page\"\n ]\n },\n \"dependencies\": {\n \"@braintree/sanitize-url\": \"^7.0.1\",\n \"@mermaid-js/parser\": \"workspace:^\",\n \"cytoscape\": \"^3.29.2\",\n \"cytoscape-cose-bilkent\": \"^4.1.0\",\n \"d3\": \"^7.9.0\",\n \"d3-sankey\": \"^0.12.3\",\n \"dagre-d3-es\": \"7.0.10\",\n \"dayjs\": \"^1.11.10\",\n \"dompurify\": \"^3.0.11\",\n \"katex\": \"^0.16.9\",\n \"khroma\": \"^2.1.0\",\n \"lodash-es\": \"^4.17.21\",\n \"marked\": \"^13.0.2\",\n \"roughjs\": \"^4.6.6\",\n \"stylis\": \"^4.3.1\",\n \"ts-dedent\": \"^2.2.0\",\n \"uuid\": \"^9.0.1\"\n },\n \"devDependencies\": {\n \"@adobe/jsonschema2md\": \"^8.0.0\",\n \"@types/cytoscape\": \"^3.21.4\",\n \"@types/d3\": \"^7.4.3\",\n \"@types/d3-sankey\": \"^0.12.4\",\n \"@types/d3-scale\": \"^4.0.8\",\n \"@types/d3-scale-chromatic\": \"^3.0.3\",\n \"@types/d3-selection\": \"^3.0.10\",\n \"@types/d3-shape\": \"^3.1.6\",\n \"@types/dompurify\": \"^3.0.5\",\n \"@types/jsdom\": \"^21.1.6\",\n \"@types/katex\": \"^0.16.7\",\n \"@types/lodash-es\": \"^4.17.12\",\n \"@types/micromatch\": \"^4.0.6\",\n \"@types/prettier\": \"^3.0.0\",\n \"@types/stylis\": \"^4.2.5\",\n \"@types/uuid\": \"^9.0.8\",\n \"ajv\": \"^8.12.0\",\n \"chokidar\": \"^3.6.0\",\n \"concurrently\": \"^8.2.2\",\n \"csstree-validator\": \"^3.0.0\",\n \"globby\": \"^14.0.1\",\n \"jison\": \"^0.4.18\",\n \"js-base64\": \"^3.7.7\",\n \"jsdom\": \"^24.0.0\",\n \"json-schema-to-typescript\": \"^13.1.2\",\n \"micromatch\": \"^4.0.5\",\n \"path-browserify\": \"^1.0.1\",\n \"prettier\": \"^3.2.5\",\n \"remark\": \"^15.0.1\",\n \"remark-frontmatter\": \"^5.0.0\",\n \"remark-gfm\": \"^4.0.0\",\n \"rimraf\": \"^5.0.5\",\n \"start-server-and-test\": \"^2.0.3\",\n \"type-fest\": \"^4.13.1\",\n \"typedoc\": \"^0.25.12\",\n \"typedoc-plugin-markdown\": \"^3.17.1\",\n \"typescript\": \"~5.4.3\",\n \"unist-util-flatmap\": \"^1.0.0\",\n \"unist-util-visit\": \"^5.0.0\",\n \"vitepress\": \"^1.0.1\",\n \"vitepress-plugin-search\": \"1.0.4-alpha.22\"\n },\n \"files\": [\n \"dist/\",\n \"README.md\"\n ],\n \"publishConfig\": {\n \"access\": \"public\"\n }\n}\n"],
5
+ "mappings": "AAEE,IAAAA,EAAW",
6
+ "names": ["version"]
7
+ }
@@ -1,2 +1,2 @@
1
- import{a as p}from"./chunk-SMOKE4MT.mjs";import"./chunk-EHAGHLZW.mjs";import"./chunk-LHGCIUPS.mjs";import"./chunk-LNU3G5WL.mjs";import"./chunk-YSDDPGMQ.mjs";import{a as s}from"./chunk-LWEJZQQT.mjs";import{a}from"./chunk-WVHPJQMP.mjs";import"./chunk-BKDDFIKN.mjs";import"./chunk-YPUTD6PB.mjs";import"./chunk-6BY5RJGC.mjs";import{M as n,b as o}from"./chunk-NQURTBEV.mjs";import{a as r}from"./chunk-GTKDMUJJ.mjs";var m={parse:r(async t=>{let e=await p("info",t);o.debug(e)},"parse")};var c={version:s},D=r(()=>c.version,"getVersion"),f={getVersion:D};var y=r((t,e,d)=>{o.debug(`rendering info diagram
1
+ import{a as p}from"./chunk-SMOKE4MT.mjs";import"./chunk-EHAGHLZW.mjs";import"./chunk-LHGCIUPS.mjs";import"./chunk-LNU3G5WL.mjs";import"./chunk-YSDDPGMQ.mjs";import{a as s}from"./chunk-S6S45YZA.mjs";import{a}from"./chunk-WVHPJQMP.mjs";import"./chunk-BKDDFIKN.mjs";import"./chunk-YPUTD6PB.mjs";import"./chunk-6BY5RJGC.mjs";import{M as n,b as o}from"./chunk-NQURTBEV.mjs";import{a as r}from"./chunk-GTKDMUJJ.mjs";var m={parse:r(async t=>{let e=await p("info",t);o.debug(e)},"parse")};var c={version:s},D=r(()=>c.version,"getVersion"),f={getVersion:D};var y=r((t,e,d)=>{o.debug(`rendering info diagram
2
2
  `+t);let i=a(e);n(i,100,400,!0),i.append("g").append("text").attr("x",100).attr("y",40).attr("class","version").attr("font-size",32).style("text-anchor","middle").text(`v${d}`)},"draw"),g={draw:y};var T={parser:m,db:f,renderer:g};export{T as diagram};
@@ -14,7 +14,7 @@ import {
14
14
  } from "./chunks/mermaid.core/chunk-VKXSJROQ.mjs";
15
15
  import {
16
16
  version
17
- } from "./chunks/mermaid.core/chunk-EPGYNGXI.mjs";
17
+ } from "./chunks/mermaid.core/chunk-5KBYQVSI.mjs";
18
18
  import {
19
19
  selectSvgElement
20
20
  } from "./chunks/mermaid.core/chunk-DLZUUSFL.mjs";
@@ -160,7 +160,7 @@ var detector7 = /* @__PURE__ */ __name((txt) => {
160
160
  return /^\s*info/.test(txt);
161
161
  }, "detector");
162
162
  var loader7 = /* @__PURE__ */ __name(async () => {
163
- const { diagram: diagram2 } = await import("./chunks/mermaid.core/infoDiagram-XNI67B2J.mjs");
163
+ const { diagram: diagram2 } = await import("./chunks/mermaid.core/infoDiagram-QWRZVCWT.mjs");
164
164
  return { id: id7, diagram: diagram2 };
165
165
  }, "loader");
166
166
  var info = {
@@ -1,4 +1,4 @@
1
- import{a as qe}from"./chunks/mermaid.esm.min/chunk-LWEJZQQT.mjs";import{a as Fr}from"./chunks/mermaid.esm.min/chunk-WVHPJQMP.mjs";import{a as Tr}from"./chunks/mermaid.esm.min/chunk-3FRB64NS.mjs";import"./chunks/mermaid.esm.min/chunk-LCRGQYIB.mjs";import"./chunks/mermaid.esm.min/chunk-U6LOUQAF.mjs";import{a as pr}from"./chunks/mermaid.esm.min/chunk-EXTQAFXG.mjs";import{d as Ve}from"./chunks/mermaid.esm.min/chunk-YPUTD6PB.mjs";import{b as Cr,j as $e,l as Sr,m as W,n as Lr,o as _r}from"./chunks/mermaid.esm.min/chunk-F3VO2MTM.mjs";import"./chunks/mermaid.esm.min/chunk-TI4EEUUG.mjs";import"./chunks/mermaid.esm.min/chunk-6BY5RJGC.mjs";import{$ as K,A as z,B as Ar,C as se,D as nt,G as Er,M as wr,O as br,aa as fe,b as A,c as Ye,d as mr,f as dr,fa as H,g as Be,h as De,i as ve,j as gr,k as hr,r as Ae,u as Ue,v as xr,w as yr,x as Dr,y as Ge,z as vr}from"./chunks/mermaid.esm.min/chunk-NQURTBEV.mjs";import{a as o,e as it}from"./chunks/mermaid.esm.min/chunk-GTKDMUJJ.mjs";var Or="c4",tt=o(e=>/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(e),"detector"),ot=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/c4Diagram-6LVBEDL7.mjs");return{id:Or,diagram:e}},"loader"),at={id:Or,detector:tt,loader:ot},kr=at;var Ir="flowchart",lt=o((e,r)=>r?.flowchart?.defaultRenderer==="dagre-wrapper"||r?.flowchart?.defaultRenderer==="elk"?!1:/^\s*graph/.test(e),"detector"),ct=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/flowDiagram-PCJWHILS.mjs");return{id:Ir,diagram:e}},"loader"),st={id:Ir,detector:lt,loader:ct},Mr=st;var Rr="flowchart-v2",ft=o((e,r)=>r?.flowchart?.defaultRenderer==="dagre-d3"||r?.flowchart?.defaultRenderer==="elk"?!1:/^\s*graph/.test(e)&&r?.flowchart?.defaultRenderer==="dagre-wrapper"?!0:/^\s*flowchart/.test(e),"detector"),ut=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/flowDiagram-PCJWHILS.mjs");return{id:Rr,diagram:e}},"loader"),pt={id:Rr,detector:ft,loader:ut},Nr=pt;var Pr="er",mt=o(e=>/^\s*erDiagram/.test(e),"detector"),dt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/erDiagram-HJQELWRC.mjs");return{id:Pr,diagram:e}},"loader"),gt={id:Pr,detector:mt,loader:dt},jr=gt;var Hr="gitGraph",ht=o(e=>/^\s*gitGraph/.test(e),"detector"),xt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/gitGraphDiagram-RSQI745K.mjs");return{id:Hr,diagram:e}},"loader"),yt={id:Hr,detector:ht,loader:xt},Yr=yt;var Br="gantt",Dt=o(e=>/^\s*gantt/.test(e),"detector"),vt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/ganttDiagram-XEDV3WJ4.mjs");return{id:Br,diagram:e}},"loader"),At={id:Br,detector:Dt,loader:vt},Ur=At;var Gr="info",Et=o(e=>/^\s*info/.test(e),"detector"),wt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/infoDiagram-C4JUOPPU.mjs");return{id:Gr,diagram:e}},"loader"),$r={id:Gr,detector:Et,loader:wt};var Vr="pie",bt=o(e=>/^\s*pie/.test(e),"detector"),Ct=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/pieDiagram-Y73EEM5X.mjs");return{id:Vr,diagram:e}},"loader"),qr={id:Vr,detector:bt,loader:Ct};var zr="quadrantChart",St=o(e=>/^\s*quadrantChart/.test(e),"detector"),Lt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/quadrantDiagram-K5BY4R5E.mjs");return{id:zr,diagram:e}},"loader"),_t={id:zr,detector:St,loader:Lt},Kr=_t;var Wr="xychart",Tt=o(e=>/^\s*xychart-beta/.test(e),"detector"),Ft=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/xychartDiagram-BMYLAI7K.mjs");return{id:Wr,diagram:e}},"loader"),Ot={id:Wr,detector:Tt,loader:Ft},Xr=Ot;var Qr="requirement",kt=o(e=>/^\s*requirement(Diagram)?/.test(e),"detector"),It=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/requirementDiagram-UIL76LZK.mjs");return{id:Qr,diagram:e}},"loader"),Mt={id:Qr,detector:kt,loader:It},Zr=Mt;var Jr="sequence",Rt=o(e=>/^\s*sequenceDiagram/.test(e),"detector"),Nt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/sequenceDiagram-QRRC3RD4.mjs");return{id:Jr,diagram:e}},"loader"),Pt={id:Jr,detector:Rt,loader:Nt},ei=Pt;var ri="class",jt=o((e,r)=>r?.class?.defaultRenderer==="dagre-wrapper"?!1:/^\s*classDiagram/.test(e),"detector"),Ht=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/classDiagram-LICTHSGN.mjs");return{id:ri,diagram:e}},"loader"),Yt={id:ri,detector:jt,loader:Ht},ii=Yt;var ni="classDiagram",Bt=o((e,r)=>/^\s*classDiagram/.test(e)&&r?.class?.defaultRenderer==="dagre-wrapper"?!0:/^\s*classDiagram-v2/.test(e),"detector"),Ut=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/classDiagram-v2-LFAQYJ45.mjs");return{id:ni,diagram:e}},"loader"),Gt={id:ni,detector:Bt,loader:Ut},ti=Gt;var oi="state",$t=o((e,r)=>r?.state?.defaultRenderer==="dagre-wrapper"?!1:/^\s*stateDiagram/.test(e),"detector"),Vt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/stateDiagram-EWO6VBHP.mjs");return{id:oi,diagram:e}},"loader"),qt={id:oi,detector:$t,loader:Vt},ai=qt;var li="stateDiagram",zt=o((e,r)=>!!(/^\s*stateDiagram-v2/.test(e)||/^\s*stateDiagram/.test(e)&&r?.state?.defaultRenderer==="dagre-wrapper"),"detector"),Kt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/stateDiagram-v2-ZVXMW53H.mjs");return{id:li,diagram:e}},"loader"),Wt={id:li,detector:zt,loader:Kt},ci=Wt;var si="journey",Xt=o(e=>/^\s*journey/.test(e),"detector"),Qt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/journeyDiagram-VRXW2F6L.mjs");return{id:si,diagram:e}},"loader"),Zt={id:si,detector:Xt,loader:Qt},fi=Zt;var Jt=o((e,r,i)=>{A.debug(`rendering svg for syntax error
1
+ import{a as qe}from"./chunks/mermaid.esm.min/chunk-S6S45YZA.mjs";import{a as Fr}from"./chunks/mermaid.esm.min/chunk-WVHPJQMP.mjs";import{a as Tr}from"./chunks/mermaid.esm.min/chunk-3FRB64NS.mjs";import"./chunks/mermaid.esm.min/chunk-LCRGQYIB.mjs";import"./chunks/mermaid.esm.min/chunk-U6LOUQAF.mjs";import{a as pr}from"./chunks/mermaid.esm.min/chunk-EXTQAFXG.mjs";import{d as Ve}from"./chunks/mermaid.esm.min/chunk-YPUTD6PB.mjs";import{b as Cr,j as $e,l as Sr,m as W,n as Lr,o as _r}from"./chunks/mermaid.esm.min/chunk-F3VO2MTM.mjs";import"./chunks/mermaid.esm.min/chunk-TI4EEUUG.mjs";import"./chunks/mermaid.esm.min/chunk-6BY5RJGC.mjs";import{$ as K,A as z,B as Ar,C as se,D as nt,G as Er,M as wr,O as br,aa as fe,b as A,c as Ye,d as mr,f as dr,fa as H,g as Be,h as De,i as ve,j as gr,k as hr,r as Ae,u as Ue,v as xr,w as yr,x as Dr,y as Ge,z as vr}from"./chunks/mermaid.esm.min/chunk-NQURTBEV.mjs";import{a as o,e as it}from"./chunks/mermaid.esm.min/chunk-GTKDMUJJ.mjs";var Or="c4",tt=o(e=>/^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(e),"detector"),ot=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/c4Diagram-6LVBEDL7.mjs");return{id:Or,diagram:e}},"loader"),at={id:Or,detector:tt,loader:ot},kr=at;var Ir="flowchart",lt=o((e,r)=>r?.flowchart?.defaultRenderer==="dagre-wrapper"||r?.flowchart?.defaultRenderer==="elk"?!1:/^\s*graph/.test(e),"detector"),ct=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/flowDiagram-PCJWHILS.mjs");return{id:Ir,diagram:e}},"loader"),st={id:Ir,detector:lt,loader:ct},Mr=st;var Rr="flowchart-v2",ft=o((e,r)=>r?.flowchart?.defaultRenderer==="dagre-d3"||r?.flowchart?.defaultRenderer==="elk"?!1:/^\s*graph/.test(e)&&r?.flowchart?.defaultRenderer==="dagre-wrapper"?!0:/^\s*flowchart/.test(e),"detector"),ut=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/flowDiagram-PCJWHILS.mjs");return{id:Rr,diagram:e}},"loader"),pt={id:Rr,detector:ft,loader:ut},Nr=pt;var Pr="er",mt=o(e=>/^\s*erDiagram/.test(e),"detector"),dt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/erDiagram-HJQELWRC.mjs");return{id:Pr,diagram:e}},"loader"),gt={id:Pr,detector:mt,loader:dt},jr=gt;var Hr="gitGraph",ht=o(e=>/^\s*gitGraph/.test(e),"detector"),xt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/gitGraphDiagram-RSQI745K.mjs");return{id:Hr,diagram:e}},"loader"),yt={id:Hr,detector:ht,loader:xt},Yr=yt;var Br="gantt",Dt=o(e=>/^\s*gantt/.test(e),"detector"),vt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/ganttDiagram-XEDV3WJ4.mjs");return{id:Br,diagram:e}},"loader"),At={id:Br,detector:Dt,loader:vt},Ur=At;var Gr="info",Et=o(e=>/^\s*info/.test(e),"detector"),wt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/infoDiagram-JEMQPCSC.mjs");return{id:Gr,diagram:e}},"loader"),$r={id:Gr,detector:Et,loader:wt};var Vr="pie",bt=o(e=>/^\s*pie/.test(e),"detector"),Ct=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/pieDiagram-Y73EEM5X.mjs");return{id:Vr,diagram:e}},"loader"),qr={id:Vr,detector:bt,loader:Ct};var zr="quadrantChart",St=o(e=>/^\s*quadrantChart/.test(e),"detector"),Lt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/quadrantDiagram-K5BY4R5E.mjs");return{id:zr,diagram:e}},"loader"),_t={id:zr,detector:St,loader:Lt},Kr=_t;var Wr="xychart",Tt=o(e=>/^\s*xychart-beta/.test(e),"detector"),Ft=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/xychartDiagram-BMYLAI7K.mjs");return{id:Wr,diagram:e}},"loader"),Ot={id:Wr,detector:Tt,loader:Ft},Xr=Ot;var Qr="requirement",kt=o(e=>/^\s*requirement(Diagram)?/.test(e),"detector"),It=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/requirementDiagram-UIL76LZK.mjs");return{id:Qr,diagram:e}},"loader"),Mt={id:Qr,detector:kt,loader:It},Zr=Mt;var Jr="sequence",Rt=o(e=>/^\s*sequenceDiagram/.test(e),"detector"),Nt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/sequenceDiagram-QRRC3RD4.mjs");return{id:Jr,diagram:e}},"loader"),Pt={id:Jr,detector:Rt,loader:Nt},ei=Pt;var ri="class",jt=o((e,r)=>r?.class?.defaultRenderer==="dagre-wrapper"?!1:/^\s*classDiagram/.test(e),"detector"),Ht=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/classDiagram-LICTHSGN.mjs");return{id:ri,diagram:e}},"loader"),Yt={id:ri,detector:jt,loader:Ht},ii=Yt;var ni="classDiagram",Bt=o((e,r)=>/^\s*classDiagram/.test(e)&&r?.class?.defaultRenderer==="dagre-wrapper"?!0:/^\s*classDiagram-v2/.test(e),"detector"),Ut=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/classDiagram-v2-LFAQYJ45.mjs");return{id:ni,diagram:e}},"loader"),Gt={id:ni,detector:Bt,loader:Ut},ti=Gt;var oi="state",$t=o((e,r)=>r?.state?.defaultRenderer==="dagre-wrapper"?!1:/^\s*stateDiagram/.test(e),"detector"),Vt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/stateDiagram-EWO6VBHP.mjs");return{id:oi,diagram:e}},"loader"),qt={id:oi,detector:$t,loader:Vt},ai=qt;var li="stateDiagram",zt=o((e,r)=>!!(/^\s*stateDiagram-v2/.test(e)||/^\s*stateDiagram/.test(e)&&r?.state?.defaultRenderer==="dagre-wrapper"),"detector"),Kt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/stateDiagram-v2-ZVXMW53H.mjs");return{id:li,diagram:e}},"loader"),Wt={id:li,detector:zt,loader:Kt},ci=Wt;var si="journey",Xt=o(e=>/^\s*journey/.test(e),"detector"),Qt=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/journeyDiagram-VRXW2F6L.mjs");return{id:si,diagram:e}},"loader"),Zt={id:si,detector:Xt,loader:Qt},fi=Zt;var Jt=o((e,r,i)=>{A.debug(`rendering svg for syntax error
2
2
  `);let t=Fr(r),n=t.append("g");t.attr("viewBox","0 0 2412 512"),wr(t,100,512,!0),n.append("path").attr("class","error-icon").attr("d","m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"),n.append("path").attr("class","error-icon").attr("d","m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"),n.append("path").attr("class","error-icon").attr("d","m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"),n.append("path").attr("class","error-icon").attr("d","m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"),n.append("path").attr("class","error-icon").attr("d","m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"),n.append("path").attr("class","error-icon").attr("d","m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"),n.append("text").attr("class","error-text").attr("x",1440).attr("y",250).attr("font-size","150px").style("text-anchor","middle").text("Syntax error in text"),n.append("text").attr("class","error-text").attr("x",1250).attr("y",400).attr("font-size","100px").style("text-anchor","middle").text(`mermaid version ${i}`)},"draw"),ze={draw:Jt},ui=ze;var eo={db:{},renderer:ze,parser:{parse:o(()=>{},"parse")}},pi=eo;var mi="flowchart-elk",ro=o((e,r={})=>/^\s*flowchart-elk/.test(e)||/^\s*flowchart|graph/.test(e)&&r?.flowchart?.defaultRenderer==="elk"?(r.layout="elk",!0):!1,"detector"),io=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/flowDiagram-PCJWHILS.mjs");return{id:mi,diagram:e}},"loader"),no={id:mi,detector:ro,loader:io},di=no;var gi="timeline",to=o(e=>/^\s*timeline/.test(e),"detector"),oo=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/timeline-definition-MHTE3MCH.mjs");return{id:gi,diagram:e}},"loader"),ao={id:gi,detector:to,loader:oo},hi=ao;var xi="mindmap",lo=o(e=>/^\s*mindmap/.test(e),"detector"),co=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/mindmap-definition-QTMBWJHI.mjs");return{id:xi,diagram:e}},"loader"),so={id:xi,detector:lo,loader:co},yi=so;var Di="sankey",fo=o(e=>/^\s*sankey-beta/.test(e),"detector"),uo=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/sankeyDiagram-F3GI3WFI.mjs");return{id:Di,diagram:e}},"loader"),po={id:Di,detector:fo,loader:uo},vi=po;var Ai="packet",mo=o(e=>/^\s*packet-beta/.test(e),"detector"),go=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/diagram-7HIIQHX6.mjs");return{id:Ai,diagram:e}},"loader"),Ei={id:Ai,detector:mo,loader:go};var wi="block",ho=o(e=>/^\s*block-beta/.test(e),"detector"),xo=o(async()=>{let{diagram:e}=await import("./chunks/mermaid.esm.min/blockDiagram-KCA46HIB.mjs");return{id:wi,diagram:e}},"loader"),yo={id:wi,detector:ho,loader:xo},bi=yo;var Ci=!1,ee=o(()=>{Ci||(Ci=!0,K("error",pi,e=>e.toLowerCase().trim()==="error"),K("---",{db:{clear:o(()=>{},"clear")},styles:{},renderer:{draw:o(()=>{},"draw")},parser:{parse:o(()=>{throw new Error("Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks")},"parse")},init:o(()=>null,"init")},e=>e.toLowerCase().trimStart().startsWith("---")),ve(kr,ti,ii,jr,Ur,$r,qr,Zr,ei,di,Nr,Mr,yi,hi,Yr,ci,ai,fi,Kr,vi,Ei,Xr,bi))},"addDiagrams");var Si=o(async()=>{A.debug("Loading registered diagrams");let r=(await Promise.allSettled(Object.entries(Be).map(async([i,{detector:t,loader:n}])=>{if(n)try{fe(i)}catch{try{let{diagram:l,id:a}=await n();K(a,l,t)}catch(l){throw A.error(`Failed to load external diagram with key ${i}. Removing from detectors.`),delete Be[i],l}}}))).filter(i=>i.status==="rejected");if(r.length>0){A.error(`Failed to load ${r.length} external diagrams`);for(let i of r)A.error(i);throw new Error(`Failed to load ${r.length} external diagrams`)}},"loadRegisteredDiagrams");var Ee="comm",we="rule",be="decl";var Li="@import";var _i="@keyframes";var Ti="@layer";var Ke=Math.abs,ue=String.fromCharCode;function Ce(e){return e.trim()}o(Ce,"trim");function pe(e,r,i){return e.replace(r,i)}o(pe,"replace");function Fi(e,r,i){return e.indexOf(r,i)}o(Fi,"indexof");function X(e,r){return e.charCodeAt(r)|0}o(X,"charat");function Q(e,r,i){return e.slice(r,i)}o(Q,"substr");function O(e){return e.length}o(O,"strlen");function Oi(e){return e.length}o(Oi,"sizeof");function re(e,r){return r.push(e),e}o(re,"append");var Se=1,ie=1,ki=0,k=0,w=0,ne="";function Le(e,r,i,t,n,l,a,c){return{value:e,root:r,parent:i,type:t,props:n,children:l,line:Se,column:ie,length:a,return:"",siblings:c}}o(Le,"node");function Ii(){return w}o(Ii,"char");function Mi(){return w=k>0?X(ne,--k):0,ie--,w===10&&(ie=1,Se--),w}o(Mi,"prev");function I(){return w=k<ki?X(ne,k++):0,ie++,w===10&&(ie=1,Se++),w}o(I,"next");function U(){return X(ne,k)}o(U,"peek");function me(){return k}o(me,"caret");function _e(e,r){return Q(ne,e,r)}o(_e,"slice");function We(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}o(We,"token");function Ri(e){return Se=ie=1,ki=O(ne=e),k=0,[]}o(Ri,"alloc");function Ni(e){return ne="",e}o(Ni,"dealloc");function Te(e){return Ce(_e(k-1,Xe(e===91?e+2:e===40?e+1:e)))}o(Te,"delimit");function Pi(e){for(;(w=U())&&w<33;)I();return We(e)>2||We(w)>3?"":" "}o(Pi,"whitespace");function ji(e,r){for(;--r&&I()&&!(w<48||w>102||w>57&&w<65||w>70&&w<97););return _e(e,me()+(r<6&&U()==32&&I()==32))}o(ji,"escaping");function Xe(e){for(;I();)switch(w){case e:return k;case 34:case 39:e!==34&&e!==39&&Xe(w);break;case 40:e===41&&Xe(e);break;case 92:I();break}return k}o(Xe,"delimiter");function Hi(e,r){for(;I()&&e+w!==57;)if(e+w===84&&U()===47)break;return"/*"+_e(r,k-1)+"*"+ue(e===47?e:I())}o(Hi,"commenter");function Yi(e){for(;!We(U());)I();return _e(e,k)}o(Yi,"identifier");function Gi(e){return Ni(Fe("",null,null,null,[""],e=Ri(e),0,[0],e))}o(Gi,"compile");function Fe(e,r,i,t,n,l,a,c,s){for(var u=0,p=0,f=a,m=0,d=0,y=0,x=1,D=1,E=1,h=0,M="",j=n,N=l,F=t,v=M;D;)switch(y=h,h=I()){case 40:if(y!=108&&X(v,f-1)==58){Fi(v+=pe(Te(h),"&","&\f"),"&\f",Ke(u?c[u-1]:0))!=-1&&(E=-1);break}case 34:case 39:case 91:v+=Te(h);break;case 9:case 10:case 13:case 32:v+=Pi(y);break;case 92:v+=ji(me()-1,7);continue;case 47:switch(U()){case 42:case 47:re(Do(Hi(I(),me()),r,i,s),s);break;default:v+="/"}break;case 123*x:c[u++]=O(v)*E;case 125*x:case 59:case 0:switch(h){case 0:case 125:D=0;case 59+p:E==-1&&(v=pe(v,/\f/g,"")),d>0&&O(v)-f&&re(d>32?Ui(v+";",t,i,f-1,s):Ui(pe(v," ","")+";",t,i,f-2,s),s);break;case 59:v+=";";default:if(re(F=Bi(v,r,i,u,p,n,c,M,j=[],N=[],f,l),l),h===123)if(p===0)Fe(v,r,F,F,j,l,f,c,N);else switch(m===99&&X(v,3)===110?100:m){case 100:case 108:case 109:case 115:Fe(e,F,F,t&&re(Bi(e,F,F,0,0,n,c,M,n,j=[],f,N),N),n,N,f,c,t?j:N);break;default:Fe(v,F,F,F,[""],N,0,c,N)}}u=p=d=0,x=E=1,M=v="",f=a;break;case 58:f=1+O(v),d=y;default:if(x<1){if(h==123)--x;else if(h==125&&x++==0&&Mi()==125)continue}switch(v+=ue(h),h*x){case 38:E=p>0?1:(v+="\f",-1);break;case 44:c[u++]=(O(v)-1)*E,E=1;break;case 64:U()===45&&(v+=Te(I())),m=U(),p=f=O(M=v+=Yi(me())),h++;break;case 45:y===45&&O(v)==2&&(x=0)}}return l}o(Fe,"parse");function Bi(e,r,i,t,n,l,a,c,s,u,p,f){for(var m=n-1,d=n===0?l:[""],y=Oi(d),x=0,D=0,E=0;x<t;++x)for(var h=0,M=Q(e,m+1,m=Ke(D=a[x])),j=e;h<y;++h)(j=Ce(D>0?d[h]+" "+M:pe(M,/&\f/g,d[h])))&&(s[E++]=j);return Le(e,r,i,n===0?we:c,s,u,p,f)}o(Bi,"ruleset");function Do(e,r,i,t){return Le(e,r,i,Ee,ue(Ii()),Q(e,2,-2),0,t)}o(Do,"comment");function Ui(e,r,i,t,n){return Le(e,r,i,be,Q(e,0,t),Q(e,t+1,-1),t,n)}o(Ui,"declaration");function Oe(e,r){for(var i="",t=0;t<e.length;t++)i+=r(e[t],t,e,r)||"";return i}o(Oe,"serialize");function $i(e,r,i,t){switch(e.type){case Ti:if(e.children.length)break;case Li:case be:return e.return=e.return||e.value;case Ee:return"";case _i:return e.return=e.value+"{"+Oe(e.children,t)+"}";case we:if(!O(e.value=e.props.join(",")))return""}return O(i=Oe(e.children,t))?e.return=e.value+"{"+i+"}":""}o($i,"stringify");var te=class e{constructor(r,i,t,n,l){this.type=r;this.text=i;this.db=t;this.parser=n;this.renderer=l}static{o(this,"Diagram")}static async fromText(r,i={}){let t=z(),n=De(r,t);r=Lr(r)+`
3
3
  `;try{fe(n)}catch{let u=gr(n);if(!u)throw new dr(`Diagram ${n} not found.`);let{id:p,diagram:f}=await u();K(p,f)}let{db:l,parser:a,renderer:c,init:s}=fe(n);return a.parser&&(a.parser.yy=l),l.clear?.(),s?.(t),i.title&&l.setDiagramTitle?.(i.title),await a.parse(r),new e(n,r,l,a,c)}async render(r,i){await this.renderer.draw(this.text,r,i,this)}getParser(){return this.parser}getType(){return this.type}};var Vi=[];var qi=o(()=>{Vi.forEach(e=>{e()}),Vi=[]},"attachFunctions");var Vn=it(nt(),1);var Ao="graphics-document document";function zi(e,r){e.attr("role",Ao),r!==""&&e.attr("aria-roledescription",r)}o(zi,"setA11yDiagramInfo");function Ki(e,r,i,t){if(e.insert!==void 0){if(i){let n=`chart-desc-${t}`;e.attr("aria-describedby",n),e.insert("desc",":first-child").attr("id",n).text(i)}if(r){let n=`chart-title-${t}`;e.attr("aria-labelledby",n),e.insert("title",":first-child").attr("id",n).text(r)}}}o(Ki,"addSVGa11yTitleDescription");var Wi=o(e=>e.replace(/^\s*%%(?!{)[^\n]+\n?/gm,"").trimStart(),"cleanupComments");function pn(e){return typeof e>"u"||e===null}o(pn,"isNothing");function Eo(e){return typeof e=="object"&&e!==null}o(Eo,"isObject");function wo(e){return Array.isArray(e)?e:pn(e)?[]:[e]}o(wo,"toArray");function bo(e,r){var i,t,n,l;if(r)for(l=Object.keys(r),i=0,t=l.length;i<t;i+=1)n=l[i],e[n]=r[n];return e}o(bo,"extend");function Co(e,r){var i="",t;for(t=0;t<r;t+=1)i+=e;return i}o(Co,"repeat");function So(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}o(So,"isNegativeZero");var Lo=pn,_o=Eo,To=wo,Fo=Co,Oo=So,ko=bo,C={isNothing:Lo,isObject:_o,toArray:To,repeat:Fo,isNegativeZero:Oo,extend:ko};function mn(e,r){var i="",t=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(i+='in "'+e.mark.name+'" '),i+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!r&&e.mark.snippet&&(i+=`
4
4
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  version
3
- } from "./chunks/mermaid.esm/chunk-CPDCSTMD.mjs";
3
+ } from "./chunks/mermaid.esm/chunk-5IHFSCCY.mjs";
4
4
  import {
5
5
  selectSvgElement
6
6
  } from "./chunks/mermaid.esm/chunk-VNRP4OIW.mjs";
@@ -169,7 +169,7 @@ var detector7 = /* @__PURE__ */ __name((txt) => {
169
169
  return /^\s*info/.test(txt);
170
170
  }, "detector");
171
171
  var loader7 = /* @__PURE__ */ __name(async () => {
172
- const { diagram: diagram2 } = await import("./chunks/mermaid.esm/infoDiagram-QHOEILGH.mjs");
172
+ const { diagram: diagram2 } = await import("./chunks/mermaid.esm/infoDiagram-EVPCTLZ2.mjs");
173
173
  return { id: id7, diagram: diagram2 };
174
174
  }, "loader");
175
175
  var info = {
package/dist/mermaid.js CHANGED
@@ -75509,7 +75509,7 @@ ${content}`;
75509
75509
  var version2;
75510
75510
  var init_package = __esm({
75511
75511
  "package.json"() {
75512
- version2 = "11.0.0";
75512
+ version2 = "11.0.1";
75513
75513
  }
75514
75514
  });
75515
75515