@antscorp/antsomi-ui 1.3.5-beta.97 → 1.3.5-beta.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.js +1 -1
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.d.ts +1 -1
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +1 -1
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
// Libraries
|
|
13
13
|
import React, { memo, useMemo, useRef, useState } from 'react';
|
|
14
14
|
import Icon from '@antscorp/icons';
|
|
15
|
-
import { Swiper } from 'swiper/react';
|
|
15
|
+
import { Swiper } from 'swiper/swiper-react';
|
|
16
16
|
import 'swiper/swiper-bundle.css';
|
|
17
17
|
import { Navigation, A11y, Thumbs } from 'swiper/modules';
|
|
18
18
|
import { isEmpty } from 'lodash';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ThumbnailSliderWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const SwiperSlideWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("swiper/react").SwiperSlideProps>, any, {}, never>;
|
|
3
|
+
export declare const SwiperSlideWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("swiper/swiper-react").SwiperSlideProps>, any, {}, never>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _a;
|
|
2
2
|
import { THEME } from '@antscorp/antsomi-ui/es/constants';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
|
-
import { SwiperSlide } from 'swiper/react';
|
|
4
|
+
import { SwiperSlide } from 'swiper/swiper-react';
|
|
5
5
|
export const ThumbnailSliderWrapper = styled.div `
|
|
6
6
|
width: 100%;
|
|
7
7
|
display: flex;
|