web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 2c06f57817c2153e62bb0d1db5e4e23cd94e6f8f
parent a09ed77d5b3e37e31cb3323b3c0bfd1d6585c704
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Tue,  8 Oct 2024 07:59:16 +0000

apps-lib: fix trellis title type checks, update build script

Diffstat:
Mapps-lib/package.json | 2+-
Mapps-lib/src/lib/components/trellis_title.svelte | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps-lib/package.json b/apps-lib/package.json @@ -19,7 +19,7 @@ "types": "./dist/index.d.ts", "scripts": { "dev": "svelte-package -w", - "build": "just build && svelte-package", + "build": "npm run check && just build && svelte-package", "preview": "vite preview", "package": "svelte-kit sync && svelte-package && publint", "prepublishOnly": "npm run package", diff --git a/apps-lib/src/lib/components/trellis_title.svelte b/apps-lib/src/lib/components/trellis_title.svelte @@ -41,7 +41,7 @@ {#if basis.link.label} {#if `swap` in basis.link.label} <LabelSwap basis={basis.link.label} /> - {:else} + {:else if `value` in basis.link.label} <p class={`${fmt_cl(basis.link.label.classes)} font-sans text-trellisTitle uppercase fade-in`} >