hyperframes 0.7.36 → 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.
- package/dist/cli.js +1 -1
- package/dist/studio/assets/{index-BltxqwG6.js → index-BXYJbIax.js} +1 -1
- package/dist/studio/assets/{index-_bjyggFK.js → index-Ct-X2wlf.js} +1 -1
- package/dist/studio/assets/{index-DfeE1_Rl.js → index-SYSbQyK4.js} +95 -95
- package/dist/studio/index.html +1 -1
- package/dist/studio/index.js +1 -1
- package/dist/studio/index.js.map +1 -1
- package/package.json +1 -1
package/dist/studio/index.html
CHANGED
|
@@ -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-
|
|
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>
|
package/dist/studio/index.js
CHANGED
|
@@ -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,
|