docs: update portal for WRNexusJS 0.2.76

This commit is contained in:
2026-07-21 13:16:01 +05:30
parent 2fab8501c5
commit 377a4e34bd
979 changed files with 4171 additions and 4143 deletions
+974 -974
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -1,4 +1,4 @@
# WRNexusJS 0.2.75 comprehensive documentation index
# WRNexusJS 0.2.76 comprehensive documentation index
Status: Private Developer Preview. Runtime: Bun. UI language: .wrn.
This is the documentation application, not the framework monorepo.
@@ -40,7 +40,7 @@ This is the documentation application, not the framework monorepo.
- https://wrnexusjs.dev/benchmarks
- https://wrnexusjs.dev/roadmap
- https://wrnexusjs.dev/changelog
- https://wrnexusjs.dev/releases/0.2.75
- https://wrnexusjs.dev/releases/0.2.76
- https://wrnexusjs.dev/security
- https://wrnexusjs.dev/support
- https://wrnexusjs.dev/license
@@ -1119,9 +1119,9 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### Alert
Mount: data-component="Alert"
Category: feedback
### alert
Mount: data-component="alert"
Category: core
Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false
Slots: default
Events: click
@@ -1714,9 +1714,9 @@ Props: label: string = "Captcha", name: string = "", value: string = "", placeho
Slots: default
Events: none
### Card
Mount: data-component="Card"
Category: content
### card
Mount: data-component="card"
Category: core
Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = ""
Slots: default
Events: none
+14 -14
View File
@@ -1,4 +1,4 @@
# WRNexusJS documentation 0.2.75
# WRNexusJS documentation 0.2.76
Status: Private Developer Preview. This site documents 27 release-aligned packages.
@@ -423,9 +423,9 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### Alert
Mount: data-component="Alert"
Category: feedback
### alert
Mount: data-component="alert"
Category: core
Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false
Slots: default
Events: click
@@ -1018,9 +1018,9 @@ Props: label: string = "Captcha", name: string = "", value: string = "", placeho
Slots: default
Events: none
### Card
Mount: data-component="Card"
Category: content
### card
Mount: data-component="card"
Category: core
Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = ""
Slots: default
Events: none
@@ -6734,9 +6734,9 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### Alert
Mount: data-component="Alert"
Category: feedback
### alert
Mount: data-component="alert"
Category: core
Props: class: string = "", title: string = "Notice", description: string = "", variant: string = "info", dismissible: boolean = false
Slots: default
Events: click
@@ -7329,9 +7329,9 @@ Props: label: string = "Captcha", name: string = "", value: string = "", placeho
Slots: default
Events: none
### Card
Mount: data-component="Card"
Category: content
### card
Mount: data-component="card"
Category: core
Props: variant: string = "default", padding: string = "md", interactive: boolean = false, className: string = ""
Slots: default
Events: none
@@ -12903,7 +12903,7 @@ Events: none
# Installed package documentation
The following README files and declarations come from the installed private 0.2.75 release.
The following README files and declarations come from the installed private 0.2.76 release.
## @wrnexus/ai
+1 -1
View File
File diff suppressed because one or more lines are too long