release: WRNexusJS 0.5.0

This commit is contained in:
2026-07-29 12:51:10 +05:30
parent 76c768099d
commit 6afe32f63f
456 changed files with 40879 additions and 8850 deletions
+2
View File
@@ -26,6 +26,7 @@ test("Captcha.wrn parses and exposes the full public contract", async () => {
"color",
"class",
"showListen",
"resetOnError",
]) {
expect(source).toContain(`${prop} =`);
}
@@ -50,6 +51,7 @@ test("Captcha.wrn parses and exposes the full public contract", async () => {
expect(source).toContain("data-captcha-excluded-styles='{excludedStyles}'");
expect(source).toContain("data-captcha-randomize-style='{randomizeStyle}'");
expect(source).toContain("data-captcha-show-listen='{showListen}'");
expect(source).toContain("data-captcha-reset-on-error='{resetOnError}'");
expect(source).toContain("data-captcha-not-robot-button");
expect(source).toContain("data-[captcha-size=compact]");
expect(source).toContain("data-[captcha-size=compact]:max-w-xs");