intelliwaketssveltekitv25 0.1.146 → 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 CHANGED
@@ -216,7 +216,7 @@
216
216
  onclose={cancelAction}
217
217
  >
218
218
  <!-- svelte-ignore a11y_click_events_have_key_events -->
219
- <div class='grid grid-rows-[auto_1fr_auto] max-h-[90vh]'
219
+ <div class='grid grid-rows-[auto_1fr_auto] max-h-[90vh] text-left'
220
220
  class:overflow-y-visible={overflowVisible}
221
221
  class:overflow-hidden={!overflowVisible}
222
222
  onmousedown={dialogMouseDown}
@@ -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.146",
3
+ "version": "0.1.148",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",