From af58bcb7c2e24f964a024143f4720d45b0cf15c3 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 18 Jan 2026 11:54:28 +0000 Subject: [PATCH] Add JSON UI support for progress and divider --- JSON_COMPONENTS.md | 6 +++--- json-components-list.json | 6 +++--- json-components-registry.json | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/JSON_COMPONENTS.md b/JSON_COMPONENTS.md index d3b497e..81048ce 100644 --- a/JSON_COMPONENTS.md +++ b/JSON_COMPONENTS.md @@ -110,9 +110,9 @@ Presentation and visual elements: - `Spinner` - Loading spinner - `Skeleton` - Loading placeholder - `Separator` - Visual divider -- `CircularProgress` - Circular indicator (planned) -- `ProgressBar` - Linear progress (planned) -- `Divider` - Section divider (planned) +- `CircularProgress` - Circular indicator +- `ProgressBar` - Linear progress +- `Divider` - Section divider ### Navigation Components (3) Navigation and routing: diff --git a/json-components-list.json b/json-components-list.json index 0c9a2ed..196a0e3 100644 --- a/json-components-list.json +++ b/json-components-list.json @@ -268,7 +268,7 @@ "category": "display", "canHaveChildren": false, "description": "Visual section divider", - "status": "planned" + "status": "supported" }, { "type": "Progress", @@ -284,7 +284,7 @@ "category": "display", "canHaveChildren": false, "description": "Linear progress bar", - "status": "planned" + "status": "supported" }, { "type": "CircularProgress", @@ -292,7 +292,7 @@ "category": "display", "canHaveChildren": false, "description": "Circular progress indicator", - "status": "planned" + "status": "supported" }, { "type": "Spinner", diff --git a/json-components-registry.json b/json-components-registry.json index bc0676f..b5510d5 100644 --- a/json-components-registry.json +++ b/json-components-registry.json @@ -2,7 +2,7 @@ "$schema": "./schemas/json-components-registry-schema.json", "version": "2.0.0", "description": "Registry of all components in the application", - "lastUpdated": "2026-01-18T11:30:24.191Z", + "lastUpdated": "2026-01-18T12:05:00.000Z", "categories": { "layout": "Layout and container components", "input": "Form inputs and interactive controls", @@ -611,7 +611,7 @@ "category": "display", "canHaveChildren": false, "description": "Circular progress indicator", - "status": "planned", + "status": "supported", "source": "atoms" }, { @@ -629,7 +629,7 @@ "category": "display", "canHaveChildren": false, "description": "Visual section divider", - "status": "planned", + "status": "supported", "source": "atoms" }, { @@ -719,7 +719,7 @@ "category": "display", "canHaveChildren": false, "description": "Linear progress bar", - "status": "planned", + "status": "supported", "source": "atoms" }, { @@ -2024,8 +2024,8 @@ ], "statistics": { "total": 219, - "supported": 154, - "planned": 10, + "supported": 157, + "planned": 7, "jsonCompatible": 14, "maybeJsonCompatible": 41, "byCategory": {