Skip to content

Commit

Permalink
fix(core): update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Nov 4, 2022
1 parent 45ef951 commit 4bc086e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.


.yarn-cache

# compiled output
/dist
Expand Down
18 changes: 2 additions & 16 deletions packages/core/component-doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4574,14 +4574,7 @@
"styles": [],
"slots": [],
"parts": [],
"listeners": [
{
"event": "overlayClose",
"target": "body",
"capture": false,
"passive": false
}
]
"listeners": []
},
{
"dirPath": "./src/components/menu-about-item",
Expand Down Expand Up @@ -5199,14 +5192,7 @@
"styles": [],
"slots": [],
"parts": [],
"listeners": [
{
"event": "overlayClose",
"target": "body",
"capture": false,
"passive": false
}
]
"listeners": []
},
{
"dirPath": "./src/components/menu-settings-item",
Expand Down

0 comments on commit 4bc086e

Please sign in to comment.