docs: update portal for WRNexusJS 0.8.4

This commit is contained in:
2026-08-04 12:37:15 +05:30
parent 89dbb4f84b
commit 6ceae24497
99 changed files with 848 additions and 829 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.8.3
# WRNexusJS documentation 0.8.4
Status: Private Developer Preview. This site documents 46 release-aligned packages.
@@ -279,7 +279,7 @@ wrnexus eject <component> # copy a Wire UI component's .wrn into app/compone
4. Style with Tailwind utility classes in the view, or theme tokens (`var(--wire-*)`), or `style { }`.
5. Never emit React/JSX, a manual router, or client-side island JS — the framework handles hydration.
Release: WRNexusJS 0.8.3
Release: WRNexusJS 0.8.4
# Canonical documentation locations
@@ -288,7 +288,7 @@ Release: WRNexusJS 0.8.3
# Installed package documentation
The following README files and declarations come from the installed private 0.8.3 release.
The following README files and declarations come from the installed private 0.8.4 release.
## @wrnexus/ai
@@ -15786,7 +15786,7 @@ component AuthForm {
}
props {
size: string = "default"
size: string = "default"
color: string = "primary"
mode: string = "sign-in"
action: string = "/api/auth/login"
@@ -15853,7 +15853,7 @@ size: string = "default"
{/if}
{#if mode === "sign-in" && showRemember}
<div class="wire-auth-form__options">
<Checkbox label="Remember this device" name="rememberDevice" value="on" />
<Checkbox label="Remember this device" name="rememberDevice" value="on" />
<a href="/forgot-password">Forgot password?</a>
</div>
{/if}