@dosgato/dialog 1.5.8 → 1.5.9

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 @@
256
256
  aria-posinset={posinset}
257
257
  aria-setsize={setsize}
258
258
  aria-selected={isSelected}
259
- aria-expanded={item.hasChildren ? item.open && !!item.children && !!item.children.length : undefined}
259
+ aria-expanded={item.hasChildren ? !!item.open && !!item.children?.length : undefined}
260
260
  aria-busy={item.loading}
261
261
  on:keydown={onKeyDown}
262
262
  on:click={onClick}
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.5.8",
4
+ "version": "1.5.9",
5
5
  "scripts": {
6
6
  "prepublishOnly": "npm run package",
7
7
  "dev": "vite dev --force",