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

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