akeyless-client-commons 1.0.199 → 1.0.200
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
|
@@ -6417,16 +6417,16 @@ var ConfirmForm = function(param) {
|
|
|
6417
6417
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", {
|
|
6418
6418
|
className: cn("flex justify-center items-center gap-2 w-full", buttonsContainerClassName),
|
|
6419
6419
|
children: [
|
|
6420
|
-
|
|
6420
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("button", {
|
|
6421
6421
|
className: cn("disabled:cursor-not-allowed opacity-70", cancelButtonClassName),
|
|
6422
6422
|
onClick: onX,
|
|
6423
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(RedXSvg, {})
|
|
6423
|
+
children: cancelElement || /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(RedXSvg, {})
|
|
6424
6424
|
}),
|
|
6425
|
-
|
|
6425
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("button", _object_spread_props(_object_spread({
|
|
6426
6426
|
className: cn("disabled:cursor-not-allowed opacity-70", confirmButtonClassName)
|
|
6427
6427
|
}, confirmButtonProps), {
|
|
6428
6428
|
onClick: onV,
|
|
6429
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(GreenVSvg, {})
|
|
6429
|
+
children: confirmElement || /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(GreenVSvg, {})
|
|
6430
6430
|
}))
|
|
6431
6431
|
]
|
|
6432
6432
|
})
|
|
@@ -6201,16 +6201,16 @@ var ConfirmForm = function(param) {
|
|
|
6201
6201
|
/* @__PURE__ */ jsxs16("div", {
|
|
6202
6202
|
className: cn("flex justify-center items-center gap-2 w-full", buttonsContainerClassName),
|
|
6203
6203
|
children: [
|
|
6204
|
-
|
|
6204
|
+
/* @__PURE__ */ jsx21("button", {
|
|
6205
6205
|
className: cn("disabled:cursor-not-allowed opacity-70", cancelButtonClassName),
|
|
6206
6206
|
onClick: onX,
|
|
6207
|
-
children: /* @__PURE__ */ jsx21(RedXSvg, {})
|
|
6207
|
+
children: cancelElement || /* @__PURE__ */ jsx21(RedXSvg, {})
|
|
6208
6208
|
}),
|
|
6209
|
-
|
|
6209
|
+
/* @__PURE__ */ jsx21("button", _object_spread_props(_object_spread({
|
|
6210
6210
|
className: cn("disabled:cursor-not-allowed opacity-70", confirmButtonClassName)
|
|
6211
6211
|
}, confirmButtonProps), {
|
|
6212
6212
|
onClick: onV,
|
|
6213
|
-
children: /* @__PURE__ */ jsx21(GreenVSvg, {})
|
|
6213
|
+
children: confirmElement || /* @__PURE__ */ jsx21(GreenVSvg, {})
|
|
6214
6214
|
}))
|
|
6215
6215
|
]
|
|
6216
6216
|
})
|