akeyless-client-commons 1.0.54 → 1.0.55

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.
@@ -1019,7 +1019,7 @@ var LoginWithGoogleButton = function(param) {
1019
1019
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", {
1020
1020
  className: cn("flex justify-center", containerClassName),
1021
1021
  children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("button", {
1022
- className: cn("center gap-2 py-2 w-11/12 max-w-80 ", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
1022
+ className: cn("flex justify-center items-center gap-2 py-2 w-11/12 max-w-80 ", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
1023
1023
  onClick: function(e) {
1024
1024
  return onLoginClick(e);
1025
1025
  },
@@ -821,7 +821,7 @@ var LoginWithGoogleButton = function(param) {
821
821
  return /* @__PURE__ */ jsx4("div", {
822
822
  className: cn("flex justify-center", containerClassName),
823
823
  children: /* @__PURE__ */ jsxs3("button", {
824
- className: cn("center gap-2 py-2 w-11/12 max-w-80 ", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
824
+ className: cn("flex justify-center items-center gap-2 py-2 w-11/12 max-w-80 ", "shadow-sm hover:border-[#303edb] border-[1px] rounded-lg text-lg", className),
825
825
  onClick: function(e) {
826
826
  return onLoginClick(e);
827
827
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",