embla-carousel
Advanced tools
Comparing version 7.0.0-rc03 to 7.0.0-rc04
import { CreateOptionsType, LooseOptionsType } from './Options'; | ||
import { AutoHeightType } from 'embla-carousel-auto-height'; | ||
import { AutoplayType } from 'embla-carousel-autoplay'; | ||
import { ClassNamesType } from 'embla-carousel-class-names'; | ||
import { EmblaCarouselType } from './'; | ||
@@ -15,7 +12,5 @@ export declare type LoosePluginType = { | ||
}; | ||
export declare type EmblaPluginType = AutoHeightType | AutoplayType | ClassNamesType; | ||
export declare type EmblaPluginsType = { | ||
autoHeight?: AutoHeightType; | ||
autoplay?: AutoplayType; | ||
classNames?: ClassNamesType; | ||
}; | ||
export interface EmblaPluginsType { | ||
[key: string]: CreatePluginType<LoosePluginType, {}>; | ||
} | ||
export declare type EmblaPluginType = EmblaPluginsType[keyof EmblaPluginsType]; |
{ | ||
"name": "embla-carousel", | ||
"version": "7.0.0-rc03", | ||
"version": "7.0.0-rc04", | ||
"author": "David Jerleke", | ||
@@ -48,6 +48,2 @@ "description": "A lightweight carousel library with fluid motion and great swipe precision", | ||
"@typescript-eslint/parser": "^5.10.2", | ||
"embla-carousel-auto-height": "7.0.0-rc03", | ||
"embla-carousel-autoplay": "7.0.0-rc03", | ||
"embla-carousel-class-names": "7.0.0-rc03", | ||
"embla-carousel-wheel-gestures": "2.2.0", | ||
"eslint": "^8.8.0", | ||
@@ -54,0 +50,0 @@ "eslint-config-prettier": "^8.3.0", |
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
11
383736
3215