pds-dev-kit-web-test 2.7.298 → 2.7.299
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.
| 
         @@ -173,7 +173,7 @@ function ContentsCarousel(props) { 
     | 
|
| 
       173 
173 
     | 
    
         
             
                                                display: layout.display,
         
     | 
| 
       174 
174 
     | 
    
         
             
                                                flexDirection: layout.flexDirection,
         
     | 
| 
       175 
175 
     | 
    
         
             
                                                justifyContent: layout.justifyContent
         
     | 
| 
       176 
     | 
    
         
            -
                                            } }, { children: (0, jsx_runtime_1.jsx)(ContentsCarouselCore_1.default, __assign({ ref: swiperRef, className: "cb-contentscarousel", allowTouchMove: mode !== 'EDIT' ? true : false, onSwiper: onSwiper, onSlideChangeTransitionEnd: onSlideChangeTransitionEnd, onAutoplayTimeLeft: onAutoplayTimeLeft, slidesPerView:  
     | 
| 
      
 176 
     | 
    
         
            +
                                            } }, { children: (0, jsx_runtime_1.jsx)(ContentsCarouselCore_1.default, __assign({ ref: swiperRef, className: "cb-contentscarousel", allowTouchMove: mode !== 'EDIT' ? true : false, onSwiper: onSwiper, onSlideChangeTransitionEnd: onSlideChangeTransitionEnd, onAutoplayTimeLeft: onAutoplayTimeLeft, slidesPerView: displayCounts, styles: isHovered ? contentsCarouselHoverStyle : contentsCarouselNormalStyle, effect: CB_EFFECT_PROP_CONTENTSCAROUSEL_SPEC_TRANSITIONTYPE === null || CB_EFFECT_PROP_CONTENTSCAROUSEL_SPEC_TRANSITIONTYPE === void 0 ? void 0 : CB_EFFECT_PROP_CONTENTSCAROUSEL_SPEC_TRANSITIONTYPE.toLowerCase() }, { children: (0, createCompositions_1.createCompositions)({
         
     | 
| 
       177 
177 
     | 
    
         
             
                                                    valueType: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_VALUETYPE,
         
     | 
| 
       178 
178 
     | 
    
         
             
                                                    queryPath: CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_CONNECTDATA,
         
     | 
| 
       179 
179 
     | 
    
         
             
                                                    limit: displayCounts,
         
     |