akeyless-client-commons 1.0.138 → 1.0.140

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.
@@ -1153,7 +1153,7 @@ var Checkbox = function(param) {
1153
1153
  className: cn("relative w-[40px] h-[22px] rounded-[12px] transition-colors duration-200 ease-in-out ".concat(isChecked ? "bg-[#52d66b]" : "bg-[#c8ccd4]"), elementClassName)
1154
1154
  }),
1155
1155
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
1156
- className: cn("absolute top-[-1px] ".concat(rotate ? "left-0" : "right-0", " top-0 w-6 h-6 bg-white rounded-full shadow-md transition-transform duration-200 ease-in-out ").concat(isChecked ? rotate ? "translate-x-[19px]" : "-translate-x-[19px]" : ""), circleClassName),
1156
+ className: cn("absolute top-[-1px] ".concat(rotate ? "left-0" : "right-0", " w-6 h-6 bg-white rounded-full shadow-md transition-transform duration-200 ease-in-out ").concat(isChecked ? rotate ? "translate-x-[19px]" : "-translate-x-[19px]" : ""), circleClassName),
1157
1157
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
1158
1158
  width: "10px",
1159
1159
  height: "10px",
@@ -5992,12 +5992,6 @@ var ModularForm = function(param) {
5992
5992
  });
5993
5993
  }
5994
5994
  }, []);
5995
- (0, import_react14.useEffect)(function() {
5996
- console.log("formRef.current", formRef.current);
5997
- }, [
5998
- formRef.current,
5999
- autoFixLabelsWidth
6000
- ]);
6001
5995
  (0, import_react14.useEffect)(function() {
6002
5996
  if (formRef.current) {
6003
5997
  onLoad === null || onLoad === void 0 ? void 0 : onLoad(formRef.current);
@@ -940,7 +940,7 @@ var Checkbox = function(param) {
940
940
  className: cn("relative w-[40px] h-[22px] rounded-[12px] transition-colors duration-200 ease-in-out ".concat(isChecked ? "bg-[#52d66b]" : "bg-[#c8ccd4]"), elementClassName)
941
941
  }),
942
942
  /* @__PURE__ */ jsx("span", {
943
- className: cn("absolute top-[-1px] ".concat(rotate ? "left-0" : "right-0", " top-0 w-6 h-6 bg-white rounded-full shadow-md transition-transform duration-200 ease-in-out ").concat(isChecked ? rotate ? "translate-x-[19px]" : "-translate-x-[19px]" : ""), circleClassName),
943
+ className: cn("absolute top-[-1px] ".concat(rotate ? "left-0" : "right-0", " w-6 h-6 bg-white rounded-full shadow-md transition-transform duration-200 ease-in-out ").concat(isChecked ? rotate ? "translate-x-[19px]" : "-translate-x-[19px]" : ""), circleClassName),
944
944
  children: /* @__PURE__ */ jsx("svg", {
945
945
  width: "10px",
946
946
  height: "10px",
@@ -5779,12 +5779,6 @@ var ModularForm = function(param) {
5779
5779
  });
5780
5780
  }
5781
5781
  }, []);
5782
- useEffect7(function() {
5783
- console.log("formRef.current", formRef.current);
5784
- }, [
5785
- formRef.current,
5786
- autoFixLabelsWidth
5787
- ]);
5788
5782
  useEffect7(function() {
5789
5783
  if (formRef.current) {
5790
5784
  onLoad === null || onLoad === void 0 ? void 0 : onLoad(formRef.current);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akeyless-client-commons",
3
- "version": "1.0.138",
3
+ "version": "1.0.140",
4
4
  "scripts": {
5
5
  "build": "tsup",
6
6
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",