akeyless-client-commons 1.0.137 → 1.0.139
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.
package/dist/components/index.js
CHANGED
|
@@ -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", "
|
|
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",
|
|
@@ -5991,6 +5991,9 @@ var ModularForm = function(param) {
|
|
|
5991
5991
|
label.style.minWidth = "".concat(max_width, "px");
|
|
5992
5992
|
});
|
|
5993
5993
|
}
|
|
5994
|
+
}, []);
|
|
5995
|
+
(0, import_react14.useEffect)(function() {
|
|
5996
|
+
console.log("formRef.current", formRef.current);
|
|
5994
5997
|
}, [
|
|
5995
5998
|
formRef.current,
|
|
5996
5999
|
autoFixLabelsWidth
|
|
@@ -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", "
|
|
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",
|
|
@@ -5778,6 +5778,9 @@ var ModularForm = function(param) {
|
|
|
5778
5778
|
label.style.minWidth = "".concat(max_width, "px");
|
|
5779
5779
|
});
|
|
5780
5780
|
}
|
|
5781
|
+
}, []);
|
|
5782
|
+
useEffect7(function() {
|
|
5783
|
+
console.log("formRef.current", formRef.current);
|
|
5781
5784
|
}, [
|
|
5782
5785
|
formRef.current,
|
|
5783
5786
|
autoFixLabelsWidth
|