softbuilders-react-video-player 1.1.55 → 1.1.56
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/SoftBuildersVideoPlayer/index.d.ts +2 -1
- package/dist/components/SoftBuildersVideoPlayer/index.js +4 -4
- package/dist/components/SoftBuildersVideoPlayer/index.js.map +1 -1
- package/dist/components/SoftBuildersVideoPlayer/index.tsx +69 -64
- package/dist/components/VideoPlayerComponent/index.d.ts +3 -1
- package/dist/components/VideoPlayerComponent/index.js +4 -4
- package/dist/components/VideoPlayerComponent/index.js.map +1 -1
- package/dist/components/VideoPlayerComponent/index.tsx +267 -261
- package/dist/index.d.mts +4 -3
- package/dist/index.mjs +342 -333
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED