intelliwaketssveltekitv25 0.3.33 → 0.3.37

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.
@@ -267,8 +267,8 @@
267
267
  {/if}
268
268
  </div>
269
269
  {/if}
270
- {#if (listItem.href ?? listItem.pathFromItem) && !listItem.linkClick}
271
- <a href={listItem.href ?? listItem.pathFromItem}
270
+ {#if (listItem.pathFromItem) && !listItem.linkClick}
271
+ <a href={listItem.pathFromItem}
272
272
  tabindex={-1}
273
273
  data-sveltekit-preload-data={listItem.dataSvelteKitPreloadData ?? "tap"}
274
274
  class='py-1 grid grid-cols-[auto_1fr_auto] overflow-x-hidden'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.3.33",
3
+ "version": "0.3.37",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -79,7 +79,7 @@
79
79
  "lint": "prettier --check . && eslint .",
80
80
  "format": "prettier --write .",
81
81
  "Install-IntelliWake": "pnpm install && pnpm update -P @solidbasisventures/intelliwaketsfoundation",
82
- "Publish": "pnpm version patch && git push --tags && pnpm svelte-package && tailwindcss -i src/app.css -o ./dist/app.css --minify && git push && pnpm publish",
82
+ "Publish": "pnpm version patch && git push && pnpm svelte-package && tailwindcss -i src/app.css -o ./dist/app.css --minify && pnpm publish && git push && git push --tags",
83
83
  "Version-Minor-Advance": "pnpm version minor"
84
84
  }
85
85
  }