pds-dev-kit-web-test 2.5.560 → 2.5.561

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.
@@ -110,6 +110,7 @@ function ContentsList(props) {
110
110
  CB_LAYOUT_PROP_PADDING.CB_LAYOUT_PROP_PADDING_SPEC_PADDING.bottom;
111
111
  var numberOfRows = Math.ceil(numberOfItems / numberOfColumns);
112
112
  var listMinWidth = oneCompositionMinWidth * numberOfColumns + (numberOfColumns - 1) * columnGap + paddingLR;
113
+ console.log('oneCompositionMinWidth', oneCompositionMinWidth);
113
114
  var listMinHeight = oneCompositionMinHeight * numberOfRows +
114
115
  (numberOfRows - 1) * rowGap +
115
116
  paddingTB;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.560",
3
+ "version": "2.5.561",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",