pds-dev-kit-web-test 2.5.696 → 2.5.697
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/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +1 -1
- package/package.json +1 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import 'swiper/modules/navigation/navigation.min.css';
|
3
3
|
import 'swiper/swiper-bundle.css';
|
4
|
-
import './swiper-override.css';
|
4
|
+
import './swiper-override.style.css';
|
5
5
|
import type { CoreCarouselProps } from './types';
|
6
6
|
import type { SwiperProps, SwiperRef } from 'swiper/react/swiper-react.js';
|
7
7
|
export interface ContentsCarouselCoreProps extends SwiperProps {
|
@@ -37,7 +37,7 @@ var swiper_1 = require("swiper");
|
|
37
37
|
require("swiper/modules/navigation/navigation.min.css");
|
38
38
|
var react_2 = require("swiper/react");
|
39
39
|
require("swiper/swiper-bundle.css");
|
40
|
-
require("./swiper-override.css");
|
40
|
+
require("./swiper-override.style.css");
|
41
41
|
var ContentsCarouselCore = (0, react_1.forwardRef)(function (_a, ref) {
|
42
42
|
var styles = _a.styles, slidesPerView = _a.slidesPerView, children = _a.children, props = __rest(_a, ["styles", "slidesPerView", "children"]);
|
43
43
|
var slidesWithEmpty = (0, react_1.useMemo)(function () {
|