@dosgato/dialog 1.2.4 → 1.2.6

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.
@@ -323,5 +323,8 @@ async function selectHeader(selected) {
323
323
  padding: 0.5em;
324
324
  font-size: 1.1em;
325
325
  }
326
+ :global(div.hideable-container ul.hideable-headers li.selected-header::after) {
327
+ display: none;
328
+ }
326
329
 
327
330
  </style>
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.2.4",
4
+ "version": "1.2.6",
5
5
  "scripts": {
6
6
  "prepublishOnly": "svelte-package",
7
7
  "dev": "vite dev --force",
@@ -35,6 +35,7 @@
35
35
  "@sveltejs/adapter-auto": "^3.0.0",
36
36
  "@sveltejs/kit": "^2.0.1",
37
37
  "@sveltejs/package": "^2.0.1",
38
+ "@sveltejs/vite-plugin-svelte": "^3.0.0",
38
39
  "eslint-config-standard-with-typescript": "^43.0.0",
39
40
  "eslint-plugin-svelte": "^2.0.0",
40
41
  "svelte-check": "^3.0.1",