pds-dev-kit-web-test 2.5.631 → 2.5.633

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.
@@ -56,9 +56,9 @@ function parsePropPlacement(props, id, cbCode, zOrders, cbRestriction) {
56
56
  };
57
57
  }
58
58
  var AUTO_RESIZE_CODES = [
59
- types_1.CB_ALL_CODES.CB_TEXT,
60
- types_1.CB_ALL_CODES.CB_LIST,
61
- types_1.CB_ALL_CODES.CB_CONTENTSCAROUSEL,
62
- types_1.CB_ALL_CODES.CB_SLIDEBANNER
59
+ types_1.CB_ALL_CODES.CB_TEXT
60
+ // CB_ALL_CODES.CB_LIST,
61
+ // CB_ALL_CODES.CB_CONTENTSCAROUSEL,
62
+ // CB_ALL_CODES.CB_SLIDEBANNER
63
63
  ];
64
64
  exports.default = parsePlacement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.631",
3
+ "version": "2.5.633",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",