hamzus-ui 0.0.87 → 0.0.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -254,7 +254,7 @@
254
254
  >
255
255
  <slot name="trigger" />
256
256
  </div>
257
- <Portal disabled={!display} target="body">
257
+ <Portal disabled={!display && !exit} target="body">
258
258
  <content-container bind:this={contentContainer}>
259
259
  <content
260
260
  bind:this={content}