docs: update portal for WRNexusJS 0.2.56

This commit is contained in:
2026-07-19 17:37:55 +05:30
parent b48cc9a535
commit 3a3872ddcb
77 changed files with 558 additions and 520 deletions
+19 -2
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.2.55
# WRNexusJS documentation 0.2.56
Status: Private Developer Preview. This site documents 26 release-aligned packages.
@@ -281,7 +281,7 @@ wrnexus eject <component> # copy a Wire UI component's .wrn into app/compone
# Installed package documentation
The following README files and declarations come from the installed private 0.2.55 release.
The following README files and declarations come from the installed private 0.2.56 release.
## @wrnexus/ai
@@ -7297,6 +7297,23 @@ are `.wrn` files rendered server-side.
The framework serves this stylesheet once at `/__wrnexus/ui.css`, so pages get all
component styles from a single request.
### Tailwind and motion
Components use static Tailwind utility classes alongside the shared `.wire-*`
layer. If the package is consumed by a separate Tailwind build, include its
component sources so every utility is generated:
```css
@import "tailwindcss";
@source "../node_modules/@wrnexus/ui/components/*.wrn";
```
The shared stylesheet gives all component boundaries consistent, GPU-friendly
entry and interaction motion. Override `--wire-motion-fast`,
`--wire-motion-base`, `--wire-motion-slow`, `--wire-ease-standard`, or
`--wire-ease-emphasized` to tune it. Hover lift is limited to precise pointing
devices and `prefers-reduced-motion` is honored automatically.
## Usage
### Auto-discovery