Compare commits

..

3 Commits

Author SHA1 Message Date
Ilia Mashkov 3894912a22 feat(FontList): add a small gap for elements of ComparisonView sidebar font list 2026-05-05 12:05:19 +03:00
Ilia Mashkov e8d3727c6a feat: upgrade lucide icons to 1.14 2026-05-05 10:10:11 +03:00
Ilia Mashkov 5fbf090b24 fix(Footer): minor layout change 2026-05-05 10:06:30 +03:00
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.561.0",
"@lucide/svelte": "^1.14.0",
"@playwright/test": "^1.57.0",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
@@ -101,6 +101,7 @@ function isFontReady(font: UnifiedFont): boolean {
data-font-list
weight={DEFAULT_FONT_WEIGHT}
itemHeight={44}
gap={2}
class="bg-transparent min-h-0 h-full scroll-stable py-2 pl-6 pr-4"
>
{#snippet skeleton()}
+1 -1
View File
@@ -22,7 +22,7 @@ const currentYear = new Date().getFullYear();
>
<!-- Project Name (Horizontal) -->
{#if isVertical}
<div class="pointer-events-auto items-center gap-2 bg-surface/80 dark:bg-dark-bg/80 backdrop-blur-sm px-3 py-1 border border-subtle">
<div class="flex flex-row pointer-events-auto items-center gap-2 bg-surface/80 dark:bg-dark-bg/80 backdrop-blur-sm px-2 py-1 border border-subtle">
<div class="w-1.5 h-1.5 bg-brand"></div>
<span class="text-2xs font-mono uppercase tracking-wider-mono text-neutral-500 dark:text-neutral-400">
GlyphDiff © 2025 — {currentYear}
+5 -5
View File
@@ -611,12 +611,12 @@ __metadata:
languageName: node
linkType: hard
"@lucide/svelte@npm:^0.561.0":
version: 0.561.0
resolution: "@lucide/svelte@npm:0.561.0"
"@lucide/svelte@npm:^1.14.0":
version: 1.14.0
resolution: "@lucide/svelte@npm:1.14.0"
peerDependencies:
svelte: ^5
checksum: 10c0/9f6c0ef143a5b61248b5671ad6e2f94471200e95a5af554b0b5dc60458d175a7b0b07a1e07ee10192f04a24e433122189be54ea5ab87d36527f01ca05e1507e1
checksum: 10c0/0b1899fee13eaa2060f5e56bfee50cb2da4e27ad8cf35136fff724ea05550241c25d6c2ad99fc79d97c0fbcc58373d60f4e5285fb3391420f79f6ee7569241eb
languageName: node
linkType: hard
@@ -2446,7 +2446,7 @@ __metadata:
"@chenglou/pretext": "npm:^0.0.5"
"@chromatic-com/storybook": "npm:^4.1.3"
"@internationalized/date": "npm:^3.10.0"
"@lucide/svelte": "npm:^0.561.0"
"@lucide/svelte": "npm:^1.14.0"
"@playwright/test": "npm:^1.57.0"
"@storybook/addon-a11y": "npm:^10.1.11"
"@storybook/addon-docs": "npm:^10.1.11"