UNPKG

makeup-exit-emitter

Version:

Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants

45 lines (44 loc) 1.33 kB
{ "name": "makeup-exit-emitter", "description": "Emits custom 'focusExit' event when keyboard focus has exited an element and all of it's descendants", "version": "0.6.0", "main": "./dist/cjs/index.js", "module": "./dist/mjs/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/mjs/index.js", "require": "./dist/cjs/index.js" } }, "repository": "https://github.com/makeup/makeup-js/tree/master/packages/core/makeup-exit-emitter", "author": "Ian McBurnie <ianmcburnie@hotmail.com>", "license": "MIT", "scripts": { "compile": "npm run compile:mjs && npm run compile:cjs", "compile:mjs": "esbuild src/index.js --outfile=dist/mjs/index.js --format=esm", "compile:cjs": "babel --plugins @babel/plugin-transform-modules-commonjs src/index.js --out-file dist/cjs/index.js", "clean": "rimraf *.log .DS_Store" }, "keywords": [ "makeup", "ebay", "accessibility", "a11y" ], "dependencies": { "makeup-next-id": "^0.6.0" }, "files": [ "dist/index.d.ts", "dist/cjs/index.js", "dist/mjs/index.js", "dist/mjs/package.json", "package-lock.json" ], "browserslist": [ "extends @ebay/browserslist-config" ], "gitHead": "57e99c383e63b845fd121f3f1e6e042fe137daf2" }