release: WRNexusJS 0.5.13

This commit is contained in:
2026-07-30 20:46:47 +05:30
parent d64e899993
commit 9dffe83f32
404 changed files with 345 additions and 67025 deletions
+1 -1
View File
@@ -841,7 +841,7 @@ Responsive application footer with structured links and pre/post content slots.
- Mount: `data-component="Footer"`
- Props: `size: string = "default"`, `color: string = "primary"`, `label: string = "Footer navigation"`, `items: string = []`, `columns: number = 3`, `maxWidth: string = "compact"`, `copyright: string = ""`, `class: string = ""`
- Slots: `pre-footer`, `copyright-left`, `copyright-right`, `post-footer`
- Slots: `pre-footer`, `post-footer`, `copyright-left`, `copyright-right`
- Events: `select`, `action`
### MegaMenu
+1 -1
View File
@@ -4534,7 +4534,7 @@
"default": "\"\""
}
],
"slots": ["pre-footer", "copyright-left", "copyright-right", "post-footer"],
"slots": ["pre-footer", "post-footer", "copyright-left", "copyright-right"],
"events": ["select", "action"],
"source": "components/Footer.wrn"
},
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/ui",
"version": "0.5.12",
"version": "0.5.13",
"type": "module",
"description": "@wrnexus/ui — part of the WrNexus framework.",
"license": "MIT",
@@ -26,7 +26,7 @@
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "^0.5.12"
"@wrnexus/core": "^0.5.13"
},
"files": [
"dist",