sveltekit-ui 1.0.82 → 1.0.84
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sveltekit-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.84",
|
|
4
4
|
"description": "A SvelteKit UI component library for building modern web applications",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"context-filter-polyfill": "^0.3.23",
|
|
21
21
|
"qr-code-styling": "^1.9.2",
|
|
22
|
-
"svelte": "^5.
|
|
22
|
+
"svelte": "^5.40.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@sveltejs/kit": "^2.22.2"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
32
32
|
"@vercel/analytics": "^1.5.0",
|
|
33
33
|
"typescript": "^5.9.3",
|
|
34
|
-
"vite": "^7.1.
|
|
34
|
+
"vite": "^7.1.10"
|
|
35
35
|
},
|
|
36
36
|
"homepage": "https://www.sveltekit-ui.com",
|
|
37
37
|
"keywords": [
|
|
@@ -129,12 +129,12 @@
|
|
|
129
129
|
<Layout manager={layout_manager}>
|
|
130
130
|
{#snippet nav_bar_logo()}
|
|
131
131
|
<div class="container" style="--color1: var(--primary-t);">
|
|
132
|
-
<h1 class="
|
|
132
|
+
<h1 class="logo_text">Sveltekit-UI</h1>
|
|
133
133
|
</div>
|
|
134
134
|
{/snippet}
|
|
135
135
|
{#snippet app_nav_bar_logo()}
|
|
136
136
|
<div class="container" style="--color1: var(--primary-t);">
|
|
137
|
-
<h1 class="
|
|
137
|
+
<h1 class="logo_text">Sveltekit-UI</h1>
|
|
138
138
|
</div>
|
|
139
139
|
{/snippet}
|
|
140
140
|
{#snippet nav_bar_extra()}
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
align-items: center;
|
|
229
229
|
cursor: pointer;
|
|
230
230
|
}
|
|
231
|
-
.
|
|
231
|
+
.logo_text {
|
|
232
232
|
font-family: "Quicksand", sans-serif;
|
|
233
233
|
width: max-content;
|
|
234
234
|
z-index: 1;
|