From 03e0b7b6c4eb41f6006184906a5d252e14929f60 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:39 +0000 Subject: [PATCH] Switch to version 1: remove registry/schemas/DownwardRaysBackground.schema.json --- registry/schemas/DownwardRaysBackground.schema.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 registry/schemas/DownwardRaysBackground.schema.json diff --git a/registry/schemas/DownwardRaysBackground.schema.json b/registry/schemas/DownwardRaysBackground.schema.json deleted file mode 100644 index a67e290..0000000 --- a/registry/schemas/DownwardRaysBackground.schema.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "DownwardRaysBackground", - "propsSchema": { - "animated": "boolean - Required. When true, rays animate with pulsing opacity. When false, rays display static opacity.", - "showGrid": "boolean - Required. When true, displays a grid overlay fading from top center. When false, no grid is shown.", - "className?": "string", - "containerClassName?": "string" - } -} \ No newline at end of file