Switch to version 1: remove registry/schemas/ButtonHoverBubble.schema.json

This commit is contained in:
2026-04-17 21:17:32 +00:00
parent a0d1a78a1c
commit 1e17d77f21

View File

@@ -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')"
}
}