feat(studio): expose resolved z-index and stacking context on timeline clips

This commit is contained in:
Miguel Angel Simon Sierra
2026-07-08 23:46:24 -04:00
parent dae26e72b2
commit 070ee91694
7 changed files with 163 additions and 0 deletions
@@ -192,9 +192,12 @@ function domSiblingClips(
start: host.start,
duration: host.duration,
track: host.track,
zIndex: 0,
stackingContextId: host.stackingContextId ?? host.domId ?? host.id ?? null,
kind: "element",
tagName: null,
compositionId: null,
compositionAncestors: host.compositionAncestors ?? [],
parentCompositionId: host.id ?? null,
compositionSrc: host.compositionSrc ?? null,
assetUrl: null,