robot-toast 2.1.4 → 2.1.6

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.
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/dist/index.js CHANGED
@@ -241,6 +241,8 @@
241
241
  background: none;
242
242
  border: none;
243
243
  font-size: 24px;
244
+ line-height: 1;
245
+ font-family: Arial, sans-serif;
244
246
  cursor: pointer;
245
247
  opacity: 0.6;
246
248
  transition: opacity 0.2s;