pds-dev-kit-web-test 2.5.676 → 2.5.677

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.
@@ -142,6 +142,9 @@ function ContentsList(props) {
142
142
  var mediaType = getMediaType(isMobile, CB_STYLE_PROP_BGMEDIA);
143
143
  var queryLength = (_f = (_e = queryData === null || queryData === void 0 ? void 0 : queryData[CB_CONTENT_PROP_CONTENTSLIST_SPEC_CONNECTDATA]) === null || _e === void 0 ? void 0 : _e.length) !== null && _f !== void 0 ? _f : 0;
144
144
  var displayedItemLength = Math.max(0, Math.min(endIndex, queryLength) - startIndex);
145
+ console.log(queryLength);
146
+ console.log('queryData', queryData);
147
+ console.log('CB_CONTENT_PROP_CONTENTSLIST_SPEC_CONNECTDATA', CB_CONTENT_PROP_CONTENTSLIST_SPEC_CONNECTDATA);
145
148
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
146
149
  var position = _a[0], groupComponents = _a[1];
147
150
  return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentslist-button-group", ref: function (el) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.676",
3
+ "version": "2.5.677",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",