release: WRNexusJS 0.2.56
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user