sveltekit-ui 1.0.24 → 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/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",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@sveltejs/adapter-vercel": "^5.10.2",
|
|
29
|
-
"@sveltejs/kit": "^2.
|
|
29
|
+
"@sveltejs/kit": "^2.34.1",
|
|
30
30
|
"@sveltejs/package": "^2.4.1",
|
|
31
31
|
"@sveltejs/vite-plugin-svelte": "^6.1.3",
|
|
32
32
|
"@vercel/analytics": "^1.5.0",
|
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
|
],
|