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",
|
"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.",
|
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/mermaid.core.mjs",
|
"module": "./dist/mermaid.core.mjs",
|
||||||
|
@@ -397,7 +397,7 @@ const drawActorTypeParticipant = function (elem, actor, conf, isFooter) {
|
|||||||
g.attr('data-id', actor.name);
|
g.attr('data-id', actor.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
await _drawTextCandidateFunc(conf, hasKatex(actor.description))(
|
_drawTextCandidateFunc(conf, hasKatex(actor.description))(
|
||||||
actor.description,
|
actor.description,
|
||||||
g,
|
g,
|
||||||
rect.x,
|
rect.x,
|
||||||
|
@@ -341,7 +341,7 @@ const divider = (parent, node) => {
|
|||||||
} else {
|
} else {
|
||||||
rect = outerRectG.insert('rect', ':first-child');
|
rect = outerRectG.insert('rect', ':first-child');
|
||||||
let outerRectClass = 'outer';
|
let outerRectClass = 'outer';
|
||||||
if (look === 'neo') {
|
if (node.look === 'neo') {
|
||||||
outerRectClass = 'divider';
|
outerRectClass = 'divider';
|
||||||
} else {
|
} else {
|
||||||
outerRectClass = 'divider';
|
outerRectClass = 'divider';
|
||||||
|
Reference in New Issue
Block a user