terra-dialog-modal

v3.50.0
The Dialog Modal allows dynamic height modals. It's limited use case, as dynamic heights break with more complicated DOM structures. If content is too complicated, the terra-modal-manager should be used. The components is placed at an 8000 z-index. The di
Cerner Terra Framework terra-dialog-modal DialogModal 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 ../../jestconfig.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

Metadata

Downloads