react-covideo-embed 1.0.8 → 1.0.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 (175) hide show
  1. package/package.json +2 -2
  2. package/build/app/App.d.ts +0 -3
  3. package/build/app/pages/insertVideo/InsertVideo.d.ts +0 -13
  4. package/build/app/pages/insertVideo/components/CopyVideoButton.d.ts +0 -13
  5. package/build/app/pages/insertVideo/components/InsertButton.d.ts +0 -13
  6. package/build/app/pages/insertVideo/components/InsertVideoSettings.d.ts +0 -17
  7. package/build/app/pages/insertVideo/components/VehicleSearch.d.ts +0 -13
  8. package/build/app/pages/insertVideo/components/index.d.ts +0 -2
  9. package/build/app/pages/lesaTV/LesaTV.d.ts +0 -1
  10. package/build/app/pages/lesaTV/components/PageInfo.d.ts +0 -7
  11. package/build/app/pages/lesaTV/components/Search.d.ts +0 -6
  12. package/build/app/pages/lesaTV/components/index.d.ts +0 -2
  13. package/build/app/pages/library/Library.d.ts +0 -5
  14. package/build/app/pages/library/components/NoVideos.d.ts +0 -6
  15. package/build/app/pages/library/components/PageInfo.d.ts +0 -7
  16. package/build/app/pages/library/components/Search.d.ts +0 -6
  17. package/build/app/pages/library/components/UserDropdown.d.ts +0 -6
  18. package/build/app/pages/library/components/VideoItem.d.ts +0 -9
  19. package/build/app/pages/library/components/VideoItemThumbnail.d.ts +0 -11
  20. package/build/app/pages/library/components/const.d.ts +0 -6
  21. package/build/app/pages/library/components/index.d.ts +0 -5
  22. package/build/app/pages/login/Login.d.ts +0 -5
  23. package/build/app/pages/merge/Merge.d.ts +0 -1
  24. package/build/app/pages/merge/components/Player.d.ts +0 -7
  25. package/build/app/pages/merge/components/VideoMerge.d.ts +0 -1
  26. package/build/app/pages/merge/components/VideoRow.d.ts +0 -1
  27. package/build/app/pages/merge/components/VideoThumbnail.d.ts +0 -1
  28. package/build/app/pages/previewUpload/PreviewUpload.d.ts +0 -2
  29. package/build/app/pages/record/both/RecordBoth.d.ts +0 -1
  30. package/build/app/pages/record/both/main/Main.d.ts +0 -1
  31. package/build/app/pages/record/cam/RecordCam.d.ts +0 -1
  32. package/build/app/pages/record/cam/main/Main.d.ts +0 -1
  33. package/build/app/pages/record/home/RecordHome.d.ts +0 -1
  34. package/build/app/pages/record/screen/RecordScreen.d.ts +0 -2
  35. package/build/app/pages/record/screen/main/Main.d.ts +0 -1
  36. package/build/app/pages/video/Upload.d.ts +0 -10
  37. package/build/app/pages/video/components/Preview.d.ts +0 -13
  38. package/build/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +0 -29
  39. package/build/app/pages/video/components/videoPlayer/components/index.d.ts +0 -2
  40. package/build/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +0 -10
  41. package/build/app/pages/video/components/videoPlayer/components/progressBar.d.ts +0 -10
  42. package/build/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +0 -15
  43. package/build/app/pages/video/components/videoPlayer/components/trim/SliderRail.d.ts +0 -7
  44. package/build/app/pages/video/components/videoPlayer/components/trim/Tick.d.ts +0 -9
  45. package/build/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +0 -19
  46. package/build/app/pages/video/components/videoPlayer/components/trim/Track.d.ts +0 -10
  47. package/build/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +0 -13
  48. package/build/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +0 -7
  49. package/build/app/pages/video/components/videoPlayer/components/videoControls.d.ts +0 -25
  50. package/build/app/pages/video/components/videoPlayer/index.d.ts +0 -1
  51. package/build/app/pages/video/videoDetails/components/AttributesFields.d.ts +0 -7
  52. package/build/app/pages/voiceover/Voiceover.d.ts +0 -1
  53. package/build/app/pages/voiceover/components/AudioRecorder.d.ts +0 -14
  54. package/build/app/pages/voiceover/components/VideoPreview.d.ts +0 -11
  55. package/build/app/pages/voiceover/components/util.d.ts +0 -1
  56. package/build/app/pages/wheelsTV/WheelsTV.d.ts +0 -1
  57. package/build/app/pages/wheelsTV/components/PageInfo.d.ts +0 -7
  58. package/build/app/pages/wheelsTV/components/Search.d.ts +0 -6
  59. package/build/app/pages/wheelsTV/components/index.d.ts +0 -2
  60. package/build/index.d.ts +0 -81
  61. package/build/index.js +0 -768
  62. package/build/index.js.LICENSE.txt +0 -81
  63. package/build/lib/api/attributesApi.d.ts +0 -8
  64. package/build/lib/api/authApi.d.ts +0 -11
  65. package/build/lib/api/designApi.d.ts +0 -86
  66. package/build/lib/api/index.d.ts +0 -9
  67. package/build/lib/api/inventoryApi.d.ts +0 -10
  68. package/build/lib/api/lesa/lesaKeys.d.ts +0 -6
  69. package/build/lib/api/lesa/useLesaTvVideosQuery.d.ts +0 -27
  70. package/build/lib/api/lesa/useLesaVideosMutation.d.ts +0 -8
  71. package/build/lib/api/multilocation/getUserLocations.d.ts +0 -12
  72. package/build/lib/api/multilocation/locationKeys.d.ts +0 -3
  73. package/build/lib/api/multilocation/signIntoLocation.d.ts +0 -10
  74. package/build/lib/api/quckshareApi.d.ts +0 -18
  75. package/build/lib/api/types.d.ts +0 -44
  76. package/build/lib/api/videoRequestApi.d.ts +0 -6
  77. package/build/lib/api/videoTagsApi.d.ts +0 -13
  78. package/build/lib/api/videosApi.d.ts +0 -64
  79. package/build/lib/api/voiceOverApi.d.ts +0 -20
  80. package/build/lib/api/wtvApi.d.ts +0 -34
  81. package/build/lib/components/ButtonDropdown.d.ts +0 -22
  82. package/build/lib/components/CheckboxInput.d.ts +0 -19
  83. package/build/lib/components/CloseButton.d.ts +0 -13
  84. package/build/lib/components/Container.d.ts +0 -9
  85. package/build/lib/components/CountDown.d.ts +0 -1
  86. package/build/lib/components/DragAndDrop.d.ts +0 -21
  87. package/build/lib/components/Dropdown.d.ts +0 -29
  88. package/build/lib/components/HoverPopup.d.ts +0 -15
  89. package/build/lib/components/Input.d.ts +0 -10
  90. package/build/lib/components/Label.d.ts +0 -6
  91. package/build/lib/components/LoadingIndicator.d.ts +0 -11
  92. package/build/lib/components/Logo.d.ts +0 -5
  93. package/build/lib/components/MainWrapper.d.ts +0 -6
  94. package/build/lib/components/PreviewVideoBar.d.ts +0 -8
  95. package/build/lib/components/RouteLeavingGuard.d.ts +0 -18
  96. package/build/lib/components/Spinner.d.ts +0 -6
  97. package/build/lib/components/TopBar.d.ts +0 -9
  98. package/build/lib/components/index.d.ts +0 -15
  99. package/build/lib/components/inputs/RadioInput.d.ts +0 -14
  100. package/build/lib/components/modal/Modal.d.ts +0 -13
  101. package/build/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +0 -14
  102. package/build/lib/components/modal/ModalRecordingSettings.d.ts +0 -10
  103. package/build/lib/components/modals/Modal.d.ts +0 -14
  104. package/build/lib/components/modals/ModalInputText.d.ts +0 -11
  105. package/build/lib/components/modals/ModalLeave.d.ts +0 -15
  106. package/build/lib/components/modals/ModalPrompt.d.ts +0 -12
  107. package/build/lib/components/modals/ModalUpload.d.ts +0 -7
  108. package/build/lib/components/modals/ModalVideoPreview.d.ts +0 -7
  109. package/build/lib/components/toast-notifications/ToastNotification.d.ts +0 -5
  110. package/build/lib/components/toast-notifications/index.d.ts +0 -4
  111. package/build/lib/components/videoUpload/MultipleUploadList.d.ts +0 -8
  112. package/build/lib/components/videoUpload/VideoUpload.d.ts +0 -9
  113. package/build/lib/components/videoUpload/styles.d.ts +0 -11
  114. package/build/lib/config.d.ts +0 -22
  115. package/build/lib/const/AutomotiveRole.d.ts +0 -8
  116. package/build/lib/const/Folder.d.ts +0 -9
  117. package/build/lib/const/MarkAsSentOptions.d.ts +0 -14
  118. package/build/lib/const/PackageName.d.ts +0 -7
  119. package/build/lib/const/VideoActivity.d.ts +0 -16
  120. package/build/lib/const/VideoEmailStatus.d.ts +0 -7
  121. package/build/lib/const/VideoStatus.d.ts +0 -6
  122. package/build/lib/const/VideoType.d.ts +0 -15
  123. package/build/lib/const/index.d.ts +0 -5
  124. package/build/lib/context/ActionDispatchContext.d.ts +0 -4
  125. package/build/lib/context/AuthorizationContext.d.ts +0 -115
  126. package/build/lib/context/ConfigurationContext.d.ts +0 -52
  127. package/build/lib/context/actionCreators.d.ts +0 -37
  128. package/build/lib/context/authHandlers.d.ts +0 -2
  129. package/build/lib/context/authReducer.d.ts +0 -16
  130. package/build/lib/context/index.d.ts +0 -4
  131. package/build/lib/context/types.d.ts +0 -149
  132. package/build/lib/hooks/index.d.ts +0 -2
  133. package/build/lib/hooks/query/inventoryItem/index.d.ts +0 -1
  134. package/build/lib/hooks/query/inventoryItem/useGetInventoryItems.d.ts +0 -12
  135. package/build/lib/hooks/query/markAsSent/useQuickShareMarkAsSentMutation.d.ts +0 -28
  136. package/build/lib/hooks/useCopyClipboard.d.ts +0 -4
  137. package/build/lib/hooks/useCreateVideo.d.ts +0 -21
  138. package/build/lib/hooks/useEncodeVideo.d.ts +0 -16
  139. package/build/lib/hooks/useImageLoadRetry.d.ts +0 -10
  140. package/build/lib/hooks/useMediaRecorder.d.ts +0 -32
  141. package/build/lib/hooks/usePresignedUrl.d.ts +0 -16
  142. package/build/lib/hooks/useQueryFetch.d.ts +0 -16
  143. package/build/lib/hooks/useQueryState.d.ts +0 -22
  144. package/build/lib/hooks/useS3Upload.d.ts +0 -15
  145. package/build/lib/hooks/useVideoLoadRetry.d.ts +0 -12
  146. package/build/lib/hooks/useVideoStore.d.ts +0 -17
  147. package/build/lib/hooks/useVideoTranscriptionStart.d.ts +0 -9
  148. package/build/lib/images/AccountIcon.d.ts +0 -2
  149. package/build/lib/images/AddIcon.d.ts +0 -2
  150. package/build/lib/images/CarIcon.d.ts +0 -2
  151. package/build/lib/images/CheckmarkIcon.d.ts +0 -2
  152. package/build/lib/images/CloseCircleIcon.d.ts +0 -2
  153. package/build/lib/images/CloseIcon.d.ts +0 -2
  154. package/build/lib/images/DeleteIcon.d.ts +0 -2
  155. package/build/lib/images/Drag.d.ts +0 -2
  156. package/build/lib/images/HashtagIcon.d.ts +0 -2
  157. package/build/lib/images/LaptopIcon.d.ts +0 -2
  158. package/build/lib/images/LogoCDS.d.ts +0 -2
  159. package/build/lib/images/LogoGeneral.d.ts +0 -2
  160. package/build/lib/images/SaveIcon.d.ts +0 -2
  161. package/build/lib/images/SettingsIcon.d.ts +0 -2
  162. package/build/lib/images/SmallLogoIcon.d.ts +0 -2
  163. package/build/lib/images/VectorIcon.d.ts +0 -2
  164. package/build/lib/images/VideoIcon.d.ts +0 -2
  165. package/build/lib/images/ZoomInIcon.d.ts +0 -2
  166. package/build/lib/images/ZoomOutIcon.d.ts +0 -2
  167. package/build/lib/images/pauseButton.d.ts +0 -2
  168. package/build/lib/images/playButton.d.ts +0 -2
  169. package/build/lib/images/volumeOff.d.ts +0 -1
  170. package/build/lib/style/index.d.ts +0 -2
  171. package/build/lib/style/theme.d.ts +0 -121
  172. package/build/lib/utils/UseOnClickOutside.d.ts +0 -3
  173. package/build/lib/utils/automotiveRolePermissionChecks.d.ts +0 -7
  174. package/build/lib/utils/functions.d.ts +0 -22
  175. package/build/lib/utils/reactions.d.ts +0 -3

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.