@techlabi/kycrazy-ui-kit 0.48.0-beta.2 → 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 +3744 -3721
- package/dist/index.umd.js +38 -38
- package/dist/types/components/steps/AddressStep.d.ts +1 -0
- package/dist/types/components/steps/DoneStep.d.ts +1 -1
- package/dist/types/types.d.ts +5 -8
- 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
|