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 CTASection {
props {
eyebrow = ""
title = "Ready to get started?"
description = ""
icon = ""
align = "center"
size = "default"
color = "primary"
variant = "solid"
primaryLabel = "Get started"
primaryHref = "#"
primaryIcon = ""
secondaryLabel = ""
secondaryHref = ""
secondaryIcon = ""
backgroundImage = ""
visualImage = ""
visualAlt = ""
visualIcon = ""
visualTitle = ""
visualDescription = ""
visualItems = []
visualPosition = "right"
maxWidth = "xl"
fullBleed = false
class = ""
eyebrow: string = ""
title: string = "Ready to get started?"
description: string = ""
icon: string = ""
align: string = "center"
size: string = "default"
color: string = "primary"
variant: string = "solid"
primaryLabel: string = "Get started"
primaryHref: string = "#"
primaryIcon: string = ""
secondaryLabel: string = ""
secondaryHref: string = ""
secondaryIcon: string = ""
backgroundImage: string = ""
visualImage: string = ""
visualAlt: string = ""
visualIcon: string = ""
visualTitle: string = ""
visualDescription: string = ""
visualItems: unknown[] = []
visualPosition: string = "right"
maxWidth: string = "xl"
fullBleed: boolean = false
class: string = ""
}
view {