mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Add blur event forwarding and update docs
This commit is contained in:
parent
5673adafaa
commit
9539ac46fd
6 changed files with 12 additions and 1 deletions
|
@ -638,6 +638,7 @@
|
|||
"events": [
|
||||
{ "type": "forwarded", "name": "click", "element": "ButtonSkeleton" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "ButtonSkeleton" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "ButtonSkeleton" },
|
||||
{
|
||||
"type": "forwarded",
|
||||
"name": "mouseover",
|
||||
|
@ -719,7 +720,8 @@
|
|||
{ "type": "forwarded", "name": "focus", "element": "a" },
|
||||
{ "type": "forwarded", "name": "mouseover", "element": "a" },
|
||||
{ "type": "forwarded", "name": "mouseenter", "element": "a" },
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "a" }
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "a" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "div" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "a" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue