robot-toast 2.1.4 → 2.1.5

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 +13 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,19 @@ Lightweight toast notifications with complete control.
7
7
  robot-toast gives you a canvas, not a prescription — bring your own robot, colors, buttons, and timing. 16 tree-shakeable robots, fully draggable, zero dependencies.
8
8
 
9
9
  <p align="left">
10
- <a href="https://robot-toast-client.vercel.app/" style="color:#e53935; font-weight:600; text-decoration:none;">Demo & Playground →</a>
10
+ <a href="https://robot-toast.vercel.app/" style="color:#e53935; font-weight:600; text-decoration:none;">Demo & Playground →</a>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://pratham-potfolio.vercel.app/" target="_blank">
15
+ <img src="https://img.shields.io/badge/Portfolio-000?style=for-the-badge&logo=vercel&logoColor=white" />
16
+ </a>
17
+ <a href="https://www.linkedin.com/in/pratham-kumar-a6b672275/" target="_blank">
18
+ <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" />
19
+ </a>
20
+ <a href="https://github.com/Pratham2703005" target="_blank">
21
+ <img src="https://img.shields.io/badge/GitHub-000?style=for-the-badge&logo=github&logoColor=white" />
22
+ </a>
11
23
  </p>
12
24
 
13
25
  <p align="center">
@@ -22,8 +34,6 @@ robot-toast gives you a canvas, not a prescription — bring your own robot, col
22
34
 
23
35
  ![Built-in Robots](https://raw.githubusercontent.com/Pratham2703005/robot-toast/refs/heads/main/public/offiicial-page/robots.png)
24
36
 
25
- [**See them animated in the playground →**](https://robot-toast-client.vercel.app/features)
26
-
27
37
  ## 🎨 Features in Action
28
38
 
29
39
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robot-toast",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "A lightweight, framework-agnostic toast notification library with an animated robot character. Tree-shakeable robots, draggable with swipe-to-dismiss, toast.promise(), and an optional React hook.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",