@jasonshimmy/custom-elements-runtime 2.6.3 → 2.7.0
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/custom-elements-runtime.cjs.js +1 -1
- package/dist/custom-elements-runtime.es.js +5 -5
- package/dist/custom-elements-runtime.router.cjs.js +1 -1
- package/dist/custom-elements-runtime.router.es.js +2 -2
- package/dist/custom-elements-runtime.ssr.cjs.js +1 -1
- package/dist/custom-elements-runtime.ssr.es.js +2 -2
- package/dist/custom-elements-runtime.transitions.cjs.js +1 -1
- package/dist/custom-elements-runtime.transitions.es.js +1 -1
- package/dist/namespace-helpers-Ctd_h7j2.cjs +5 -0
- package/dist/namespace-helpers-Ctd_h7j2.cjs.map +1 -0
- package/dist/{namespace-helpers-DcD_6_K1.js → namespace-helpers-DhLBqt-7.js} +52 -32
- package/dist/namespace-helpers-DhLBqt-7.js.map +1 -0
- package/dist/runtime/reactive.d.ts +10 -0
- package/dist/{template-compiler-Bypo0Cn6.cjs → template-compiler-C-jyYSkk.cjs} +2 -2
- package/dist/{template-compiler-Bypo0Cn6.cjs.map → template-compiler-C-jyYSkk.cjs.map} +1 -1
- package/dist/{template-compiler-taX5Zg4G.js → template-compiler-D0LrTkNv.js} +3 -3
- package/dist/{template-compiler-taX5Zg4G.js.map → template-compiler-D0LrTkNv.js.map} +1 -1
- package/dist/{transitions-Bo0DVkSp.js → transitions-DMJXs_tY.js} +8 -5
- package/dist/{transitions-Bo0DVkSp.js.map → transitions-DMJXs_tY.js.map} +1 -1
- package/dist/{transitions-Cm2TlhoN.cjs → transitions-f4KfN29T.cjs} +2 -2
- package/dist/{transitions-Cm2TlhoN.cjs.map → transitions-f4KfN29T.cjs.map} +1 -1
- package/dist/transitions.d.ts +5 -1
- package/package.json +1 -1
- package/dist/namespace-helpers-4qeKVqQw.cjs +0 -5
- package/dist/namespace-helpers-4qeKVqQw.cjs.map +0 -1
- package/dist/namespace-helpers-DcD_6_K1.js.map +0 -1
|
@@ -2392,9 +2392,12 @@ function rr(e, t) {
|
|
|
2392
2392
|
leaveActive: n,
|
|
2393
2393
|
leaveTo: d
|
|
2394
2394
|
};
|
|
2395
|
-
const W = s || (c ? `transition-${c}` : "transition"),
|
|
2396
|
-
|
|
2397
|
-
|
|
2395
|
+
const W = o && typeof t == "function" ? t() : t, x = s || (c ? `transition-${c}` : "transition"), m = Fe(
|
|
2396
|
+
o ? W : [],
|
|
2397
|
+
x
|
|
2398
|
+
);
|
|
2399
|
+
return m._transition = {
|
|
2400
|
+
name: x,
|
|
2398
2401
|
classes: z,
|
|
2399
2402
|
mode: r,
|
|
2400
2403
|
duration: i,
|
|
@@ -2411,7 +2414,7 @@ function rr(e, t) {
|
|
|
2411
2414
|
onAfterLeave: P,
|
|
2412
2415
|
onLeaveCancelled: T
|
|
2413
2416
|
}
|
|
2414
|
-
},
|
|
2417
|
+
}, m;
|
|
2415
2418
|
}
|
|
2416
2419
|
function tr(e, t) {
|
|
2417
2420
|
const {
|
|
@@ -2558,4 +2561,4 @@ export {
|
|
|
2558
2561
|
er as s,
|
|
2559
2562
|
ie as t
|
|
2560
2563
|
};
|
|
2561
|
-
//# sourceMappingURL=transitions-
|
|
2564
|
+
//# sourceMappingURL=transitions-DMJXs_tY.js.map
|