release: WRNexusJS 0.2.56

This commit is contained in:
2026-07-19 17:25:37 +05:30
parent 12beb6f4ba
commit 180239ef4c
59 changed files with 375 additions and 85 deletions
+5
View File
@@ -57,6 +57,11 @@ test("component-system CSS includes responsive, theme-token, focus, and reduced-
expect(css).toContain(":focus-visible");
expect(css).toContain("var(--wire-color-surface)");
expect(css).toContain("min-height: 44px");
expect(css).toContain("--wire-motion-base");
expect(css).toContain("--wire-ease-emphasized");
expect(css).toContain("@keyframes wire-component-enter");
expect(css).toContain("@keyframes wire-dialog-enter");
expect(css).toContain("@media (hover: hover) and (pointer: fine)");
});
test.each(uiComponentNames())("bundled UI component %s compiles", (name) => {