From 02561140611f2e44fc7fc83575e8a741f0bd8740 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:30 +0000 Subject: [PATCH] Switch to version 1: remove registry/schemas/ButtonDirectionalHover.schema.json --- .../schemas/ButtonDirectionalHover.schema.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 registry/schemas/ButtonDirectionalHover.schema.json diff --git a/registry/schemas/ButtonDirectionalHover.schema.json b/registry/schemas/ButtonDirectionalHover.schema.json deleted file mode 100644 index a34df45..0000000 --- a/registry/schemas/ButtonDirectionalHover.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "ButtonDirectionalHover", - "propsSchema": { - "text": "string", - "onClick?": "() => void", - "href?": "string - External URLs open in new tab, internal values scroll to section", - "scrollToSection?": "boolean", - "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')" - } -} \ No newline at end of file