@xaypay/tui 0.2.28 → 0.2.29

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.
package/dist/index.es.js CHANGED
@@ -2400,7 +2400,6 @@ const File = /*#__PURE__*/forwardRef(({
2400
2400
  console.error(error);
2401
2401
  });
2402
2402
  return () => {
2403
- setCheckTextLength(() => false);
2404
2403
  if (tooltipElem) {
2405
2404
  document.body.removeChild(tooltipElem);
2406
2405
  }
package/dist/index.js CHANGED
@@ -2431,7 +2431,6 @@ const File = /*#__PURE__*/React.forwardRef(({
2431
2431
  console.error(error);
2432
2432
  });
2433
2433
  return () => {
2434
- setCheckTextLength(() => false);
2435
2434
  if (tooltipElem) {
2436
2435
  document.body.removeChild(tooltipElem);
2437
2436
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaypay/tui",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",