terra-content-container
Advanced tools
Comparing version 3.34.0 to 3.35.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.35.0 - (September 21, 2021) | ||
* Changed | ||
* Updated WDIO Screenshots due to webpack-config-terra sass upgrade. | ||
## 3.34.0 - (April 6, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -18,2 +18,4 @@ "use strict"; | ||
var _excluded = ["header", "footer", "children", "fill", "scrollRefCallback"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -69,3 +71,3 @@ | ||
scrollRefCallback = _ref.scrollRefCallback, | ||
customProps = _objectWithoutProperties(_ref, ["header", "footer", "children", "fill", "scrollRefCallback"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -72,0 +74,0 @@ var contentLayoutClassNames = cx(["content-container-".concat(fill ? 'fill' : 'static'), customProps.className]); |
{ | ||
"name": "terra-content-container", | ||
"main": "lib/ContentContainer.js", | ||
"version": "3.34.0", | ||
"version": "3.35.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.31.0" | ||
"terra-scroll": "^2.32.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
"gitHead": "b63b085b6be99ff184a3c43eab5d24843315942e" | ||
} |
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
58062
551
Updatedterra-scroll@^2.32.0