fix layout SSR translations and remediation follow-ups

This commit is contained in:
2026-08-09 18:49:16 +05:30
parent 51286d0fa3
commit 7d87200e31
10 changed files with 160 additions and 89 deletions
+3
View File
@@ -1671,6 +1671,9 @@ test("carousel autoplay wraps to the first slide", async () => {
test("input number increments, decrements, applies steps, and respects limits", async () => {
const source = readFileSync(uiComponentPath("InputNumber"), "utf8");
const compiled = compileWireFile(source, uiComponentPath("InputNumber"));
expect(compiled).toContain("export const __wrnexusStyles");
expect(compiled).toContain(".wire-input-number__control");
const html = await renderComponent(source, {
name: "quantity",
value: 1,