diff --git a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/CarouselDefaultEntry.tsx b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/CarouselDefaultEntry.tsx index a8b1b8b71..8a9200b74 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/CarouselDefaultEntry.tsx +++ b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/CarouselDefaultEntry.tsx @@ -1,7 +1,7 @@ import React from 'react' import ReactDOM from 'react-dom/client' import EmblaCarousel from './Default/EmblaCarousel' -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import Header from './Header' import Footer from './Footer' import '../css/base.css' diff --git a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/IosPicker/EmblaCarousel.tsx b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/IosPicker/EmblaCarousel.tsx index ca5db26cf..23a10bd56 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/IosPicker/EmblaCarousel.tsx +++ b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesDist/IosPicker/EmblaCarousel.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import { IosPickerItem } from './EmblaCarouselIosPickerItem' type PropType = { diff --git a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/CarouselDefaultEntry.tsx b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/CarouselDefaultEntry.tsx index a8b1b8b71..8a9200b74 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/CarouselDefaultEntry.tsx +++ b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/CarouselDefaultEntry.tsx @@ -1,7 +1,7 @@ import React from 'react' import ReactDOM from 'react-dom/client' import EmblaCarousel from './Default/EmblaCarousel' -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import Header from './Header' import Footer from './Footer' import '../css/base.css' diff --git a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/IosPicker/EmblaCarousel.tsx b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/IosPicker/EmblaCarousel.tsx index ca5db26cf..23a10bd56 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/IosPicker/EmblaCarousel.tsx +++ b/packages/embla-carousel-docs/src/components/Sandbox/React/SandboxFilesSrc/IosPicker/EmblaCarousel.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import { IosPickerItem } from './EmblaCarouselIosPickerItem' type PropType = { diff --git a/packages/embla-carousel-docs/src/components/Sandbox/React/createSandboxReactEntry.ts b/packages/embla-carousel-docs/src/components/Sandbox/React/createSandboxReactEntry.ts index 99e5828be..3965f48fa 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/React/createSandboxReactEntry.ts +++ b/packages/embla-carousel-docs/src/components/Sandbox/React/createSandboxReactEntry.ts @@ -1,4 +1,4 @@ -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import { SandboxModuleType } from 'consts/sandbox' import { sandboxInjectIosPickerLoop, sandboxInjectOptions } from 'utils/sandbox' import { diff --git a/packages/embla-carousel-docs/src/components/Sandbox/Vanilla/createSandboxVanillaOptions.ts b/packages/embla-carousel-docs/src/components/Sandbox/Vanilla/createSandboxVanillaOptions.ts index 25eb2fcc1..d4a128bee 100644 --- a/packages/embla-carousel-docs/src/components/Sandbox/Vanilla/createSandboxVanillaOptions.ts +++ b/packages/embla-carousel-docs/src/components/Sandbox/Vanilla/createSandboxVanillaOptions.ts @@ -1,4 +1,4 @@ -import { EmblaOptionsType } from 'embla-carousel-react' +import { EmblaOptionsType } from 'embla-carousel' import { sandboxInjectIosPickerLoop, sandboxInjectOptions } from 'utils/sandbox' import { SANDBOX_REGEX_IOS_PICKER_LOOP,