Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 feat(Lightbox.tsx): add InsightLightbox component for displaying vi…
…deos in a lightbox The `InsightLightbox` component is added to display videos in a lightbox. It accepts the following props: - `items`: an array of `VideoPart` objects representing the videos to be displayed - `currentIndex`: the index of the currently selected video (default is 0) - `onClose`: a callback function to be called when the lightbox is closed - `onSlideChange`: a callback function to be called when the slide (video) is changed The component uses the `Lightbox` and `Slider` components from the `@appquality/unguess-design-system` package. It also uses the `Video` component from the `@appquality/stream-player` package to display the videos. The `slideChange` function is defined to handle the slide change event. It calls the `onSlideChange` callback
- Loading branch information