@wyxos/vibe 5.10.0 → 5.11.0

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/lib/types.d.ts CHANGED
@@ -348,6 +348,7 @@ export interface CreateVibeOptions {
348
348
  loadPage?: VibePageLoader;
349
349
  mediaCard?: VibeMediaCardOptions;
350
350
  masonry?: import('./core/masonryOptions').VibeMasonryOptions;
351
+ onMediaFullyVisible?: (context: VibeMediaLifecycleContext) => void;
351
352
  onMediaReady?: (context: VibeMediaLifecycleContext) => void;
352
353
  onMediaVisible?: (context: VibeMediaLifecycleContext) => void;
353
354
  onReelMediaChange?: (context: VibeMediaLifecycleContext) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyxos/vibe",
3
- "version": "5.10.0",
3
+ "version": "5.11.0",
4
4
  "description": "An initializable Vue 3 media feed with virtualized masonry and reel layouts.",
5
5
  "keywords": [
6
6
  "vue",