pds-dev-kit-web-test 2.7.351 → 2.7.353

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.
@@ -99,6 +99,7 @@ function ContentsCarousel(props) {
99
99
  return compositions.find(function (comp) { return comp.ccbManualItemUuid === item.uuid; });
100
100
  });
101
101
  var loop = contentsCarouselNormalStyle.loop && orderedCompositions.length >= displayCounts;
102
+ console.log('loop', loop);
102
103
  // NOTE: edit모드에서는 그리드의 이벤트만 작동하도록 CB의 포인터 이벤트는 막습니다.
103
104
  var editModeStyle = mode === 'EDIT' ? { pointerEvents: 'none' } : {};
104
105
  // NOTE: EFFECT와 관련된 함수들입니다.
@@ -66,6 +66,7 @@ var ContentsCarouselCore = (0, react_1.forwardRef)(function (_a, ref) {
66
66
  // 슬라이드 수가 충분하면 원본 반환
67
67
  return originalChildren;
68
68
  }, [originalChildren, loop, slidesPerView]);
69
+ console.log('loopedChildren', loopedChildren);
69
70
  // const slidesWithEmpty = useMemo(() => {
70
71
  // const childrenArray = Array.isArray(children) ? children : [children];
71
72
  // if (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.351",
3
+ "version": "2.7.353",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",