UNPKG

terra-abstract-modal

Version:

The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.

69 lines (68 loc) 2.06 kB
{ "name": "terra-abstract-modal", "version": "3.52.1", "description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.", "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-framework.git", "directory": "packages/terra-abstract-modal" }, "bugs": { "url": "https://github.com/cerner/terra-framework/issues" }, "homepage": "https://github.com/cerner/terra-framework#readme", "license": "Apache-2.0", "keywords": [ "Abstract", "Cerner", "Modal", "Terra", "terra-abstract-modal", "UI" ], "main": "lib/AbstractModal.js", "files": [ "lib", "src", "translations", "CHANGELOG.md", "LICENSE", "NOTICE", "README.md" ], "peerDependencies": { "react": "16", "react-dom": "16", "react-intl": "2 || 3 || 4 || 5" }, "dependencies": { "classnames": "2", "keycode-js": "3", "mutationobserver-shim": "<=0.3.3", "promise-polyfill": "8", "prop-types": "15", "react-focus-on": "3", "react-portal": "4", "terra-theme-context": "^1.11.0", "terra-visually-hidden-text": "^2.39.0", "wicg-inert": "3" }, "devDependencies": { "terra-icon": "3" }, "scripts": { "compile": "babel --root-mode upward src --out-dir lib --copy-files", "lint": "npm run lint:js && npm run lint:scss", "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", "lint:scss": "stylelint src/**/*.scss", "precompile": "rm -rf lib", "test": "npm run lint && npm run jest && npm run wdio", "jest": "jest --config ../../jest.config.js", "wdio-default": "cd ../.. && terra wdio", "wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", "wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", "wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" }, "gitHead": "e2f0ab2e1f3edd0f8968a14bd9c16764882e6221" }