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
+2
View File
@@ -85,6 +85,8 @@ test("component-system CSS includes responsive, theme-token, focus, and reduced-
expect(css).toContain(".wire-visually-hidden");
expect(css).toContain(".wire-catalog-card--channel::before");
expect(css).toContain(".wire-catalog-card--integration::before");
expect(css).toContain('[data-show="false"]');
expect(css).toContain("display: none !important");
});
test("page shells leave background ownership to the page", () => {