@xhub-short/contracts 1.0.0-beta.24 → 1.0.0-beta.26

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -12
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -2053,18 +2053,6 @@ interface VideoSlotHeadlessProps {
2053
2053
  * Displayed as instant preview while video loads.
2054
2054
  */
2055
2055
  restoreFrame?: string;
2056
- /** Called when long-press speed boost activates (hold 2s → 2x speed) */
2057
- onSpeedBoost?: (speed: number) => void;
2058
- /** Called when speed boost deactivates (finger released, not locked) */
2059
- onSpeedReset?: () => void;
2060
- /** Called when speed is locked via pull-down gesture while boosted */
2061
- onSpeedLock?: (speed: number) => void;
2062
- /** Speed multiplier for speed boost (default: 2) */
2063
- speedBoostSpeed?: number;
2064
- /** Hold delay in ms before speed boost activates (default: 2000) */
2065
- speedBoostHoldDelay?: number;
2066
- /** Pull-down distance in px to trigger speed lock (default: 50) */
2067
- speedBoostPullDownThreshold?: number;
2068
2056
  }
2069
2057
  /**
2070
2058
  * VideoPlayer headless component props
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xhub-short/contracts",
3
3
  "sideEffects": false,
4
- "version": "1.0.0-beta.24",
4
+ "version": "1.0.0-beta.26",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -25,8 +25,8 @@
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^2.1.0",
27
27
  "@vitest/coverage-v8": "^2.1.0",
28
- "@xhub-short/tsconfig": "0.1.0-beta.3",
29
- "@xhub-short/vitest-config": "0.1.0-beta.14"
28
+ "@xhub-short/tsconfig": "0.0.1-beta.2",
29
+ "@xhub-short/vitest-config": "0.1.0-beta.13"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup",