Merge pull request #1233 from mermaid-js/release-promotion
Release live editor
This commit is contained in:
+5
-5
@@ -29,8 +29,8 @@
|
||||
"@testing-library/svelte": "3.2.2",
|
||||
"@types/pako": "2.0.0",
|
||||
"@types/uuid": "9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.2",
|
||||
"@typescript-eslint/parser": "5.59.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.59.7",
|
||||
"@typescript-eslint/parser": "5.59.7",
|
||||
"@vitest/ui": "^0.31.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"c8": "7.13.0",
|
||||
@@ -64,8 +64,8 @@
|
||||
"tailwindcss": "^3.3.1",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "5.0.4",
|
||||
"vite": "^4.3.1",
|
||||
"vitest": "^0.31.0"
|
||||
"vite": "^4.3.9",
|
||||
"vitest": "^0.31.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"analytics": "0.8.1",
|
||||
@@ -73,7 +73,7 @@
|
||||
"daisyui": "2.51.6",
|
||||
"dayjs": "^1.11.7",
|
||||
"js-base64": "3.7.5",
|
||||
"mermaid": "10.1.0",
|
||||
"mermaid": "10.2.2",
|
||||
"monaco-editor": "0.38.0",
|
||||
"pako": "2.1.0",
|
||||
"random-word-slugs": "0.1.7",
|
||||
|
||||
@@ -101,7 +101,21 @@
|
||||
Argument mapping
|
||||
Tools
|
||||
Pen and paper
|
||||
Mermaid`
|
||||
Mermaid`,
|
||||
QuadrantChart: `quadrantChart
|
||||
title Reach and engagement of campaigns
|
||||
x-axis Low Reach --> High Reach
|
||||
y-axis Low Engagement --> High Engagement
|
||||
quadrant-1 We should expand
|
||||
quadrant-2 Need to promote
|
||||
quadrant-3 Re-evaluate
|
||||
quadrant-4 May be improved
|
||||
Campaign A: [0.3, 0.6]
|
||||
Campaign B: [0.45, 0.23]
|
||||
Campaign C: [0.57, 0.69]
|
||||
Campaign D: [0.78, 0.34]
|
||||
Campaign E: [0.40, 0.34]
|
||||
Campaign F: [0.35, 0.78]`
|
||||
};
|
||||
|
||||
type SampleTypes = keyof typeof samples;
|
||||
@@ -114,7 +128,7 @@
|
||||
};
|
||||
|
||||
// Adding in this array will add an icon to the preset menu
|
||||
const newDiagrams: SampleTypes[] = ['Mindmap'];
|
||||
const newDiagrams: SampleTypes[] = ['Mindmap', 'QuadrantChart'];
|
||||
const diagramOrder: SampleTypes[] = [
|
||||
'Sequence',
|
||||
'Flow',
|
||||
@@ -125,7 +139,8 @@
|
||||
'User Journey',
|
||||
'Git',
|
||||
'Pie',
|
||||
'Mindmap'
|
||||
'Mindmap',
|
||||
'QuadrantChart'
|
||||
];
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user