release: WRNexusJS 0.6.0

This commit is contained in:
2026-08-01 01:09:58 +05:30
parent 3e565e8d03
commit 687d345882
502 changed files with 33038 additions and 11358 deletions
+25 -25
View File
@@ -1,30 +1,30 @@
component PageHeader {
props {
eyebrow = ""
title = ""
description = ""
icon = ""
id = "page-title"
align = "left"
centered = false
compact = false
size = "default"
maxWidth = "xl"
showBreadcrumbs = false
breadcrumbs = []
breadcrumbParent = ""
breadcrumbParentHref = ""
breadcrumbCurrent = ""
primaryLabel = ""
primaryHref = ""
primaryIcon = ""
secondaryLabel = ""
secondaryHref = ""
secondaryIcon = ""
color = "primary"
variant = "default"
borderBottom = true
class = ""
eyebrow: string = ""
title: string = ""
description: string = ""
icon: string = ""
id: string = "page-title"
align: string = "left"
centered: boolean = false
compact: boolean = false
size: string = "default"
maxWidth: string = "xl"
showBreadcrumbs: boolean = false
breadcrumbs: unknown[] = []
breadcrumbParent: string = ""
breadcrumbParentHref: string = ""
breadcrumbCurrent: string = ""
primaryLabel: string = ""
primaryHref: string = ""
primaryIcon: string = ""
secondaryLabel: string = ""
secondaryHref: string = ""
secondaryIcon: string = ""
color: string = "primary"
variant: string = "default"
borderBottom: boolean = true
class: string = ""
}
view {