Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-content-container

Package Overview
Dependencies
Maintainers
7
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-content-container - npm Package Compare versions

Comparing version 3.34.0 to 3.35.0

5

CHANGELOG.md

@@ -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 @@

4

lib/ContentContainer.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc