react-covideo-embed 1.0.10 → 1.0.12

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

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.