easykar-backoffice-ui 0.0.4 → 0.0.5

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/index.cjs CHANGED
@@ -1583,7 +1583,7 @@ var EasyDialog = ({
1583
1583
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ShadcnDialog, { open, onOpenChange, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(ShadcnDialogContent, { className: cn("sm:max-w-lg rounded-xl", className), children: [
1584
1584
  title && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ShadcnDialogHeader, { children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(ShadcnDialogTitle, { children: title }) }),
1585
1585
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: cn("py-4", !title && "pt-0", contentClassName), children: content }),
1586
- (showCancel || showOk) && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(ShadcnDialogFooter, { className: "flex flex-col gap-4 w-full", children: [
1586
+ (showCancel || showOk) && /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(ShadcnDialogFooter, { className: "flex flex-row gap-4 w-full", children: [
1587
1587
  showCancel && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1588
1588
  EasyButton,
1589
1589
  {