pds-dev-kit-web-test 2.7.156 → 2.7.157

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.
@@ -77,6 +77,8 @@ function ContentsCarousel(props) {
77
77
  props: CB_STYLE_PROP_CONTENTSCAROUSEL,
78
78
  device: device
79
79
  }), customProgressbarNormalStyle = _g.normalStyle, customProgressbarHoverStyle = _g.hoverStyle;
80
+ console.log('contentsCarouselHoverStyle', contentsCarouselHoverStyle);
81
+ console.log('customNavigationHoverStyle', customNavigationHoverStyle);
80
82
  var _h = (0, useSwiper_1.useSwiper)(), swiperRef = _h.swiperRef, progressRef = _h.progressRef, leftTimeMsRef = _h.leftTimeMsRef, isBeginning = _h.isBeginning, isEnd = _h.isEnd, onSwiper = _h.onSwiper, onSlideChangeTransitionEnd = _h.onSlideChangeTransitionEnd, onAutoplayTimeLeft = _h.onAutoplayTimeLeft, onClickPrevBtn = _h.onClickPrevBtn, onClickNextBtn = _h.onClickNextBtn;
81
83
  var _j = (0, react_1.useState)(false), isHovered = _j[0], setIsHovered = _j[1];
82
84
  var loop = isHovered ? contentsCarouselHoverStyle.loop : contentsCarouselNormalStyle.loop;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.156",
3
+ "version": "2.7.157",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",