simplebar
Advanced tools
Comparing version 5.3.2 to 5.3.3
/** | ||
* SimpleBar.js - v5.3.2 | ||
* SimpleBar.js - v5.3.3 | ||
* Scrollbars, simpler. | ||
@@ -4,0 +4,0 @@ * https://grsmto.github.io/simplebar/ |
@@ -23,5 +23,5 @@ export as namespace SimpleBar; | ||
interface ClassNamesOptions extends KnownClassNamesOptions { | ||
type ClassNamesOptions = KnownClassNamesOptions & { | ||
[className: string]: string; | ||
} | ||
}; | ||
@@ -49,4 +49,5 @@ interface Options { | ||
getContentElement(): HTMLElement; | ||
unMount(): void; | ||
el: HTMLElement; | ||
} |
/** | ||
* SimpleBar.js - v5.3.2 | ||
* SimpleBar.js - v5.3.3 | ||
* Scrollbars, simpler. | ||
@@ -4,0 +4,0 @@ * https://grsmto.github.io/simplebar/ |
/** | ||
* SimpleBar.js - v5.3.2 | ||
* SimpleBar.js - v5.3.3 | ||
* Scrollbars, simpler. | ||
@@ -4,0 +4,0 @@ * https://grsmto.github.io/simplebar/ |
{ | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"name": "simplebar", | ||
@@ -57,3 +57,3 @@ "title": "SimpleBar.js", | ||
}, | ||
"gitHead": "274214fee1852533e7b36ac26bd0ceaa9ce975c4" | ||
"gitHead": "3a2b2b4a534957211f81bcf6821a2afefd7dc579" | ||
} |
Sorry, the diff of this file is too big to display
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
513671
8214