From cbbb0f814f491149eca2383aa0b702b58af3788b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:19:17 +0000 Subject: [PATCH] Switch to version 2: added registry/schemas/DownwardRaysBackground.schema.json --- registry/schemas/DownwardRaysBackground.schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 registry/schemas/DownwardRaysBackground.schema.json diff --git a/registry/schemas/DownwardRaysBackground.schema.json b/registry/schemas/DownwardRaysBackground.schema.json new file mode 100644 index 0000000..a67e290 --- /dev/null +++ b/registry/schemas/DownwardRaysBackground.schema.json @@ -0,0 +1,9 @@ +{ + "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