meticulous-ui 1.3.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -47,11 +47,13 @@ export default App;
47
47
 
48
48
  ## 📦 Components
49
49
 
50
- | Component | Description |
51
- | ------------ | --------------------------------------- |
52
- | `Pagination` | Fully responsive pagination component |
53
- | `Toast` | Push 4 types of notifications on screen |
54
- | `OtpInput` | Gives inputs to enter and edit OTP |
50
+ | Component | Description |
51
+ | ------------- | ----------------------------------------- |
52
+ | `Pagination` | Fully responsive pagination component |
53
+ | `Toast` | Push 4 types of notifications on screen |
54
+ | `Timer` | Renders analog / digital clock with alarm |
55
+ | `OtpInput` | Gives inputs to enter and edit OTP |
56
+ | `VideoPlayer` | Renders video with keyboard shortcuts |
55
57
 
56
58
  ## 📦 Icon Components
57
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {