@am92/react-design-system 2.9.0 → 2.9.1

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.
@@ -1,3 +1,3 @@
1
- import 'swiper/css';
1
+ import 'swiper/swiper-bundle.css';
2
2
  import { DsCarouselProps } from '../DsCarousel.Types';
3
3
  export declare const DsCarousel: (props: DsCarouselProps) => import("react/jsx-runtime").JSX.Element;
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React, { useMemo } from 'react';
3
3
  import { Swiper, SwiperSlide } from 'swiper/react';
4
4
  import { Navigation, Pagination, Autoplay } from 'swiper/modules';
5
- import 'swiper/css';
5
+ import 'swiper/swiper-bundle.css';
6
6
  import { SWIPER_AUTOPLAY_SETTINGS, SWIPER_NAVIGATION_SETTINGS, SWIPER_PAGINATION_SETTINGS } from '../DsCarousel.Types';
7
7
  import DsCarouselNavigation from './DsCarouselNavigation';
8
8
  import { DsCarouselStyledWrapper } from './DsCarouselStyledWrapper';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@am92/react-design-system",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "ReactJS Design System using Material UI",
5
5
  "sideEffects": false,
6
6
  "types": "dist/index.d.ts",