specra 0.2.56 → 0.2.57
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.
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
{title}
|
|
28
28
|
</h3>
|
|
29
29
|
{#if description}
|
|
30
|
-
<p class="text-sm text-muted-foreground
|
|
30
|
+
<p class="text-sm text-muted-foreground no-underline">{description}</p>
|
|
31
31
|
{/if}
|
|
32
32
|
{#if children}
|
|
33
33
|
<div class="mt-2 text-sm text-muted-foreground no-underline">
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
{#if href}
|
|
51
51
|
<a
|
|
52
52
|
{href}
|
|
53
|
-
class="card-link group block p-4 rounded-xl border border-border hover:border-primary/50 hover:bg-muted/50 transition-all"
|
|
53
|
+
class="card-link group block h-full p-4 rounded-xl border border-border hover:border-primary/50 hover:bg-muted/50 transition-all"
|
|
54
54
|
target={external ? '_blank' : undefined}
|
|
55
55
|
rel={external ? 'noopener noreferrer' : undefined}
|
|
56
56
|
>
|
|
57
57
|
{@render cardContent(true)}
|
|
58
58
|
</a>
|
|
59
59
|
{:else}
|
|
60
|
-
<div class="p-4 rounded-xl border border-border bg-muted/30 no-underline">
|
|
60
|
+
<div class="h-full p-4 rounded-xl border border-border bg-muted/30 no-underline">
|
|
61
61
|
{@render cardContent(false)}
|
|
62
62
|
</div>
|
|
63
63
|
{/if}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specra",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.57",
|
|
4
4
|
"description": "A modern documentation library for SvelteKit with built-in versioning, API reference generation, full-text search, and MDX support",
|
|
5
5
|
"svelte": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|