release: WRNexusJS 0.8.3
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-03 19:47:30 +05:30
parent e8f630f12d
commit 4cebacadfe
156 changed files with 2608 additions and 473 deletions
+5
View File
@@ -1,3 +1,8 @@
import Button from "./button.wrn"
import Checkbox from "./Checkbox.wrn"
import Input from "./Input.wrn"
import PinInput from "./PinInput.wrn"
component AuthForm {
outputs {
submit(payload: { event: Event; mode: string; action: string })
+2
View File
@@ -1,3 +1,5 @@
import FeatureCard from "./FeatureCard.wrn"
component FeatureGrid {
props {
size: string = "default"
@@ -1,3 +1,5 @@
import TextLink from "./TextLink.wrn"
component FeatureIconCard {
props {
icon: string = "icon-[lucide--sparkles]"
+2
View File
@@ -1,3 +1,5 @@
import Badge from "./Badge.wrn"
component Hero {
props {
eyebrow: string = ""
+2
View File
@@ -1,3 +1,5 @@
import Button from "./button.wrn"
component HeroActions {
props {
actions: unknown[] = []
@@ -1,3 +1,6 @@
import SectionHeader from "./SectionHeader.wrn"
import TextLink from "./TextLink.wrn"
component MarketingSectionHeader {
props {
id: string = ""
+2
View File
@@ -1,3 +1,5 @@
import MetricCard from "./MetricCard.wrn"
component MetricGrid {
outputs {
select(payload: { item: string | number | boolean | null | object; itemIndex: number; sourceEvent: Event })
+3
View File
@@ -1,3 +1,6 @@
import Breadcrumb from "./Breadcrumb.wrn"
import Button from "./button.wrn"
component PageHeader {
props {
eyebrow: string = ""
+2
View File
@@ -1,3 +1,5 @@
import Container from "./Container.wrn"
component Section {
props {
id: string = ""