softbuilders-react-video-player
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,14 +0,14 @@ | ||
export { default as BackwardIcon } from "./backward-icon.svg"; | ||
export { default as CheckedIcon } from "./checked-icon.svg"; | ||
export { default as ClosedNoteIcon } from "./closed-note-icon.svg"; | ||
export { default as ForwardIcon } from "./forward-icon.svg"; | ||
export { default as FullScreenIcon } from "./full-screen-icon.svg"; | ||
export { default as LeftArrowIcon } from "./left-arrow-icon.svg"; | ||
export { default as MuteIcon } from "./mute-icon.svg"; | ||
export { default as NoteIcon } from "./note-icon.svg"; | ||
export { default as OpenNoteIcon } from "./open-note-icon.svg"; | ||
export { default as PauseIcon } from "./pause-icon.svg"; | ||
export { default as PlayIcon } from "./play-icon.svg"; | ||
export { default as SettingsIcon } from "./settings-icon.svg"; | ||
export { default as UnmuteIcon } from "./unmute-icon.svg"; | ||
export { default as SubtitlesIcon } from "./subtitles-icon.svg"; | ||
export { default as BackwardIcon } from "./BackwardIcon"; | ||
export { default as CheckedIcon } from "./CheckedIcon"; | ||
export { default as ClosedNoteIcon } from "./ClosedNoteIcon"; | ||
export { default as ForwardIcon } from "./ForwardIcon"; | ||
export { default as FullScreenIcon } from "./FullScreenIcon"; | ||
export { default as LeftArrowIcon } from "./LeftArrowIcon"; | ||
export { default as MuteIcon } from "./MuteIcon"; | ||
export { default as NoteIcon } from "./NoteIcon"; | ||
export { default as OpenNoteIcon } from "./OpenNoteIcon"; | ||
export { default as PauseIcon } from "./PauseIcon"; | ||
export { default as PlayIcon } from "./PlayIcon"; | ||
export { default as SettingsIcon } from "./SettingsIcon"; | ||
export { default as UnmuteIcon } from "./UnmuteIcon"; | ||
export { default as SubtitlesIcon } from "./SubtitlesIcon"; |
@@ -1,15 +0,15 @@ | ||
export { default as BackwardIcon } from "./backward-icon.svg"; | ||
export { default as CheckedIcon } from "./checked-icon.svg"; | ||
export { default as ClosedNoteIcon } from "./closed-note-icon.svg"; | ||
export { default as ForwardIcon } from "./forward-icon.svg"; | ||
export { default as FullScreenIcon } from "./full-screen-icon.svg"; | ||
export { default as LeftArrowIcon } from "./left-arrow-icon.svg"; | ||
export { default as MuteIcon } from "./mute-icon.svg"; | ||
export { default as NoteIcon } from "./note-icon.svg"; | ||
export { default as OpenNoteIcon } from "./open-note-icon.svg"; | ||
export { default as PauseIcon } from "./pause-icon.svg"; | ||
export { default as PlayIcon } from "./play-icon.svg"; | ||
export { default as SettingsIcon } from "./settings-icon.svg"; | ||
export { default as UnmuteIcon } from "./unmute-icon.svg"; | ||
export { default as SubtitlesIcon } from "./subtitles-icon.svg"; | ||
export { default as BackwardIcon } from "./BackwardIcon"; | ||
export { default as CheckedIcon } from "./CheckedIcon"; | ||
export { default as ClosedNoteIcon } from "./ClosedNoteIcon"; | ||
export { default as ForwardIcon } from "./ForwardIcon"; | ||
export { default as FullScreenIcon } from "./FullScreenIcon"; | ||
export { default as LeftArrowIcon } from "./LeftArrowIcon"; | ||
export { default as MuteIcon } from "./MuteIcon"; | ||
export { default as NoteIcon } from "./NoteIcon"; | ||
export { default as OpenNoteIcon } from "./OpenNoteIcon"; | ||
export { default as PauseIcon } from "./PauseIcon"; | ||
export { default as PlayIcon } from "./PlayIcon"; | ||
export { default as SettingsIcon } from "./SettingsIcon"; | ||
export { default as UnmuteIcon } from "./UnmuteIcon"; | ||
export { default as SubtitlesIcon } from "./SubtitlesIcon"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "softbuilders-react-video-player", | ||
"description": "Standalone video player component", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111990
22