@dosgato/dialog 1.0.1 → 1.0.2

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.
@@ -256,7 +256,7 @@ $: if ($dragging) {
256
256
  dragOverAbove = 0;
257
257
  }
258
258
  </script>
259
- <li>
259
+ <li role="presentation">
260
260
  {#if dropAbove}
261
261
  <div class="drop-above"
262
262
  class:dragOverAbove
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dosgato/dialog",
3
3
  "description": "A component library for building forms that edit a JSON document.",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "scripts": {
6
6
  "prepublishOnly": "svelte-package",
7
7
  "dev": "vite dev --force",