poe-svelte-ui-lib 1.5.17 → 1.5.18

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
@@ -36,7 +36,7 @@
36
36
  </script>
37
37
 
38
38
  {#if isOpen}
39
- <div class="fixed inset-0 z-60 flex items-center justify-center bg-black/50" transition:fade={{ duration: 200 }}>
39
+ <div class="fixed inset-0 z-100 flex items-center justify-center bg-black/50" transition:fade={{ duration: 200 }}>
40
40
  <div
41
41
  class={twMerge(`flex w-300 flex-col overflow-hidden rounded-2xl bg-(--back-color) text-center`, wrapperClass)}
42
42
  transition:scale={{ duration: 250, start: 0.8 }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  "publint": "^0.3.16",
52
52
  "svelte": "^5.46.0",
53
53
  "svelte-preprocess": "^6.0.3",
54
- "vite": "^7.2.7",
54
+ "vite": "^7.3.0",
55
55
  "vite-plugin-compression": "^0.5.1"
56
56
  }
57
57
  }