@techlabi/kycrazy-ui-kit 0.13.0 → 0.15.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/README.md +2 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -35,7 +35,8 @@ Mobile-first design, multi-language support, and instant pass/fail results keep
|
|
|
35
35
|
## 📖 Usage
|
|
36
36
|
|
|
37
37
|
```tsx
|
|
38
|
-
import
|
|
38
|
+
import "@techlabi/kycrazy-ui-kit/style.css";
|
|
39
|
+
import KYCrazy from "@techlabi/kycrazy-ui-kit";
|
|
39
40
|
|
|
40
41
|
function App() {
|
|
41
42
|
return (
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "A modern React component library for KYC",
|
|
5
5
|
"author": "TechLabi",
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.15.0",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
9
9
|
"style": "dist/style.css",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"require": "./dist/index.umd.js",
|
|
16
16
|
"import": "./dist/index.es.js",
|
|
17
17
|
"default": "./dist/index.es.js"
|
|
18
|
-
}
|
|
18
|
+
},
|
|
19
|
+
"./style.css": "./dist/style.css"
|
|
19
20
|
},
|
|
20
21
|
"scripts": {
|
|
21
22
|
"dev": "vite",
|