akeyless-client-commons 1.0.60 → 1.0.61

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.
@@ -1178,6 +1178,7 @@ var LoginWithGoogleButton = function(param) {
1178
1178
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", {
1179
1179
  className: cn("flex justify-center", containerClassName),
1180
1180
  children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("button", _object_spread_props(_object_spread({}, buttonProps), {
1181
+ type: "button",
1181
1182
  className: cn("flex justify-center items-center gap-2 py-2 w-full", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
1182
1183
  onClick: function(e) {
1183
1184
  return onLoginClick(e);
@@ -980,6 +980,7 @@ var LoginWithGoogleButton = function(param) {
980
980
  return /* @__PURE__ */ jsx4("div", {
981
981
  className: cn("flex justify-center", containerClassName),
982
982
  children: /* @__PURE__ */ jsxs3("button", _object_spread_props(_object_spread({}, buttonProps), {
983
+ type: "button",
983
984
  className: cn("flex justify-center items-center gap-2 py-2 w-full", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
984
985
  onClick: function(e) {
985
986
  return onLoginClick(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",