react-confirm-lite 1.2.0 → 1.2.1

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,6 +31,10 @@ If you're using **Tailwind CSS** and want a **simple, lightweight** confirm dial
31
31
 
32
32
  ![react-confirm-lite Sample](https://res.cloudinary.com/dhcqn5bmq/image/upload/v1765971775/Screencastfrom2025-12-1716-38-30-ezgif.com-optimize_ydzrow.gif)
33
33
 
34
+ ## 🔗 Live Demo
35
+
36
+ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/vitejs-vite-bfthlpmw?embed=1)
37
+
34
38
  ## Getting Started
35
39
 
36
40
  ### Step 1: **Install the package**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-confirm-lite",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A lightweight, promise-based confirm dialog for React with built-in Tailwind CSS support. Designed to be as easy to use as `react-toastify`, while remaining fully customizable.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",