sveltekit-ui 1.0.23 → 1.0.24
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.
- package/README.md +0 -12
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -29,15 +29,3 @@ npm run dev
|
|
|
29
29
|
## Browser
|
|
30
30
|
|
|
31
31
|
That should spit out a url like http://localhost:5173/ where you should see your starting website.
|
|
32
|
-
|
|
33
|
-
## Branding
|
|
34
|
-
|
|
35
|
-
You'll want to create a Logo at some point and use that in the nav bar, browser tab, google search results, etc. If you can make an svg that is best but an image will work as well. If you are advanced I like https://affinity.serif.com/en-us/designer/ for macbook to make my logos and other graphics. It has a generous free trial period too.
|
|
36
|
-
|
|
37
|
-
I like https://jakearchibald.github.io/svgomg/ to minify svg code and set to viewbox etc. Then you can generate favicons with https://realfavicongenerator.net
|
|
38
|
-
|
|
39
|
-
download the favicons and drop them in the folder called static and overwrite the existing example ones. You dont need favicon.ico. Also add favicon.svg and favicon-inactive.svg if you want to show different icon when the browser tab is inactive (not at all a priority though)
|
|
40
|
-
|
|
41
|
-
## Other
|
|
42
|
-
|
|
43
|
-
Ask an ai for help if you have issues in your setup process.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sveltekit-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"description": "A SvelteKit UI component library for building modern web applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"@sveltejs/kit": "^2.22.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@sveltejs/adapter-vercel": "^5.10.
|
|
29
|
-
"@sveltejs/kit": "^2.33.
|
|
28
|
+
"@sveltejs/adapter-vercel": "^5.10.2",
|
|
29
|
+
"@sveltejs/kit": "^2.33.1",
|
|
30
30
|
"@sveltejs/package": "^2.4.1",
|
|
31
|
-
"@sveltejs/vite-plugin-svelte": "^6.1.
|
|
31
|
+
"@sveltejs/vite-plugin-svelte": "^6.1.3",
|
|
32
32
|
"@vercel/analytics": "^1.5.0",
|
|
33
33
|
"typescript": "^5.9.2",
|
|
34
|
-
"vite": "^7.1.
|
|
34
|
+
"vite": "^7.1.3"
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://www.sveltekit-ui.com",
|
|
37
37
|
"keywords": [
|