Update docs to reflect focus event forwarding

This commit is contained in:
Ryan Marx 2024-01-09 15:48:42 -06:00
commit 5673adafaa
4 changed files with 6 additions and 0 deletions

View file

@ -637,6 +637,7 @@
],
"events": [
{ "type": "forwarded", "name": "click", "element": "ButtonSkeleton" },
{ "type": "forwarded", "name": "focus", "element": "ButtonSkeleton" },
{
"type": "forwarded",
"name": "mouseover",
@ -715,6 +716,7 @@
"slots": [],
"events": [
{ "type": "forwarded", "name": "click", "element": "a" },
{ "type": "forwarded", "name": "focus", "element": "a" },
{ "type": "forwarded", "name": "mouseover", "element": "a" },
{ "type": "forwarded", "name": "mouseenter", "element": "a" },
{ "type": "forwarded", "name": "mouseleave", "element": "a" }