terra-content-container
Advanced tools
Comparing version 3.42.0 to 3.43.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.43.0 - (May 24, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 3.42.0 - (February 27, 2024) | ||
@@ -7,0 +12,0 @@ |
@@ -17,3 +17,3 @@ "use strict"; | ||
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } | ||
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; } | ||
var cx = _bind.default.bind(_ContentContainerModule.default); | ||
@@ -20,0 +20,0 @@ var propTypes = { |
{ | ||
"name": "terra-content-container", | ||
"version": "3.42.0", | ||
"version": "3.43.0", | ||
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.", | ||
@@ -24,12 +24,20 @@ "author": "Cerner Corporation", | ||
"main": "lib/ContentContainer.js", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"peerDependencies": { | ||
"react": "16", | ||
"react-dom": "16" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-scroll": "^2.37.0", | ||
"terra-theme-context": "^1.0.0" | ||
"classnames": "2", | ||
"prop-types": "15", | ||
"terra-scroll": "^2.38.0", | ||
"terra-theme-context": "1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5" | ||
}, | ||
"scripts": { | ||
@@ -48,11 +56,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
}, | ||
"files": [ | ||
"lib", | ||
"src", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"gitHead": "8968ea64cd0b536d8fa7bbb8bbd434cf527758cf" | ||
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac" | ||
} |
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
36415
191
Updatedclassnames@2
Updatedprop-types@15
Updatedterra-scroll@^2.38.0
Updatedterra-theme-context@1