@mohasinac/appkit 2.8.10 → 3.0.0

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.
@@ -142,7 +142,6 @@ export function Button({ variant, size = "md", className = "", isLoading = false
142
142
  return;
143
143
  }
144
144
  // No toast provider mounted — let the error bubble.
145
- // eslint-disable-next-line no-console
146
145
  console.error("[Button] unhandled async onClick rejection", err);
147
146
  });
148
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohasinac/appkit",
3
- "version": "2.8.10",
3
+ "version": "3.0.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"