intelliwaketssveltekitv25 0.1.147 → 0.1.148
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/dist/Modal.svelte +3 -1
- package/package.json +1 -1
package/dist/Modal.svelte
CHANGED
|
@@ -230,7 +230,9 @@
|
|
|
230
230
|
onmousedown={doMouseDown}>
|
|
231
231
|
{#if header}
|
|
232
232
|
<div class='grid grid-cols-[1fr_auto]'>
|
|
233
|
-
|
|
233
|
+
<div>
|
|
234
|
+
{@render header?.()}
|
|
235
|
+
</div>
|
|
234
236
|
<button class='float-right btnLink text-white !py-0'
|
|
235
237
|
onclick={cancelAction} aria-label="Close">
|
|
236
238
|
<svg xmlns='http://www.w3.org/2000/svg'
|