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.
- package/build/index.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -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("
|
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" },
|