terra-content-container
Advanced tools
Comparing version 3.39.1 to 3.40.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.40.0 - (November 13, 2023) | ||
* Changed | ||
* Minor dependency version bump | ||
## 3.39.1 - (July 13, 2023) | ||
@@ -7,0 +12,0 @@ |
@@ -102,3 +102,2 @@ "use strict"; | ||
ContentContainer.defaultProps = defaultProps; | ||
var _default = ContentContainer; | ||
exports.default = _default; | ||
var _default = exports.default = ContentContainer; |
{ | ||
"name": "terra-content-container", | ||
"main": "lib/ContentContainer.js", | ||
"version": "3.39.1", | ||
"version": "3.40.0", | ||
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.", | ||
"author": "Cerner Corporation", | ||
"repository": { | ||
@@ -11,15 +11,21 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"Cerner", | ||
"ContentContainer", | ||
"Terra", | ||
"terra-content-container", | ||
"ContentContainer", | ||
"UI" | ||
], | ||
"author": "Cerner Corporation", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
"main": "lib/ContentContainer.js", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-scroll": "^2.36.0", | ||
"terra-theme-context": "^1.0.0" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"peerDependencies": { | ||
@@ -29,8 +35,2 @@ "react": "^16.8.5", | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-scroll": "^2.35.0", | ||
"terra-theme-context": "^1.0.0" | ||
}, | ||
"scripts": { | ||
@@ -49,3 +49,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
}, | ||
"gitHead": "70ccf4fee8dafedd22ccdb4a224c2227bc7e764f" | ||
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170" | ||
} |
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
38861
260
Updatedterra-scroll@^2.36.0