ga-toasts 2.1.0 โ 2.1.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.
- package/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Modern, accessible, **dependency-free** toast notifications for the web.
|
|
|
16
16
|
- ๐งต **Framework-agnostic** โ use it in React, Vue, Svelte, plain HTML, or on the server (SSR-safe no-op).
|
|
17
17
|
- ๐ฆ **First-class TypeScript** โ types ship in the box.
|
|
18
18
|
|
|
19
|
-
**Live demo:** https://
|
|
19
|
+
**Live demo:** https://gatoasts.vercel.app/
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ga-toasts",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Modern, accessible, dependency-free toast notifications for the web. Fully themeable (createToaster + design tokens), stacked animations, 7 types, 9 positions, dark mode, swipe-to-dismiss, and first-class TypeScript support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"gen": "node scripts/gen-styles.mjs",
|
|
37
37
|
"build": "npm run gen && tsup",
|
|
38
|
+
"build:site": "npm run build && node scripts/build-site.mjs",
|
|
38
39
|
"dev": "npm run gen && tsup --watch",
|
|
39
40
|
"test": "npm run gen && vitest run",
|
|
40
41
|
"test:watch": "npm run gen && vitest",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
],
|
|
66
67
|
"author": "Harshad Pindoriya",
|
|
67
68
|
"license": "MIT",
|
|
68
|
-
"homepage": "https://
|
|
69
|
+
"homepage": "https://gatoasts.vercel.app/",
|
|
69
70
|
"repository": {
|
|
70
71
|
"type": "git",
|
|
71
72
|
"url": "git+https://github.com/harshad-pindoriya/gatoasts.git"
|