@wyxos/vibe 5.3.1 → 5.4.1

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
@@ -339,6 +339,7 @@ export interface CreateVibeOptions {
339
339
  initialPage?: VibeInitialPage;
340
340
  loadPage?: VibePageLoader;
341
341
  mediaCard?: VibeMediaCardOptions;
342
+ masonry?: import('./core/masonryOptions').VibeMasonryOptions;
342
343
  onMediaReady?: (context: VibeMediaLifecycleContext) => void;
343
344
  onMediaVisible?: (context: VibeMediaLifecycleContext) => void;
344
345
  onReelMediaChange?: (context: VibeMediaLifecycleContext) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyxos/vibe",
3
- "version": "5.3.1",
3
+ "version": "5.4.1",
4
4
  "description": "An initializable Vue 3 media feed with virtualized masonry and reel layouts.",
5
5
  "keywords": [
6
6
  "vue",