From 22aca7b3eeecce233a5dd41d71f3d2c585d26c3b Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Fri, 25 Mar 2022 08:56:22 +0100 Subject: [PATCH] #1252 Adding background on commit labels --- cypress/platform/gitgraph2.html | 13 +- cypress/platform/showcase_base.html | 13 +- cypress/platform/showcase_base_dark.html | 14 +- cypress/platform/showcase_dark.html | 13 +- cypress/platform/showcase_default.html | 15 +- cypress/platform/showcase_forest.html | 11 +- cypress/platform/showcase_neutral.html | 11 +- dist/mermaid.core.js | 2932 +++++++--- dist/mermaid.core.js.map | 2 +- dist/mermaid.js | 6618 +++++++++++++--------- dist/mermaid.js.map | 2 +- docs/Setup.md | 2 +- docs/examples.md | 21 +- docs/index.html | 4 +- src/diagrams/git/gitGraphRenderer.js | 99 +- src/diagrams/git/styles.js | 7 +- src/themes/theme-base.js | 5 +- src/themes/theme-dark.js | 8 +- src/themes/theme-default.js | 6 + src/themes/theme-forest.js | 6 + src/themes/theme-neutral.js | 6 + 21 files changed, 6189 insertions(+), 3619 deletions(-) diff --git a/cypress/platform/gitgraph2.html b/cypress/platform/gitgraph2.html index 318643785..7f41d0820 100644 --- a/cypress/platform/gitgraph2.html +++ b/cypress/platform/gitgraph2.html @@ -9,7 +9,7 @@