publ-echo-test 0.0.251 → 0.0.253

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,12 @@ var Resizable = function (_a) {
110
110
  var oneCompositionMinHeight = tempCompositionH +
111
111
  CompositionBGwrapperPaddingT +
112
112
  CompositionBGwrapperPaddingB;
113
+ console.log("---------------");
114
+ console.log("oneCompositionMinHeight", oneCompositionMinHeight);
115
+ console.log("tempCompositionH", tempCompositionH);
116
+ console.log("wrapperH", wrapperH);
117
+ console.log("paddings", CompositionBGwrapperPaddingT + CompositionBGwrapperPaddingB);
118
+ console.log("---------------");
113
119
  var styles = getComputedStyle(target);
114
120
  var paddingL = parseFloat(styles.paddingLeft);
115
121
  var paddingR = parseFloat(styles.paddingRight);
@@ -128,8 +134,8 @@ var Resizable = function (_a) {
128
134
  insetBottom;
129
135
  console.log("oneCompositionMinHeight", oneCompositionMinHeight);
130
136
  console.log("listMinHeight", listMinHeight);
131
- minWidth.current = listMinWidth;
132
- minHeight.current = listMinHeight;
137
+ // minWidth.current = listMinWidth;
138
+ // minHeight.current = listMinHeight;
133
139
  return;
134
140
  }
135
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.251",
3
+ "version": "0.0.253",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",