@scalar/use-toasts
Advanced tools
+6
-0
| # @scalar/use-toasts | ||
| ## 0.7.10 | ||
| ### Patch Changes | ||
| - 8c7bad8: chore: move build tooling to esbuild | ||
| ## 0.7.9 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
| import { defineComponent as c, ref as i, onMounted as u, openBlock as f, createBlock as m, unref as l, createCommentVNode as p } from "vue"; | ||
| import { defineComponent as c, ref as i, onMounted as u, createBlock as f, createCommentVNode as m, openBlock as l, unref as p } from "vue"; | ||
| import { toast as t, Toaster as d } from "vue-sonner"; | ||
@@ -20,6 +20,6 @@ import { useToasts as _ } from "../hooks/useToasts.js"; | ||
| }); | ||
| }), (s, r) => o.value ? (f(), m(l(d), { | ||
| }), (s, r) => o.value ? (l(), f(p(d), { | ||
| key: 0, | ||
| class: "scalar-toaster" | ||
| })) : p("", !0); | ||
| })) : m("", !0); | ||
| } | ||
@@ -26,0 +26,0 @@ }); |
+3
-3
@@ -20,3 +20,3 @@ { | ||
| ], | ||
| "version": "0.7.9", | ||
| "version": "0.7.10", | ||
| "engines": { | ||
@@ -32,3 +32,3 @@ "node": ">=18" | ||
| "dependencies": { | ||
| "nanoid": "^5.0.9", | ||
| "nanoid": "^5.1.5", | ||
| "vue": "^3.5.12", | ||
@@ -44,3 +44,3 @@ "vue-sonner": "^1.0.3" | ||
| "vitest": "^1.6.0", | ||
| "@scalar/build-tooling": "0.1.13" | ||
| "@scalar/build-tooling": "0.1.19" | ||
| }, | ||
@@ -47,0 +47,0 @@ "scripts": { |
11464
0.7%Updated