pds-dev-kit-web-test 2.5.671 → 2.5.673
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.
@@ -140,6 +140,8 @@ function ContentsList(props) {
|
|
140
140
|
var isMobile = device === 'MOBILE';
|
141
141
|
var isBgMedia = getIsBgMedia(isMobile, CB_STYLE_PROP_BGMEDIA);
|
142
142
|
var mediaType = getMediaType(isMobile, CB_STYLE_PROP_BGMEDIA);
|
143
|
+
console.log('startIndex:', startIndex);
|
144
|
+
console.log('endIndex:', endIndex);
|
143
145
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
|
144
146
|
var position = _a[0], groupComponents = _a[1];
|
145
147
|
return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentslist-button-group", ref: function (el) {
|