From 84fe8c23b88443062ed28bdd2d7deedae5aaaa19 Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Mon, 15 Sep 2025 16:25:15 -0400 Subject: [PATCH 1/4] Add Hooks section to community guide --- docs/guide/community.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guide/community.md b/docs/guide/community.md index 1135ec9..b287edc 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -14,6 +14,12 @@ These are wrappers around Cap's widget. They're usually not required as the defa - **[@espressotutorialsgmbh/cap-angular-widget](https://www.npmjs.com/package/@espressotutorialsgmbh/cap-angular-widget)** +## Hooks + +These are React hook implementations of the Cap API, allowing full customization of the user experience. + +- **[@takeshape/use-cap]([https://npmjs](https://www.npmjs.com/package/@takeshape/use-cap)** + ## Server **Warning:** These libraries are community-maintained and not officially supported or actively monitored for security by Cap. We can't guarantee their quality, security, or compatibility. They also might not support newer features such as storage hooks or seeded challenges. From 8a208dd286b4e1ae1131c16c112d778c414c5051 Mon Sep 17 00:00:00 2001 From: xxxijustwei Date: Thu, 18 Sep 2025 21:12:31 +0800 Subject: [PATCH 2/4] docs: add cap-widget(headless) to community guide --- docs/guide/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/community.md b/docs/guide/community.md index 1135ec9..9d61c40 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -9,6 +9,7 @@ These are wrappers around Cap's widget. They're usually not required as the defa ### React - **[@pitininja/cap-react-widget](https://www.npmjs.com/package/@pitininja/cap-react-widget)** +- **[cap-widget](https://ui.ednesdayw.com/docs/components/cap-widget)**: A headless, shadcn-compatible React component for CAP (Captcha-Alternative Protocol) integration ### Angular From 79c87bd7987decbc4919e214de6263fa087a7008 Mon Sep 17 00:00:00 2001 From: tiago <70700766+tiagozip@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:44:44 +0100 Subject: [PATCH 3/4] docs: Update docs/guide/community.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/guide/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/community.md b/docs/guide/community.md index b287edc..a76c013 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -18,7 +18,7 @@ These are wrappers around Cap's widget. They're usually not required as the defa These are React hook implementations of the Cap API, allowing full customization of the user experience. -- **[@takeshape/use-cap]([https://npmjs](https://www.npmjs.com/package/@takeshape/use-cap)** +- **[@takeshape/use-cap](https://www.npmjs.com/package/@takeshape/use-cap)** ## Server From 8401c55d778a8394868ab847e24a27d92583041e Mon Sep 17 00:00:00 2001 From: xxxijustwei Date: Sat, 20 Sep 2025 23:57:42 +0800 Subject: [PATCH 4/4] docs: update cap-widget headless component description in community libraries --- docs/guide/community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/community.md b/docs/guide/community.md index 893ec63..00f7189 100644 --- a/docs/guide/community.md +++ b/docs/guide/community.md @@ -9,7 +9,7 @@ These are wrappers around Cap's widget. They're usually not required as the defa ### React - **[@pitininja/cap-react-widget](https://www.npmjs.com/package/@pitininja/cap-react-widget)** -- **[cap-widget](https://ui.ednesdayw.com/docs/components/cap-widget)**: A headless, shadcn-compatible React component for CAP (Captcha-Alternative Protocol) integration +- **[cap-widget](https://ui.ednesdayw.com/docs/components/cap-widget)**: A headless, shadcn-compatible React component for CAP ### Angular