diff --git a/.vscode/settings.json b/.vscode/settings.json index c5c1f12..cad4bde 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,11 +8,7 @@ "pattern": "packages/*" } ], - "eslint.validate": [ - "javascript", - "typescript", - "svelte" - ], + "eslint.validate": ["javascript", "typescript", "svelte"], "eslint.options": { "cache": true, "cacheLocation": ".eslintcache" @@ -28,4 +24,4 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.tabSize": 2 -} \ No newline at end of file +} diff --git a/bun.lock b/bun.lock index 21db7e4..2d74ab3 100644 --- a/bun.lock +++ b/bun.lock @@ -4,6 +4,9 @@ "workspaces": { "": { "name": "sesp-site", + "dependencies": { + "lucide-svelte": "^0.562.0", + }, "devDependencies": { "@eslint/compat": "^1.4.0", "@eslint/js": "^9.39.1", @@ -485,6 +488,8 @@ "lodash.merge": ["lodash.merge@4.6.2", "", {}, "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="], + "lucide-svelte": ["lucide-svelte@0.562.0", "", { "peerDependencies": { "svelte": "^3 || ^4 || ^5.0.0-next.42" } }, "sha512-kSJDH/55lf0mun/o4nqWBXOcq0fWYzPeIjbTD97ywoeumAB9kWxtM06gC7oynqjtK3XhAljWSz5RafIzPEYIQA=="], + "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], "minimatch": ["minimatch@3.1.2", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw=="], diff --git a/package.json b/package.json index b7b1772..d212e63 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ }, "keywords": [ "svelte" - ] + ], + "dependencies": { + "lucide-svelte": "^0.562.0" + } } diff --git a/src/error.html b/src/error.html index 946d4db..213c856 100644 --- a/src/error.html +++ b/src/error.html @@ -21,7 +21,15 @@ body { margin: 0; - font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; + font-family: + ui-sans-serif, + system-ui, + -apple-system, + Segoe UI, + Roboto, + Helvetica, + Arial, + sans-serif; color: var(--text); background: radial-gradient(1000px 500px at 10% 0%, rgba(31, 74, 134, 0.14), transparent 60%), @@ -103,9 +111,7 @@
- Se o problema persistir, volte para a página inicial e tente novamente mais tarde. -
+Se o problema persistir, volte para a página inicial e tente novamente mais tarde.