UNPKG

terra-clinical-item-display

Version:

The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.

67 lines (66 loc) 2.15 kB
{ "name": "terra-clinical-item-display", "main": "lib/ItemDisplay.js", "version": "4.11.0", "description": "The Item Display component creates an display for text and an optional graphic. The Comment subcomponent creates a display for text with a comment icon.", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-clinical.git", "directory": "packages/terra-clinical-item-display" }, "keywords": [ "Cerner", "Terra", "Clinical", "terra-clinical-item-display", "ItemDisplay", "UI" ], "author": "Cerner Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cerner/terra-clinical/issues" }, "homepage": "https://github.com/cerner/terra-clinical#readme", "peerDependencies": { "react": "^16.8.5", "react-dom": "^16.8.5", "react-intl": ">=2.8.0, <6.0.0" }, "dependencies": { "@cerner/terra-docs": "^1.9.0", "classnames": "^2.2.5", "prop-types": "^15.5.8", "terra-action-header": "^2.78.0", "terra-content-container": "^3.38.0", "terra-icon": "^3.0.0", "terra-list": "^4.57.0", "terra-show-hide": "^2.60.0", "terra-theme-context": "^1.0.0", "terra-toggle-button": "^3.74.0", "terra-visually-hidden-text": "^2.36.0" }, "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 ../.. && npx wdio", "wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", "wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", "wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" }, "files": [ "lib", "src", "translations", "CHANGELOG.md", "LICENSE", "NOTICE", "README.md" ], "gitHead": "e7da309a60f4305d09fa94955bd4305adfb65f5e" }