@semcore/scroll-area
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -5,2 +5,8 @@ # Changelog | ||
## [3.6.1] - 2021-10-22 | ||
### Fixed | ||
- [TS] Fixed types. | ||
## [3.6.0] - 2021-10-22 | ||
@@ -7,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
import ResizeObserverCallback from 'resize-observer-polyfill'; | ||
import type ResizeObserverCallback from 'resize-observer-polyfill'; | ||
import { CProps, PropGetterFn, ReturnEl } from '@semcore/core'; | ||
@@ -48,2 +48,5 @@ import { Box, IBoxProps } from '@semcore/flex-box'; | ||
declare const eventCalculate: any; | ||
export {eventCalculate} | ||
export default ScrollAreaComponent; |
{ | ||
"name": "@semcore/scroll-area", | ||
"description": "SEMRush ScrollArea Component", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"main": "lib/cjs/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/es6/index.js", |
@@ -1,2 +0,2 @@ | ||
import ResizeObserverCallback from 'resize-observer-polyfill'; | ||
import type ResizeObserverCallback from 'resize-observer-polyfill'; | ||
import { CProps, PropGetterFn, ReturnEl } from '@semcore/core'; | ||
@@ -48,2 +48,5 @@ import { Box, IBoxProps } from '@semcore/flex-box'; | ||
declare const eventCalculate: any; | ||
export {eventCalculate} | ||
export default ScrollAreaComponent; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
172193
2250
0