@kashifd/jwero-components 0.5.44 → 0.5.45

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.es.js CHANGED
@@ -39074,9 +39074,11 @@ const GM = ({
39074
39074
  ), ZM = ({
39075
39075
  primaryButtonProps: e,
39076
39076
  secondaryButtonProps: t,
39077
- customMessageProps: o
39077
+ customMessageProps: o,
39078
+ customSecondaryBox: r,
39079
+ customMessageBox: s
39078
39080
  }) => {
39079
- const r = wt();
39081
+ const a = wt();
39080
39082
  return /* @__PURE__ */ p.jsxs(
39081
39083
  Pe,
39082
39084
  {
@@ -39089,8 +39091,12 @@ const GM = ({
39089
39091
  borderTop: "1px solid rgba(85, 87, 112, 0.08)"
39090
39092
  },
39091
39093
  children: [
39092
- /* @__PURE__ */ p.jsx(Pe, { direction: "row", alignItems: "center", children: t && /* @__PURE__ */ p.jsx(Qr, { ...t }) }),
39094
+ /* @__PURE__ */ p.jsxs(Pe, { direction: "row", alignItems: "center", children: [
39095
+ r && r,
39096
+ t && /* @__PURE__ */ p.jsx(Qr, { ...t })
39097
+ ] }),
39093
39098
  /* @__PURE__ */ p.jsxs(Pe, { direction: "row", alignItems: "center", sx: { gap: "1.5rem" }, children: [
39099
+ s && s,
39094
39100
  (o == null ? void 0 : o.label) && /* @__PURE__ */ p.jsx(
39095
39101
  Je,
39096
39102
  {
@@ -39102,7 +39108,7 @@ const GM = ({
39102
39108
  cursor: "pointer",
39103
39109
  letterSpacing: "-0.0175rem",
39104
39110
  "&:hover": {
39105
- color: r.colors.light_blue
39111
+ color: a.colors.light_blue
39106
39112
  },
39107
39113
  ...o.sx
39108
39114
  },