mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
update change
This commit is contained in:
@@ -28,6 +28,9 @@ dictionaryDefinitions:
|
|||||||
- name: suggestions
|
- name: suggestions
|
||||||
words:
|
words:
|
||||||
- none
|
- none
|
||||||
|
- disp
|
||||||
|
- subproc
|
||||||
|
- tria
|
||||||
suggestWords:
|
suggestWords:
|
||||||
- seperator:separator
|
- seperator:separator
|
||||||
- vertice:vertex
|
- vertice:vertex
|
||||||
|
@@ -48,7 +48,6 @@ import { multiWaveEdgedRectangle } from './shapes/multiWaveEdgedRectangle.js';
|
|||||||
import { windowPane } from './shapes/windowPane.js';
|
import { windowPane } from './shapes/windowPane.js';
|
||||||
import { linedWaveEdgedRect } from './shapes/linedWaveEdgedRect.js';
|
import { linedWaveEdgedRect } from './shapes/linedWaveEdgedRect.js';
|
||||||
import { taggedWaveEdgedRectangle } from './shapes/taggedWaveEdgedRectangle.js';
|
import { taggedWaveEdgedRectangle } from './shapes/taggedWaveEdgedRectangle.js';
|
||||||
import { curlyBraces } from './shapes/curlyBraces.js';
|
|
||||||
|
|
||||||
//Use these names as the left side to render shapes.
|
//Use these names as the left side to render shapes.
|
||||||
const shapes = {
|
const shapes = {
|
||||||
@@ -213,7 +212,6 @@ const shapes = {
|
|||||||
lightningBolt,
|
lightningBolt,
|
||||||
bolt: lightningBolt,
|
bolt: lightningBolt,
|
||||||
'com-link': lightningBolt,
|
'com-link': lightningBolt,
|
||||||
curlyBraces,
|
|
||||||
hourglass,
|
hourglass,
|
||||||
odd: rect_left_inv_arrow,
|
odd: rect_left_inv_arrow,
|
||||||
labelRect,
|
labelRect,
|
||||||
|
Reference in New Issue
Block a user