hyperframes 0.7.6 → 0.7.7

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.
@@ -1,4 +1,4 @@
1
- import{n as Qi}from"./index-ysftPins.js";/*!
1
+ import{n as Qi}from"./index-BeRh2hMe.js";/*!
2
2
  * Copyright (c) 2026-present, Vanilagy and contributors
3
3
  *
4
4
  * This Source Code Form is subject to the terms of the Mozilla Public
@@ -596,6 +596,7 @@ interface PropertyPanelProps {
596
596
  onAddKeyframe?: (animationId: string, percentage: number, property: string, value: number | string) => void;
597
597
  onRemoveKeyframe?: (animationId: string, percentage: number) => void;
598
598
  onUpdateKeyframeEase?: (animationId: string, percentage: number, ease: string) => void;
599
+ onSetAllKeyframeEases?: (animationId: string, ease: string) => void;
599
600
  onConvertToKeyframes?: (animationId: string) => void;
600
601
  onCommitAnimatedProperty?: (selection: DomEditSelection, property: string, value: number | string) => Promise<void>;
601
602
  onSeekToTime?: (time: number) => void;
@@ -5,8 +5,8 @@
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-ysftPins.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-wJZf6FK3.css">
8
+ <script type="module" crossorigin src="/assets/index-BeRh2hMe.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BSkUuN8g.css">
10
10
  </head>
11
11
  <body>
12
12
  <div data-hf-id="hf-aph5" id="root"></div>