@abdellatifui/react 3.2.116 → 3.2.118

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.
Files changed (2) hide show
  1. package/dist/nextgen.js +4 -2
  2. package/package.json +1 -1
package/dist/nextgen.js CHANGED
@@ -10222,8 +10222,10 @@ const sv = (e) => {
10222
10222
  {
10223
10223
  className: "min-w-[80px]",
10224
10224
  ...a,
10225
- onClick: async (P) => {
10226
- P.preventDefault(), await r({ ...e, event: P }) && E();
10225
+ onClick: (P) => {
10226
+ P.preventDefault(), r({ ...e, event: P }).then((D) => {
10227
+ console.log(D), D !== !1 && E();
10228
+ });
10227
10229
  },
10228
10230
  children: n ? `${p}(${x}) ` : p
10229
10231
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abdellatifui/react",
3
3
  "private": false,
4
- "version": "3.2.116",
4
+ "version": "3.2.118",
5
5
  "type": "module",
6
6
  "types": "dist/nextgen.d.ts",
7
7
  "files": [