fix(ui): render polished SSR-safe component variants

This commit is contained in:
2026-07-20 15:55:38 +05:30
parent 944f83d3f4
commit 54f5309fca
260 changed files with 917 additions and 348 deletions
+1 -1
View File
@@ -107,4 +107,4 @@ for (const category of [...new Set(components.map((component) => component.categ
);
}
}
writeFileSync(join(uiRoot, "COMPONENTS.md"), `${lines.join("\n")}\n`);
writeFileSync(join(uiRoot, "COMPONENTS.md"), `${lines.join("\n").trimEnd()}\n`);