@maxweek/react-scroller
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -47,2 +47,3 @@ import React, { ReactNode } from "react"; | ||
} | ||
export * from './scroller'; | ||
export default Scroller; |
@@ -745,3 +745,4 @@ import Ie, { forwardRef as fr, useRef as Q, useState as dr, useEffect as U, useImperativeHandle as vr } from "react"; | ||
export { | ||
mr as Scroller, | ||
mr as default | ||
}; |
@@ -1,4 +0,4 @@ | ||
import React from "react"; | ||
import "./styles.scss"; | ||
/// <reference types="react" /> | ||
import "./styles.css"; | ||
import { IScroller, IScrollerRef } from "."; | ||
export declare const Scroller: React.ForwardRefExoticComponent<IScroller & React.RefAttributes<IScrollerRef>>; | ||
export declare const Scroller: import("react").ForwardRefExoticComponent<IScroller & import("react").RefAttributes<IScrollerRef>>; |
{ | ||
"name": "@maxweek/react-scroller", | ||
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Max Nedelko", |
Sorry, the diff of this file is not supported yet
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
59037
905
0