terra-notification-dialog

v3.4.0
`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 Terra Framework terra-notification-dialog NotificationDialog 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 test:jest && npm run test:wdio

test:jest

jest --config ../../jestconfig.js

test:wdio

../../node_modules/.bin/wdio ../../node_modules/terra-dev-site/config/wdio/wdio.conf.js

Metadata

Downloads