terra-action-footer
Advanced tools
Comparing version 2.44.0 to 2.45.0
@@ -7,2 +7,7 @@ ChangeLog | ||
2.45.0 - (June 9, 2020) | ||
------------------ | ||
### Changed | ||
* Update wdio test configuration to use root wdio config | ||
2.44.0 - (June 2, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-action-footer", | ||
"main": "lib/ActionFooter.js", | ||
"version": "2.44.0", | ||
"version": "2.45.0", | ||
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.40.0", | ||
"terra-hyperlink": "^2.33.0", | ||
"terra-spacer": "^3.39.0", | ||
"terra-button": "^3.41.0", | ||
"terra-hyperlink": "^2.34.0", | ||
"terra-spacer": "^3.40.0", | ||
"terra-theme-context": "^1.0.0" | ||
@@ -43,10 +43,10 @@ }, | ||
"precompile": "rm -rf lib", | ||
"test": "npm run jest && npm run wdio", | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"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-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" | ||
}, | ||
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018" | ||
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352" | ||
} |
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
84736
80
1127
Updatedterra-button@^3.41.0
Updatedterra-hyperlink@^2.34.0
Updatedterra-spacer@^3.40.0