@smarthr/use-virtual-scroll
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,3 +5,3 @@ import { CSSProperties } from 'react'; | ||
}; | ||
export declare const useVirtualScroll: <Item, List extends HTMLElement, ScrollContainer extends HTMLElement | Window = Window>(items: Item[], itemHeight: number, options?: Options | undefined) => { | ||
export declare const useVirtualScroll: <Item, List extends HTMLElement, ScrollContainer extends HTMLElement | Window = Window>(items: Item[], itemHeight: number, options?: Options) => { | ||
items: Item[]; | ||
@@ -8,0 +8,0 @@ listRef: import("react").RefObject<List>; |
{ | ||
"name": "@smarthr/use-virtual-scroll", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "React hooks for virtual scroll", | ||
@@ -33,15 +33,15 @@ "author": "SmartHR", | ||
"devDependencies": { | ||
"@babel/core": "^7.17.7", | ||
"@storybook/addon-actions": "^6.4.19", | ||
"@storybook/addon-essentials": "^6.4.19", | ||
"@storybook/addon-interactions": "^6.4.19", | ||
"@storybook/addon-links": "^6.4.19", | ||
"@storybook/react": "^6.4.19", | ||
"@storybook/testing-library": "^0.0.9", | ||
"@types/react": "^16.9.55", | ||
"babel-loader": "^8.2.3", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.2" | ||
"@babel/core": "^7.18.10", | ||
"@storybook/addon-actions": "^6.5.10", | ||
"@storybook/addon-essentials": "^6.5.10", | ||
"@storybook/addon-interactions": "^6.5.10", | ||
"@storybook/addon-links": "^6.5.10", | ||
"@storybook/react": "^6.5.10", | ||
"@storybook/testing-library": "^0.0.13", | ||
"@types/react": "^18.0.17", | ||
"babel-loader": "^8.2.5", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"gitHead": "4ce311559dd737f136990b60d176562b3eb190f5" | ||
"gitHead": "e78124a8f74f4c6c37b11d03468017b972a74687" | ||
} |
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
14051