From 0aeb30aa8bcbbb109ea9e9b1e9857b2c21ccd1d4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:16:24 +0000 Subject: [PATCH] Switch to version 1: remove registry/components/ButtonDirectionalHover.json --- .../components/ButtonDirectionalHover.json | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 registry/components/ButtonDirectionalHover.json diff --git a/registry/components/ButtonDirectionalHover.json b/registry/components/ButtonDirectionalHover.json deleted file mode 100644 index 6669c3b..0000000 --- a/registry/components/ButtonDirectionalHover.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "ButtonDirectionalHover", - "description": "CTA button with a circle that expands from the mouse entry point on hover.", - "details": "Use for CTAs where directional awareness adds visual interest. On hover, a circle expands from where the cursor entered the button, creating a fluid reveal effect. The circleClassName controls the expanding circle color (bg-accent for primary, bg-accent/10 for secondary).", - "constraints": { - "textRules": { - "text": { - "required": true, - "example": "Get Started", - "minChars": 2, - "maxChars": 25 - } - } - }, - "propsSchema": { - "text": "string", - "onClick?": "() => void", - "href?": "string - External URLs open in new tab, internal values scroll to section", - "className?": "string", - "bgClassName?": "string", - "textClassName?": "string", - "circleClassName?": "string - Controls the expanding circle color", - "disabled?": "boolean (default: false)", - "ariaLabel?": "string", - "type?": "'button' | 'submit' | 'reset' (default: 'button')" - }, - "usageExample": "", - "do": [ - "Use for general use" - ], - "dont": [], - "editRules": { - "textOnly": true, - "layoutLocked": true, - "styleLocked": true - } -}