embla-carousel-autoplay
Advanced tools
Comparing version 8.1.4 to 8.1.5
@@ -5,3 +5,3 @@ import { OptionsType } from './Options'; | ||
interface EmblaPluginsType { | ||
autoplay?: AutoplayType; | ||
autoplay: AutoplayType; | ||
} | ||
@@ -22,4 +22,4 @@ interface EmblaEventListType { | ||
declare namespace Autoplay { | ||
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined; | ||
let globalOptions: AutoplayOptionsType | undefined; | ||
} | ||
export default Autoplay; |
{ | ||
"name": "embla-carousel-autoplay", | ||
"version": "8.1.4", | ||
"version": "8.1.5", | ||
"author": "David Jerleke", | ||
@@ -51,3 +51,3 @@ "description": "An autoplay plugin for Embla Carousel", | ||
"peerDependencies": { | ||
"embla-carousel": "8.1.4" | ||
"embla-carousel": "8.1.5" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "embla-carousel-autoplay.cjs.js", |
@@ -5,3 +5,3 @@ import { OptionsType } from './Options'; | ||
interface EmblaPluginsType { | ||
autoplay?: AutoplayType; | ||
autoplay: AutoplayType; | ||
} | ||
@@ -22,4 +22,4 @@ interface EmblaEventListType { | ||
declare namespace Autoplay { | ||
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined; | ||
let globalOptions: AutoplayOptionsType | undefined; | ||
} | ||
export default Autoplay; |
@@ -1,6 +0,6 @@ | ||
import { OptionsType } from './Options'; | ||
import { OptionsType } from './Options.js'; | ||
import { CreatePluginType } from 'embla-carousel'; | ||
declare module 'embla-carousel' { | ||
interface EmblaPluginsType { | ||
autoplay?: AutoplayType; | ||
autoplay: AutoplayType; | ||
} | ||
@@ -21,4 +21,4 @@ interface EmblaEventListType { | ||
declare namespace Autoplay { | ||
var globalOptions: Partial<import("embla-carousel").CreateOptionsType<OptionsType>> | undefined; | ||
let globalOptions: AutoplayOptionsType | undefined; | ||
} | ||
export default Autoplay; |
@@ -1,2 +0,2 @@ | ||
export { AutoplayType, AutoplayOptionsType } from './components/Autoplay.ts'; | ||
export { default } from './components/Autoplay.ts'; | ||
export { AutoplayType, AutoplayOptionsType } from './components/Autoplay.js'; | ||
export { default } from './components/Autoplay.js'; |
{ | ||
"name": "embla-carousel-autoplay", | ||
"version": "8.1.4", | ||
"version": "8.1.5", | ||
"author": "David Jerleke", | ||
@@ -51,3 +51,3 @@ "description": "An autoplay plugin for Embla Carousel", | ||
"peerDependencies": { | ||
"embla-carousel": "8.1.4" | ||
"embla-carousel": "8.1.5" | ||
}, | ||
@@ -54,0 +54,0 @@ "module": "embla-carousel-autoplay.esm.js", |
{ | ||
"name": "embla-carousel-autoplay", | ||
"version": "8.1.4", | ||
"version": "8.1.5", | ||
"author": "David Jerleke", | ||
@@ -62,3 +62,3 @@ "description": "An autoplay plugin for Embla Carousel", | ||
"peerDependencies": { | ||
"embla-carousel": "8.1.4" | ||
"embla-carousel": "8.1.5" | ||
}, | ||
@@ -65,0 +65,0 @@ "exports": { |
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
52187