vadivam-preact 0.0.22 → 0.0.23

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Pixel-perfect 24px outline icon components for Preact with tree-shakeable import
6
6
  [![downloads](https://img.shields.io/npm/dw/vadivam-preact?style=flat-square&color=666)](https://www.npmjs.com/package/vadivam-preact)
7
7
  [![license](https://img.shields.io/npm/l/vadivam-preact?style=flat-square&color=111)](https://github.com/praveenjuge/vadivam/blob/main/LICENSE)
8
8
 
9
- ![All Vadivam icons](https://raw.githubusercontent.com/praveenjuge/vadivam/main/apps/web/public/preview.png?v=0.0.22)
9
+ ![All Vadivam icons](https://raw.githubusercontent.com/praveenjuge/vadivam/main/apps/docs/public/preview.png?v=0.0.23)
10
10
 
11
11
  ```sh
12
12
  npm install vadivam-preact
@@ -17,7 +17,7 @@ import { Activity, VadivamProvider } from "vadivam-preact";
17
17
 
18
18
  <VadivamProvider size={20} color="navy">
19
19
  <Activity />
20
- </VadivamProvider>
20
+ </VadivamProvider>;
21
21
  ```
22
22
 
23
23
  - Native SVG attributes plus size, color, stroke width, and accessible titles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vadivam-preact",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Pixel-perfect 24px outline icon components for Preact with tree-shakeable imports.",
5
5
  "license": "MIT",
6
6
  "author": "Praveen Juge",