simplesvelte 2.2.21 → 2.2.22

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
@@ -21,7 +21,7 @@
21
21
  })
22
22
  </script>
23
23
 
24
- <dialog bind:this={dialogEl} onclose={() => (open = false)} {open} class="modal modal-middle overflow-auto">
24
+ <dialog bind:this={dialogEl} onclose={() => (open = false)} class="modal modal-middle overflow-auto">
25
25
  <div class="modal-box pt-12 md:min-w-[32rem]">
26
26
  <form method="dialog">
27
27
  <button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplesvelte",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "scripts": {
5
5
  "dev": "bun vite dev",
6
6
  "build": "bun vite build && bun run prepack",