@techlabi/kycrazy-ui-kit 0.48.0-beta.3 → 0.48.0
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/CHANGELOG.md +10 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/components/steps/DoneStep.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.48.0
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- Add Void Cheque
|
|
8
|
+
- Make done button optional
|
|
9
|
+
- Add address and phone number to KYC
|
|
10
|
+
- Save KYC progress
|
|
11
|
+
- Add Taxpayer Identification Number to registry checks
|
|
12
|
+
|
|
3
13
|
## 0.47.0
|
|
4
14
|
|
|
5
15
|
### Features
|
package/dist/index.es.js
CHANGED
|
@@ -26620,7 +26620,7 @@ const Ri = ({ value: r, onValueChange: e, options: a, placeholder: t, name: n })
|
|
|
26620
26620
|
/* @__PURE__ */ l("div", { className: "flex justify-center", children: /* @__PURE__ */ l(WA, { size: 60, className: "text-primary" }) }),
|
|
26621
26621
|
/* @__PURE__ */ l("p", { className: "text-foreground mt-2", children: "Our compliance team will review your information, and we'll notify you once verification is complete." }),
|
|
26622
26622
|
/* @__PURE__ */ l("p", { className: "text-foreground mt-2", children: "Thank you for your patience." }),
|
|
26623
|
-
/* @__PURE__ */ l(_0, { className: "text-md mt-8", onClick: r, children: "Explore App" })
|
|
26623
|
+
r && /* @__PURE__ */ l(_0, { className: "text-md mt-8", onClick: r, children: "Explore App" })
|
|
26624
26624
|
] }) }) }), ue = async (r, e, a = {}, t) => {
|
|
26625
26625
|
var c, d;
|
|
26626
26626
|
const { apiEndpoint: n, apiKey: i, id: o, flow: A } = t;
|