terra-notification-dialog

v4.51.1
`terra-notification-dialog` is a notification dialog component built over the `terra-abstract-modal`. It has the highest z-index of 9001. It is a common component to be used for confirmation/acceptance criteria style dialogs.
Cerner Framework NotificationDialog Terra terra-notification-dialog UI

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
npm i terra-notification-dialog

Metadata

Downloads