release: WRNexusJS 0.2.77

This commit is contained in:
2026-07-22 01:26:10 +05:30
parent 569365143b
commit 7ff5b3e8c5
95 changed files with 1077 additions and 177 deletions
+15 -3
View File
@@ -1,6 +1,18 @@
component ProductPageShell {
props {
class = ""
props { class = "" }
view {
<main
class="
min-h-screen w-full overflow-x-clip
bg-[var(--wire-color-background,#ffffff)]
font-[var(--wire-font-sans,ui-sans-serif,system-ui,sans-serif)]
text-[var(--wire-color-text,#0f172a)]
antialiased
{class}
"
>
<slot />
</main>
}
view { <div class="wire-page-shell wire-page-shell--product {class}"><slot /></div> }
}