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