kiva-protocol-ui-kit 1.0.54 → 1.0.55

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.
@@ -17317,7 +17317,7 @@ var ConsentCard = function (prop) {
17317
17317
  return (React.createElement("div", { className: "flex flex-col justify-center rounded-3xl jurne-card bg-white p-1.5" },
17318
17318
  React.createElement("div", { className: "flex flex-col max-w-md px-8 py-6 space-y-5" },
17319
17319
  React.createElement("span", { className: "consent-title items-center" }, prop.title),
17320
- React.createElement("span", { className: "consent-body items-center" }, prop.agreement),
17320
+ React.createElement("div", { className: "consent-body items-center" }, prop.agreement),
17321
17321
  React.createElement("ul", null, lodash.map(prop.pii, function (item) { return React.createElement("li", { className: "pii-list-item" }, item); }))),
17322
17322
  React.createElement("div", { className: "row col-flex" },
17323
17323
  React.createElement("div", { className: "col-sm text-center" },