-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(popup-menu): add non-interrupting toggle
- Loading branch information
Showing
3 changed files
with
226 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
'start-event-non-interrupting': ` | ||
<svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg"> | ||
<g transform="translate(0 995.64)"> | ||
<path d="m1899 28.357c21.545 567.43-598.38 1023.5-1133.6 835.92-548.09-147.21-801.57-873.95-463.59-1330 302.62-480.3 1071.7-507.54 1407.6-49.847 122.14 153.12 190.07 348.07 189.59 543.91z" fill="none" stroke="currentColor" stroke-dasharray="418.310422, 361.2328165" stroke-linecap="round" stroke-width="100"/> | ||
</g> | ||
</svg>`, | ||
'intermediate-event-non-interrupting': ` | ||
<svg viewBox="0 0 2048 2048" xmlns="http://www.w3.org/2000/svg"> | ||
<g transform="translate(0 995.64)" fill="none" stroke="currentColor" stroke-linecap="round"> | ||
<circle cx="1024" cy="28.357" r="875" stroke-dasharray="418.310422, 361.2328165" stroke-width="100"/> | ||
<circle cx="1024" cy="28.357" r="685" stroke-dasharray="348.31044857,261.23283643" stroke-dashoffset="500" stroke-width="100"/> | ||
</g> | ||
</svg>` | ||
}; |
Oops, something went wrong.