mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
Update version
This commit is contained in:
@@ -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",
|
||||
|
@@ -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,
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user