meticulous-ui 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,7 @@ export default App;
51
51
  | ------------ | --------------------------------------- |
52
52
  | `Pagination` | Fully responsive pagination component |
53
53
  | `Toast` | Push 4 types of notifications on screen |
54
+ | `OtpInput` | Gives inputs to enter and edit OTP |
54
55
 
55
56
  ## 📦 Icon Components
56
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {