terra-scroll
Advanced tools
Comparing version 2.35.0 to 2.36.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.36.0 - (November 13, 2023) | ||
* Changed | ||
* Minor dependency version bump | ||
## 2.35.0 - (June 28, 2023) | ||
@@ -7,0 +12,0 @@ |
@@ -37,3 +37,2 @@ "use strict"; | ||
Scroll.propTypes = propTypes; | ||
var _default = Scroll; | ||
exports.default = _default; | ||
var _default = exports.default = Scroll; |
{ | ||
"name": "terra-scroll", | ||
"main": "lib/Scroll.js", | ||
"version": "2.35.0", | ||
"version": "2.36.0", | ||
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.", | ||
"author": "Cerner Corporation", | ||
"repository": { | ||
@@ -11,15 +11,19 @@ "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", | ||
"Scroll", | ||
"Terra", | ||
"terra-scroll", | ||
"Scroll", | ||
"UI" | ||
], | ||
"author": "Cerner Corporation", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
"main": "lib/Scroll.js", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"peerDependencies": { | ||
@@ -29,6 +33,2 @@ "react": "^16.8.5", | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8" | ||
}, | ||
"scripts": { | ||
@@ -47,3 +47,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
}, | ||
"gitHead": "12c5a230bf239557ce9df5827155138d3a415b5a" | ||
"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
25280
89