ehscan-react-components 0.1.42 → 0.1.43

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,8 @@ AddBox is a React component for managing a list of entries. It allows users to a
15
15
 
16
16
  The component is fully controlled — the parent manages the state and receives updates via the onChange callback.
17
17
 
18
- ![AddBox Example](./src/images/AddBox.png)
18
+ ![AddBox Preview](https://raw.githubusercontent.com/beeplaced/ehscan-react-components/main/src/images/AddBox.png)
19
+
19
20
 
20
21
  ### Implementation
21
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-components",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",