docs: update portal for WRNexusJS 0.2.62

This commit is contained in:
2026-07-19 20:30:19 +05:30
parent b79f4364f9
commit 5c665ed9d2
77 changed files with 850 additions and 580 deletions
+91 -21
View File
@@ -1,4 +1,4 @@
# WRNexusJS 0.2.61 comprehensive documentation index
# WRNexusJS 0.2.62 comprehensive documentation index
Status: Private Developer Preview. Runtime: Bun. UI language: .wrn.
This is the documentation application, not the framework monorepo.
@@ -39,7 +39,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.61
- https://wrnexusjs.dev/releases/0.2.62
- https://wrnexusjs.dev/security
- https://wrnexusjs.dev/support
- https://wrnexusjs.dev/license
@@ -688,7 +688,7 @@ Events: none
### Breadcrumbs
Mount: data-component="Breadcrumbs"
Category: core
Props: class: string = "", homeLabel: string = "Home", homeHref: string = "/", current: string = "Current page"
Props: class: string = "", items: string = [], centered: boolean = false, compact: boolean = false, showHome: boolean = true, homeLabel: string = "Home", homeHref: string = "/"
Slots: none
Events: none
@@ -1364,6 +1364,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", align
Slots: default
Events: none
### ContactSalesBanner
Mount: data-component="ContactSalesBanner"
Category: core
Props: class: string = "", eyebrow: string = "Enterprise identity", title: string = "Ready to secure your next application?", description: string = "", primaryLabel: string = "Contact sales", primaryHref: string = "/contact", secondaryLabel: string = "Start free", secondaryHref: string = "/sign-up", iconClass: string = "icon-[lucide--messages-square]", centered: boolean = false, compact: boolean = false, points: string = [], trustPoints: string = []
Slots: none
Events: none
### ContactSalesButton
Mount: data-component="ContactSalesButton"
Category: actions
@@ -1441,6 +1448,13 @@ Props: label: string = "CookieCategory", name: string = "", value: string = "",
Slots: default
Events: none
### CookieConsent
Mount: data-component="CookieConsent"
Category: core
Props: class: string = ""
Slots: none
Events: click, change
### CookieDetailsTable
Mount: data-component="CookieDetailsTable"
Category: data
@@ -1805,6 +1819,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### DevelopersMegaMenu
Mount: data-component="DevelopersMegaMenu"
Category: core
Props: class: string = ""
Slots: none
Events: none
### DevelopersMenu
Mount: data-component="DevelopersMenu"
Category: overlays
@@ -2004,7 +2025,7 @@ Events: none
### EmptyState
Mount: data-component="EmptyState"
Category: feedback
Props: class: string = "", icon: string = "", title: string = "Nothing here yet", description: string = "", actionLabel: string = "", actionHref: string = "#"
Props: class: string = "", eyebrow: string = "", title: string = "Nothing found", description: string = "", iconClass: string = "icon-[lucide--inbox]", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", compact: boolean = false, centered: boolean = true, suggestions: string = []
Slots: none
Events: none
@@ -2102,9 +2123,9 @@ Events: none
### ErrorState
Mount: data-component="ErrorState"
Category: feedback
Props: class: string = "", code: string = "500", title: string = "Something went wrong", description: string = "Please try again.", actionLabel: string = "Try again", actionHref: string = "/"
Props: class: string = "", type: string = "error", eyebrow: string = "", title: string = "Something went wrong", description: string = "", errorCode: string = "", iconClass: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", retryLabel: string = "", retryAction: string = "", centered: boolean = true, compact: boolean = false, details: string = []
Slots: none
Events: none
Events: click
### ErrorSupportLink
Mount: data-component="ErrorSupportLink"
@@ -3355,8 +3376,8 @@ Events: none
### LogoCloud
Mount: data-component="LogoCloud"
Category: core
Props: class: string = "", title: string = "Trusted by modern teams"
Slots: default
Props: class: string = "", eyebrow: string = "", title: string = "Trusted by teams building modern products", description: string = "", logos: string = [], centered: boolean = true, compact: boolean = false, variant: string = "strip", grayscale: boolean = true, showNames: boolean = false, maxItems: number = 8
Slots: none
Events: none
### LogoUpload
@@ -3719,9 +3740,9 @@ Events: none
### NewsletterForm
Mount: data-component="NewsletterForm"
Category: content
Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = ""
Slots: default
Events: none
Props: class: string = "", eyebrow: string = "", title: string = "Stay up to date", description: string = "", placeholder: string = "Enter your email", buttonLabel: string = "Subscribe", action: string = "/newsletter/subscribe", method: string = "post", emailName: string = "email", privacyLabel: string = "", privacyHref: string = "/privacy", successMessage: string = "You are subscribed.", errorMessage: string = "Something went wrong. Please try again.", iconClass: string = "icon-[lucide--mail]", centered: boolean = false, compact: boolean = false, showIcon: boolean = true, showPrivacy: boolean = true, fullWidth: boolean = false
Slots: none
Events: submit, input
### NoResultsState
Mount: data-component="NoResultsState"
@@ -3870,6 +3891,13 @@ Props: label: string = "Page", title: string = "", description: string = "", val
Slots: default
Events: none
### PageHeader
Mount: data-component="PageHeader"
Category: core
Props: class: string = "", eyebrow: string = "", title: string = "", description: string = "", primaryLabel: string = "", primaryHref: string = "", secondaryLabel: string = "", secondaryHref: string = "", icon: string = "sparkles", centered: boolean = false, compact: boolean = false, showBreadcrumbs: boolean = false, breadcrumbParent: string = "", breadcrumbParentHref: string = "", breadcrumbCurrent: string = "", highlights: string = []
Slots: none
Events: none
### PageHeading
Mount: data-component="PageHeading"
Category: core
@@ -3894,7 +3922,7 @@ Events: none
### Pagination
Mount: data-component="Pagination"
Category: core
Props: class: string = "", page: number = 1, totalPages: number = 1, previousHref: string = "#", nextHref: string = "#"
Props: class: string = "", currentPage: number = 1, totalPages: number = 1, previousHref: string = "", nextHref: string = "", pages: string = [], showNumbers: boolean = true, showSummary: boolean = true, totalItems: number = 0, pageSize: number = 10, compact: boolean = false, centered: boolean = false
Slots: none
Events: none
@@ -4339,6 +4367,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### ProductMegaMenu
Mount: data-component="ProductMegaMenu"
Category: core
Props: class: string = ""
Slots: none
Events: none
### ProductMiniCard
Mount: data-component="ProductMiniCard"
Category: content
@@ -4468,15 +4503,15 @@ Events: none
### PublicFooter
Mount: data-component="PublicFooter"
Category: core
Props: class: string = "", brand: string = "WRNexusJS", description: string = "SSR-first, Bun-native full-stack framework.", copyright: string = "© 2026 WorkRoot Workspace"
Slots: default
Events: none
Props: class: string = ""
Slots: none
Events: submit
### PublicHeader
Mount: data-component="PublicHeader"
Category: layout
Props: class: string = "", brand: string = "WRNexusJS", homeHref: string = "/", signInHref: string = "/signin", ctaHref: string = "/start", ctaLabel: string = "Get started"
Slots: default, mobile
Props: class: string = ""
Slots: none
Events: click
### PublicHeaderLogo
@@ -4486,6 +4521,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### PublicMobileNavigation
Mount: data-component="PublicMobileNavigation"
Category: core
Props: class: string = ""
Slots: none
Events: click
### PublicPageShell
Mount: data-component="PublicPageShell"
Category: layout
@@ -4493,6 +4535,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", align
Slots: default
Events: none
### PublicSearch
Mount: data-component="PublicSearch"
Category: core
Props: class: string = "", query: string = "", placeholder: string = "Search...", label: string = "Search", action: string = "", method: string = "get", name: string = "q", buttonLabel: string = "", clearLabel: string = "Clear search", size: string = "default", centered: boolean = false, fullWidth: boolean = false, showShortcut: boolean = false, shortcutLabel: string = "⌘ K", suggestions: string = []
Slots: none
Events: input, focus, blur, click
### PublishDateTimePicker
Mount: data-component="PublishDateTimePicker"
Category: forms
@@ -4790,8 +4839,8 @@ Events: none
### ResourcesMegaMenu
Mount: data-component="ResourcesMegaMenu"
Category: overlays
Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = ""
Slots: default
Props: class: string = ""
Slots: none
Events: none
### ResourceTypeBadge
@@ -5333,6 +5382,13 @@ Props: label: string = "SmsSegment", title: string = "", description: string = "
Slots: default
Events: none
### SocialShare
Mount: data-component="SocialShare"
Category: core
Props: class: string = "", title: string = "Share this page", description: string = "", url: string = "", shareText: string = "", centered: boolean = false, compact: boolean = false, showTitle: boolean = true, showCopy: boolean = true, networks: string = []
Slots: none
Events: click
### SolutionHero
Mount: data-component="SolutionHero"
Category: layout
@@ -5357,8 +5413,8 @@ Events: none
### SolutionsMegaMenu
Mount: data-component="SolutionsMegaMenu"
Category: overlays
Props: title: string = "", description: string = "", open: boolean = false, closeLabel: string = "Close", class: string = ""
Slots: default
Props: class: string = ""
Slots: none
Events: none
### SortableTable
@@ -5452,6 +5508,13 @@ Props: class: string = "", status: string = "operational"
Slots: none
Events: none
### StatusBanner
Mount: data-component="StatusBanner"
Category: core
Props: class: string = "", type: string = "info", title: string = "", description: string = "", actionLabel: string = "", actionHref: string = "", dismissible: boolean = true, compact: boolean = false, details: string = []
Slots: none
Events: click
### StatusPageShell
Mount: data-component="StatusPageShell"
Category: layout
@@ -5865,6 +5928,13 @@ Props: label: string = "Action", href: string = "", type: string = "button", var
Slots: default
Events: none
### ToastHost
Mount: data-component="ToastHost"
Category: core
Props: class: string = ""
Slots: none
Events: click
### ToastIcon
Mount: data-component="ToastIcon"
Category: content