@urbicon-ui/sveltekit-utils 8.16.0 → 8.18.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@ Currently shipping:
|
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
|
-
This package ships inside the Urbicon UI monorepo. Install from repo root:
|
|
15
|
-
|
|
16
14
|
```bash
|
|
17
|
-
bun
|
|
15
|
+
bun add @urbicon-ui/sveltekit-utils
|
|
18
16
|
```
|
|
19
17
|
|
|
20
18
|
Peer dependencies: `svelte` (^5), `@sveltejs/kit`.
|
|
21
19
|
|
|
20
|
+
The declared `@sveltejs/kit` range is 2.x. The package runs under SvelteKit 3 `next` as well; the incorrect-peer warning `bun add` prints there is expected and stays until Kit 3 has a release candidate, when the range widens.
|
|
21
|
+
|
|
22
22
|
## URL State (`url.svelte`)
|
|
23
23
|
|
|
24
24
|
Bind a typed, reactive value to a URL search param. When the value changes, the URL is updated (and vice versa) without a full navigation.
|