pds-dev-kit-web-test 2.5.227 → 2.5.228

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.
@@ -636,6 +636,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
636
636
  };
637
637
  var onAutoFitContent = function (props) {
638
638
  var _a;
639
+ console.log('on autofit content, ', device);
639
640
  var prev = props.prev, item = props.item;
640
641
  if (!isEditMode || !item) {
641
642
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.227",
3
+ "version": "2.5.228",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",