Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit a020337

Browse files
authored
Merge branch 'master' into nested
2 parents cf588a1 + fd291fb commit a020337

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ declare global {
66
interface Window {
77
DetailsDialogElement: typeof DetailsDialogElement
88
}
9-
}
9+
interface HTMLElementTagNameMap {
10+
'details-dialog': DetailsDialogElement
11+
}
12+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/details-dialog-element",
3-
"version": "3.0.12",
3+
"version": "3.0.13",
44
"description": "A modal dialog opened with a <details> button.",
55
"repository": "github/details-dialog-element",
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)