Update version

This commit is contained in:
Ashish Jain
2024-07-01 11:26:30 +02:00
parent 442d5077d3
commit 0ab49e1e3d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mermaid-chart/mermaid",
"version": "11.0.0-b.34",
"version": "11.0.0-b.36",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"module": "./dist/mermaid.core.mjs",

View File

@@ -397,7 +397,7 @@ const drawActorTypeParticipant = function (elem, actor, conf, isFooter) {
g.attr('data-id', actor.name);
}
await _drawTextCandidateFunc(conf, hasKatex(actor.description))(
_drawTextCandidateFunc(conf, hasKatex(actor.description))(
actor.description,
g,
rect.x,

View File

@@ -341,7 +341,7 @@ const divider = (parent, node) => {
} else {
rect = outerRectG.insert('rect', ':first-child');
let outerRectClass = 'outer';
if (look === 'neo') {
if (node.look === 'neo') {
outerRectClass = 'divider';
} else {
outerRectClass = 'divider';