@hyperframes/studio 0.8.26 → 0.8.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperframes/studio",
3
- "version": "0.8.26",
3
+ "version": "0.8.28",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,11 +48,11 @@
48
48
  "gsap": "^3.13.0",
49
49
  "marked": "^14.1.4",
50
50
  "mediabunny": "^1.45.3",
51
- "@hyperframes/core": "0.8.26",
52
- "@hyperframes/parsers": "0.8.26",
53
- "@hyperframes/studio-server": "0.8.26",
54
- "@hyperframes/sdk": "0.8.26",
55
- "@hyperframes/player": "0.8.26"
51
+ "@hyperframes/core": "0.8.28",
52
+ "@hyperframes/player": "0.8.28",
53
+ "@hyperframes/sdk": "0.8.28",
54
+ "@hyperframes/studio-server": "0.8.28",
55
+ "@hyperframes/parsers": "0.8.28"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/react": "19",
@@ -69,7 +69,7 @@
69
69
  "vite": "^6.4.2",
70
70
  "vitest": "^3.2.4",
71
71
  "zustand": "^5.0.0",
72
- "@hyperframes/producer": "0.8.26"
72
+ "@hyperframes/producer": "0.8.28"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "react": "19",
@@ -180,12 +180,6 @@ export function useElementLifecycleOps({
180
180
  }
181
181
  const patchedContent =
182
182
  typeof removeData.content === "string" ? removeData.content : originalContent;
183
- // ponytail: the server remove-element route (removeElementFromHtml) strips
184
- // only the element node — it does NOT cascade-remove GSAP tweens targeting
185
- // it, unlike the SDK path (removeElement → cascadeRemoveAnimations). This
186
- // fallback runs only when the element isn't in the SDK doc (e.g. runtime-
187
- // generated / unaddressable), where targeting tweens are unlikely. Upgrade
188
- // path: cascade in removeElementFromHtml by selector/hf-id to fully match.
189
183
  await saveProjectFilesWithHistory({
190
184
  projectId: pid,
191
185
  label: "Delete element",