@hayro_o7/labyrinth 0.0.7 → 0.0.8
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.
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
</script>
|
|
253
253
|
|
|
254
254
|
<div class="graph-container" style={cssVars}>
|
|
255
|
-
<svg width={svgWidth} height={svgHeight}
|
|
255
|
+
<svg width={svgWidth} height={svgHeight}>
|
|
256
256
|
<defs>
|
|
257
257
|
<marker
|
|
258
258
|
id="arrowhead"
|
|
@@ -306,7 +306,6 @@
|
|
|
306
306
|
</text>
|
|
307
307
|
{/each}
|
|
308
308
|
</svg>
|
|
309
|
-
|
|
310
309
|
</div>
|
|
311
310
|
|
|
312
311
|
<style>
|
|
@@ -316,11 +315,4 @@
|
|
|
316
315
|
gap: 1rem;
|
|
317
316
|
align-items: center;
|
|
318
317
|
}
|
|
319
|
-
|
|
320
|
-
.graph-svg {
|
|
321
|
-
background-color: white;
|
|
322
|
-
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
|
|
323
|
-
border: 2px solid #e5e7eb;
|
|
324
|
-
border-radius: 0.5rem;
|
|
325
|
-
}
|
|
326
318
|
</style>
|