From 9a697eb4e7a36258b91eb6505de5664cbed62689 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:16:44 +0000 Subject: [PATCH] Switch to version 1: remove registry/components/FloatingGradientBackground.json --- .../FloatingGradientBackground.json | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 registry/components/FloatingGradientBackground.json diff --git a/registry/components/FloatingGradientBackground.json b/registry/components/FloatingGradientBackground.json deleted file mode 100644 index 8223c12..0000000 --- a/registry/components/FloatingGradientBackground.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "FloatingGradientBackground", - "description": "Five animated gradient circles with CSS animations and vertical gradient mask.", - "details": "Use for dynamic, engaging backgrounds with subtle motion. Features 5 circles with different animations (moveVertical, moveInCircle, moveHorizontal) using primary-cta and accent colors. Includes 40px blur and linear gradient mask (transparent → visible 20-80% → transparent). Circles have varying opacities (0.1-0.2) and use hard-light blend mode.", - "constraints": {}, - "propsSchema": { - "className?": "string" - }, - "usageExample": "", - "do": [ - "Use for feature showcases", - "Use for capability displays" - ], - "dont": [], - "editRules": { - "textOnly": true, - "layoutLocked": true, - "styleLocked": true - } -}