From 1e17d77f21ccd39c77e65efb7417ae65fa2c8dbd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:17:32 +0000 Subject: [PATCH] Switch to version 1: remove registry/schemas/ButtonHoverBubble.schema.json --- registry/schemas/ButtonHoverBubble.schema.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 registry/schemas/ButtonHoverBubble.schema.json diff --git a/registry/schemas/ButtonHoverBubble.schema.json b/registry/schemas/ButtonHoverBubble.schema.json deleted file mode 100644 index f4500fc..0000000 --- a/registry/schemas/ButtonHoverBubble.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "ButtonHoverBubble", - "propsSchema": { - "text": "string", - "onClick?": "() => void", - "href?": "string - External URLs open in new tab, internal values scroll to section", - "scrollToSection?": "boolean", - "className?": "string", - "bgClassName?": "string - Applied to the text container (automatically set in sections)", - "textClassName?": "string - Applied to the text span", - "iconClassName?": "string - Applied to both arrow icon containers (automatically set in sections)", - "disabled?": "boolean (default: false)", - "ariaLabel?": "string", - "type?": "'button' | 'submit' | 'reset' (default: 'button')" - } -} \ No newline at end of file