intelliwaketssveltekitv25 0.1.147 → 0.1.149

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 CHANGED
@@ -230,7 +230,9 @@
230
230
  onmousedown={doMouseDown}>
231
231
  {#if header}
232
232
  <div class='grid grid-cols-[1fr_auto]'>
233
- {@render header?.()}
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.1.147",
3
+ "version": "0.1.149",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",