vadivam-astro 0.0.26 → 0.0.28

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