simplebar-core
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,1 +5,4 @@ import type { SimpleBarOptions } from './index'; | ||
export declare const getOptions: (obj: any) => SimpleBarOptions; | ||
export declare function addClasses(el: HTMLElement | null, classes: string): void; | ||
export declare function removeClasses(el: HTMLElement | null, classes: string): void; | ||
export declare function classNamesToQuery(classNames: string): string; |
@@ -1,2 +0,4 @@ | ||
import type { DebouncedFunc } from 'lodash'; | ||
/// <reference types="lodash" /> | ||
import type { DebouncedFunc } from 'lodash-es'; | ||
import * as helpers from './helpers'; | ||
interface Options { | ||
@@ -107,2 +109,3 @@ forceVisible: boolean | Axis; | ||
static getOptions: (obj: any) => SimpleBarOptions; | ||
static helpers: typeof helpers; | ||
/** | ||
@@ -109,0 +112,0 @@ * Helper to fix browsers inconsistency on RTL: |
{ | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"name": "simplebar-core", | ||
@@ -38,7 +38,8 @@ "title": "SimpleBar.js", | ||
"can-use-dom": "^0.1.0", | ||
"lodash": "^4.17.21" | ||
"lodash-es": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.191", | ||
"browserstack-local": "^1.5.1" | ||
"@types/lodash-es": "^4.17.6", | ||
"browserstack-local": "^1.5.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -50,3 +51,4 @@ "lint-staged": { | ||
] | ||
} | ||
}, | ||
"gitHead": "4d97620da9392fa0dbba7677dfb7cc0b093c525b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
515946
11
2226
3
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)
- Removedlodash@^4.17.21
- Removedlodash@4.17.21(transitive)