react-covideo-embed 1.0.0 → 1.0.2
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.
- package/build/app/App.d.ts +2 -1
- package/build/app/pages/insertVideo/InsertVideo.d.ts +1 -1
- package/build/app/pages/insertVideo/components/CopyVideoButton.d.ts +1 -1
- package/build/app/pages/insertVideo/components/InsertButton.d.ts +1 -1
- package/build/app/pages/insertVideo/components/InsertVideoSettings.d.ts +1 -1
- package/build/app/pages/insertVideo/components/VehicleSearch.d.ts +1 -1
- package/build/app/pages/lesaTV/LesaTV.d.ts +1 -1
- package/build/app/pages/lesaTV/components/PageInfo.d.ts +1 -1
- package/build/app/pages/lesaTV/components/Search.d.ts +1 -1
- package/build/app/pages/library/Library.d.ts +1 -1
- package/build/app/pages/library/components/NoVideos.d.ts +1 -1
- package/build/app/pages/library/components/PageInfo.d.ts +1 -1
- package/build/app/pages/library/components/Search.d.ts +1 -1
- package/build/app/pages/library/components/UserDropdown.d.ts +1 -1
- package/build/app/pages/library/components/VideoItem.d.ts +1 -1
- package/build/app/pages/library/components/VideoItemThumbnail.d.ts +1 -1
- package/build/app/pages/login/Login.d.ts +1 -1
- package/build/app/pages/merge/Merge.d.ts +1 -1
- package/build/app/pages/merge/components/Player.d.ts +1 -1
- package/build/app/pages/merge/components/VideoMerge.d.ts +1 -1
- package/build/app/pages/merge/components/VideoRow.d.ts +1 -1
- package/build/app/pages/merge/components/VideoThumbnail.d.ts +1 -1
- package/build/app/pages/previewUpload/PreviewUpload.d.ts +1 -1
- package/build/app/pages/record/both/RecordBoth.d.ts +1 -1
- package/build/app/pages/record/both/main/Main.d.ts +1 -1
- package/build/app/pages/record/cam/RecordCam.d.ts +1 -1
- package/build/app/pages/record/cam/main/Main.d.ts +1 -1
- package/build/app/pages/record/home/RecordHome.d.ts +1 -1
- package/build/app/pages/record/screen/RecordScreen.d.ts +1 -1
- package/build/app/pages/record/screen/main/Main.d.ts +1 -1
- package/build/app/pages/video/Upload.d.ts +1 -1
- package/build/app/pages/video/components/Preview.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/progressBar.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +1 -1
- package/build/app/pages/video/components/videoPlayer/components/videoControls.d.ts +1 -1
- package/build/app/pages/video/videoDetails/components/AttributesFields.d.ts +1 -1
- package/build/app/pages/voiceover/Voiceover.d.ts +1 -1
- package/build/app/pages/voiceover/components/AudioRecorder.d.ts +1 -1
- package/build/app/pages/voiceover/components/VideoPreview.d.ts +1 -1
- package/build/app/pages/wheelsTV/WheelsTV.d.ts +1 -1
- package/build/app/pages/wheelsTV/components/PageInfo.d.ts +1 -1
- package/build/app/pages/wheelsTV/components/Search.d.ts +1 -1
- package/build/index.js +2 -2
- package/build/index.js.LICENSE.txt +4 -5
- package/build/lib/components/ButtonDropdown.d.ts +1 -1
- package/build/lib/components/CheckboxInput.d.ts +1 -1
- package/build/lib/components/CloseButton.d.ts +1 -1
- package/build/lib/components/Container.d.ts +1 -1
- package/build/lib/components/CountDown.d.ts +1 -1
- package/build/lib/components/DragAndDrop.d.ts +1 -1
- package/build/lib/components/Dropdown.d.ts +1 -1
- package/build/lib/components/HoverPopup.d.ts +1 -1
- package/build/lib/components/Label.d.ts +1 -1
- package/build/lib/components/LoadingIndicator.d.ts +1 -1
- package/build/lib/components/Logo.d.ts +1 -1
- package/build/lib/components/MainWrapper.d.ts +1 -1
- package/build/lib/components/PreviewVideoBar.d.ts +1 -1
- package/build/lib/components/RouteLeavingGuard.d.ts +1 -1
- package/build/lib/components/TopBar.d.ts +1 -1
- package/build/lib/components/inputs/RadioInput.d.ts +1 -1
- package/build/lib/components/modal/Modal.d.ts +1 -1
- package/build/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +1 -1
- package/build/lib/components/modal/ModalRecordingSettings.d.ts +1 -1
- package/build/lib/components/modals/Modal.d.ts +1 -1
- package/build/lib/components/modals/ModalInputText.d.ts +1 -1
- package/build/lib/components/modals/ModalLeave.d.ts +1 -1
- package/build/lib/components/modals/ModalPrompt.d.ts +1 -1
- package/build/lib/components/modals/ModalUpload.d.ts +1 -1
- package/build/lib/components/toast-notifications/ToastNotification.d.ts +1 -1
- package/build/lib/components/toast-notifications/index.d.ts +1 -1
- package/build/lib/components/videoUpload/MultipleUploadList.d.ts +1 -1
- package/build/lib/components/videoUpload/VideoUpload.d.ts +1 -1
- package/build/lib/context/ActionDispatchContext.d.ts +1 -1
- package/build/lib/context/AuthorizationContext.d.ts +1 -1
- package/build/lib/images/volumeOff.d.ts +1 -1
- package/package.json +7 -7
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.