intelliwaketssveltekitv25 0.2.22 → 0.2.24
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.
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
onDestroy(() => {
|
|
81
81
|
if (pathAnalyzer) BreakAtManager.remove(pathAnalyzer.basePath)
|
|
82
82
|
})
|
|
83
|
-
|
|
84
83
|
</script>
|
|
85
84
|
|
|
86
85
|
<div
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
{#if header}
|
|
114
113
|
{@render header()}
|
|
115
114
|
{#if rounded}
|
|
116
|
-
<hr class="border-2
|
|
115
|
+
<hr class="border-2" />
|
|
117
116
|
{/if}
|
|
118
117
|
{/if}
|
|
119
118
|
</div>
|
|
@@ -160,7 +159,7 @@
|
|
|
160
159
|
{/if}
|
|
161
160
|
{typeof showDetailShowHeader === 'string' ? showDetailShowHeader : openItem?.title ?? ''}
|
|
162
161
|
</h2>
|
|
163
|
-
<hr class="border-2
|
|
162
|
+
<hr class="border-2" />
|
|
164
163
|
{/if}
|
|
165
164
|
</div>
|
|
166
165
|
<div
|