@techlabi/kycrazy-ui-kit 0.31.0 → 0.33.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 +14 -0
- package/dist/index.es.js +8884 -8768
- package/dist/index.umd.js +269 -269
- package/dist/style.css +1 -1
- package/dist/types/components/ui/SelectWithCustomOption.d.ts +13 -0
- package/dist/types/components/ui/select.d.ts +2 -2
- package/dist/types/hooks/use-is-mobile.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.33.0
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- users can now provide custom input in selection fields
|
|
8
|
+
|
|
9
|
+
## 0.32.0
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- remove image mirroring on mobile
|
|
14
|
+
- use document type in toasts instead of 'ID'
|
|
15
|
+
- leave only one step (id front) for uploading passport
|
|
16
|
+
|
|
3
17
|
## 0.31.0
|
|
4
18
|
|
|
5
19
|
### Fixes
|