Skip to content

Commit c616162

Browse files
authored
Merge pull request #84 from github/jibrang/remove-dialog-toggle-events
Remove dialog-toggle-events polyfill
2 parents 8e9e9d9 + bf119cd commit c616162

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

package-lock.json

+5-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "GitHub Inc.",
1515
"contributors": [
1616
"Keith Cirkel (https://keithcirkel.co.uk/)",
17-
"Kristj\u00e1n Oddsson <[email protected]>"
17+
"Kristján Oddsson <[email protected]>"
1818
],
1919
"type": "module",
2020
"main": "lib/index.js",
@@ -47,7 +47,6 @@
4747
},
4848
"dependencies": {
4949
"@oddbird/popover-polyfill": "^0.5.2",
50-
"dialog-toggle-events-polyfill": "^1.1.3",
5150
"invokers-polyfill": "^0.5.2"
5251
}
5352
}

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as navigatorClipboard from './navigator-clipboard.js'
44
import * as withResolvers from './promise-withResolvers.js'
55
import * as requestIdleCallback from './requestidlecallback.js'
66
import * as popover from '@oddbird/popover-polyfill/fn'
7-
import * as dialogToggleEvents from 'dialog-toggle-events-polyfill/fn'
87
import * as commandAndCommandFor from 'invokers-polyfill/fn'
98

109
let supportsModalPseudo = false
@@ -53,7 +52,6 @@ export const polyfills = {
5352
requestIdleCallback,
5453
withResolvers,
5554
popover,
56-
dialogToggleEvents,
5755
commandAndCommandFor,
5856
}
5957

0 commit comments

Comments
 (0)