vadivam-preact 0.0.24 → 0.0.27

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # vadivam-preact
2
2
 
3
- Pixel-perfect 24px outline icon components for Preact with tree-shakeable imports.
3
+ Tree-shakeable 24px outline SVG icons for Preact.
4
+
5
+ [Browse icons](https://vadivam.praveenjuge.com) · [Preact docs](https://vadivam.praveenjuge.com/docs/preact) · [Source](https://github.com/praveenjuge/vadivam/tree/main/packages/vadivam-preact) · [GitHub](https://github.com/praveenjuge/vadivam)
4
6
 
5
7
  [![npm version](https://img.shields.io/npm/v/vadivam-preact?style=flat-square&color=111)](https://www.npmjs.com/package/vadivam-preact)
6
8
  [![downloads](https://img.shields.io/npm/dw/vadivam-preact?style=flat-square&color=666)](https://www.npmjs.com/package/vadivam-preact)
7
9
  [![license](https://img.shields.io/npm/l/vadivam-preact?style=flat-square&color=111)](https://github.com/praveenjuge/vadivam/blob/main/LICENSE)
8
10
 
9
- ![All Vadivam icons](https://raw.githubusercontent.com/praveenjuge/vadivam/main/apps/docs/public/preview.png?v=0.0.24)
11
+ ![All Vadivam icons](https://raw.githubusercontent.com/praveenjuge/vadivam/main/apps/docs/public/preview.png?v=0.0.27)
10
12
 
11
13
  ```sh
12
14
  npm install vadivam-preact
@@ -24,4 +26,6 @@ import { Activity, VadivamProvider } from "vadivam-preact";
24
26
  - Tree-shakeable named and per-icon imports
25
27
  - Provider and typed dynamic icon APIs
26
28
 
27
- [Browse icons](https://vadivam.praveenjuge.com) · [GitHub](https://github.com/praveenjuge/vadivam) · [Issues](https://github.com/praveenjuge/vadivam/issues)
29
+ Package family: [SVG and JavaScript](https://www.npmjs.com/package/vadivam) · [React](https://www.npmjs.com/package/vadivam-react) · [React Native](https://www.npmjs.com/package/vadivam-react-native) · [Vue](https://www.npmjs.com/package/vadivam-vue) · [Svelte](https://www.npmjs.com/package/vadivam-svelte) · [Solid](https://www.npmjs.com/package/vadivam-solid) · [Angular](https://www.npmjs.com/package/vadivam-angular) · [Astro](https://www.npmjs.com/package/vadivam-astro)
30
+
31
+ [Issues](https://github.com/praveenjuge/vadivam/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vadivam-preact",
3
- "version": "0.0.24",
3
+ "version": "0.0.27",
4
4
  "description": "Pixel-perfect 24px outline icon components for Preact with tree-shakeable imports.",
5
5
  "license": "MIT",
6
6
  "author": "Praveen Juge",