chore(release): prepare WRNexusJS 0.2.73

This commit is contained in:
2026-07-20 16:34:20 +05:30
parent 0b8856b3b5
commit 0013c0771d
66 changed files with 234 additions and 125 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ component Alert {
view {
<aside data-show="visible" role="alert" class="wire-alert wire-alert--{variant} wire-alert--rich {class}">
<span class="wire-alert__icon" aria-hidden="true"></span>
<span class="wire-alert__icon" aria-hidden="true"><svg viewBox="0 0 24 24"><path d="M12 3 4.5 6v5.4c0 4.6 3.2 8.8 7.5 9.6 4.3-.8 7.5-5 7.5-9.6V6L12 3Z" /><path d="m9 12 2 2 4-4" /></svg></span>
<div class="wire-alert__content">
{#if title}<h3 class="wire-alert__title">{title}</h3>{/if}
{#if description}<p class="wire-alert__body">{description}</p>{/if}