intelliwaketssveltekitv25 0.1.43 → 0.1.44

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
@@ -128,7 +128,7 @@
128
128
 
129
129
  if (dialogElement) {
130
130
  if (isShow !== isNoShowValue) {
131
- if (!isShowing && isShow) {
131
+ if (!isShowing && (isShow || noShowValue !== false)) {
132
132
  isShowing = true
133
133
  dialogElement.showModal()
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",