This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib): update mermaid to v8.4.2, echarts to v4.5.0, typeit to v6.…
…1.1(modern)
- Loading branch information
Showing
19 changed files
with
182 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
g.stateGroup text { | ||
fill: $nodeBorder; | ||
stroke: none; | ||
font-size: 10px; | ||
font-family: 'trebuchet ms', verdana, arial; | ||
font-family: var(--mermaid-font-family); | ||
} | ||
g.stateGroup text { | ||
fill: $nodeBorder; | ||
stroke: none; | ||
font-size: 10px; | ||
|
||
} | ||
g.stateGroup .state-title { | ||
font-weight: bolder; | ||
fill: $labelColor; | ||
} | ||
|
||
g.stateGroup rect { | ||
fill: $nodeBkg; | ||
stroke: $nodeBorder; | ||
} | ||
|
||
g.stateGroup line { | ||
stroke: $nodeBorder; | ||
stroke-width: 1; | ||
} | ||
|
||
.transition { | ||
stroke: $nodeBorder; | ||
stroke-width: 1; | ||
fill: none; | ||
} | ||
|
||
.stateGroup .composit { | ||
fill: white; | ||
border-bottom: 1px | ||
} | ||
|
||
.state-note { | ||
stroke: $noteBorderColor; | ||
fill: $noteBkgColor; | ||
|
||
text { | ||
fill: black; | ||
stroke: none; | ||
font-size: 10px; | ||
} | ||
} | ||
|
||
.stateLabel .box { | ||
stroke: none; | ||
stroke-width: 0; | ||
fill: $nodeBkg; | ||
opacity: 0.5; | ||
} | ||
|
||
.stateLabel text { | ||
fill: $labelColor; | ||
font-size: 10px; | ||
font-weight: bold; | ||
font-family: 'trebuchet ms', verdana, arial; | ||
font-family: var(--mermaid-font-family); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
gittalk@1.5.0 | ||
gitalk@1.5.0 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
mermaid@8.3.1 | ||
echarts@4.3.0 | ||
typeit@6.0.3 | ||
mermaid@8.4.2 | ||
echarts@4.5.0 | ||
typeit@6.1.1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters