docs: update portal for WRNexusJS 0.2.72
This commit is contained in:
+973
-973
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -1,4 +1,4 @@
|
||||
# WRNexusJS 0.2.71 comprehensive documentation index
|
||||
# WRNexusJS 0.2.72 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.71
|
||||
- https://wrnexusjs.dev/releases/0.2.72
|
||||
- https://wrnexusjs.dev/security
|
||||
- https://wrnexusjs.dev/support
|
||||
- https://wrnexusjs.dev/license
|
||||
@@ -1156,7 +1156,7 @@ Events: none
|
||||
### AnnouncementBar
|
||||
Mount: data-component="AnnouncementBar"
|
||||
Category: core
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement"
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement", badgeIcon: string = "icon-[lucide--sparkles]", actionIcon: string = "icon-[lucide--arrow-right]", dismissLabel: string = "Dismiss announcement", showBadge: boolean = true, showDescription: boolean = true, showAction: boolean = true, dismissible: boolean = true
|
||||
Slots: none
|
||||
Events: click
|
||||
|
||||
@@ -2913,7 +2913,7 @@ Events: none
|
||||
### EmailInput
|
||||
Mount: data-component="EmailInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "email", name: string = "email", label: string = "Email", value: string = "", placeholder: string = "you@company.com", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "email"
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
@@ -4859,16 +4859,16 @@ Events: none
|
||||
### PasskeyButton
|
||||
Mount: data-component="PasskeyButton"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Continue with a passkey", description: string = "Use fingerprint, face recognition, or device PIN", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### PasswordInput
|
||||
Mount: data-component="PasswordInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "password", name: string = "password", label: string = "Password", value: string = "", placeholder: string = "Enter your password", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "current-password", revealable: boolean = true
|
||||
Slots: none
|
||||
Events: none
|
||||
Events: click
|
||||
|
||||
### PasswordRequirementList
|
||||
Mount: data-component="PasswordRequirementList"
|
||||
@@ -5405,15 +5405,15 @@ Events: none
|
||||
### PublicFooter
|
||||
Mount: data-component="PublicFooter"
|
||||
Category: core
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", newsletterEyebrow: string = "WrNexus updates", newsletterTitle: string = "Identity insights delivered to your inbox", newsletterDescription: string = "Get product updates, security guidance, implementation strategies, and practical identity architecture resources.", newsletterAction: string = "/api/newsletter/subscribe", newsletterButtonLabel: string = "Subscribe", newsletterPlaceholder: string = "Enter your work email", newsletterSuccessMessage: string = "Thanks. Please check your inbox to confirm your subscription.", copyrightText: string = "© 2026 WrNexus. All rights reserved.", attributionText: string = "Built by WorkRoot Workspace.", showNewsletter: boolean = true, showSocialLinks: boolean = true, showThemeToggle: boolean = true
|
||||
Slots: navigation
|
||||
Events: submit
|
||||
|
||||
### PublicHeader
|
||||
Mount: data-component="PublicHeader"
|
||||
Category: layout
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", brandIcon: string = "icon-[lucide--blocks]", pricingLabel: string = "Pricing", pricingHref: string = "/pricing", statusLabel: string = "All systems operational", statusHref: string = "/status", signInLabel: string = "Sign in", signInHref: string = "/sign-in", primaryLabel: string = "Start free", primaryHref: string = "/sign-up", showStatus: boolean = true, showThemeToggle: boolean = true, showSignIn: boolean = true, showPrimaryAction: boolean = true, productLabel: string = "Product", solutionsLabel: string = "Solutions", developersLabel: string = "Developers", resourcesLabel: string = "Resources"
|
||||
Slots: navigation, actions
|
||||
Events: click
|
||||
|
||||
### PublicHeaderLogo
|
||||
@@ -6196,8 +6196,8 @@ Events: none
|
||||
### SignInLink
|
||||
Mount: data-component="SignInLink"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Sign in with password", description: string = "Use your username or email and password", href: string = "", type: string = "button", variant: string = "secondary", disabled: boolean = false, icon: string = "icon-[lucide--lock-keyhole]", class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### SignUpForm
|
||||
|
||||
+26
-26
@@ -1,4 +1,4 @@
|
||||
# WRNexusJS documentation 0.2.71
|
||||
# WRNexusJS documentation 0.2.72
|
||||
|
||||
Status: Private Developer Preview. This site documents 26 release-aligned packages.
|
||||
|
||||
@@ -461,7 +461,7 @@ Events: none
|
||||
### AnnouncementBar
|
||||
Mount: data-component="AnnouncementBar"
|
||||
Category: core
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement"
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement", badgeIcon: string = "icon-[lucide--sparkles]", actionIcon: string = "icon-[lucide--arrow-right]", dismissLabel: string = "Dismiss announcement", showBadge: boolean = true, showDescription: boolean = true, showAction: boolean = true, dismissible: boolean = true
|
||||
Slots: none
|
||||
Events: click
|
||||
|
||||
@@ -2218,7 +2218,7 @@ Events: none
|
||||
### EmailInput
|
||||
Mount: data-component="EmailInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "email", name: string = "email", label: string = "Email", value: string = "", placeholder: string = "you@company.com", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "email"
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
@@ -4164,16 +4164,16 @@ Events: none
|
||||
### PasskeyButton
|
||||
Mount: data-component="PasskeyButton"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Continue with a passkey", description: string = "Use fingerprint, face recognition, or device PIN", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### PasswordInput
|
||||
Mount: data-component="PasswordInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "password", name: string = "password", label: string = "Password", value: string = "", placeholder: string = "Enter your password", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "current-password", revealable: boolean = true
|
||||
Slots: none
|
||||
Events: none
|
||||
Events: click
|
||||
|
||||
### PasswordRequirementList
|
||||
Mount: data-component="PasswordRequirementList"
|
||||
@@ -4710,15 +4710,15 @@ Events: none
|
||||
### PublicFooter
|
||||
Mount: data-component="PublicFooter"
|
||||
Category: core
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", newsletterEyebrow: string = "WrNexus updates", newsletterTitle: string = "Identity insights delivered to your inbox", newsletterDescription: string = "Get product updates, security guidance, implementation strategies, and practical identity architecture resources.", newsletterAction: string = "/api/newsletter/subscribe", newsletterButtonLabel: string = "Subscribe", newsletterPlaceholder: string = "Enter your work email", newsletterSuccessMessage: string = "Thanks. Please check your inbox to confirm your subscription.", copyrightText: string = "© 2026 WrNexus. All rights reserved.", attributionText: string = "Built by WorkRoot Workspace.", showNewsletter: boolean = true, showSocialLinks: boolean = true, showThemeToggle: boolean = true
|
||||
Slots: navigation
|
||||
Events: submit
|
||||
|
||||
### PublicHeader
|
||||
Mount: data-component="PublicHeader"
|
||||
Category: layout
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", brandIcon: string = "icon-[lucide--blocks]", pricingLabel: string = "Pricing", pricingHref: string = "/pricing", statusLabel: string = "All systems operational", statusHref: string = "/status", signInLabel: string = "Sign in", signInHref: string = "/sign-in", primaryLabel: string = "Start free", primaryHref: string = "/sign-up", showStatus: boolean = true, showThemeToggle: boolean = true, showSignIn: boolean = true, showPrimaryAction: boolean = true, productLabel: string = "Product", solutionsLabel: string = "Solutions", developersLabel: string = "Developers", resourcesLabel: string = "Resources"
|
||||
Slots: navigation, actions
|
||||
Events: click
|
||||
|
||||
### PublicHeaderLogo
|
||||
@@ -5501,8 +5501,8 @@ Events: none
|
||||
### SignInLink
|
||||
Mount: data-component="SignInLink"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Sign in with password", description: string = "Use your username or email and password", href: string = "", type: string = "button", variant: string = "secondary", disabled: boolean = false, icon: string = "icon-[lucide--lock-keyhole]", class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### SignUpForm
|
||||
@@ -6772,7 +6772,7 @@ Events: none
|
||||
### AnnouncementBar
|
||||
Mount: data-component="AnnouncementBar"
|
||||
Category: core
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement"
|
||||
Props: class: string = "", badge: string = "New", message: string = "WrNexus Organizations is now available.", description: string = "Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO.", href: string = "/organizations", actionLabel: string = "Explore organizations", ariaLabel: string = "Announcement", badgeIcon: string = "icon-[lucide--sparkles]", actionIcon: string = "icon-[lucide--arrow-right]", dismissLabel: string = "Dismiss announcement", showBadge: boolean = true, showDescription: boolean = true, showAction: boolean = true, dismissible: boolean = true
|
||||
Slots: none
|
||||
Events: click
|
||||
|
||||
@@ -8529,7 +8529,7 @@ Events: none
|
||||
### EmailInput
|
||||
Mount: data-component="EmailInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Email", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "email", name: string = "email", label: string = "Email", value: string = "", placeholder: string = "you@company.com", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "email"
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
@@ -10475,16 +10475,16 @@ Events: none
|
||||
### PasskeyButton
|
||||
Mount: data-component="PasskeyButton"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Continue with a passkey", description: string = "Use fingerprint, face recognition, or device PIN", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### PasswordInput
|
||||
Mount: data-component="PasswordInput"
|
||||
Category: forms
|
||||
Props: class: string = "", id: string = "", name: string = "", label: string = "Password", value: string = "", placeholder: string = "", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = ""
|
||||
Props: class: string = "", id: string = "password", name: string = "password", label: string = "Password", value: string = "", placeholder: string = "Enter your password", help: string = "", error: string = "", required: boolean = false, disabled: boolean = false, readonly: boolean = false, autocomplete: string = "current-password", revealable: boolean = true
|
||||
Slots: none
|
||||
Events: none
|
||||
Events: click
|
||||
|
||||
### PasswordRequirementList
|
||||
Mount: data-component="PasswordRequirementList"
|
||||
@@ -11021,15 +11021,15 @@ Events: none
|
||||
### PublicFooter
|
||||
Mount: data-component="PublicFooter"
|
||||
Category: core
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", newsletterEyebrow: string = "WrNexus updates", newsletterTitle: string = "Identity insights delivered to your inbox", newsletterDescription: string = "Get product updates, security guidance, implementation strategies, and practical identity architecture resources.", newsletterAction: string = "/api/newsletter/subscribe", newsletterButtonLabel: string = "Subscribe", newsletterPlaceholder: string = "Enter your work email", newsletterSuccessMessage: string = "Thanks. Please check your inbox to confirm your subscription.", copyrightText: string = "© 2026 WrNexus. All rights reserved.", attributionText: string = "Built by WorkRoot Workspace.", showNewsletter: boolean = true, showSocialLinks: boolean = true, showThemeToggle: boolean = true
|
||||
Slots: navigation
|
||||
Events: submit
|
||||
|
||||
### PublicHeader
|
||||
Mount: data-component="PublicHeader"
|
||||
Category: layout
|
||||
Props: class: string = ""
|
||||
Slots: none
|
||||
Props: class: string = "", homeHref: string = "/", brandName: string = "WrNexus", brandTagline: string = "Identity Cloud", brandAriaLabel: string = "WrNexus home", brandIcon: string = "icon-[lucide--blocks]", pricingLabel: string = "Pricing", pricingHref: string = "/pricing", statusLabel: string = "All systems operational", statusHref: string = "/status", signInLabel: string = "Sign in", signInHref: string = "/sign-in", primaryLabel: string = "Start free", primaryHref: string = "/sign-up", showStatus: boolean = true, showThemeToggle: boolean = true, showSignIn: boolean = true, showPrimaryAction: boolean = true, productLabel: string = "Product", solutionsLabel: string = "Solutions", developersLabel: string = "Developers", resourcesLabel: string = "Resources"
|
||||
Slots: navigation, actions
|
||||
Events: click
|
||||
|
||||
### PublicHeaderLogo
|
||||
@@ -11812,8 +11812,8 @@ Events: none
|
||||
### SignInLink
|
||||
Mount: data-component="SignInLink"
|
||||
Category: actions
|
||||
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
|
||||
Slots: default
|
||||
Props: label: string = "Sign in with password", description: string = "Use your username or email and password", href: string = "", type: string = "button", variant: string = "secondary", disabled: boolean = false, icon: string = "icon-[lucide--lock-keyhole]", class: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
### SignUpForm
|
||||
@@ -12903,7 +12903,7 @@ Events: none
|
||||
|
||||
# Installed package documentation
|
||||
|
||||
The following README files and declarations come from the installed private 0.2.71 release.
|
||||
The following README files and declarations come from the installed private 0.2.72 release.
|
||||
|
||||
## @wrnexus/ai
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user