From 2dac8954ffbeb8fb71ddb88a590f9ef503277676 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 21:57:12 +0000 Subject: [PATCH] Fix statistics counts in registry to match actual counts Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com> --- json-components-registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-components-registry.json b/json-components-registry.json index eb5214b..e42e308 100644 --- a/json-components-registry.json +++ b/json-components-registry.json @@ -497,8 +497,8 @@ ], "statistics": { "total": 60, - "supported": 43, - "planned": 17, + "supported": 46, + "planned": 14, "byCategory": { "layout": 12, "input": 11,