From b8871e663e832a794b6bec92ca416988924ef455 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/ButtonElasticEffect.json --- registry/components/ButtonElasticEffect.json | 35 -------------------- 1 file changed, 35 deletions(-) delete mode 100644 registry/components/ButtonElasticEffect.json diff --git a/registry/components/ButtonElasticEffect.json b/registry/components/ButtonElasticEffect.json deleted file mode 100644 index 1b6711e..0000000 --- a/registry/components/ButtonElasticEffect.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "ButtonElasticEffect", - "description": "CTA button with elastic scale animation on hover.", - "details": "Use for CTAs where a springy, elastic feel adds playfulness. On hover, the button scales with an elastic easing that overshoots and settles, creating a bouncy tactile response.", - "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", - "textClassName?": "string", - "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 - } -}