terra-button
Advanced tools
Comparing version 3.31.0 to 3.32.0
@@ -7,2 +7,7 @@ ChangeLog | ||
3.32.0 - (February 18, 2020) | ||
------------------ | ||
### Added | ||
* Added clinical-lowlight-theme theming files | ||
3.31.0 - (February 4, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-button", | ||
"main": "lib/Button.js", | ||
"version": "3.31.0", | ||
"version": "3.32.0", | ||
"description": "The terra-button component provides users a way to trigger actions in the UI.", | ||
@@ -32,4 +32,5 @@ "repository": { | ||
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio": "npm run wdio-default && npm run wdio-fusion" | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
@@ -44,5 +45,5 @@ "peerDependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-icon": "^3.26.0" | ||
"terra-icon": "^3.27.0" | ||
}, | ||
"gitHead": "bc075f286cd9a548094a79f2f721ec526e2b251a" | ||
"gitHead": "386cab01eec19d715778905a31bdcfd448e6e1b2" | ||
} |
const path = require('path'); | ||
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf'); | ||
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')]; | ||
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')]; | ||
exports.config = wdioConf.config; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176635
67
2052
Updatedterra-icon@^3.27.0