@wyxos/vibe 4.5.5 → 4.5.6

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
@@ -124,6 +124,7 @@ export interface VibeFeedFooterActions {
124
124
  export interface VibeFeedFooterProps {
125
125
  actions: VibeFeedFooterActions;
126
126
  canRetryEnd: boolean;
127
+ showLoadMore?: boolean;
127
128
  state: VibeState;
128
129
  }
129
130
  export interface VibeReelInfoSheetProps extends VibeCardRegionProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wyxos/vibe",
3
- "version": "4.5.5",
3
+ "version": "4.5.6",
4
4
  "description": "An initializable Vue 3 media feed with virtualized masonry and reel layouts.",
5
5
  "keywords": [
6
6
  "vue",