publ-echo-test 0.0.232 → 0.0.233

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.
@@ -528,7 +528,6 @@ var ReactGridLayout = function (_a) {
528
528
  if (!item) {
529
529
  return null;
530
530
  }
531
- console.log(l);
532
531
  return (_jsx(GridItem, { w: activeDrag.w, h: activeDrag.h, x: activeDrag.x, y: activeDrag.y, z: zIndexMap.ISDRAGGING, i: activeDrag.i, className: 'placeholder', containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, isDraggable: false, isResizable: false, isBounded: false, useCSSTransforms: useCSSTransforms, transformScale: transformScale, autoResize: !!l.autoResize, minH: l.minH, minW: l.minW, children: item && item }));
533
532
  };
534
533
  /**
@@ -544,7 +543,6 @@ var ReactGridLayout = function (_a) {
544
543
  if (!l) {
545
544
  return;
546
545
  }
547
- console.log('l from processgriditem', l);
548
546
  var draggable = typeof l.isDraggable === 'boolean'
549
547
  ? l.isDraggable
550
548
  : !l.static && isDraggable;
@@ -106,7 +106,6 @@ var Resizable = function (_a) {
106
106
  var listMinWidth = oneCompositionMinWidth * numberOfColumns + (numberOfColumns - 1) * columnGap + paddingLR;
107
107
  var numberOfRows = Math.ceil(numberOfItems / numberOfColumns);
108
108
  var listMinHeight = oneCompositionMinHeight * numberOfRows + (numberOfRows - 1) * rowGap + paddingTB;
109
- console.log('listMinHeight', listMinHeight, 'listMinWidth', listMinWidth);
110
109
  minWidth.current = listMinWidth;
111
110
  minHeight.current = listMinHeight;
112
111
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.232",
3
+ "version": "0.0.233",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",