summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-26 21:44:28 +0200
commit58e2c9ae87f09dac79ecf962331ae2c51f4ba7f1 (patch)
treed819d1747427f81d1883a715ec60d13d575053e4 /themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js
parentb1a7697b03cfb0143af78993387f758836e842bf (diff)
update the theme
Diffstat (limited to 'themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js')
-rw-r--r--themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js b/themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js
new file mode 100644
index 0000000..0f914e5
--- /dev/null
+++ b/themes/blowfish/assets/lib/mermaid/flowDiagram-v2-f2119625.js
@@ -0,0 +1,25 @@
+import { p as e, f as o } from "./flowDb-9a89ea33.js";
+import { f as t, g as a } from "./styles-e75131e4.js";
+import { u as i } from "./mermaid-9f2aa176.js";
+import "./graph-0ee63739.js";
+import "./index-bb6d8841.js";
+import "./layout-fd473db2.js";
+import "./clone-afc2f047.js";
+import "./edges-16357fde.js";
+import "./createText-03b82060.js";
+import "./line-24d93f1b.js";
+import "./array-2ff2c7a6.js";
+import "./path-428ebac9.js";
+import "./channel-ebbc4130.js";
+const M = {
+ parser: e,
+ db: o,
+ renderer: t,
+ styles: a,
+ init: (r) => {
+ r.flowchart || (r.flowchart = {}), r.flowchart.arrowMarkerAbsolute = r.arrowMarkerAbsolute, i({ flowchart: { arrowMarkerAbsolute: r.arrowMarkerAbsolute } }), t.setConf(r.flowchart), o.clear(), o.setGen("gen-2");
+ }
+};
+export {
+ M as diagram
+};