@hyperframes/parsers 0.8.33 → 0.8.34

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.
@@ -153,6 +153,12 @@ interface SplitAnimationsResult {
153
153
  /** Non-ID-selector animations that the engine cannot safely retarget. */
154
154
  skippedSelectors: string[];
155
155
  }
156
+ /**
157
+ * Construct executable JavaScript from trusted composition-author inputs.
158
+ * __raw: values, preamble, postamble, and timelineVar are code-bearing inputs
159
+ * and are deliberately not sanitized. Never populate them from untrusted data.
160
+ * Quoting ordinary values does not sandbox authored code or its side effects.
161
+ */
156
162
  declare function serializeGsapAnimations(animations: GsapAnimation[], timelineVar?: string, options?: {
157
163
  includeMediaSync?: boolean;
158
164
  preamble?: string;
@@ -1,4 +1,4 @@
1
- import { G as GsapAnimation, A as ArcPathConfig, g as SplitAnimationsOptions, h as SplitAnimationsResult, a as ArcPathSegment } from './gsapSerialize-DQW1kZ2G.js';
1
+ import { G as GsapAnimation, A as ArcPathConfig, g as SplitAnimationsOptions, h as SplitAnimationsResult, a as ArcPathSegment } from './gsapSerialize-CqTuNW95.js';
2
2
  import './types-ewozML_N.js';
3
3
  import './gsapConstants.js';
4
4