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
+31 -31
View File
@@ -1,36 +1,36 @@
component SplitHero {
props {
eyebrow = ""
eyebrowIcon = "icon-[lucide--sparkles]"
title = "A better digital experience"
highlight = ""
description = ""
primaryLabel = ""
primaryHref = ""
primaryIcon = ""
secondaryLabel = ""
secondaryHref = ""
secondaryIcon = ""
visualPosition = "right"
reverse = false
ratio = "balanced"
align = "left"
size = "default"
color = "primary"
variant = "default"
maxWidth = "xl"
fullBleed = true
backgroundImage = ""
visualImage = ""
visualAlt = ""
visualIcon = ""
visualEyebrow = ""
visualTitle = ""
visualDescription = ""
visualItems = []
visualStyle = "panel"
trustItems = []
class = ""
eyebrow: string = ""
eyebrowIcon: string = "icon-[lucide--sparkles]"
title: string = "A better digital experience"
highlight: string = ""
description: string = ""
primaryLabel: string = ""
primaryHref: string = ""
primaryIcon: string = ""
secondaryLabel: string = ""
secondaryHref: string = ""
secondaryIcon: string = ""
visualPosition: string = "right"
reverse: boolean = false
ratio: string = "balanced"
align: string = "left"
size: string = "default"
color: string = "primary"
variant: string = "default"
maxWidth: string = "xl"
fullBleed: boolean = true
backgroundImage: string = ""
visualImage: string = ""
visualAlt: string = ""
visualIcon: string = ""
visualEyebrow: string = ""
visualTitle: string = ""
visualDescription: string = ""
visualItems: unknown[] = []
visualStyle: string = "panel"
trustItems: unknown[] = []
class: string = ""
}
view {