UNPKG

makeup-exit-emitter

Version:

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

42 lines (41 loc) 1.24 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.5.6", "main": "./dist/cjs/index.js", "module": "./dist/mjs/index.js", "exports": { ".": { "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.5.6" }, "files": [ "dist/cjs/index.js", "dist/mjs/index.js", "dist/mjs/package.json", "package-lock.json" ], "browserslist": [ "extends @ebay/browserslist-config" ], "gitHead": "ea0f533ffce22f7f8ed171f7eef302f266e03045" }