softbuilders-react-video-player 1.3.9 → 1.3.10

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.
Files changed (39) hide show
  1. package/LICENSE +21 -21
  2. package/dist/components/CurrentTimeLabel/index.tsx +13 -13
  3. package/dist/components/Menu/index.tsx +49 -49
  4. package/dist/components/SoftBuildersVideoPlayer/index.js +1 -0
  5. package/dist/components/SoftBuildersVideoPlayer/index.js.map +1 -1
  6. package/dist/components/SoftBuildersVideoPlayer/index.tsx +1 -0
  7. package/dist/components/VideoPlayerComponent/index.js +5 -2
  8. package/dist/components/VideoPlayerComponent/index.js.map +1 -1
  9. package/dist/components/VideoPlayerComponent/index.tsx +5 -1
  10. package/dist/components/VideoPlayerComponent/provider.tsx +82 -82
  11. package/dist/components/VolumeSlider/index.js +2 -2
  12. package/dist/components/VolumeSlider/index.js.map +1 -1
  13. package/dist/components/VolumeSlider/index.tsx +3 -3
  14. package/dist/components/icons/SkillamiIcon.tsx +25 -25
  15. package/dist/components/icons/SubIcon.tsx +27 -27
  16. package/dist/components/icons/VolumeHigh.tsx +15 -15
  17. package/dist/components/icons/VolumeLow.tsx +14 -14
  18. package/dist/components/icons/VolumeMute.tsx +25 -25
  19. package/dist/components/icons/VolumeVLow.tsx +14 -14
  20. package/dist/components/icons/index.ts +20 -20
  21. package/dist/index.mjs +9 -5
  22. package/dist/styles/tailwind.css +130 -130
  23. package/package.json +1 -1
  24. package/dist/components/icons/VolumeHighIcon.d.ts +0 -3
  25. package/dist/components/icons/VolumeHighIcon.js +0 -4
  26. package/dist/components/icons/VolumeHighIcon.js.map +0 -1
  27. package/dist/components/icons/VolumeHighIcon.tsx +0 -16
  28. package/dist/components/icons/VolumeIconHigh.d.ts +0 -3
  29. package/dist/components/icons/VolumeIconHigh.js +0 -4
  30. package/dist/components/icons/VolumeIconHigh.js.map +0 -1
  31. package/dist/components/icons/VolumeIconHigh.tsx +0 -16
  32. package/dist/components/icons/VolumeIconLow copy.d.ts +0 -3
  33. package/dist/components/icons/VolumeIconLow copy.js +0 -4
  34. package/dist/components/icons/VolumeIconLow copy.js.map +0 -1
  35. package/dist/components/icons/VolumeIconLow copy.tsx +0 -17
  36. package/dist/components/icons/VolumeLowIcon.d.ts +0 -3
  37. package/dist/components/icons/VolumeLowIcon.js +0 -4
  38. package/dist/components/icons/VolumeLowIcon.js.map +0 -1
  39. package/dist/components/icons/VolumeLowIcon.tsx +0 -15
@@ -1,15 +0,0 @@
1
- import type { SVGProps } from "react";
2
- const SvgSubIcon = (props: SVGProps<SVGSVGElement>) => (
3
- <svg
4
- fill="white"
5
- width="1em"
6
- height="1em"
7
- viewBox="0 0 15 15"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <title>ionicons-v5-g</title>
11
- <path d="M296,416.19a23.92,23.92,0,0,1-14.21-4.69l-.66-.51-91.46-75H120a24,24,0,0,1-24-24V200a24,24,0,0,1,24-24h69.65l91.46-75,.66-.51A24,24,0,0,1,320,119.83V392.17a24,24,0,0,1-24,24Z" />
12
- <path d="M384,336a16,16,0,0,1-14.29-23.18c9.49-18.9,14.3-38,14.3-56.82,0-19.36-4.66-37.92-14.25-56.73a16,16,0,0,1,28.5-14.54C410.2,208.16,416,231.47,416,256c0,23.83-6,47.78-17.7,71.18A16,16,0,0,1,384,336Z" />
13
- </svg>
14
- );
15
- export default SvgSubIcon;