@zenuml/core 3.3.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Integration/vanilla-js/index.html +1 -1
- package/cy/defect-406-alt-under-creation.html +1 -1
- package/cy/smoke-creation.html +1 -1
- package/cy/smoke-fragment-issue.html +1 -1
- package/cy/smoke-fragment.html +1 -1
- package/cy/smoke-interaction.html +1 -1
- package/cy/smoke-return.html +1 -1
- package/cy/smoke.html +1 -1
- package/dist/zenuml.esm.mjs +3592 -3560
- package/dist/zenuml.js +47 -47
- package/docs/asciidoc/integration-guide.adoc +1 -1
- package/embed.html +2 -2
- package/iframe-container-demo/diagram.html +124 -0
- package/iframe-container-demo/host.html +817 -0
- package/index.html +2 -2
- package/package.json +1 -1
package/cy/smoke-creation.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<div id="diagram" class="diagram">
|
|
16
|
-
<pre class="zenuml">
|
|
16
|
+
<pre class="zenuml" style="margin: 0;">
|
|
17
17
|
// This sample is carefully crafted. It shows a known issues: fragment stretched to
|
|
18
18
|
// svc (should not), because parser thinks the return statement returns to svc.
|
|
19
19
|
group G {@VPC svc @RDS rep} Client
|
package/cy/smoke-fragment.html
CHANGED
package/cy/smoke-return.html
CHANGED