sveltekit-ui 1.0.23 → 1.0.25
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/dist/style.css +12 -0
- package/package.json +5 -5
- package/src/lib/style.css +12 -0
- package/src/routes/+page.svelte +32 -15
- package/src/routes/[component]/Showcase/Content/index.svelte +1 -1
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/dist/style.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sveltekit-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
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.
|
|
28
|
+
"@sveltejs/adapter-vercel": "^5.10.2",
|
|
29
|
+
"@sveltejs/kit": "^2.34.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": [
|
package/src/lib/style.css
CHANGED
package/src/routes/+page.svelte
CHANGED
|
@@ -55,19 +55,19 @@
|
|
|
55
55
|
{
|
|
56
56
|
type_id: "base_text",
|
|
57
57
|
children: [],
|
|
58
|
-
attributes: { content: "Install using:", text_color: null },
|
|
58
|
+
attributes: { content: "Install using: ", text_color: null },
|
|
59
59
|
selector_id: "dfbrrcxs",
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
type_id: "code_inline",
|
|
63
|
+
children: [],
|
|
64
|
+
attributes: { content: "npm i sveltekit-ui" },
|
|
65
|
+
selector_id: "wzxmkjdq",
|
|
66
|
+
},
|
|
61
67
|
],
|
|
62
68
|
attributes: null,
|
|
63
69
|
selector_id: "hqknvvyg",
|
|
64
70
|
},
|
|
65
|
-
{
|
|
66
|
-
type_id: "code_inline",
|
|
67
|
-
children: [],
|
|
68
|
-
attributes: { content: "npm i sveltekit-ui" },
|
|
69
|
-
selector_id: "wzxmkjdq",
|
|
70
|
-
},
|
|
71
71
|
{
|
|
72
72
|
type_id: "p",
|
|
73
73
|
children: [
|
|
@@ -77,16 +77,16 @@
|
|
|
77
77
|
attributes: { content: "Quick start with our recommended starter template:", text_color: null },
|
|
78
78
|
selector_id: "nkrvpazw",
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
type_id: "code_inline",
|
|
82
|
+
children: [],
|
|
83
|
+
attributes: { content: "npx create-sveltekit-ui-site my-project" },
|
|
84
|
+
selector_id: "fvxsjfnx",
|
|
85
|
+
},
|
|
80
86
|
],
|
|
81
87
|
attributes: null,
|
|
82
88
|
selector_id: "ooilajut",
|
|
83
89
|
},
|
|
84
|
-
{
|
|
85
|
-
type_id: "code_inline",
|
|
86
|
-
children: [],
|
|
87
|
-
attributes: { content: "npx create-sveltekit-ui-site my-project" },
|
|
88
|
-
selector_id: "fvxsjfnx",
|
|
89
|
-
},
|
|
90
90
|
{
|
|
91
91
|
type_id: "p",
|
|
92
92
|
children: [
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
children: [],
|
|
96
96
|
attributes: {
|
|
97
97
|
content:
|
|
98
|
-
"Our components use Svelte 5
|
|
98
|
+
"Our components use Svelte 5 and are primarily built in JavaScript. This architecture gives you complete control over your component tree via a single parent object, which you can pass down through your HTML components as needed.",
|
|
99
99
|
text_color: null,
|
|
100
100
|
},
|
|
101
101
|
selector_id: "wfysglbt",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
children: [],
|
|
113
113
|
attributes: {
|
|
114
114
|
content:
|
|
115
|
-
"
|
|
115
|
+
"As of late 2025 the components are in pretty good shape and likely won't have many extreme changes, though, we are constantly improving the package as things come up.",
|
|
116
116
|
text_color: null,
|
|
117
117
|
},
|
|
118
118
|
selector_id: "padlkhfq",
|
|
@@ -174,6 +174,23 @@
|
|
|
174
174
|
attributes: null,
|
|
175
175
|
selector_id: "zxmfiiet",
|
|
176
176
|
},
|
|
177
|
+
{
|
|
178
|
+
type_id: "p",
|
|
179
|
+
children: [
|
|
180
|
+
{
|
|
181
|
+
type_id: "base_text",
|
|
182
|
+
children: [],
|
|
183
|
+
attributes: {
|
|
184
|
+
content:
|
|
185
|
+
"A clean setup is to make a Components folder and when you make a component put the create_some_example_manager() in a +index.svelte.js file and put the HTML/CSS in an index.svelte file.",
|
|
186
|
+
text_color: null,
|
|
187
|
+
},
|
|
188
|
+
selector_id: "kkjdnhgf",
|
|
189
|
+
},
|
|
190
|
+
],
|
|
191
|
+
attributes: null,
|
|
192
|
+
selector_id: "amkqaomx",
|
|
193
|
+
},
|
|
177
194
|
{
|
|
178
195
|
type_id: "code",
|
|
179
196
|
children: [],
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
children: [],
|
|
32
32
|
attributes: {
|
|
33
33
|
content:
|
|
34
|
-
"There are so many great components including this content display, which encapsulates many components but we will need to create better documentation in the future when we get a chance and have a larger user base.",
|
|
34
|
+
"There are so many great components including this content display, which encapsulates many components but we will need to create better documentation in the future when we get a chance and have a larger user base. testalongcontinuouspieceoftextletsseeifitwrapswhenscreengetsmobile",
|
|
35
35
|
},
|
|
36
36
|
},
|
|
37
37
|
],
|