mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
v0.38.0
This commit is contained in:
parent
e51f50da0c
commit
913186ef9c
8 changed files with 45 additions and 6 deletions
|
@ -741,7 +741,8 @@
|
|||
"name": "mouseleave",
|
||||
"element": "CheckboxSkeleton"
|
||||
},
|
||||
{ "type": "forwarded", "name": "change", "element": "input" }
|
||||
{ "type": "forwarded", "name": "change", "element": "input" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "input" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "InlineComponent", "name": "CheckboxSkeleton" }
|
||||
|
@ -4926,6 +4927,7 @@
|
|||
{ "type": "forwarded", "name": "mouseenter", "element": "div" },
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "div" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "div" },
|
||||
{ "type": "forwarded", "name": "focus", "element": "div" },
|
||||
{ "type": "forwarded", "name": "blur", "element": "div" }
|
||||
],
|
||||
"typedefs": [
|
||||
|
@ -11614,7 +11616,7 @@
|
|||
{ "type": "forwarded", "name": "focus", "element": "button" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "div" }
|
||||
"rest_props": { "type": "Element", "name": "span" }
|
||||
},
|
||||
{
|
||||
"moduleName": "TooltipFooter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue