@urbicon-ui/sv 6.49.0 → 6.51.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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,13 @@ Any package manager works (`npx sv …` likewise); non-interactive runs (CI,
|
|
|
22
22
|
agents) should pre-answer Tailwind's plugin prompt:
|
|
23
23
|
`bunx sv add tailwindcss=plugins:none @urbicon-ui`.
|
|
24
24
|
|
|
25
|
+
**Requires SvelteKit** — the add-on declines a non-Kit project. The library does
|
|
26
|
+
not: `@urbicon-ui/blocks` imports neither `$app/*` nor `@sveltejs/kit` and runs
|
|
27
|
+
in any Svelte 5 project with Vite and Tailwind 4. What is missing outside Kit is
|
|
28
|
+
the wiring, not the compatibility — a non-Kit project owns its entry module, so
|
|
29
|
+
no add-on can know where the stylesheet gets loaded. Do those two steps by hand:
|
|
30
|
+
see the [getting-started guide](https://ui.urbicon.de/getting-started).
|
|
31
|
+
|
|
25
32
|
`@urbicon-ui` resolves to this package; the `tailwindcss` add-on is pulled in
|
|
26
33
|
automatically as a dependency.
|
|
27
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@urbicon-ui/sv",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.51.0",
|
|
4
4
|
"description": "Svelte CLI (sv) community add-on for Urbicon UI — installs the blocks library and the urbicon CLI, wires the Tailwind 4 stylesheet, and hands over to the design-loop onboarding.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|