terra-dialog

v1.12.0
Dialogs are temporary views that can be used in a myriad of ways. Dialogs have the ability to alert users to act on critical information. In doing so, Dialogs may allow users to avoid destructive decisions, and also extend user workflows without disorient
Cerner Terra terra-dialog Dialog UI

compile

npm run compile:clean && npm run compile:build

compile:clean

rimraf lib

compile:build

babel 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

test

npm run test:jest && npm run test:nightwatch

test:jest

jest ./tests/jest/* --config ../../jestconfig.json

test:nightwatch

nightwatch -c ../../nightwatch.conf.js

test:wdio

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

Metadata

Downloads