export const mockCarouselEnterViewPortEvent = { category: 'component', action: 'view', trigger_action: 'enter-viewport', component: { id: '123', name: 'cp-carousel', type: 'container', }, url: 'https://www.ft.com/', } export const mockCarouselExitViewPortEvent = { category: 'component', action: 'view', trigger_action: 'leave-viewport', component: { id: '123', name: 'cp-carousel', type: 'container', }, url: 'https://www.ft.com/', custom: [ { name: 'time-elapsed', value: 2.34, }, ], } export const mockCarouselSwipeEvent = { category: 'component', action: 'act', trigger_action: 'user-swipe', component: { id: '123', name: 'cp-carousel', type: 'container', }, url: 'https://www.ft.com/', }