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

This commit is contained in:
2026-04-17 21:17:30 +00:00
parent 5b73b0f358
commit 0256114061

View File

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