terra-content-container
Advanced tools
Comparing version 3.33.0 to 3.34.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 3.34.0 - (April 6, 2021) | ||
* Changed | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Updated to terra-functional-testing | ||
* Updated Jest command | ||
## 3.33.0 - (January 5, 2021) | ||
@@ -10,3 +17,3 @@ | ||
* Fixed broken links in documentation. | ||
## 3.32.0 - (December 8, 2020) | ||
@@ -13,0 +20,0 @@ |
{ | ||
"name": "terra-content-container", | ||
"main": "lib/ContentContainer.js", | ||
"version": "3.33.0", | ||
"version": "3.34.0", | ||
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-scroll": "^2.30.0" | ||
"terra-scroll": "^2.31.0" | ||
}, | ||
@@ -41,9 +41,9 @@ "scripts": { | ||
"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", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f" | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
} |
@@ -5,3 +5,3 @@ Terra.describeViewports('Content Container', ['medium'], () => { | ||
Terra.validates.element('default'); | ||
Terra.validates.element('content container'); | ||
}); | ||
@@ -12,4 +12,4 @@ | ||
Terra.validates.element('fill'); | ||
Terra.validates.element('content container fill'); | ||
}); | ||
}); |
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
57918
31
550
Updatedterra-scroll@^2.31.0