react-covideo-embed 0.1.38 → 1.0.1

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 (81) hide show
  1. package/build/app/App.d.ts +2 -1
  2. package/build/app/pages/insertVideo/InsertVideo.d.ts +1 -1
  3. package/build/app/pages/insertVideo/components/CopyVideoButton.d.ts +1 -1
  4. package/build/app/pages/insertVideo/components/InsertButton.d.ts +1 -1
  5. package/build/app/pages/insertVideo/components/InsertVideoSettings.d.ts +1 -1
  6. package/build/app/pages/insertVideo/components/VehicleSearch.d.ts +1 -1
  7. package/build/app/pages/lesaTV/LesaTV.d.ts +1 -1
  8. package/build/app/pages/lesaTV/components/PageInfo.d.ts +1 -1
  9. package/build/app/pages/lesaTV/components/Search.d.ts +1 -1
  10. package/build/app/pages/library/Library.d.ts +1 -1
  11. package/build/app/pages/library/components/NoVideos.d.ts +1 -1
  12. package/build/app/pages/library/components/PageInfo.d.ts +1 -1
  13. package/build/app/pages/library/components/Search.d.ts +1 -1
  14. package/build/app/pages/library/components/UserDropdown.d.ts +1 -1
  15. package/build/app/pages/library/components/VideoItem.d.ts +1 -1
  16. package/build/app/pages/library/components/VideoItemThumbnail.d.ts +1 -1
  17. package/build/app/pages/login/Login.d.ts +1 -1
  18. package/build/app/pages/merge/Merge.d.ts +1 -1
  19. package/build/app/pages/merge/components/Player.d.ts +1 -1
  20. package/build/app/pages/merge/components/VideoMerge.d.ts +1 -1
  21. package/build/app/pages/merge/components/VideoRow.d.ts +1 -1
  22. package/build/app/pages/merge/components/VideoThumbnail.d.ts +1 -1
  23. package/build/app/pages/previewUpload/PreviewUpload.d.ts +1 -1
  24. package/build/app/pages/record/both/RecordBoth.d.ts +1 -1
  25. package/build/app/pages/record/both/main/Main.d.ts +1 -1
  26. package/build/app/pages/record/cam/RecordCam.d.ts +1 -1
  27. package/build/app/pages/record/cam/main/Main.d.ts +1 -1
  28. package/build/app/pages/record/home/RecordHome.d.ts +1 -1
  29. package/build/app/pages/record/screen/RecordScreen.d.ts +1 -1
  30. package/build/app/pages/record/screen/main/Main.d.ts +1 -1
  31. package/build/app/pages/video/Upload.d.ts +1 -1
  32. package/build/app/pages/video/components/Preview.d.ts +1 -1
  33. package/build/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +1 -1
  34. package/build/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +1 -1
  35. package/build/app/pages/video/components/videoPlayer/components/progressBar.d.ts +1 -1
  36. package/build/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +1 -1
  37. package/build/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +1 -1
  38. package/build/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +1 -1
  39. package/build/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +1 -1
  40. package/build/app/pages/video/components/videoPlayer/components/videoControls.d.ts +1 -1
  41. package/build/app/pages/video/videoDetails/components/AttributesFields.d.ts +1 -1
  42. package/build/app/pages/voiceover/Voiceover.d.ts +1 -1
  43. package/build/app/pages/voiceover/components/AudioRecorder.d.ts +1 -1
  44. package/build/app/pages/voiceover/components/VideoPreview.d.ts +1 -1
  45. package/build/app/pages/wheelsTV/WheelsTV.d.ts +1 -1
  46. package/build/app/pages/wheelsTV/components/PageInfo.d.ts +1 -1
  47. package/build/app/pages/wheelsTV/components/Search.d.ts +1 -1
  48. package/build/index.js +2 -2
  49. package/build/index.js.LICENSE.txt +4 -5
  50. package/build/lib/components/ButtonDropdown.d.ts +1 -1
  51. package/build/lib/components/CheckboxInput.d.ts +1 -1
  52. package/build/lib/components/CloseButton.d.ts +1 -1
  53. package/build/lib/components/Container.d.ts +1 -1
  54. package/build/lib/components/CountDown.d.ts +1 -1
  55. package/build/lib/components/DragAndDrop.d.ts +1 -1
  56. package/build/lib/components/Dropdown.d.ts +1 -1
  57. package/build/lib/components/HoverPopup.d.ts +1 -1
  58. package/build/lib/components/Label.d.ts +1 -1
  59. package/build/lib/components/LoadingIndicator.d.ts +1 -1
  60. package/build/lib/components/Logo.d.ts +1 -1
  61. package/build/lib/components/MainWrapper.d.ts +1 -1
  62. package/build/lib/components/PreviewVideoBar.d.ts +1 -1
  63. package/build/lib/components/RouteLeavingGuard.d.ts +1 -1
  64. package/build/lib/components/TopBar.d.ts +1 -1
  65. package/build/lib/components/inputs/RadioInput.d.ts +1 -1
  66. package/build/lib/components/modal/Modal.d.ts +1 -1
  67. package/build/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +1 -1
  68. package/build/lib/components/modal/ModalRecordingSettings.d.ts +1 -1
  69. package/build/lib/components/modals/Modal.d.ts +1 -1
  70. package/build/lib/components/modals/ModalInputText.d.ts +1 -1
  71. package/build/lib/components/modals/ModalLeave.d.ts +1 -1
  72. package/build/lib/components/modals/ModalPrompt.d.ts +1 -1
  73. package/build/lib/components/modals/ModalUpload.d.ts +1 -1
  74. package/build/lib/components/toast-notifications/ToastNotification.d.ts +1 -1
  75. package/build/lib/components/toast-notifications/index.d.ts +1 -1
  76. package/build/lib/components/videoUpload/MultipleUploadList.d.ts +1 -1
  77. package/build/lib/components/videoUpload/VideoUpload.d.ts +1 -1
  78. package/build/lib/context/ActionDispatchContext.d.ts +1 -1
  79. package/build/lib/context/AuthorizationContext.d.ts +1 -1
  80. package/build/lib/images/volumeOff.d.ts +1 -1
  81. package/package.json +22 -8

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.