terra-scroll
Advanced tools
Comparing version 2.31.0 to 2.32.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.32.0 - (September 21, 2021) | ||
* Changed | ||
* Updated WDIO Screenshots due to webpack-config-terra sass upgrade. | ||
## 2.31.0 - (April 6, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _excluded = ["children", "refCallback"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -42,3 +44,3 @@ | ||
refCallback = _ref.refCallback, | ||
customProps = _objectWithoutProperties(_ref, ["children", "refCallback"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -45,0 +47,0 @@ return /*#__PURE__*/_react.default.createElement("div", _extends({}, customProps, { |
@@ -32,3 +32,3 @@ "use strict"; | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } | ||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); } | ||
@@ -35,0 +35,0 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } |
{ | ||
"name": "terra-scroll", | ||
"main": "lib/Scroll.js", | ||
"version": "2.31.0", | ||
"version": "2.32.0", | ||
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
}, | ||
"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
48280
318