@cakemail-org/ui-components-v2 2.0.62 → 2.0.63

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/cjs/index.js CHANGED
@@ -8269,7 +8269,7 @@ function Search(_a) {
8269
8269
  else if (onChange) {
8270
8270
  onChange(value);
8271
8271
  }
8272
- changeTimer("");
8272
+ clearTimeout(timeoutRef.current);
8273
8273
  }
8274
8274
  }
8275
8275
  function handleOnChange(event) {
package/dist/esm/index.js CHANGED
@@ -8249,7 +8249,7 @@ function Search(_a) {
8249
8249
  else if (onChange) {
8250
8250
  onChange(value);
8251
8251
  }
8252
- changeTimer("");
8252
+ clearTimeout(timeoutRef.current);
8253
8253
  }
8254
8254
  }
8255
8255
  function handleOnChange(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.0.62",
3
+ "version": "2.0.63",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",