hyperframes 0.7.35 → 0.7.37

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.
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
6
6
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
7
  <title>HyperFrames Studio</title>
8
- <script type="module" crossorigin src="/assets/index-B12MRH9w.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-SYSbQyK4.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-DmkOvZns.css">
10
10
  </head>
11
11
  <body>
@@ -22591,7 +22591,7 @@ function recordAnimationResolverParity(session, animationId, opLabel) {
22591
22591
  try {
22592
22592
  recordAttempt(opLabel);
22593
22593
  const elements = session.getElements();
22594
- const resolves = elements.some((el) => el.animationIds.includes(animationId));
22594
+ const resolves = elements.some((el) => el.animationIds.includes(animationId)) || session.getAllAnimationIds().has(animationId);
22595
22595
  if (resolves) return;
22596
22596
  trackStudioEvent("sdk_resolver_shadow", {
22597
22597
  animationId,