AutoImage replaced LazyImage && general improvements to components with style props

This commit is contained in:
Eclypsed
2024-07-22 02:53:52 -04:00
parent f10a184284
commit 455a01982a
32 changed files with 883 additions and 161 deletions

View File

@@ -10,6 +10,15 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.10",
"@iconify-json/heroicons": "^1.1.22",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/material-symbols": "^1.1.85",
"@iconify-json/mi": "^1.1.8",
"@iconify-json/mingcute": "^1.1.18",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/teenyicons": "^1.1.9",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
@@ -23,6 +32,7 @@
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unplugin-icons": "^0.19.0",
"vite": "^5.0.3"
},
"type": "module",