ehscan-react-components 0.1.29 → 0.1.30

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.
@@ -37,6 +37,7 @@ export const TextAreaDropDown = ({ id, tabIndex, label, value, editable = true,
37
37
  const handleResize = () => {
38
38
  var _a;
39
39
  const newWidth = (_a = textareaRef === null || textareaRef === void 0 ? void 0 : textareaRef.current) === null || _a === void 0 ? void 0 : _a.offsetWidth;
40
+ console.log(newWidth);
40
41
  if (newWidth !== width)
41
42
  setWidth(newWidth);
42
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-components",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",