mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
add OutboundLink (#504)
* feat(link): add OutboundLink * fix(outbound-link): forward Link events
This commit is contained in:
parent
3e926de49d
commit
251f986304
8 changed files with 85 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"total": 155,
|
||||
"total": 156,
|
||||
"components": [
|
||||
{
|
||||
"moduleName": "SkeletonText",
|
||||
|
@ -5083,6 +5083,21 @@
|
|||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "div" }
|
||||
},
|
||||
{
|
||||
"moduleName": "OutboundLink",
|
||||
"filePath": "/src/Link/OutboundLink.svelte",
|
||||
"props": [],
|
||||
"slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
|
||||
"events": [
|
||||
{ "type": "forwarded", "name": "click", "element": "Link" },
|
||||
{ "type": "forwarded", "name": "mouseover", "element": "Link" },
|
||||
{ "type": "forwarded", "name": "mouseenter", "element": "Link" },
|
||||
{ "type": "forwarded", "name": "mouseleave", "element": "Link" }
|
||||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "InlineComponent", "name": "Link" },
|
||||
"extends": { "interface": "LinkProps", "import": "\"./Link\"" }
|
||||
},
|
||||
{
|
||||
"moduleName": "ListItem",
|
||||
"filePath": "/src/ListItem/ListItem.svelte",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue