akeyless-client-commons 1.0.159 → 1.0.160
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
|
@@ -1162,7 +1162,7 @@ var Checkbox = function(param) {
|
|
|
1162
1162
|
title: title
|
|
1163
1163
|
}, props), {
|
|
1164
1164
|
htmlFor: id,
|
|
1165
|
-
className: cn("relative block w-[42px] h-[24px] cursor-pointer transform-gpu", disabled ? "opacity-
|
|
1165
|
+
className: cn("relative block w-[42px] h-[24px] cursor-pointer transform-gpu", disabled ? "opacity-70 cursor-not-allowed" : "", className),
|
|
1166
1166
|
children: [
|
|
1167
1167
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
1168
1168
|
className: cn("relative w-[40px] h-[22px] rounded-[12px] transition-colors duration-200 ease-in-out ".concat(isChecked ? "bg-[#52d66b]" : "bg-[#c8ccd4]"), elementClassName)
|
|
@@ -949,7 +949,7 @@ var Checkbox = function(param) {
|
|
|
949
949
|
title: title
|
|
950
950
|
}, props), {
|
|
951
951
|
htmlFor: id,
|
|
952
|
-
className: cn("relative block w-[42px] h-[24px] cursor-pointer transform-gpu", disabled ? "opacity-
|
|
952
|
+
className: cn("relative block w-[42px] h-[24px] cursor-pointer transform-gpu", disabled ? "opacity-70 cursor-not-allowed" : "", className),
|
|
953
953
|
children: [
|
|
954
954
|
/* @__PURE__ */ jsx("div", {
|
|
955
955
|
className: cn("relative w-[40px] h-[22px] rounded-[12px] transition-colors duration-200 ease-in-out ".concat(isChecked ? "bg-[#52d66b]" : "bg-[#c8ccd4]"), elementClassName)
|