@jasonshimmy/custom-elements-runtime 2.6.2 → 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.
Files changed (29) hide show
  1. package/dist/custom-elements-runtime.cjs.js +1 -1
  2. package/dist/custom-elements-runtime.es.js +5 -5
  3. package/dist/custom-elements-runtime.router.cjs.js +1 -1
  4. package/dist/custom-elements-runtime.router.es.js +2 -2
  5. package/dist/custom-elements-runtime.ssr.cjs.js +1 -1
  6. package/dist/custom-elements-runtime.ssr.es.js +2 -2
  7. package/dist/custom-elements-runtime.transitions.cjs.js +1 -1
  8. package/dist/custom-elements-runtime.transitions.es.js +1 -1
  9. package/dist/namespace-helpers-Ctd_h7j2.cjs +5 -0
  10. package/dist/namespace-helpers-Ctd_h7j2.cjs.map +1 -0
  11. package/dist/{namespace-helpers-DcD_6_K1.js → namespace-helpers-DhLBqt-7.js} +52 -32
  12. package/dist/namespace-helpers-DhLBqt-7.js.map +1 -0
  13. package/dist/runtime/reactive.d.ts +10 -0
  14. package/dist/template-compiler-C-jyYSkk.cjs +23 -0
  15. package/dist/template-compiler-C-jyYSkk.cjs.map +1 -0
  16. package/dist/{template-compiler-DvbSi27u.js → template-compiler-D0LrTkNv.js} +971 -1001
  17. package/dist/template-compiler-D0LrTkNv.js.map +1 -0
  18. package/dist/{transitions-Bo0DVkSp.js → transitions-DMJXs_tY.js} +8 -5
  19. package/dist/{transitions-Bo0DVkSp.js.map → transitions-DMJXs_tY.js.map} +1 -1
  20. package/dist/{transitions-Cm2TlhoN.cjs → transitions-f4KfN29T.cjs} +2 -2
  21. package/dist/{transitions-Cm2TlhoN.cjs.map → transitions-f4KfN29T.cjs.map} +1 -1
  22. package/dist/transitions.d.ts +5 -1
  23. package/package.json +1 -1
  24. package/dist/namespace-helpers-4qeKVqQw.cjs +0 -5
  25. package/dist/namespace-helpers-4qeKVqQw.cjs.map +0 -1
  26. package/dist/namespace-helpers-DcD_6_K1.js.map +0 -1
  27. package/dist/template-compiler-BWNlvqqv.cjs +0 -23
  28. package/dist/template-compiler-BWNlvqqv.cjs.map +0 -1
  29. package/dist/template-compiler-DvbSi27u.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"), x = Fe(o ? t : [], W);
2396
- return x._transition = {
2397
- name: W,
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
- }, x;
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-Bo0DVkSp.js.map
2564
+ //# sourceMappingURL=transitions-DMJXs_tY.js.map