release: WRNexusJS 0.2.76

This commit is contained in:
2026-07-21 13:09:09 +05:30
parent 69b6cd431f
commit 569365143b
65 changed files with 188 additions and 158 deletions
+8 -8
View File
@@ -1039,9 +1039,9 @@
"source": "components/AdvancedFilterBuilder.wrn"
},
{
"name": "Alert",
"mount": "Alert",
"category": "feedback",
"name": "alert",
"mount": "alert",
"category": "core",
"purpose": "Reusable alert component.",
"props": [
{
@@ -1077,7 +1077,7 @@
],
"slots": ["default"],
"events": ["click"],
"source": "components/Alert.wrn"
"source": "components/alert.wrn"
},
{
"name": "AlertDialog",
@@ -5604,9 +5604,9 @@
"source": "components/CaptchaField.wrn"
},
{
"name": "Card",
"mount": "Card",
"category": "content",
"name": "card",
"mount": "card",
"category": "core",
"purpose": "Reusable card component.",
"props": [
{
@@ -5636,7 +5636,7 @@
],
"slots": ["default"],
"events": [],
"source": "components/Card.wrn"
"source": "components/card.wrn"
},
{
"name": "CardPaymentForm",