akeyless-client-commons 1.0.81 → 1.0.82
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
|
@@ -5234,6 +5234,7 @@ var TableButton = function(param) {
|
|
|
5234
5234
|
var baseClassName = "transition-transform duration-500 scale-100 disabled:hover:cursor-not-allowed disabled:text-black/40 hover:scale-125 disabled:hover:scale-100";
|
|
5235
5235
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {
|
|
5236
5236
|
children: type === "custom" ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
|
|
5237
|
+
disabled: disabled,
|
|
5237
5238
|
className: cn(baseClassName, className, buttonClassName),
|
|
5238
5239
|
title: title,
|
|
5239
5240
|
onClick: onClick,
|
|
@@ -5033,6 +5033,7 @@ var TableButton = function(param) {
|
|
|
5033
5033
|
var baseClassName = "transition-transform duration-500 scale-100 disabled:hover:cursor-not-allowed disabled:text-black/40 hover:scale-125 disabled:hover:scale-100";
|
|
5034
5034
|
return /* @__PURE__ */ jsx17(Fragment3, {
|
|
5035
5035
|
children: type === "custom" ? /* @__PURE__ */ jsx17("button", {
|
|
5036
|
+
disabled: disabled,
|
|
5036
5037
|
className: cn(baseClassName, className, buttonClassName),
|
|
5037
5038
|
title: title,
|
|
5038
5039
|
onClick: onClick,
|