@adyen/bento-vue3 0.10.1-2 → 0.10.1-4
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -66,7 +66,7 @@ const Ru = () => {
|
|
|
66
66
|
/* LEGACY */
|
|
67
67
|
);
|
|
68
68
|
}, Ou = async (e, a) => {
|
|
69
|
-
(a == null ? void 0 : a.theme) === "b-legacy-theme" ? (Ru(), await import("./variables-legacy-b816e511.mjs")) : await import("./variables-0e825aeb.mjs")
|
|
69
|
+
a != null && a.withToast && (e.config.globalProperties.$bentoToastController = new Tu()), (a == null ? void 0 : a.theme) === "b-legacy-theme" ? (Ru(), await import("./variables-legacy-b816e511.mjs")) : await import("./variables-0e825aeb.mjs");
|
|
70
70
|
}, C3 = {
|
|
71
71
|
install: Ou
|
|
72
72
|
};
|
|
@@ -5609,7 +5609,7 @@ const En = ba({
|
|
|
5609
5609
|
}
|
|
5610
5610
|
}, si = (e, a) => {
|
|
5611
5611
|
const n = as(e);
|
|
5612
|
-
if (n.content !== a.value && (n.content = a.value, ea.isShown && ea.targetElement.isEqualNode(e) && (n.content ? ea.content = a.value : ea.isShown = !1)), n.position !== a.arg) {
|
|
5612
|
+
if (n && ((n == null ? void 0 : n.content) !== a.value && (n.content = a.value, ea.isShown && ea.targetElement.isEqualNode(e) && (n.content ? ea.content = a.value : ea.isShown = !1)), n.position !== a.arg)) {
|
|
5613
5613
|
const t = oo(a);
|
|
5614
5614
|
n.position = t, ea.position = t;
|
|
5615
5615
|
}
|