@clickview/library-editor 1.1.26 → 1.1.27-dev.0

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 (716) hide show
  1. package/.eslintrc.json +3 -0
  2. package/dist/css/23.chunk.css +3 -5
  3. package/dist/css/25.chunk.css +0 -2
  4. package/dist/css/library-editor-app.css +2 -2
  5. package/dist/en.json +1 -1
  6. package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +1 -3
  7. package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +1 -1
  8. package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +1 -1
  9. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +8 -3
  10. package/dist/libs/analytics/src/utils/TypeHelper.d.ts +1 -1
  11. package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +5 -5
  12. package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -1
  13. package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +1 -1
  14. package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +1 -1
  15. package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +1 -1
  16. package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +1 -1
  17. package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +1 -1
  18. package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +1 -1
  19. package/dist/libs/common/src/backbone/core/BaseModel.d.ts +1 -1
  20. package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +1 -1
  21. package/dist/libs/common/src/backbone/core/BaseService.d.ts +1 -1
  22. package/dist/libs/common/src/backbone/core/BaseView.d.ts +2 -2
  23. package/dist/libs/common/src/backbone/core/LayoutService.d.ts +1 -1
  24. package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +1 -1
  25. package/dist/libs/common/src/backbone/core/Shell.d.ts +1 -1
  26. package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +2 -1
  27. package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +1 -1
  28. package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +1 -1
  29. package/dist/libs/common/src/backbone/services/LanguageService.d.ts +1 -1
  30. package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +1 -1
  31. package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +2 -2
  32. package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +3 -3
  33. package/dist/libs/common/src/react/utils/FetchHelper.d.ts +1 -1
  34. package/dist/libs/shared/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +2 -2
  35. package/dist/libs/shared/src/apps/search/utils/InstantSearchHelper.d.ts +5 -5
  36. package/dist/libs/shared/src/apps/search/utils/TypeaheadHelper.d.ts +24 -24
  37. package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +5 -5
  38. package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +1 -1
  39. package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +1 -0
  40. package/dist/libs/shared/src/enums/ObjectStatus.d.ts +5 -0
  41. package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +4 -0
  42. package/dist/libs/shared/src/enums/UserGroup.d.ts +5 -0
  43. package/dist/libs/shared/src/enums/WidgetContents.d.ts +2 -1
  44. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +3 -1
  45. package/dist/libs/shared/src/images/svg/actions/index.d.ts +3 -1
  46. package/dist/libs/shared/src/interfaces/collections/index.d.ts +1 -0
  47. package/dist/libs/shared/src/interfaces/models/Config.d.ts +2 -0
  48. package/dist/libs/shared/src/interfaces/models/Glance.d.ts +2 -0
  49. package/dist/libs/shared/src/interfaces/models/Link.d.ts +1 -0
  50. package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +3 -0
  51. package/dist/libs/shared/src/interfaces/models/Resource.d.ts +11 -3
  52. package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +3 -0
  53. package/dist/libs/shared/src/interfaces/models/User.d.ts +8 -1
  54. package/dist/libs/shared/src/interfaces/models/index.d.ts +4 -0
  55. package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +5 -0
  56. package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +5 -1
  57. package/dist/libs/shared/src/interfaces/requests/index.d.ts +4 -0
  58. package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +2 -0
  59. package/dist/libs/shared/src/interfaces/services/index.d.ts +1 -0
  60. package/dist/libs/shared/src/legacy/components/thumbnail/ThumbnailComponent.d.ts +1 -1
  61. package/dist/libs/shared/src/utils/ImageHelper.d.ts +5 -4
  62. package/dist/libs/shared/src/utils/MaskHelper.d.ts +1 -1
  63. package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -1
  64. package/dist/projects/library-editor/src/app.d.ts +20 -5
  65. package/dist/projects/library-editor/src/apps/content-updates/utils/ContentUpdatesHelper.d.ts +1 -1
  66. package/dist/projects/library-editor/src/apps/library-editor/LibraryEditorApplication.d.ts +3 -3
  67. package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadsComponentCollection.d.ts +1 -1
  68. package/dist/projects/library-editor/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +1 -2
  69. package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/VideoResourcesComponent.d.ts +3 -1
  70. package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/VideoSubtitlesComponent.d.ts +4 -1
  71. package/dist/projects/library-editor/src/apps/library-editor/enums/index.d.ts +0 -1
  72. package/dist/projects/library-editor/src/apps/library-editor/errors/index.d.ts +0 -2
  73. package/dist/projects/library-editor/src/apps/library-editor/services/VideoDataService.d.ts +2 -2
  74. package/dist/projects/library-editor/src/apps/library-editor/utils/EditVideoHelpers.d.ts +2 -2
  75. package/dist/projects/library-editor/src/apps/library-editor/utils/VideoDetailsHelper.d.ts +1 -1
  76. package/dist/projects/library-editor/src/apps/library-editor/views/edit-resources/EditResourcesView.d.ts +3 -3
  77. package/dist/projects/library-editor/src/apps/migration-wizard/components/status-bar/StatusBarComponent.d.ts +2 -2
  78. package/dist/projects/library-editor/src/apps/upload/UploadApplication.d.ts +1 -1
  79. package/dist/projects/library-editor/src/shared/behaviors/index.d.ts +0 -3
  80. package/dist/projects/library-editor/src/shared/behaviors/popup/PopupBehavior.d.ts +3 -3
  81. package/dist/projects/library-editor/src/shared/components/date-picker/DatePickerComponent.d.ts +2 -2
  82. package/dist/projects/library-editor/src/shared/components/dropdown/DropdownButtonComponent.d.ts +4 -4
  83. package/dist/projects/library-editor/src/shared/components/edit-video/edit-additional-info/EditAdditionalInfoComponent.d.ts +1 -1
  84. package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingItemComponent.d.ts +1 -1
  85. package/dist/projects/library-editor/src/shared/components/image-cropper/ImageCropperComponent.d.ts +1 -1
  86. package/dist/projects/library-editor/src/shared/components/select/SelectComponent.d.ts +1 -1
  87. package/dist/projects/library-editor/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +1 -1
  88. package/dist/projects/library-editor/src/shared/components/tabs/TabsComponent.d.ts +1 -1
  89. package/dist/projects/library-editor/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +4 -4
  90. package/dist/projects/library-editor/src/shared/components/video-item/utils/VideoItemComponents.d.ts +1 -1
  91. package/dist/projects/library-editor/src/shared/enums/index.d.ts +0 -2
  92. package/dist/projects/library-editor/src/shared/errors/index.d.ts +0 -1
  93. package/dist/projects/library-editor/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +2 -0
  94. package/dist/projects/library-editor/src/shared/utils/PermissionsHelper.d.ts +1 -1
  95. package/dist/projects/library-editor/src/shared/utils/RatingHelper.d.ts +1 -2
  96. package/dist/projects/library-editor/src/shared/utils/VideoHelper.d.ts +1 -1
  97. package/dist/projects/library-editor/src/shared/utils/search/RawSearchHelper.d.ts +1 -1
  98. package/dist/projects/library-editor/src/shared/utils/search/raw-search-components/add-new/AddNewSuggestion.d.ts +1 -1
  99. package/dist/projects/library-editor/src/shared/views/download-video/DownloadVideoView.d.ts +0 -1
  100. package/dist/projects/library-editor/src/startup/RegisterAnalytics.d.ts +1 -1
  101. package/dist/projects/library-editor/src/startup/RegisterApplicationVariables.d.ts +1 -1
  102. package/dist/projects/library-editor/src/startup/RegisterApplications.d.ts +1 -1
  103. package/dist/projects/library-editor/src/startup/RegisterCaches.d.ts +1 -1
  104. package/dist/projects/library-editor/src/startup/RegisterDataProviders.d.ts +1 -1
  105. package/dist/projects/library-editor/src/startup/RegisterDataServices.d.ts +1 -1
  106. package/dist/projects/library-editor/src/startup/RegisterErrorHandlers.d.ts +1 -1
  107. package/dist/projects/library-editor/src/startup/RegisterHandlebarsHelpers.d.ts +1 -1
  108. package/dist/projects/library-editor/src/startup/RegisterLayouts.d.ts +1 -1
  109. package/dist/projects/library-editor/src/startup/RegisterServices.d.ts +1 -1
  110. package/dist/projects/library-editor/src/startup/RegisterViewDataExtensions.d.ts +1 -1
  111. package/dist/projects/library-editor/typings/libs/LazyLoad.d.ts +1 -1
  112. package/dist/scripts/{0-93276429bf.chunk.js → 0-7d941d48a1.chunk.js} +1 -1
  113. package/dist/scripts/1-d174976195.chunk.js +1 -0
  114. package/dist/scripts/{10-31317a2d02.chunk.js → 10-9389c5decb.chunk.js} +1 -1
  115. package/dist/scripts/{11-74bc3f2d9f.chunk.js → 11-85acf490ea.chunk.js} +1 -1
  116. package/dist/scripts/{12-6ecdd79b85.chunk.js → 12-0db13732f7.chunk.js} +1 -1
  117. package/dist/scripts/13-994f87e579.chunk.js +1 -0
  118. package/dist/scripts/14-2902bc9522.chunk.js +1 -0
  119. package/dist/scripts/15-c6ed60d5c9.chunk.js +1 -0
  120. package/dist/scripts/{16-427a8933c8.chunk.js → 16-745edb531a.chunk.js} +1 -1
  121. package/dist/scripts/{17-140fec014b.chunk.js → 17-84499189f1.chunk.js} +1 -1
  122. package/dist/scripts/{2-0c5fba8b60.chunk.js → 2-236aa94486.chunk.js} +1 -1
  123. package/dist/scripts/{20-732a7a549d.chunk.js → 20-96717eb19f.chunk.js} +1 -1
  124. package/dist/scripts/{21-ee85b6d208.chunk.js → 21-65f36b6673.chunk.js} +1 -1
  125. package/dist/scripts/{22-082c94a39c.chunk.js → 22-5e4db41745.chunk.js} +1 -1
  126. package/dist/scripts/23-d0172ec9d2.chunk.js +1 -0
  127. package/dist/scripts/{24-c94049500e.chunk.js → 24-6ac1386d9a.chunk.js} +1 -1
  128. package/dist/scripts/25-36d490b1c6.chunk.js +1 -0
  129. package/dist/scripts/{26-d166e3c313.chunk.js → 26-58a421e3cb.chunk.js} +1 -1
  130. package/dist/scripts/27-a507f85408.chunk.js +1 -0
  131. package/dist/scripts/{28-e490147f6b.chunk.js → 28-add4a2a74d.chunk.js} +1 -1
  132. package/dist/scripts/29-adf22ec3a1.chunk.js +1 -0
  133. package/dist/scripts/{3-42e8af9f39.chunk.js → 3-3c39acc333.chunk.js} +1 -1
  134. package/dist/scripts/{30-9d32d88d76.chunk.js → 30-6e869b77b2.chunk.js} +1 -1
  135. package/dist/scripts/{31-639090fee3.chunk.js → 31-f3a0832478.chunk.js} +1 -1
  136. package/dist/scripts/32-cbcb5dba41.chunk.js +1 -0
  137. package/dist/scripts/33-c9a197cce2.chunk.js +1 -0
  138. package/dist/scripts/34-37fc1c9761.chunk.js +1 -0
  139. package/dist/scripts/35-21329b155d.chunk.js +1 -0
  140. package/dist/scripts/36-0d3fa3d249.chunk.js +1 -0
  141. package/dist/scripts/{37-3f3a603b60.chunk.js → 37-681f25d8de.chunk.js} +1 -1
  142. package/dist/scripts/38-5364f1bd67.chunk.js +1 -0
  143. package/dist/scripts/{39-71c4bb46b2.chunk.js → 39-996d4ddc74.chunk.js} +1 -1
  144. package/dist/scripts/4-93e14cac14.chunk.js +1 -0
  145. package/dist/scripts/{40-f1d72b1049.chunk.js → 40-7ecb39dfb5.chunk.js} +1 -1
  146. package/dist/scripts/41-8b5abd983b.chunk.js +1 -0
  147. package/dist/scripts/{42-3480033857.chunk.js → 42-b0867d7db0.chunk.js} +1 -1
  148. package/dist/scripts/{43-2fe5b1c9cc.chunk.js → 43-32a9ad2254.chunk.js} +1 -1
  149. package/dist/scripts/44-bf0ebe3cf7.chunk.js +1 -0
  150. package/dist/scripts/45-2ba05e3821.chunk.js +1 -0
  151. package/dist/scripts/46-3bdc667e2e.chunk.js +1 -0
  152. package/dist/scripts/{47-1e3d829757.chunk.js → 47-9955928b6f.chunk.js} +1 -1
  153. package/dist/scripts/{48-877e9e02b8.chunk.js → 48-3922b945f4.chunk.js} +1 -1
  154. package/dist/scripts/{49-0f9a6a1782.chunk.js → 49-23a1f6f7e7.chunk.js} +1 -1
  155. package/dist/scripts/5-4bea739cc3.chunk.js +1 -0
  156. package/dist/scripts/{50-0741587a02.chunk.js → 50-5c842985ec.chunk.js} +1 -1
  157. package/dist/scripts/{51-a5f1309ada.chunk.js → 51-76bb20846a.chunk.js} +1 -1
  158. package/dist/scripts/{52-bc48f1f9e8.chunk.js → 52-837abee352.chunk.js} +1 -1
  159. package/dist/scripts/{53-36007500cf.chunk.js → 53-52c9fac5eb.chunk.js} +1 -1
  160. package/dist/scripts/{54-7cdbdcebf9.chunk.js → 54-557f6ffe65.chunk.js} +1 -1
  161. package/dist/scripts/{55-078bb9b0ea.chunk.js → 55-8dea861900.chunk.js} +1 -1
  162. package/dist/scripts/{56-36d54fa08f.chunk.js → 56-491db19e9d.chunk.js} +1 -1
  163. package/dist/scripts/{57-c1faec8b32.chunk.js → 57-87323c96be.chunk.js} +1 -1
  164. package/dist/scripts/{58-e996405f2b.chunk.js → 58-3408474ea9.chunk.js} +1 -1
  165. package/dist/scripts/{59-0a7bdc86b0.chunk.js → 59-ad89e8b776.chunk.js} +1 -1
  166. package/dist/scripts/{6-1045293de4.chunk.js → 6-cf6bf13de2.chunk.js} +1 -1
  167. package/dist/scripts/{60-0d8896555f.chunk.js → 60-3324435680.chunk.js} +1 -1
  168. package/dist/scripts/{61-57fa6b5248.chunk.js → 61-57f4830468.chunk.js} +1 -1
  169. package/dist/scripts/{62-67458b7fb4.chunk.js → 62-27f0a916e8.chunk.js} +1 -1
  170. package/dist/scripts/{63-420b10f5f2.chunk.js → 63-c328125cb6.chunk.js} +1 -1
  171. package/dist/scripts/{64-e6598113a7.chunk.js → 64-32b869d473.chunk.js} +1 -1
  172. package/dist/scripts/{65-93567fe088.chunk.js → 65-2f7971dc4f.chunk.js} +1 -1
  173. package/dist/scripts/{66-c84a3a3c3f.chunk.js → 66-34c241cba2.chunk.js} +1 -1
  174. package/dist/scripts/67-b5429e74ed.chunk.js +1 -0
  175. package/dist/scripts/{68-7b1d5e8e75.chunk.js → 68-c8848a4a9d.chunk.js} +1 -1
  176. package/dist/scripts/{69-3d2063cd0f.chunk.js → 69-3840d20a46.chunk.js} +1 -1
  177. package/dist/scripts/{7-3151397d74.chunk.js → 7-d1e99b91aa.chunk.js} +1 -1
  178. package/dist/scripts/{70-27e9e5792a.chunk.js → 70-812a99c9c1.chunk.js} +1 -1
  179. package/dist/scripts/{71-c5923e2d2d.chunk.js → 71-5523ee0121.chunk.js} +1 -1
  180. package/dist/scripts/{72-0a6c88f9fe.chunk.js → 72-fd2b5e6473.chunk.js} +1 -1
  181. package/dist/scripts/{8-7278f3247c.chunk.js → 8-1c22ae2c22.chunk.js} +1 -1
  182. package/dist/scripts/9-fab9edf019.chunk.js +1 -0
  183. package/dist/scripts/bundle-c2eae7224c.min.js +8 -0
  184. package/dist/scripts/bundles.json +2 -2
  185. package/dist/scripts/polyfills-1554419c02.min.js +1 -0
  186. package/package.json +4 -3
  187. package/typings/libs/CVEvents.d.ts +1 -1
  188. package/typings/libs/LazyLoad.ts +2 -1
  189. package/typings/libs/Trackers.d.ts +1 -1
  190. package/dist/css/1.chunk.css.map +0 -1
  191. package/dist/css/10.chunk.css.map +0 -1
  192. package/dist/css/11.chunk.css +0 -137
  193. package/dist/css/11.chunk.css.map +0 -1
  194. package/dist/css/12.chunk.css.map +0 -1
  195. package/dist/css/13.chunk.css.map +0 -1
  196. package/dist/css/14.chunk.css.map +0 -1
  197. package/dist/css/16.chunk.css.map +0 -1
  198. package/dist/css/17.chunk.css.map +0 -1
  199. package/dist/css/18.chunk.css +0 -20
  200. package/dist/css/18.chunk.css.map +0 -1
  201. package/dist/css/2.chunk.css +0 -145
  202. package/dist/css/2.chunk.css.map +0 -1
  203. package/dist/css/21.chunk.css.map +0 -1
  204. package/dist/css/22.chunk.css.map +0 -1
  205. package/dist/css/23.chunk.css.map +0 -1
  206. package/dist/css/25.chunk.css.map +0 -1
  207. package/dist/css/26.chunk.css.map +0 -1
  208. package/dist/css/28.chunk.css.map +0 -1
  209. package/dist/css/29.chunk.css.map +0 -1
  210. package/dist/css/3.chunk.css.map +0 -1
  211. package/dist/css/30.chunk.css.map +0 -1
  212. package/dist/css/31.chunk.css.map +0 -1
  213. package/dist/css/32.chunk.css.map +0 -1
  214. package/dist/css/33.chunk.css.map +0 -1
  215. package/dist/css/34.chunk.css +0 -21
  216. package/dist/css/34.chunk.css.map +0 -1
  217. package/dist/css/35.chunk.css +0 -20
  218. package/dist/css/35.chunk.css.map +0 -1
  219. package/dist/css/36.chunk.css +0 -14
  220. package/dist/css/36.chunk.css.map +0 -1
  221. package/dist/css/37.chunk.css.map +0 -1
  222. package/dist/css/38.chunk.css.map +0 -1
  223. package/dist/css/40.chunk.css.map +0 -1
  224. package/dist/css/41.chunk.css.map +0 -1
  225. package/dist/css/42.chunk.css.map +0 -1
  226. package/dist/css/43.chunk.css.map +0 -1
  227. package/dist/css/44.chunk.css.map +0 -1
  228. package/dist/css/45.chunk.css.map +0 -1
  229. package/dist/css/46.chunk.css.map +0 -1
  230. package/dist/css/47.chunk.css.map +0 -1
  231. package/dist/css/48.chunk.css.map +0 -1
  232. package/dist/css/49.chunk.css +0 -35
  233. package/dist/css/49.chunk.css.map +0 -1
  234. package/dist/css/50.chunk.css.map +0 -1
  235. package/dist/css/51.chunk.css.map +0 -1
  236. package/dist/css/52.chunk.css +0 -66
  237. package/dist/css/52.chunk.css.map +0 -1
  238. package/dist/css/55.chunk.css.map +0 -1
  239. package/dist/css/56.chunk.css.map +0 -1
  240. package/dist/css/58.chunk.css.map +0 -1
  241. package/dist/css/59.chunk.css.map +0 -1
  242. package/dist/css/6.chunk.css.map +0 -1
  243. package/dist/css/60.chunk.css +0 -18
  244. package/dist/css/60.chunk.css.map +0 -1
  245. package/dist/css/62.chunk.css.map +0 -1
  246. package/dist/css/63.chunk.css +0 -170
  247. package/dist/css/63.chunk.css.map +0 -1
  248. package/dist/css/67.chunk.css +0 -78
  249. package/dist/css/67.chunk.css.map +0 -1
  250. package/dist/css/68.chunk.css +0 -17
  251. package/dist/css/68.chunk.css.map +0 -1
  252. package/dist/css/69.chunk.css +0 -17
  253. package/dist/css/69.chunk.css.map +0 -1
  254. package/dist/css/7.chunk.css.map +0 -1
  255. package/dist/css/70.chunk.css +0 -23
  256. package/dist/css/70.chunk.css.map +0 -1
  257. package/dist/css/71.chunk.css +0 -40
  258. package/dist/css/71.chunk.css.map +0 -1
  259. package/dist/css/72.chunk.css +0 -16
  260. package/dist/css/72.chunk.css.map +0 -1
  261. package/dist/css/73.chunk.css +0 -37
  262. package/dist/css/73.chunk.css.map +0 -1
  263. package/dist/css/74.chunk.css +0 -29
  264. package/dist/css/74.chunk.css.map +0 -1
  265. package/dist/css/75.chunk.css +0 -6
  266. package/dist/css/75.chunk.css.map +0 -1
  267. package/dist/css/76.chunk.css +0 -6
  268. package/dist/css/76.chunk.css.map +0 -1
  269. package/dist/css/8.chunk.css.map +0 -1
  270. package/dist/css/library-editor-app.css.map +0 -1
  271. package/dist/libs/common/src/backbone/services/ScrollService.d.ts +0 -19
  272. package/dist/projects/library-editor/src/apps/library-editor/components/file-select/FileSelectComponent.d.ts +0 -30
  273. package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadComponent.d.ts +0 -15
  274. package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/ResourceItemComponent.d.ts +0 -22
  275. package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/SubtitleItemComponent.d.ts +0 -18
  276. package/dist/projects/library-editor/src/apps/library-editor/enums/ObjectOwnerType.d.ts +0 -4
  277. package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +0 -8
  278. package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +0 -8
  279. package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropBehavior.d.ts +0 -19
  280. package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropHelper.d.ts +0 -4
  281. package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropMaskBehavior.d.ts +0 -19
  282. package/dist/projects/library-editor/src/shared/behaviors/file-select/FileSelectBehavior.d.ts +0 -16
  283. package/dist/projects/library-editor/src/shared/enums/MasterObjectTypes.d.ts +0 -8
  284. package/dist/projects/library-editor/src/shared/enums/UploadInteractionType.d.ts +0 -4
  285. package/dist/projects/library-editor/src/shared/errors/too-many-files/TooManyFilesError.d.ts +0 -7
  286. package/dist/scripts/0-1c2bb7e28a.chunk.js +0 -1
  287. package/dist/scripts/0-1dbc79e4e7.chunk.js +0 -1
  288. package/dist/scripts/0-8b75adf540.chunk.js +0 -1
  289. package/dist/scripts/0.chunk.js +0 -1039
  290. package/dist/scripts/0.chunk.js.map +0 -1
  291. package/dist/scripts/1-22a3bd404f.chunk.js +0 -1
  292. package/dist/scripts/1-480e5932a6.chunk.js +0 -1
  293. package/dist/scripts/1-6051b28de6.chunk.js +0 -1
  294. package/dist/scripts/1-b85c11fc30.chunk.js +0 -1
  295. package/dist/scripts/1.chunk.js +0 -442
  296. package/dist/scripts/1.chunk.js.map +0 -1
  297. package/dist/scripts/10-3ff370d548.chunk.js +0 -1
  298. package/dist/scripts/10-923c4b075a.chunk.js +0 -1
  299. package/dist/scripts/10-e2fea45a6c.chunk.js +0 -1
  300. package/dist/scripts/10.chunk.js +0 -820
  301. package/dist/scripts/10.chunk.js.map +0 -1
  302. package/dist/scripts/11-039959db6c.chunk.js +0 -11
  303. package/dist/scripts/11-3dec7d2c7e.chunk.js +0 -11
  304. package/dist/scripts/11.chunk.js +0 -4091
  305. package/dist/scripts/11.chunk.js.map +0 -1
  306. package/dist/scripts/12-07999b80e0.chunk.js +0 -1
  307. package/dist/scripts/12-24bd360be0.chunk.js +0 -1
  308. package/dist/scripts/12-e522e64a94.chunk.js +0 -1
  309. package/dist/scripts/12.chunk.js +0 -555
  310. package/dist/scripts/12.chunk.js.map +0 -1
  311. package/dist/scripts/13-081c0e5887.chunk.js +0 -1
  312. package/dist/scripts/13-282f8add17.chunk.js +0 -1
  313. package/dist/scripts/13-54fe4fe53b.chunk.js +0 -1
  314. package/dist/scripts/13-958a8fd026.chunk.js +0 -1
  315. package/dist/scripts/13.chunk.js +0 -380
  316. package/dist/scripts/13.chunk.js.map +0 -1
  317. package/dist/scripts/14-16f84b2721.chunk.js +0 -1
  318. package/dist/scripts/14-45cd4dc6ef.chunk.js +0 -1
  319. package/dist/scripts/14-5e443cb402.chunk.js +0 -1
  320. package/dist/scripts/14-68c85d6674.chunk.js +0 -1
  321. package/dist/scripts/14.chunk.js +0 -2386
  322. package/dist/scripts/14.chunk.js.map +0 -1
  323. package/dist/scripts/15-12fa4c3471.chunk.js +0 -1
  324. package/dist/scripts/15-1f779dd0d3.chunk.js +0 -1
  325. package/dist/scripts/15-5544e6bde6.chunk.js +0 -1
  326. package/dist/scripts/15-8c96c3288e.chunk.js +0 -1
  327. package/dist/scripts/15.chunk.js +0 -314
  328. package/dist/scripts/15.chunk.js.map +0 -1
  329. package/dist/scripts/16-670c43d26f.chunk.js +0 -1
  330. package/dist/scripts/16-742a776f88.chunk.js +0 -1
  331. package/dist/scripts/16-7bcffb06e7.chunk.js +0 -1
  332. package/dist/scripts/16.chunk.js +0 -1290
  333. package/dist/scripts/16.chunk.js.map +0 -1
  334. package/dist/scripts/17-7093f50dff.chunk.js +0 -1
  335. package/dist/scripts/17-b5e44e8b17.chunk.js +0 -1
  336. package/dist/scripts/17-f6b0159da3.chunk.js +0 -1
  337. package/dist/scripts/17.chunk.js +0 -381
  338. package/dist/scripts/17.chunk.js.map +0 -1
  339. package/dist/scripts/18.chunk.js +0 -393
  340. package/dist/scripts/18.chunk.js.map +0 -1
  341. package/dist/scripts/19.chunk.js +0 -364
  342. package/dist/scripts/19.chunk.js.map +0 -1
  343. package/dist/scripts/2-5fd33f5359.chunk.js +0 -1
  344. package/dist/scripts/2-7cc9176e8a.chunk.js +0 -1
  345. package/dist/scripts/2.chunk.js +0 -523
  346. package/dist/scripts/2.chunk.js.map +0 -1
  347. package/dist/scripts/20-4d88ede0e0.chunk.js +0 -1
  348. package/dist/scripts/20-a84733c89f.chunk.js +0 -1
  349. package/dist/scripts/20-df9f6f7661.chunk.js +0 -1
  350. package/dist/scripts/20.chunk.js +0 -317
  351. package/dist/scripts/20.chunk.js.map +0 -1
  352. package/dist/scripts/21-0b84d33cef.chunk.js +0 -1
  353. package/dist/scripts/21-9b28a13702.chunk.js +0 -1
  354. package/dist/scripts/21-c9983ca8ad.chunk.js +0 -1
  355. package/dist/scripts/21.chunk.js +0 -531
  356. package/dist/scripts/21.chunk.js.map +0 -1
  357. package/dist/scripts/22-151cf38018.chunk.js +0 -1
  358. package/dist/scripts/22-3b2207c8f6.chunk.js +0 -1
  359. package/dist/scripts/22-6e6ed9f607.chunk.js +0 -1
  360. package/dist/scripts/22.chunk.js +0 -354
  361. package/dist/scripts/22.chunk.js.map +0 -1
  362. package/dist/scripts/23-1af21bf234.chunk.js +0 -1
  363. package/dist/scripts/23-2b00ff99bf.chunk.js +0 -1
  364. package/dist/scripts/23-94f9fe4222.chunk.js +0 -1
  365. package/dist/scripts/23-ab8f73ee87.chunk.js +0 -1
  366. package/dist/scripts/23.chunk.js +0 -604
  367. package/dist/scripts/23.chunk.js.map +0 -1
  368. package/dist/scripts/24-74ab289589.chunk.js +0 -1
  369. package/dist/scripts/24-7aa9b43511.chunk.js +0 -1
  370. package/dist/scripts/24-d1ffdd4755.chunk.js +0 -1
  371. package/dist/scripts/24.chunk.js +0 -318
  372. package/dist/scripts/24.chunk.js.map +0 -1
  373. package/dist/scripts/25-34c0406f50.chunk.js +0 -1
  374. package/dist/scripts/25-5a38ce3533.chunk.js +0 -1
  375. package/dist/scripts/25-76d9011eea.chunk.js +0 -1
  376. package/dist/scripts/25-866cfc0ef5.chunk.js +0 -1
  377. package/dist/scripts/25.chunk.js +0 -365
  378. package/dist/scripts/25.chunk.js.map +0 -1
  379. package/dist/scripts/26-d19e3f755c.chunk.js +0 -1
  380. package/dist/scripts/26-e53ba8e00f.chunk.js +0 -1
  381. package/dist/scripts/26-ea028a6276.chunk.js +0 -1
  382. package/dist/scripts/26.chunk.js +0 -442
  383. package/dist/scripts/26.chunk.js.map +0 -1
  384. package/dist/scripts/27-2109d41afa.chunk.js +0 -1
  385. package/dist/scripts/27-3aa629dd67.chunk.js +0 -1
  386. package/dist/scripts/27-c1241fcd84.chunk.js +0 -1
  387. package/dist/scripts/27-ee88c84482.chunk.js +0 -1
  388. package/dist/scripts/27.chunk.js +0 -3630
  389. package/dist/scripts/27.chunk.js.map +0 -1
  390. package/dist/scripts/28-5c540e74cc.chunk.js +0 -1
  391. package/dist/scripts/28-738b88c816.chunk.js +0 -1
  392. package/dist/scripts/28-76b9766891.chunk.js +0 -1
  393. package/dist/scripts/28.chunk.js +0 -3172
  394. package/dist/scripts/28.chunk.js.map +0 -1
  395. package/dist/scripts/29-2da59b1589.chunk.js +0 -1
  396. package/dist/scripts/29-3faa153e38.chunk.js +0 -1
  397. package/dist/scripts/29-69389908f8.chunk.js +0 -1
  398. package/dist/scripts/29-bb7e39304b.chunk.js +0 -1
  399. package/dist/scripts/29.chunk.js +0 -3090
  400. package/dist/scripts/29.chunk.js.map +0 -1
  401. package/dist/scripts/3-6e67dd4b74.chunk.js +0 -1
  402. package/dist/scripts/3-81b501ac1e.chunk.js +0 -1
  403. package/dist/scripts/3-c69e4454ce.chunk.js +0 -1
  404. package/dist/scripts/3.chunk.js +0 -845
  405. package/dist/scripts/3.chunk.js.map +0 -1
  406. package/dist/scripts/30-109f8ddd5c.chunk.js +0 -1
  407. package/dist/scripts/30-a1df3e37da.chunk.js +0 -1
  408. package/dist/scripts/30-fa390c35f6.chunk.js +0 -1
  409. package/dist/scripts/30.chunk.js +0 -1851
  410. package/dist/scripts/30.chunk.js.map +0 -1
  411. package/dist/scripts/31-ce31250e42.chunk.js +0 -1
  412. package/dist/scripts/31-f15802825c.chunk.js +0 -1
  413. package/dist/scripts/31-fc63c4629d.chunk.js +0 -1
  414. package/dist/scripts/31.chunk.js +0 -958
  415. package/dist/scripts/31.chunk.js.map +0 -1
  416. package/dist/scripts/32-1ad8193581.chunk.js +0 -1
  417. package/dist/scripts/32-3de9c7454b.chunk.js +0 -1
  418. package/dist/scripts/32-4173874dbe.chunk.js +0 -1
  419. package/dist/scripts/32-9bca57f408.chunk.js +0 -1
  420. package/dist/scripts/32.chunk.js +0 -1235
  421. package/dist/scripts/32.chunk.js.map +0 -1
  422. package/dist/scripts/33-20ac0ab4a1.chunk.js +0 -1
  423. package/dist/scripts/33-350334db4c.chunk.js +0 -1
  424. package/dist/scripts/33-675467f07d.chunk.js +0 -1
  425. package/dist/scripts/33-7efae85b8b.chunk.js +0 -1
  426. package/dist/scripts/33.chunk.js +0 -958
  427. package/dist/scripts/33.chunk.js.map +0 -1
  428. package/dist/scripts/34-0a7f3b55fe.chunk.js +0 -1
  429. package/dist/scripts/34-3adf309726.chunk.js +0 -1
  430. package/dist/scripts/34-c4f0495750.chunk.js +0 -1
  431. package/dist/scripts/34-f6eea83a09.chunk.js +0 -1
  432. package/dist/scripts/34.chunk.js +0 -990
  433. package/dist/scripts/34.chunk.js.map +0 -1
  434. package/dist/scripts/35-17b30890a5.chunk.js +0 -1
  435. package/dist/scripts/35-4254e160f0.chunk.js +0 -1
  436. package/dist/scripts/35-7f90628b77.chunk.js +0 -1
  437. package/dist/scripts/35-9c3899dfbd.chunk.js +0 -1
  438. package/dist/scripts/35.chunk.js +0 -518
  439. package/dist/scripts/35.chunk.js.map +0 -1
  440. package/dist/scripts/36-1fde696d6a.chunk.js +0 -1
  441. package/dist/scripts/36-2ec95df618.chunk.js +0 -1
  442. package/dist/scripts/36-b5ad543fba.chunk.js +0 -1
  443. package/dist/scripts/36-cdbe95bd06.chunk.js +0 -1
  444. package/dist/scripts/36.chunk.js +0 -335
  445. package/dist/scripts/36.chunk.js.map +0 -1
  446. package/dist/scripts/37-6fa4b8fc60.chunk.js +0 -1
  447. package/dist/scripts/37-97b84a8be5.chunk.js +0 -1
  448. package/dist/scripts/37-c649a307d4.chunk.js +0 -1
  449. package/dist/scripts/37.chunk.js +0 -236
  450. package/dist/scripts/37.chunk.js.map +0 -1
  451. package/dist/scripts/38-0cf8029bec.chunk.js +0 -1
  452. package/dist/scripts/38-1c98f19489.chunk.js +0 -1
  453. package/dist/scripts/38-6fc346f964.chunk.js +0 -1
  454. package/dist/scripts/38-7ffe535b0d.chunk.js +0 -1
  455. package/dist/scripts/38.chunk.js +0 -315
  456. package/dist/scripts/38.chunk.js.map +0 -1
  457. package/dist/scripts/39-13d6669c3f.chunk.js +0 -1
  458. package/dist/scripts/39-748eb61732.chunk.js +0 -1
  459. package/dist/scripts/39-e5983a5d53.chunk.js +0 -1
  460. package/dist/scripts/39.chunk.js +0 -107
  461. package/dist/scripts/39.chunk.js.map +0 -1
  462. package/dist/scripts/4-435484d217.chunk.js +0 -1
  463. package/dist/scripts/4-5c50e71b83.chunk.js +0 -1
  464. package/dist/scripts/4-7274621693.chunk.js +0 -1
  465. package/dist/scripts/4-85ba8523ad.chunk.js +0 -1
  466. package/dist/scripts/4.chunk.js +0 -335
  467. package/dist/scripts/4.chunk.js.map +0 -1
  468. package/dist/scripts/40-2691dfbd5a.chunk.js +0 -1
  469. package/dist/scripts/40-2ecbd41570.chunk.js +0 -1
  470. package/dist/scripts/40-a691a401ff.chunk.js +0 -1
  471. package/dist/scripts/40.chunk.js +0 -2493
  472. package/dist/scripts/40.chunk.js.map +0 -1
  473. package/dist/scripts/41-0368ba16dc.chunk.js +0 -1
  474. package/dist/scripts/41-1df587ee3a.chunk.js +0 -1
  475. package/dist/scripts/41-85fcb15184.chunk.js +0 -1
  476. package/dist/scripts/41-bb9aef24f7.chunk.js +0 -1
  477. package/dist/scripts/41.chunk.js +0 -1782
  478. package/dist/scripts/41.chunk.js.map +0 -1
  479. package/dist/scripts/42-389acb6e55.chunk.js +0 -1
  480. package/dist/scripts/42-3ef41f40f5.chunk.js +0 -1
  481. package/dist/scripts/42-61a626d7f4.chunk.js +0 -1
  482. package/dist/scripts/42.chunk.js +0 -2327
  483. package/dist/scripts/42.chunk.js.map +0 -1
  484. package/dist/scripts/43-49f13dab14.chunk.js +0 -1
  485. package/dist/scripts/43-72d1bc0ae2.chunk.js +0 -1
  486. package/dist/scripts/43-a5b882d502.chunk.js +0 -1
  487. package/dist/scripts/43.chunk.js +0 -1206
  488. package/dist/scripts/43.chunk.js.map +0 -1
  489. package/dist/scripts/44-0703eb0ad8.chunk.js +0 -1
  490. package/dist/scripts/44-756fd6622b.chunk.js +0 -1
  491. package/dist/scripts/44-de22428999.chunk.js +0 -1
  492. package/dist/scripts/44-ee6a740a16.chunk.js +0 -1
  493. package/dist/scripts/44.chunk.js +0 -2245
  494. package/dist/scripts/44.chunk.js.map +0 -1
  495. package/dist/scripts/45-610d098194.chunk.js +0 -1
  496. package/dist/scripts/45-806dd5b78c.chunk.js +0 -1
  497. package/dist/scripts/45-da34a8b6b2.chunk.js +0 -1
  498. package/dist/scripts/45-e4a92a40fd.chunk.js +0 -1
  499. package/dist/scripts/45.chunk.js +0 -1065
  500. package/dist/scripts/45.chunk.js.map +0 -1
  501. package/dist/scripts/46-4aa05464fe.chunk.js +0 -1
  502. package/dist/scripts/46-cadf3f46ee.chunk.js +0 -1
  503. package/dist/scripts/46-cccef3e874.chunk.js +0 -1
  504. package/dist/scripts/46-ebf8eee4ac.chunk.js +0 -1
  505. package/dist/scripts/46.chunk.js +0 -655
  506. package/dist/scripts/46.chunk.js.map +0 -1
  507. package/dist/scripts/47-22a83e5974.chunk.js +0 -1
  508. package/dist/scripts/47-56d22af6ba.chunk.js +0 -1
  509. package/dist/scripts/47-c61fa52c53.chunk.js +0 -1
  510. package/dist/scripts/47.chunk.js +0 -736
  511. package/dist/scripts/47.chunk.js.map +0 -1
  512. package/dist/scripts/48-e05ab3ecac.chunk.js +0 -1
  513. package/dist/scripts/48-e577124476.chunk.js +0 -1
  514. package/dist/scripts/48-fc96b968fc.chunk.js +0 -1
  515. package/dist/scripts/48.chunk.js +0 -994
  516. package/dist/scripts/48.chunk.js.map +0 -1
  517. package/dist/scripts/49-13c5f8e87d.chunk.js +0 -1
  518. package/dist/scripts/49-4a6c119f58.chunk.js +0 -1
  519. package/dist/scripts/49-f9151c7e06.chunk.js +0 -1
  520. package/dist/scripts/49.chunk.js +0 -761
  521. package/dist/scripts/49.chunk.js.map +0 -1
  522. package/dist/scripts/5-06b97501c3.chunk.js +0 -1
  523. package/dist/scripts/5-1ba89c4774.chunk.js +0 -1
  524. package/dist/scripts/5-515b264fbc.chunk.js +0 -1
  525. package/dist/scripts/5-d6a7d71167.chunk.js +0 -1
  526. package/dist/scripts/5.chunk.js +0 -15
  527. package/dist/scripts/5.chunk.js.map +0 -1
  528. package/dist/scripts/50-0d5aed7730.chunk.js +0 -1
  529. package/dist/scripts/50-3924907655.chunk.js +0 -1
  530. package/dist/scripts/50-4de0b758d5.chunk.js +0 -1
  531. package/dist/scripts/50.chunk.js +0 -530
  532. package/dist/scripts/50.chunk.js.map +0 -1
  533. package/dist/scripts/51-cd37c8efa2.chunk.js +0 -1
  534. package/dist/scripts/51-dca2a9cc86.chunk.js +0 -1
  535. package/dist/scripts/51-ea33746146.chunk.js +0 -1
  536. package/dist/scripts/51.chunk.js +0 -932
  537. package/dist/scripts/51.chunk.js.map +0 -1
  538. package/dist/scripts/52-50230b48c8.chunk.js +0 -1
  539. package/dist/scripts/52-8b53a5c0b1.chunk.js +0 -1
  540. package/dist/scripts/52-a3c8ed29ca.chunk.js +0 -1
  541. package/dist/scripts/52.chunk.js +0 -408
  542. package/dist/scripts/52.chunk.js.map +0 -1
  543. package/dist/scripts/53-0e253f9f3e.chunk.js +0 -1
  544. package/dist/scripts/53-54b0df474f.chunk.js +0 -1
  545. package/dist/scripts/53-d8f0dea552.chunk.js +0 -1
  546. package/dist/scripts/53.chunk.js +0 -756
  547. package/dist/scripts/53.chunk.js.map +0 -1
  548. package/dist/scripts/54-d1bc70c7b5.chunk.js +0 -1
  549. package/dist/scripts/54-dd4d101665.chunk.js +0 -1
  550. package/dist/scripts/54-ead54d0b34.chunk.js +0 -1
  551. package/dist/scripts/54.chunk.js +0 -681
  552. package/dist/scripts/54.chunk.js.map +0 -1
  553. package/dist/scripts/55-3c60601030.chunk.js +0 -1
  554. package/dist/scripts/55-a5fa20b497.chunk.js +0 -1
  555. package/dist/scripts/55-e29d6a6ba9.chunk.js +0 -1
  556. package/dist/scripts/55.chunk.js +0 -645
  557. package/dist/scripts/55.chunk.js.map +0 -1
  558. package/dist/scripts/56-370078d597.chunk.js +0 -1
  559. package/dist/scripts/56-7a6c662f14.chunk.js +0 -1
  560. package/dist/scripts/56-df0a32000b.chunk.js +0 -1
  561. package/dist/scripts/56.chunk.js +0 -346
  562. package/dist/scripts/56.chunk.js.map +0 -1
  563. package/dist/scripts/57-0e126120b9.chunk.js +0 -1
  564. package/dist/scripts/57-6e622c6480.chunk.js +0 -1
  565. package/dist/scripts/57-a4f4d6fe41.chunk.js +0 -1
  566. package/dist/scripts/57.chunk.js +0 -422
  567. package/dist/scripts/57.chunk.js.map +0 -1
  568. package/dist/scripts/58-17706ccb46.chunk.js +0 -1
  569. package/dist/scripts/58-5729cbaa5c.chunk.js +0 -1
  570. package/dist/scripts/58-a0fe201826.chunk.js +0 -1
  571. package/dist/scripts/58.chunk.js +0 -437
  572. package/dist/scripts/58.chunk.js.map +0 -1
  573. package/dist/scripts/59-333f38ee3b.chunk.js +0 -1
  574. package/dist/scripts/59-381a49ed7f.chunk.js +0 -1
  575. package/dist/scripts/59-4f2fcb6412.chunk.js +0 -1
  576. package/dist/scripts/59.chunk.js +0 -342
  577. package/dist/scripts/59.chunk.js.map +0 -1
  578. package/dist/scripts/6-40c8ba5007.chunk.js +0 -1
  579. package/dist/scripts/6-51a379e066.chunk.js +0 -1
  580. package/dist/scripts/6-b3d36065dc.chunk.js +0 -1
  581. package/dist/scripts/6.chunk.js +0 -484
  582. package/dist/scripts/6.chunk.js.map +0 -1
  583. package/dist/scripts/60-b17c6609cd.chunk.js +0 -1
  584. package/dist/scripts/60-b4a91c86fa.chunk.js +0 -1
  585. package/dist/scripts/60-c57f161f18.chunk.js +0 -1
  586. package/dist/scripts/60.chunk.js +0 -254
  587. package/dist/scripts/60.chunk.js.map +0 -1
  588. package/dist/scripts/61-5d6e59d408.chunk.js +0 -1
  589. package/dist/scripts/61-7d81d27c31.chunk.js +0 -1
  590. package/dist/scripts/61-a342a0d501.chunk.js +0 -1
  591. package/dist/scripts/61.chunk.js +0 -408
  592. package/dist/scripts/61.chunk.js.map +0 -1
  593. package/dist/scripts/62-758f5e505b.chunk.js +0 -1
  594. package/dist/scripts/62-b572d8b80d.chunk.js +0 -1
  595. package/dist/scripts/62-f5fd35fdc0.chunk.js +0 -1
  596. package/dist/scripts/62.chunk.js +0 -142
  597. package/dist/scripts/62.chunk.js.map +0 -1
  598. package/dist/scripts/63-568008965e.chunk.js +0 -1
  599. package/dist/scripts/63-6700b4d00a.chunk.js +0 -1
  600. package/dist/scripts/63-c88b9860e9.chunk.js +0 -1
  601. package/dist/scripts/63.chunk.js +0 -147
  602. package/dist/scripts/63.chunk.js.map +0 -1
  603. package/dist/scripts/64-9c88ee6161.chunk.js +0 -1
  604. package/dist/scripts/64-e177d4c971.chunk.js +0 -1
  605. package/dist/scripts/64-fa2facacbb.chunk.js +0 -1
  606. package/dist/scripts/64.chunk.js +0 -439
  607. package/dist/scripts/64.chunk.js.map +0 -1
  608. package/dist/scripts/65-a7e499ceee.chunk.js +0 -1
  609. package/dist/scripts/65-e4568d1f06.chunk.js +0 -1
  610. package/dist/scripts/65-f750573f69.chunk.js +0 -1
  611. package/dist/scripts/65.chunk.js +0 -582
  612. package/dist/scripts/65.chunk.js.map +0 -1
  613. package/dist/scripts/66-f00f29ccae.chunk.js +0 -1
  614. package/dist/scripts/66-f325ff3187.chunk.js +0 -1
  615. package/dist/scripts/66-f6d213b33c.chunk.js +0 -1
  616. package/dist/scripts/66.chunk.js +0 -442
  617. package/dist/scripts/66.chunk.js.map +0 -1
  618. package/dist/scripts/67-1ebaab7a2d.chunk.js +0 -1
  619. package/dist/scripts/67-3c9628d296.chunk.js +0 -1
  620. package/dist/scripts/67-97c694c3d5.chunk.js +0 -1
  621. package/dist/scripts/67-c5af18680c.chunk.js +0 -1
  622. package/dist/scripts/67.chunk.js +0 -295
  623. package/dist/scripts/67.chunk.js.map +0 -1
  624. package/dist/scripts/68-38a6d7fb50.chunk.js +0 -1
  625. package/dist/scripts/68-488cd1552f.chunk.js +0 -1
  626. package/dist/scripts/68-eb8700aeb1.chunk.js +0 -1
  627. package/dist/scripts/68.chunk.js +0 -165
  628. package/dist/scripts/68.chunk.js.map +0 -1
  629. package/dist/scripts/69-870856c6fb.chunk.js +0 -1
  630. package/dist/scripts/69-b0ea71d7c5.chunk.js +0 -1
  631. package/dist/scripts/69-be2be90b7c.chunk.js +0 -1
  632. package/dist/scripts/69.chunk.js +0 -248
  633. package/dist/scripts/69.chunk.js.map +0 -1
  634. package/dist/scripts/7-aac8c84ccb.chunk.js +0 -1
  635. package/dist/scripts/7-d41d3bf60c.chunk.js +0 -1
  636. package/dist/scripts/7-dfddb8ffa8.chunk.js +0 -1
  637. package/dist/scripts/7.chunk.js +0 -309
  638. package/dist/scripts/7.chunk.js.map +0 -1
  639. package/dist/scripts/70-39dc936989.chunk.js +0 -1
  640. package/dist/scripts/70-6ef72cd9b6.chunk.js +0 -1
  641. package/dist/scripts/70-e6ebb44667.chunk.js +0 -1
  642. package/dist/scripts/70.chunk.js +0 -207
  643. package/dist/scripts/70.chunk.js.map +0 -1
  644. package/dist/scripts/71-4e4a47d601.chunk.js +0 -1
  645. package/dist/scripts/71-8e3682a7d7.chunk.js +0 -1
  646. package/dist/scripts/71-a80858069c.chunk.js +0 -1
  647. package/dist/scripts/71.chunk.js +0 -237
  648. package/dist/scripts/71.chunk.js.map +0 -1
  649. package/dist/scripts/72-245f28bf97.chunk.js +0 -1
  650. package/dist/scripts/72-550438db4e.chunk.js +0 -1
  651. package/dist/scripts/72-65364adff1.chunk.js +0 -1
  652. package/dist/scripts/72.chunk.js +0 -331
  653. package/dist/scripts/72.chunk.js.map +0 -1
  654. package/dist/scripts/73.chunk.js +0 -404
  655. package/dist/scripts/73.chunk.js.map +0 -1
  656. package/dist/scripts/74.chunk.js +0 -301
  657. package/dist/scripts/74.chunk.js.map +0 -1
  658. package/dist/scripts/75.chunk.js +0 -231
  659. package/dist/scripts/75.chunk.js.map +0 -1
  660. package/dist/scripts/76.chunk.js +0 -157
  661. package/dist/scripts/76.chunk.js.map +0 -1
  662. package/dist/scripts/77.chunk.js +0 -307
  663. package/dist/scripts/77.chunk.js.map +0 -1
  664. package/dist/scripts/78.chunk.js +0 -249
  665. package/dist/scripts/78.chunk.js.map +0 -1
  666. package/dist/scripts/79.chunk.js +0 -282
  667. package/dist/scripts/79.chunk.js.map +0 -1
  668. package/dist/scripts/8-c4955c2009.chunk.js +0 -1
  669. package/dist/scripts/8-d46f48d03c.chunk.js +0 -1
  670. package/dist/scripts/8-e5d19252c8.chunk.js +0 -1
  671. package/dist/scripts/8.chunk.js +0 -307
  672. package/dist/scripts/8.chunk.js.map +0 -1
  673. package/dist/scripts/80.chunk.js +0 -308
  674. package/dist/scripts/80.chunk.js.map +0 -1
  675. package/dist/scripts/81.chunk.js +0 -366
  676. package/dist/scripts/81.chunk.js.map +0 -1
  677. package/dist/scripts/82.chunk.js +0 -314
  678. package/dist/scripts/82.chunk.js.map +0 -1
  679. package/dist/scripts/83.chunk.js +0 -328
  680. package/dist/scripts/83.chunk.js.map +0 -1
  681. package/dist/scripts/84.chunk.js +0 -313
  682. package/dist/scripts/84.chunk.js.map +0 -1
  683. package/dist/scripts/85.chunk.js +0 -291
  684. package/dist/scripts/85.chunk.js.map +0 -1
  685. package/dist/scripts/86.chunk.js +0 -119
  686. package/dist/scripts/86.chunk.js.map +0 -1
  687. package/dist/scripts/87.chunk.js +0 -219
  688. package/dist/scripts/87.chunk.js.map +0 -1
  689. package/dist/scripts/88.chunk.js +0 -194
  690. package/dist/scripts/88.chunk.js.map +0 -1
  691. package/dist/scripts/89.chunk.js +0 -522
  692. package/dist/scripts/89.chunk.js.map +0 -1
  693. package/dist/scripts/9-4589726554.chunk.js +0 -1
  694. package/dist/scripts/9-576592d419.chunk.js +0 -1
  695. package/dist/scripts/9-66021549bd.chunk.js +0 -1
  696. package/dist/scripts/9-df99ba6ce1.chunk.js +0 -1
  697. package/dist/scripts/9.chunk.js +0 -222
  698. package/dist/scripts/9.chunk.js.map +0 -1
  699. package/dist/scripts/90.chunk.js +0 -337
  700. package/dist/scripts/90.chunk.js.map +0 -1
  701. package/dist/scripts/91.chunk.js +0 -131
  702. package/dist/scripts/91.chunk.js.map +0 -1
  703. package/dist/scripts/92.chunk.js +0 -266
  704. package/dist/scripts/92.chunk.js.map +0 -1
  705. package/dist/scripts/bundle-1b984e2fd9.min.js +0 -8
  706. package/dist/scripts/bundle-203920eb14.min.js +0 -8
  707. package/dist/scripts/bundle-7d13ba933b.min.js +0 -8
  708. package/dist/scripts/bundle-d5b23160b1.min.js +0 -8
  709. package/dist/scripts/bundle.js +0 -67100
  710. package/dist/scripts/bundle.js.map +0 -1
  711. package/dist/scripts/polyfills-5a81b67408.min.js +0 -1
  712. package/dist/scripts/polyfills-9b0be1bd72.min.js +0 -1
  713. package/dist/scripts/polyfills-cd3d0a9f6d.min.js +0 -1
  714. package/dist/scripts/polyfills-d891a77823.min.js +0 -1
  715. package/dist/scripts/polyfills.js +0 -14866
  716. package/dist/scripts/polyfills.js.map +0 -1
@@ -1,170 +0,0 @@
1
- .cv--illoContainer--3Eqbe {
2
- display: block;
3
- position: relative;
4
- width: 15.0625rem;
5
- height: 14.3125rem;
6
- margin: 0 auto; }
7
-
8
- .cv--illoContainer--3Eqbe div {
9
- display: block;
10
- position: absolute; }
11
-
12
- .cv--body--39GQb {
13
- position: absolute; }
14
-
15
- .cv--head--PVOtq {
16
- position: absolute;
17
- left: 1.0625rem;
18
- top: 0.625rem;
19
- z-index: 2; }
20
-
21
- .cv--lunaHead--3z13a {
22
- position: absolute;
23
- z-index: 3;
24
- top: 4.876rem;
25
- left: 8.5rem; }
26
-
27
- @-webkit-keyframes cv--animate--2FR1z {
28
- 0% {
29
- -webkit-transform: rotate(-5deg);
30
- transform: rotate(-5deg); }
31
- 48% {
32
- -webkit-transform: rotate(-20deg);
33
- transform: rotate(-20deg); }
34
- 55% {
35
- -webkit-transform: rotate(-20deg);
36
- transform: rotate(-20deg); }
37
- 90% {
38
- -webkit-transform: rotate(5deg);
39
- transform: rotate(5deg); }
40
- 100% {
41
- -webkit-transform: rotate(-5deg);
42
- transform: rotate(-5deg); } }
43
-
44
- @keyframes cv--animate--2FR1z {
45
- 0% {
46
- -webkit-transform: rotate(-5deg);
47
- transform: rotate(-5deg); }
48
- 48% {
49
- -webkit-transform: rotate(-20deg);
50
- transform: rotate(-20deg); }
51
- 55% {
52
- -webkit-transform: rotate(-20deg);
53
- transform: rotate(-20deg); }
54
- 90% {
55
- -webkit-transform: rotate(5deg);
56
- transform: rotate(5deg); }
57
- 100% {
58
- -webkit-transform: rotate(-5deg);
59
- transform: rotate(-5deg); } }
60
-
61
- @-webkit-keyframes cv--luna-animate--12szO {
62
- 0% {
63
- -webkit-transform: translateY(5px);
64
- transform: translateY(5px); }
65
- 50% {
66
- -webkit-transform: translateY(-2px);
67
- transform: translateY(-2px); }
68
- 100% {
69
- -webkit-transform: translateY(5px);
70
- transform: translateY(5px); } }
71
-
72
- @keyframes cv--luna-animate--12szO {
73
- 0% {
74
- -webkit-transform: translateY(5px);
75
- transform: translateY(5px); }
76
- 50% {
77
- -webkit-transform: translateY(-2px);
78
- transform: translateY(-2px); }
79
- 100% {
80
- -webkit-transform: translateY(5px);
81
- transform: translateY(5px); } }
82
-
83
- .cv--illoContainer--3Eqbe .cv--head--PVOtq {
84
- -webkit-animation: cv--animate--2FR1z 4s infinite ease-out;
85
- animation: cv--animate--2FR1z 4s infinite ease-out; }
86
-
87
- .cv--illoContainer--3Eqbe .cv--lunaHead--3z13a {
88
- -webkit-animation: cv--luna-animate--12szO 1s infinite ease-out;
89
- animation: cv--luna-animate--12szO 1s infinite ease-out; }
90
-
91
- .cv--lunaTail--1memV {
92
- z-index: 1;
93
- top: 10.75rem;
94
- left: 10.3125rem;
95
- -webkit-transform-origin: bottom right;
96
- transform-origin: bottom right; }
97
-
98
- .cv--tintinTail--2V4lb {
99
- z-index: 1;
100
- top: 8rem;
101
- left: 1.375rem;
102
- -webkit-transform-origin: bottom right;
103
- transform-origin: bottom right; }
104
-
105
- .cv--illoContainer--3Eqbe .cv--tintinTail--2V4lb {
106
- -webkit-animation: cv--wag-tail-small--2atTc .7s infinite;
107
- animation: cv--wag-tail-small--2atTc .7s infinite; }
108
-
109
- .cv--illoContainer--3Eqbe .cv--lunaTail--1memV {
110
- -webkit-animation: cv--wag-tail--13j3E .5s infinite;
111
- animation: cv--wag-tail--13j3E .5s infinite; }
112
-
113
- @-webkit-keyframes cv--wag-tail--13j3E {
114
- 0% {
115
- -webkit-transform: rotate(-5deg);
116
- transform: rotate(-5deg); }
117
- 50% {
118
- -webkit-transform: rotate(-18deg);
119
- transform: rotate(-18deg); }
120
- 90% {
121
- -webkit-transform: rotate(5deg);
122
- transform: rotate(5deg); }
123
- 100% {
124
- -webkit-transform: rotate(-5deg);
125
- transform: rotate(-5deg); } }
126
-
127
- @keyframes cv--wag-tail--13j3E {
128
- 0% {
129
- -webkit-transform: rotate(-5deg);
130
- transform: rotate(-5deg); }
131
- 50% {
132
- -webkit-transform: rotate(-18deg);
133
- transform: rotate(-18deg); }
134
- 90% {
135
- -webkit-transform: rotate(5deg);
136
- transform: rotate(5deg); }
137
- 100% {
138
- -webkit-transform: rotate(-5deg);
139
- transform: rotate(-5deg); } }
140
-
141
- @-webkit-keyframes cv--wag-tail-small--2atTc {
142
- 0% {
143
- -webkit-transform: rotate(-2deg);
144
- transform: rotate(-2deg); }
145
- 50% {
146
- -webkit-transform: rotate(-12deg);
147
- transform: rotate(-12deg); }
148
- 90% {
149
- -webkit-transform: rotate(2deg);
150
- transform: rotate(2deg); }
151
- 100% {
152
- -webkit-transform: rotate(-2deg);
153
- transform: rotate(-2deg); } }
154
-
155
- @keyframes cv--wag-tail-small--2atTc {
156
- 0% {
157
- -webkit-transform: rotate(-2deg);
158
- transform: rotate(-2deg); }
159
- 50% {
160
- -webkit-transform: rotate(-12deg);
161
- transform: rotate(-12deg); }
162
- 90% {
163
- -webkit-transform: rotate(2deg);
164
- transform: rotate(2deg); }
165
- 100% {
166
- -webkit-transform: rotate(-2deg);
167
- transform: rotate(-2deg); } }
168
-
169
-
170
- /*# sourceMappingURL=63.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/default/views/not-found/not-found.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,qBAAqB;;AAErB;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA,eAAe;;AAEf;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE;;AAEvC;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE;;AAEvC;AACA;AACA;AACA,uCAAuC;AACvC;AACA;AACA,wCAAwC;AACxC;AACA;AACA,uCAAuC,EAAE;;AAEzC;AACA;AACA;AACA,uCAAuC;AACvC;AACA;AACA,wCAAwC;AACxC;AACA;AACA,uCAAuC,EAAE;;AAEzC;AACA;AACA,8DAA8D;;AAE9D;AACA;AACA,mEAAmE;;AAEnE;AACA;AACA;AACA;AACA;AACA,yCAAyC;;AAEzC;AACA;AACA;AACA;AACA;AACA,yCAAyC;;AAEzC;AACA;AACA,4DAA4D;;AAE5D;AACA;AACA,sDAAsD;;AAEtD;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE;;AAEvC;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE;;AAEvC;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE;;AAEvC;AACA;AACA;AACA,qCAAqC;AACrC;AACA;AACA,sCAAsC;AACtC;AACA;AACA,oCAAoC;AACpC;AACA;AACA,qCAAqC,EAAE","file":"css/63.chunk.css","sourcesContent":[".cv--illoContainer--3Eqbe {\n display: block;\n position: relative;\n width: 15.0625rem;\n height: 14.3125rem;\n margin: 0 auto; }\n\n.cv--illoContainer--3Eqbe div {\n display: block;\n position: absolute; }\n\n.cv--body--39GQb {\n position: absolute; }\n\n.cv--head--PVOtq {\n position: absolute;\n left: 1.0625rem;\n top: 0.625rem;\n z-index: 2; }\n\n.cv--lunaHead--3z13a {\n position: absolute;\n z-index: 3;\n top: 4.876rem;\n left: 8.5rem; }\n\n@-webkit-keyframes cv--animate--2FR1z {\n 0% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); }\n 48% {\n -webkit-transform: rotate(-20deg);\n transform: rotate(-20deg); }\n 55% {\n -webkit-transform: rotate(-20deg);\n transform: rotate(-20deg); }\n 90% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg); }\n 100% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); } }\n\n@keyframes cv--animate--2FR1z {\n 0% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); }\n 48% {\n -webkit-transform: rotate(-20deg);\n transform: rotate(-20deg); }\n 55% {\n -webkit-transform: rotate(-20deg);\n transform: rotate(-20deg); }\n 90% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg); }\n 100% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); } }\n\n@-webkit-keyframes cv--luna-animate--12szO {\n 0% {\n -webkit-transform: translateY(5px);\n transform: translateY(5px); }\n 50% {\n -webkit-transform: translateY(-2px);\n transform: translateY(-2px); }\n 100% {\n -webkit-transform: translateY(5px);\n transform: translateY(5px); } }\n\n@keyframes cv--luna-animate--12szO {\n 0% {\n -webkit-transform: translateY(5px);\n transform: translateY(5px); }\n 50% {\n -webkit-transform: translateY(-2px);\n transform: translateY(-2px); }\n 100% {\n -webkit-transform: translateY(5px);\n transform: translateY(5px); } }\n\n.cv--illoContainer--3Eqbe .cv--head--PVOtq {\n -webkit-animation: cv--animate--2FR1z 4s infinite ease-out;\n animation: cv--animate--2FR1z 4s infinite ease-out; }\n\n.cv--illoContainer--3Eqbe .cv--lunaHead--3z13a {\n -webkit-animation: cv--luna-animate--12szO 1s infinite ease-out;\n animation: cv--luna-animate--12szO 1s infinite ease-out; }\n\n.cv--lunaTail--1memV {\n z-index: 1;\n top: 10.75rem;\n left: 10.3125rem;\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.cv--tintinTail--2V4lb {\n z-index: 1;\n top: 8rem;\n left: 1.375rem;\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.cv--illoContainer--3Eqbe .cv--tintinTail--2V4lb {\n -webkit-animation: cv--wag-tail-small--2atTc .7s infinite;\n animation: cv--wag-tail-small--2atTc .7s infinite; }\n\n.cv--illoContainer--3Eqbe .cv--lunaTail--1memV {\n -webkit-animation: cv--wag-tail--13j3E .5s infinite;\n animation: cv--wag-tail--13j3E .5s infinite; }\n\n@-webkit-keyframes cv--wag-tail--13j3E {\n 0% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); }\n 50% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 90% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg); }\n 100% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); } }\n\n@keyframes cv--wag-tail--13j3E {\n 0% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); }\n 50% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg); }\n 90% {\n -webkit-transform: rotate(5deg);\n transform: rotate(5deg); }\n 100% {\n -webkit-transform: rotate(-5deg);\n transform: rotate(-5deg); } }\n\n@-webkit-keyframes cv--wag-tail-small--2atTc {\n 0% {\n -webkit-transform: rotate(-2deg);\n transform: rotate(-2deg); }\n 50% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 90% {\n -webkit-transform: rotate(2deg);\n transform: rotate(2deg); }\n 100% {\n -webkit-transform: rotate(-2deg);\n transform: rotate(-2deg); } }\n\n@keyframes cv--wag-tail-small--2atTc {\n 0% {\n -webkit-transform: rotate(-2deg);\n transform: rotate(-2deg); }\n 50% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg); }\n 90% {\n -webkit-transform: rotate(2deg);\n transform: rotate(2deg); }\n 100% {\n -webkit-transform: rotate(-2deg);\n transform: rotate(-2deg); } }\n"],"sourceRoot":""}
@@ -1,78 +0,0 @@
1
- .cv--progress--bJ21G {
2
- border-radius: 5px;
3
- box-shadow: 0 1px 4px 1px #D7D7D7;
4
- border: 1px solid #D7D7D7; }
5
-
6
- .cv--remaining--1T3fH {
7
- color: #5B5E68; }
8
-
9
- .cv--info--3m6CX {
10
- font-size: 1rem; }
11
-
12
- .cv--migrationContainer--MVm9U {
13
- width: 650px; }
14
-
15
- .cv--migrationSyncContainer--KH7rf {
16
- position: relative;
17
- margin: 0 auto;
18
- text-align: center; }
19
- .cv--migrationSyncContainer--KH7rf img {
20
- display: inline-block; }
21
- .cv--migrationSyncContainer--KH7rf .cv--syncServer--2-0ob {
22
- margin-right: 25px;
23
- width: 100px; }
24
- .cv--migrationSyncContainer--KH7rf .cv--syncVideo--2Rh0f {
25
- position: relative;
26
- width: 65px;
27
- -webkit-animation: cv--migrationSyncAnimation--oXD93 1.7s infinite ease;
28
- animation: cv--migrationSyncAnimation--oXD93 1.7s infinite ease;
29
- -webkit-transform: rotate(-20deg) scale(0.8);
30
- transform: rotate(-20deg) scale(0.8);
31
- opacity: .7; }
32
- .cv--migrationSyncContainer--KH7rf .cv--syncCloud--3B9BP {
33
- margin-top: 20px;
34
- margin-left: 25px;
35
- width: 170px; }
36
-
37
- @-webkit-keyframes cv--migrationSyncAnimation--oXD93 {
38
- 0% {
39
- top: 0px;
40
- left: -100px;
41
- -webkit-transform: rotate(-20deg) scale(0.8);
42
- transform: rotate(-20deg) scale(0.8);
43
- opacity: .7; }
44
- 50% {
45
- top: -50px;
46
- left: 25px;
47
- -webkit-transform: rotate(0) scale(1.4);
48
- transform: rotate(0) scale(1.4);
49
- opacity: 1; }
50
- 100% {
51
- top: 10px;
52
- left: 150px;
53
- -webkit-transform: rotate(20deg) scale(0.8);
54
- transform: rotate(20deg) scale(0.8);
55
- opacity: .7; } }
56
-
57
- @keyframes cv--migrationSyncAnimation--oXD93 {
58
- 0% {
59
- top: 0px;
60
- left: -100px;
61
- -webkit-transform: rotate(-20deg) scale(0.8);
62
- transform: rotate(-20deg) scale(0.8);
63
- opacity: .7; }
64
- 50% {
65
- top: -50px;
66
- left: 25px;
67
- -webkit-transform: rotate(0) scale(1.4);
68
- transform: rotate(0) scale(1.4);
69
- opacity: 1; }
70
- 100% {
71
- top: 10px;
72
- left: 150px;
73
- -webkit-transform: rotate(20deg) scale(0.8);
74
- transform: rotate(20deg) scale(0.8);
75
- opacity: .7; } }
76
-
77
-
78
- /*# sourceMappingURL=67.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/migration-progress/migration-progress.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA,4BAA4B;;AAE5B;AACA,iBAAiB;;AAEjB;AACA,kBAAkB;;AAElB;AACA,eAAe;;AAEf;AACA;AACA;AACA,qBAAqB;AACrB;AACA,0BAA0B;AAC1B;AACA;AACA,iBAAiB;AACjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA,gBAAgB,EAAE;;AAElB;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;AAChB;AACA;AACA;AACA;AACA;AACA,eAAe;AACf;AACA;AACA;AACA;AACA;AACA,gBAAgB,EAAE","file":"css/67.chunk.css","sourcesContent":[".cv--progress--bJ21G {\n border-radius: 5px;\n box-shadow: 0 1px 4px 1px #D7D7D7;\n border: 1px solid #D7D7D7; }\n\n.cv--remaining--1T3fH {\n color: #5B5E68; }\n\n.cv--info--3m6CX {\n font-size: 1rem; }\n\n.cv--migrationContainer--MVm9U {\n width: 650px; }\n\n.cv--migrationSyncContainer--KH7rf {\n position: relative;\n margin: 0 auto;\n text-align: center; }\n .cv--migrationSyncContainer--KH7rf img {\n display: inline-block; }\n .cv--migrationSyncContainer--KH7rf .cv--syncServer--2-0ob {\n margin-right: 25px;\n width: 100px; }\n .cv--migrationSyncContainer--KH7rf .cv--syncVideo--2Rh0f {\n position: relative;\n width: 65px;\n -webkit-animation: cv--migrationSyncAnimation--oXD93 1.7s infinite ease;\n animation: cv--migrationSyncAnimation--oXD93 1.7s infinite ease;\n -webkit-transform: rotate(-20deg) scale(0.8);\n transform: rotate(-20deg) scale(0.8);\n opacity: .7; }\n .cv--migrationSyncContainer--KH7rf .cv--syncCloud--3B9BP {\n margin-top: 20px;\n margin-left: 25px;\n width: 170px; }\n\n@-webkit-keyframes cv--migrationSyncAnimation--oXD93 {\n 0% {\n top: 0px;\n left: -100px;\n -webkit-transform: rotate(-20deg) scale(0.8);\n transform: rotate(-20deg) scale(0.8);\n opacity: .7; }\n 50% {\n top: -50px;\n left: 25px;\n -webkit-transform: rotate(0) scale(1.4);\n transform: rotate(0) scale(1.4);\n opacity: 1; }\n 100% {\n top: 10px;\n left: 150px;\n -webkit-transform: rotate(20deg) scale(0.8);\n transform: rotate(20deg) scale(0.8);\n opacity: .7; } }\n\n@keyframes cv--migrationSyncAnimation--oXD93 {\n 0% {\n top: 0px;\n left: -100px;\n -webkit-transform: rotate(-20deg) scale(0.8);\n transform: rotate(-20deg) scale(0.8);\n opacity: .7; }\n 50% {\n top: -50px;\n left: 25px;\n -webkit-transform: rotate(0) scale(1.4);\n transform: rotate(0) scale(1.4);\n opacity: 1; }\n 100% {\n top: 10px;\n left: 150px;\n -webkit-transform: rotate(20deg) scale(0.8);\n transform: rotate(20deg) scale(0.8);\n opacity: .7; } }\n"],"sourceRoot":""}
@@ -1,17 +0,0 @@
1
- .cv--complete--2A6IC {
2
- height: 625px;
3
- position: relative; }
4
-
5
- .cv--middle--1R3SI {
6
- position: relative;
7
- top: 20%; }
8
-
9
- .cv--checkedImage--2Vb1u {
10
- width: 8rem;
11
- margin: 0 auto; }
12
-
13
- .cv--migrationBackupContainer--26fzE {
14
- width: 850px; }
15
-
16
-
17
- /*# sourceMappingURL=68.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/publish-library-complete/publish-library-complete.scss"],"names":[],"mappings":"AAAA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA,WAAW;;AAEX;AACA;AACA,iBAAiB;;AAEjB;AACA,eAAe","file":"css/68.chunk.css","sourcesContent":[".cv--complete--2A6IC {\n height: 625px;\n position: relative; }\n\n.cv--middle--1R3SI {\n position: relative;\n top: 20%; }\n\n.cv--checkedImage--2Vb1u {\n width: 8rem;\n margin: 0 auto; }\n\n.cv--migrationBackupContainer--26fzE {\n width: 850px; }\n"],"sourceRoot":""}
@@ -1,17 +0,0 @@
1
- .cv--complete--2YgCz {
2
- height: 625px;
3
- position: relative; }
4
-
5
- .cv--middle--2QcuL {
6
- position: relative;
7
- top: 20%; }
8
-
9
- .cv--checkedImage--30_1Z, .cv--warningImage--2gF7F {
10
- width: 8rem;
11
- margin: 0 auto; }
12
-
13
- .cv--warningImage--2gF7F {
14
- width: 10rem; }
15
-
16
-
17
- /*# sourceMappingURL=69.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/publisher-backup-complete/publisher-backup-complete.scss"],"names":[],"mappings":"AAAA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA,WAAW;;AAEX;AACA;AACA,iBAAiB;;AAEjB;AACA,eAAe","file":"css/69.chunk.css","sourcesContent":[".cv--complete--2YgCz {\n height: 625px;\n position: relative; }\n\n.cv--middle--2QcuL {\n position: relative;\n top: 20%; }\n\n.cv--checkedImage--30_1Z, .cv--warningImage--2gF7F {\n width: 8rem;\n margin: 0 auto; }\n\n.cv--warningImage--2gF7F {\n width: 10rem; }\n"],"sourceRoot":""}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-series/video-item-series.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,uBAAuB","file":"css/7.chunk.css","sourcesContent":[".cv--svgContainer--1CUEt {\n vertical-align: middle;\n display: inline-block;\n width: 1.5rem;\n height: 1.5rem; }\n\n.cv--series--oZx-K {\n text-transform: uppercase;\n font-size: 0.92857em; }\n"],"sourceRoot":""}
@@ -1,23 +0,0 @@
1
- .cv--welcome--3MANn {
2
- height: 625px;
3
- position: relative; }
4
-
5
- .cv--middle--2sLB2 {
6
- position: absolute;
7
- top: 50%;
8
- left: 50%;
9
- margin-left: -250px;
10
- margin-top: -175px; }
11
-
12
- .cv--image--1--7s {
13
- width: 12rem;
14
- margin: 0 1.65rem 0 auto; }
15
-
16
- .cv--text--ivhYc {
17
- margin: 0 auto; }
18
-
19
- .cv--migrationBackupContainer--W7da5 {
20
- width: 850px; }
21
-
22
-
23
- /*# sourceMappingURL=70.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/publisher-backup-welcome/publisher-backup-welcome.scss"],"names":[],"mappings":"AAAA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA,2BAA2B;;AAE3B;AACA,iBAAiB;;AAEjB;AACA,eAAe","file":"css/70.chunk.css","sourcesContent":[".cv--welcome--3MANn {\n height: 625px;\n position: relative; }\n\n.cv--middle--2sLB2 {\n position: absolute;\n top: 50%;\n left: 50%;\n margin-left: -250px;\n margin-top: -175px; }\n\n.cv--image--1--7s {\n width: 12rem;\n margin: 0 1.65rem 0 auto; }\n\n.cv--text--ivhYc {\n margin: 0 auto; }\n\n.cv--migrationBackupContainer--W7da5 {\n width: 850px; }\n"],"sourceRoot":""}
@@ -1,40 +0,0 @@
1
- .cv--backupImage--10r2k {
2
- width: 50%;
3
- position: relative;
4
- top: -25px;
5
- margin: 0 auto; }
6
-
7
- .cv--info--1O7-y, .cv--button--1cN_3 {
8
- font-size: 0.95rem; }
9
-
10
- .cv--bolder--bxulh, .cv--button--1cN_3 {
11
- font-weight: 600; }
12
-
13
- .cv--button--1cN_3:focus {
14
- box-shadow: none; }
15
-
16
- .cv--question--2OYs- {
17
- background-color: #5B5E68;
18
- border-radius: 0.25rem; }
19
-
20
- .cv--collapse--1dD-L {
21
- background-color: white;
22
- position: relative;
23
- top: -14px;
24
- border-bottom-left-radius: 0.25rem;
25
- border-bottom-right-radius: 0.25rem;
26
- -webkit-transition: none !important;
27
- transition: none !important; }
28
- .cv--collapse--1dD-L .cv--collapseContents--2sqEn {
29
- padding-top: 1rem; }
30
- .cv--collapse--1dD-L hr {
31
- height: 2px;
32
- background-color: #eaeaea;
33
- margin: 0;
34
- border: none; }
35
-
36
- .cv--migrationBackupContainer--2Hcov {
37
- width: 850px; }
38
-
39
-
40
- /*# sourceMappingURL=71.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/publisher-backup/publisher-backup.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,qBAAqB;;AAErB;AACA,mBAAmB;;AAEnB;AACA,mBAAmB;;AAEnB;AACA;AACA,yBAAyB;;AAEzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8BAA8B;AAC9B;AACA,sBAAsB;AACtB;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,eAAe","file":"css/71.chunk.css","sourcesContent":[".cv--backupImage--10r2k {\n width: 50%;\n position: relative;\n top: -25px;\n margin: 0 auto; }\n\n.cv--info--1O7-y, .cv--button--1cN_3 {\n font-size: 0.95rem; }\n\n.cv--bolder--bxulh, .cv--button--1cN_3 {\n font-weight: 600; }\n\n.cv--button--1cN_3:focus {\n box-shadow: none; }\n\n.cv--question--2OYs- {\n background-color: #5B5E68;\n border-radius: 0.25rem; }\n\n.cv--collapse--1dD-L {\n background-color: white;\n position: relative;\n top: -14px;\n border-bottom-left-radius: 0.25rem;\n border-bottom-right-radius: 0.25rem;\n -webkit-transition: none !important;\n transition: none !important; }\n .cv--collapse--1dD-L .cv--collapseContents--2sqEn {\n padding-top: 1rem; }\n .cv--collapse--1dD-L hr {\n height: 2px;\n background-color: #eaeaea;\n margin: 0;\n border: none; }\n\n.cv--migrationBackupContainer--2Hcov {\n width: 850px; }\n"],"sourceRoot":""}
@@ -1,16 +0,0 @@
1
- .cv--container--2SvL3 {
2
- background: white;
3
- border-radius: 5px;
4
- box-shadow: 0 1px 4px 1px #D7D7D7;
5
- border: 1px solid #D7D7D7; }
6
-
7
- .cv--header--2KEEa {
8
- border-bottom: 1px solid #eaeaea;
9
- font-size: 1.125rem;
10
- font-weight: 600; }
11
-
12
- .cv--footer--wCMJb {
13
- border-top: 1px solid #eaeaea; }
14
-
15
-
16
- /*# sourceMappingURL=72.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/selected-videos/selected-videos.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA,gCAAgC","file":"css/72.chunk.css","sourcesContent":[".cv--container--2SvL3 {\n background: white;\n border-radius: 5px;\n box-shadow: 0 1px 4px 1px #D7D7D7;\n border: 1px solid #D7D7D7; }\n\n.cv--header--2KEEa {\n border-bottom: 1px solid #eaeaea;\n font-size: 1.125rem;\n font-weight: 600; }\n\n.cv--footer--wCMJb {\n border-top: 1px solid #eaeaea; }\n"],"sourceRoot":""}
@@ -1,37 +0,0 @@
1
- .cv--start--GpK3N {
2
- border-radius: 5px;
3
- box-shadow: 0 1px 4px 1px #D7D7D7;
4
- border: 1px solid #D7D7D7; }
5
-
6
- .cv--subtitle--2tQJA {
7
- font-size: 1rem;
8
- color: #5B5E68; }
9
-
10
- .cv--options--BxsJX {
11
- font-weight: 600; }
12
-
13
- .cv--optionHeader--2OS3h {
14
- font-weight: 600; }
15
-
16
- .cv--optionText--1sNAq {
17
- margin-left: 1rem; }
18
-
19
- .cv--image--xsCzA {
20
- margin: 0 auto; }
21
-
22
- .cv--infoMessage--3jOln {
23
- border-bottom-left-radius: 5px;
24
- border-bottom-right-radius: 5px; }
25
-
26
- .cv--migrationBanner--n_A_A {
27
- background-color: #51ADA3; }
28
-
29
- .cv--migrationBadge--plIse {
30
- background-color: #51ADA3;
31
- color: white; }
32
-
33
- .cv--migrationContainer--33xeg {
34
- width: 650px; }
35
-
36
-
37
- /*# sourceMappingURL=73.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/start/start.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA,4BAA4B;;AAE5B;AACA;AACA,iBAAiB;;AAEjB;AACA,mBAAmB;;AAEnB;AACA,mBAAmB;;AAEnB;AACA,oBAAoB;;AAEpB;AACA,iBAAiB;;AAEjB;AACA;AACA,kCAAkC;;AAElC;AACA,4BAA4B;;AAE5B;AACA;AACA,eAAe;;AAEf;AACA,eAAe","file":"css/73.chunk.css","sourcesContent":[".cv--start--GpK3N {\n border-radius: 5px;\n box-shadow: 0 1px 4px 1px #D7D7D7;\n border: 1px solid #D7D7D7; }\n\n.cv--subtitle--2tQJA {\n font-size: 1rem;\n color: #5B5E68; }\n\n.cv--options--BxsJX {\n font-weight: 600; }\n\n.cv--optionHeader--2OS3h {\n font-weight: 600; }\n\n.cv--optionText--1sNAq {\n margin-left: 1rem; }\n\n.cv--image--xsCzA {\n margin: 0 auto; }\n\n.cv--infoMessage--3jOln {\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px; }\n\n.cv--migrationBanner--n_A_A {\n background-color: #51ADA3; }\n\n.cv--migrationBadge--plIse {\n background-color: #51ADA3;\n color: white; }\n\n.cv--migrationContainer--33xeg {\n width: 650px; }\n"],"sourceRoot":""}
@@ -1,29 +0,0 @@
1
- .cv--videosAdded--2mvcb {
2
- margin: 0 auto;
3
- border-radius: 5px;
4
- box-shadow: 0 1px 4px 1px #D7D7D7;
5
- border: 1px solid #D7D7D7; }
6
-
7
- .cv--migrationContainer--_kJhb {
8
- width: 650px; }
9
-
10
- .cv--info--wszk6 {
11
- margin: 0 auto;
12
- font-size: 1rem; }
13
-
14
- .cv--image--1HF1l {
15
- margin: 0 auto;
16
- width: 33%; }
17
-
18
- .cv--publisherLink--2SXoK {
19
- font-weight: 600; }
20
-
21
- .cv--icon--2wZJN {
22
- position: relative;
23
- right: -0.2rem; }
24
- .cv--icon--2wZJN svg {
25
- width: 1.5rem;
26
- height: 1.5rem; }
27
-
28
-
29
- /*# sourceMappingURL=74.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/videos-added/videos-added.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,4BAA4B;;AAE5B;AACA,eAAe;;AAEf;AACA;AACA,kBAAkB;;AAElB;AACA;AACA,aAAa;;AAEb;AACA,mBAAmB;;AAEnB;AACA;AACA,iBAAiB;AACjB;AACA;AACA,mBAAmB","file":"css/74.chunk.css","sourcesContent":[".cv--videosAdded--2mvcb {\n margin: 0 auto;\n border-radius: 5px;\n box-shadow: 0 1px 4px 1px #D7D7D7;\n border: 1px solid #D7D7D7; }\n\n.cv--migrationContainer--_kJhb {\n width: 650px; }\n\n.cv--info--wszk6 {\n margin: 0 auto;\n font-size: 1rem; }\n\n.cv--image--1HF1l {\n margin: 0 auto;\n width: 33%; }\n\n.cv--publisherLink--2SXoK {\n font-weight: 600; }\n\n.cv--icon--2wZJN {\n position: relative;\n right: -0.2rem; }\n .cv--icon--2wZJN svg {\n width: 1.5rem;\n height: 1.5rem; }\n"],"sourceRoot":""}
@@ -1,6 +0,0 @@
1
- .cv--uploadImage--2qNTM {
2
- width: 10.5rem;
3
- height: 7.375rem; }
4
-
5
-
6
- /*# sourceMappingURL=75.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/upload/views/file-select/file-select.scss"],"names":[],"mappings":"AAAA;AACA;AACA,mBAAmB","file":"css/75.chunk.css","sourcesContent":[".cv--uploadImage--2qNTM {\n width: 10.5rem;\n height: 7.375rem; }\n"],"sourceRoot":""}
@@ -1,6 +0,0 @@
1
- .cv--completeImage--1LiuD {
2
- width: 10.5rem;
3
- height: 8.1875rem; }
4
-
5
-
6
- /*# sourceMappingURL=76.chunk.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/upload/views/upload-complete/upload-complete.scss"],"names":[],"mappings":"AAAA;AACA;AACA,oBAAoB","file":"css/76.chunk.css","sourcesContent":[".cv--completeImage--1LiuD {\n width: 10.5rem;\n height: 8.1875rem; }\n"],"sourceRoot":""}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/tag-list/tag-item.scss"],"names":[],"mappings":"AAAA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,mBAAmB","file":"css/8.chunk.css","sourcesContent":[".cv--disabled--3Vziu {\n background-color: #f1f1f1;\n color: #B5B5B5; }\n .cv--disabled--3Vziu:hover {\n background-color: #f1f1f1;\n color: #B5B5B5; }\n"],"sourceRoot":""}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/styles/theme-overrides.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/video-item/partial-loading/video-item-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/content-updates/components/video-group-list/partial-loading/video-group-list-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/sub-folders/partial-loading/sub-folder-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/notifications/components/partial-loading/notification-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/staff-requests/components/staff-request-list/partial-loading/staff-request-list-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/staff-requests/components/staff-request-details/partial-loading/staff-request-details-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/dashboard/components/dashboard-action-tile/partial-loading/dashboard-action-tile-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/banner/banner.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/video-list-header/partial-loading/video-list-header-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/search/components/filters/filter-button-list/partial-loading/filter-button-item-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/video-sidebar-info/partial-loading/video-sidebar-info-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/video-header/partial-loading/video-header-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/video-basic-info/partial-loading/video-basic-info-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/edit-video-tabs/partial-loading/edit-video-tabs-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/edit-video/partial-loading/edit-video-details-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/views/edit-chapters/partial-loading/edit-chapters-list-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/components/chapter-form/partial-loading/chapter-form-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/web-player/partial-loading/web-player-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/views/edit-resources/partial-loading/upload-area/uploadAreaPartial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/views/share/partial-loading/share-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/search-bar/search-bar.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/video-list/partial-loading/video-list-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/sorting-row/sorting-row.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/migration-video-item/migration-video-item.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/sorting-row/partial-loading/sorting-row-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/smart-migration/partial-loading/left-nav-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/components/status-bar/status-bar.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/current-section-header/current-section-header.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/content-updates/components/awaiting-review-header/partial-loading/awaiting-review-header-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/views/left-navigation/partial-loading/left-nav-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/views/library/partial-loading/library-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/video-item-preview/partial-loading/video-item-preview-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/views/edit-resources/partial-loading/cv-resources/cv-resources-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/search/components/filters/filter-options/tag-filter-options/partial-loading/tag-filter-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/constants/empty-state-components/empty-state.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/utils/search/raw-search-components/add-new/add-new.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/alert/alert.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/layouts/manage-layout/manage-layout.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/legacy/behaviors/file-drop/file-drop.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/notifications/components/notification-status/notification-status.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/legacy/constants/empty-state-components/empty-state.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/notifications/components/notification-items/notification-item/notification-item.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/notifications/components/notification-items/partial-loading/notification-partial.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/notifications/views/header/notification-header.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/components/confirm-selection/confirm-selection.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/components/search-tips/search-tips.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/components/search-context/search-context.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/components/instant-search/recent-search/recent-search.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/legacy/components/thumbnail/thumbnail.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/components/instant-search/classification/classification-search-result.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/views/search-bar/search.scss","file://C:/ClickView Projects/@clickview/packages/libs/shared/src/apps/search/views/search-bar/partial/search-bar-partial.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/views/user-options/user-options.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/user-options-dropdown/user-options-dropdown.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/upload/components/processing-progress/process-progress.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/upload/views/upload-button/upload-button.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/upload/components/progress-info/progress-info.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/page-header/page-header.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/views/top-navigation/top-navigation.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/shared/components/top-navigation/top-navigation.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/migration-wizard/views/publish-library-banner/publish-library.scss","file://C:/ClickView Projects/@clickview/packages/projects/library-editor/src/apps/library-editor/behaviors/droppable/droppable.scss"],"names":[],"mappings":"AAAA;AACA;AACA;AACA,eAAe;;AAEf;AACA;AACA,iBAAiB;;ACPjB;AACA;AACA,yCAAyC;;AAEzC;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,iBAAiB;;ACfjB;AACA;AACA,4DAA4D;;ACF5D;AACA;AACA,iBAAiB;;ACFjB;AACA;AACA,sCAAsC;;AAEtC;AACA;AACA;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA,mBAAmB;;AAEnB;AACA,aAAa;;ACvBb;AACA,iCAAiC;;AAEjC;AACA,aAAa;;AAEb;AACA,aAAa;;AAEb;AACA,aAAa;;AAEb;AACA,eAAe;;ACbf;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA,cAAc;;AAEd;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA;AACA,wBAAwB;;AClBxB;AACA;AACA,gDAAgD;;ACFhD;AACA;AACA;AACA;AACA;AACA;AACA,0CAA0C;AAC1C;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,kDAAkD;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,qCAAqC;;ACvBrC;AACA,gBAAgB;;ACDhB;AACA;AACA;AACA;AACA;AACA,cAAc;;ACLd;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA,kBAAkB;;AAElB;AACA;AACA,kBAAkB;;AAElB;AACA,aAAa;;ACbb;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,cAAc;;ACNd;AACA;AACA,kBAAkB;;AAElB;AACA;AACA,kBAAkB;;ACNlB;AACA;AACA,kBAAkB;;AAElB;AACA,cAAc;;AAEd;AACA,eAAe;;AAEf;AACA;AACA,eAAe;;ACZf;AACA;AACA,oBAAoB;;AAEpB;AACA;AACA,oBAAoB;;AAEpB;AACA,kBAAkB;;AAElB;AACA;AACA,cAAc;;AAEd;AACA,eAAe;;AChBf;AACA;AACA,eAAe;;AAEf;AACA,cAAc;;AAEd;AACA,iBAAiB;;ACRjB;AACA;AACA,kBAAkB;;AAElB;AACA;AACA,cAAc;;AAEd;AACA;AACA,iBAAiB;;ACVjB;AACA;AACA;AACA;AACA;AACA,sBAAsB;;ACLtB;AACA;AACA,eAAe;;AAEf;AACA;AACA,aAAa;;AAEb;AACA;AACA;AACA,yBAAyB;;ACXzB;AACA,eAAe;;AAEf;AACA,oBAAoB;;ACJpB;AACA,wCAAwC;;AAExC;AACA;AACA,mCAAmC;AACnC;AACA;AACA,oBAAoB;AACpB;AACA,4BAA4B;AAC5B;AACA,qBAAqB;AACrB;AACA,qBAAqB;;AAErB;AACA,yBAAyB;AACzB;AACA,kBAAkB;;AAElB;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA;AACA;AACA,gCAAgC;;AAEhC;AACA;AACA,yBAAyB;;AC7CzB;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,cAAc;;AAEd;AACA,cAAc;;ACdd;AACA;AACA,eAAe;AACf;AACA;AACA,mBAAmB;;AAEnB;AACA,mCAAmC;;AAEnC;AACA,cAAc;;AAEd;AACA,mBAAmB;;ACdnB;AACA;AACA;AACA,mBAAmB;AACnB;AACA;AACA,0BAA0B;;AAE1B;AACA,iBAAiB;;AAEjB;AACA,eAAe;AACf;AACA,4BAA4B;;AAE5B;AACA,cAAc;;AAEd;AACA,mCAAmC;AACnC;AACA;AACA;AACA,0BAA0B;AAC1B;AACA,8BAA8B;AAC9B;AACA,oBAAoB;AACpB;AACA,4BAA4B;;AAE5B;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA,qBAAqB;;ACvCrB;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA,qBAAqB;;ACRrB;AACA;AACA,kBAAkB;;ACFlB;AACA,gCAAgC;;AAEhC;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA,eAAe;;ACVf;AACA,mBAAmB;;AAEnB;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA,mBAAmB;AACnB;AACA;AACA,+BAA+B;;AAE/B;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA,YAAY;;ACrCZ;AACA,iBAAiB;;ACDjB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,oBAAoB;;AAEpB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;;ACfvB;AACA;AACA,eAAe;;AAEf;AACA;AACA,mBAAmB;;ACNnB;AACA;AACA,kBAAkB;;AAElB;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA,iBAAiB;;AAEjB;AACA;AACA,gBAAgB;;ACfhB;AACA;AACA,eAAe;;AAEf;AACA;AACA,aAAa;;ACNb;AACA,cAAc;;AAEd;AACA,cAAc;;AAEd;AACA,cAAc;;ACPd;AACA;AACA,+BAA+B;;AAE/B;AACA;AACA;AACA;AACA;AACA,uBAAuB;;AAEvB;AACA,kBAAkB;;AAElB;AACA,iBAAiB;;AAEjB;AACA,eAAe;;AClBf;AACA;AACA;AACA;AACA;AACA,YAAY;;ACLZ;AACA;AACA;AACA;AACA;AACA,6CAA6C;AAC7C;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA,qBAAqB;;AAErB;AACA,mBAAmB;AACnB;AACA;AACA,qBAAqB;AACrB;AACA,wBAAwB;;AAExB;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,gBAAgB;;AAEhB;AACA;AACA,yDAAyD;;AAEzD;AACA,aAAa;;AAEb;AACA;AACA,eAAe;AACf;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,eAAe;AACf;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,eAAe;AACf;AACA,eAAe,EAAE;;AAEjB;AACA;AACA,eAAe;AACf;AACA,eAAe,EAAE;;AC5DjB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,uDAAuD;;AAEvD;AACA,sBAAsB;;AAEtB;AACA;AACA,uBAAuB;;AAEvB;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,sCAAsC;;AAEtC;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA,0BAA0B;;AAE1B;AACA,iBAAiB;;AAEjB;AACA;AACA,oBAAoB;AACpB;AACA;AACA,oCAAoC;AACpC;AACA;AACA,oCAAoC;;AC7CpC;AACA,gBAAgB;;AAEhB;AACA,qBAAqB;AACrB;AACA;AACA;AACA;AACA;AACA;AACA,cAAc;AACd;AACA;AACA;AACA,iBAAiB;AACjB;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA,kBAAkB;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,2BAA2B;;ACnC3B;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB;AACzB;AACA,oBAAoB;AACpB;AACA,eAAe;AACf;AACA,mBAAmB;AACnB;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA,eAAe;;ACnBf;AACA,kBAAkB;;AAElB;AACA,iBAAiB;;AAEjB;AACA,eAAe;;ACPf;AACA,iBAAiB;;AAEjB;AACA;AACA;AACA;AACA;AACA,0BAA0B;;AAE1B;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA,iBAAiB;;AAEjB;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,4BAA4B;;AAE5B;AACA,wBAAwB;;AAExB;AACA;AACA,mBAAmB;;AAEnB;AACA,sBAAsB;;AAEtB;AACA,eAAe;AACf;AACA;AACA,oBAAoB;;ACzCpB;AACA;AACA;AACA;AACA;AACA,0BAA0B;;AAE1B;AACA;AACA;AACA,sBAAsB;;AAEtB;AACA;AACA,mBAAmB;;AAEnB;AACA,sCAAsC;;AAEtC;AACA,sBAAsB;;AAEtB;AACA,aAAa;;ACvBb;AACA,yDAAyD;;ACDzD;AACA;AACA;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,uCAAuC;;ACXvC;AACA,iBAAiB;;AAEjB;AACA,sBAAsB;;AAEtB;AACA,eAAe;;AAEf;AACA,sBAAsB;;ACVtB;AACA;AACA;AACA;AACA,kBAAkB;;AAElB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,8CAA8C;;AAE9C;AACA;AACA,cAAc;;AAEd;AACA,yBAAyB;;ACpBzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kBAAkB;AAClB;AACA,wBAAwB;AACxB;AACA,mBAAmB;;ACXnB;AACA,4BAA4B;;AAE5B;AACA,aAAa;;AAEb;AACA;AACA;AACA;AACA;AACA,aAAa;;AAEb;AACA,iBAAiB;;AAEjB;AACA;AACA,cAAc;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,aAAa;;AC1Bb;AACA;AACA;AACA;AACA;AACA,uBAAuB;;AAEvB;AACA,aAAa;;AAEb;AACA,aAAa;;ACXb;AACA;AACA;AACA;AACA;AACA;AACA,iBAAiB;AACjB;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yBAAyB;;AAEzB;AACA;AACA,eAAe;AACf;AACA;AACA;AACA,2BAA2B;AAC3B;AACA,0BAA0B;AAC1B;AACA,gBAAgB;AAChB;AACA;AACA,oBAAoB;AACpB;AACA;AACA;AACA,oCAAoC;AACpC;AACA,+BAA+B;AAC/B;AACA,wBAAwB;;AC9CxB;AACA;AACA;AACA;AACA,4BAA4B;;ACJ5B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;;AAElC;AACA,iBAAiB;;AAEjB;AACA;AACA,6BAA6B;;AChB7B;AACA,gCAAgC;AAChC;AACA,mBAAmB;;ACHnB;AACA;AACA;AACA;AACA,SAAS;;AAET;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA,iBAAiB;;AAEjB;AACA,gBAAgB;;AAEhB;AACA,qBAAqB;AACrB;AACA,kBAAkB;AAClB;AACA,0BAA0B;;AAE1B;AACA,qBAAqB;;AC5BrB;AACA;AACA,yDAAyD;;AAEzD;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;;ACfvB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA,yBAAyB;;AAEzB;AACA;AACA;AACA,eAAe;;ACdf;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA;AACA;AACA;AACA;AACA;AACA,uBAAuB;;AAEvB;AACA,0BAA0B;;AAE1B;AACA;AACA;AACA,WAAW;;ACxBX;AACA;AACA,qCAAqC;AACrC;AACA;AACA;AACA,yBAAyB;;ACNzB;AACA,wCAAwC;AACxC;AACA,sBAAsB;;AAEtB;AACA;AACA;AACA,uBAAuB;AACvB;AACA;AACA,mBAAmB;;ACXnB;AACA;AACA;AACA,qBAAqB;;ACHrB;AACA,gCAAgC;;AAEhC;AACA;AACA,mCAAmC","file":"css/library-editor-app.css","sourcesContent":["svg {\n fill: currentColor;\n width: 100%;\n height: 100%; }\n\n.svg-container {\n width: 1.5rem;\n height: 1.5rem; }\n",".cv--contentContainerWithBulkActions--1OZCN {\n padding-left: -webkit-calc(3.75rem) !important;\n padding-left: calc(3.75rem) !important; }\n\n.cv--thumbnailContainer--35XrM {\n width: 8rem;\n height: 4.5rem; }\n\n.cv--metaContainer--1-L5x {\n width: -webkit-calc(100% - 8rem);\n width: calc(100% - 8rem);\n height: 4.5rem; }\n\n.cv--titleContainer--3nfiJ {\n width: 25%;\n height: 1.4rem; }\n",".cv--videoGroupList--38Usa {\n padding-top: -webkit-calc(1.25rem + 1.5rem + 0.625rem) !important;\n padding-top: calc(1.25rem + 1.5rem + 0.625rem) !important; }\n",".cv--partialSubFolder--1ltue {\n width: 20%;\n height: 2.5rem; }\n",".cv--content--3KP84, .cv--notificationTime--1MR01 {\n height: -webkit-calc(1.3125rem - 0.3125rem);\n height: calc(1.3125rem - 0.3125rem); }\n\n.cv--icon--1GUmS {\n width: 1.5rem;\n height: 1.5rem;\n display: inline-block;\n vertical-align: top;\n margin-right: 0.3125rem;\n border-radius: 100%; }\n\n.cv--contentContainer--34ETn {\n width: -webkit-calc(100% - 1.5rem - 0.625rem);\n width: calc(100% - 1.5rem - 0.625rem);\n display: inline-block;\n vertical-align: top; }\n\n.cv--content--3KP84 {\n max-height: 3rem;\n overflow: hidden; }\n\n.cv--notificationTime--1MR01 {\n width: 15%; }\n",".cv--list--35CAt .cv--item--1r5u9:last-child {\n border-bottom: none !important; }\n\n.cv--title--1ttnP {\n width: 40%; }\n\n.cv--requestedBy--3Tq3M {\n width: 75%; }\n\n.cv--date--33-LZ {\n width: 25%; }\n\n.cv--title--1ttnP, .cv--requestedBy--3Tq3M, .cv--date--33-LZ {\n height: 1rem; }\n",".cv--actions--1cCHt {\n background-color: #f8f8f8; }\n\n.cv--badge--2x-so {\n width: 3.5rem;\n height: 1.25rem;\n border-radius: 1rem; }\n\n.cv--button--2y4ng {\n width: 6rem; }\n\n.cv--selectButton--1uCMl {\n width: 20rem;\n height: 2.1875rem; }\n .cv--selectButton--1uCMl:after {\n position: absolute;\n right: 0.75rem;\n top: 50%;\n margin-top: -0.15em; }\n",".cv--content--3_8yg {\n height: -webkit-calc(2 * 2rem + 1.875rem + 1.3125rem);\n height: calc(2 * 2rem + 1.875rem + 1.3125rem); }\n",".cv--banner--16p9Y {\n background-color: #f1f1f1;\n background-size: cover;\n background-position: center;\n height: 0;\n padding-bottom: -webkit-calc(185 / 1000 * 100%);\n padding-bottom: calc(185 / 1000 * 100%); }\n .cv--banner--16p9Y .cv--actions--KoZV- {\n background-color: rgba(0, 0, 0, 0.5);\n top: 0;\n width: 2rem;\n height: 2rem; }\n .cv--banner--16p9Y .cv--actions--KoZV- svg {\n opacity: 1;\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }\n .cv--banner--16p9Y h1 {\n bottom: 1.25rem;\n left: 1.25rem;\n max-width: 100%;\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);\n overflow-wrap: break-word;\n max-height: 5.2rem;\n overflow: hidden;\n padding: 0.1rem 1.25rem 0.1rem 0; }\n",".cv--button--3owCz {\n width: 8.8rem; }\n",".cv--filterButton--10tNq:after {\n display: inline-block;\n vertical-align: middle;\n width: 5.125rem;\n height: 2.0625rem;\n content: \"\"; }\n",".cv--video--oGPHd {\n width: 100%;\n height: 155px; }\n\n.cv--text--1tn1v, .cv--subText--1OlIS, .cv--subSubText--3xERx {\n width: 100%;\n height: 1.85rem; }\n\n.cv--subText--1OlIS, .cv--subSubText--3xERx {\n width: 75%;\n height: 1.35rem; }\n\n.cv--subSubText--3xERx {\n width: 50%; }\n",".cv--videoTitle--rJRCI, .cv--videoAction--3O5I3 {\n width: 200px;\n height: 1.55rem;\n margin-top: 0.7rem; }\n\n.cv--videoAction--3O5I3 {\n width: 70px; }\n",".cv--text--z4_PP, .cv--subText--1CvDv {\n width: 10rem;\n height: 1.85rem; }\n\n.cv--subText--1CvDv {\n width: 50%;\n height: 1.35rem; }\n",".cv--tab--1K9wl, .cv--detailsTab--31qrm, .cv--chaptersTab--1VUMk, .cv--learningTab--35o6Z {\n width: 8rem;\n height: 1.75rem; }\n\n.cv--chaptersTab--1VUMk {\n width: 6rem; }\n\n.cv--learningTab--35o6Z {\n width: 12rem; }\n\n.cv--back--2SZ3v {\n width: 8rem;\n height: 2rem; }\n",".cv--header--1JGs8 {\n width: 8rem;\n height: 1.3125rem; }\n\n.cv--subHeader--11o1N {\n width: 6rem;\n height: 1.3125rem; }\n\n.cv--thumbnailContainer--ebrIQ {\n height: 12.5rem; }\n\n.cv--input--2xpxP, .cv--textbox--3OIzb {\n height: 2.1875rem;\n width: 100%; }\n\n.cv--textbox--3OIzb {\n height: 4rem; }\n",".cv--header--1Yt1j, .cv--input--tJ4KG, .cv--line--2BFZB {\n width: 8rem;\n height: 2rem; }\n\n.cv--input--tJ4KG, .cv--line--2BFZB {\n width: 100%; }\n\n.cv--line--2BFZB {\n height: 1.5rem; }\n",".cv--header--2KAd_, .cv--input--2ai1L {\n width: 8rem;\n height: 1.25rem; }\n\n.cv--input--2ai1L {\n height: 2rem;\n width: 100%; }\n\n.cv--button--crdSU {\n width: 8rem;\n height: 2.5rem; }\n",".cv--player--H6oUk {\n position: relative;\n width: 100%;\n padding: 0;\n overflow: hidden;\n padding-top: 56.25%; }\n",".cv--header--15fBJ {\n width: 8rem;\n height: 2rem; }\n\n.cv--text--2OP4S {\n height: 1.5rem;\n width: 40%; }\n\n.cv--upload--17wos {\n width: 50%;\n height: 4rem;\n border-radius: 0.25rem; }\n",".cv--container--11___ {\n height: 5rem; }\n\n.cv--input--3RRYx {\n height: 2.1875rem; }\n",".cv--containerWithBottomBorder--3pMnf {\n border-bottom: 0.125rem solid #eaeaea; }\n\n.cv--tabContainer--3DDqe {\n background-color: #f8f8f8;\n border-bottom: 1px solid #eaeaea; }\n .cv--tabContainer--3DDqe a {\n text-align: center;\n cursor: pointer; }\n .cv--tabContainer--3DDqe a:hover {\n text-decoration: none; }\n .cv--tabContainer--3DDqe .cv--publisherArchiveAppLink--WtJIT {\n max-width: 22rem; }\n .cv--tabContainer--3DDqe .cv--reviewErroredAppLink--2P6wN {\n max-width: 17rem; }\n\n.cv--none--36_Ky .cv--tabContainer--3DDqe {\n background-color: #fff; }\n .cv--none--36_Ky .cv--tabContainer--3DDqe .cv--reviewErroredAppLink--2P6wN {\n display: none; }\n\n.cv--none--36_Ky .cv--publisherArchiveAppLink--WtJIT {\n text-align: left; }\n\n.cv--publisherArchive--oHXCU .cv--tabContainer--3DDqe .cv--publisherArchiveAppLink--WtJIT {\n background-color: #fff;\n border-bottom: 1px solid #fff;\n margin-bottom: -1px;\n border-right: 1px solid #eaeaea;\n font-weight: bold; }\n\n.cv--publisherArchive--oHXCU .cv--tabContainer--3DDqe .cv--reviewErroredAppLink--2P6wN {\n border-left: 1px solid #eaeaea;\n margin-left: -1px;\n margin-bottom: -1px; }\n\n.cv--migrationErrors--_Ztdf .cv--tabContainer--3DDqe .cv--reviewErroredAppLink--2P6wN {\n background-color: #fff;\n margin-bottom: -1px;\n border-left: 1px solid #eaeaea;\n border-right: 1px solid #eaeaea;\n border-bottom: 1px solid #fff; }\n\n.cv--svgContainer--edUQE {\n color: #FFCD52;\n vertical-align: middle; }\n",".cv--videoList--2YEbA {\n max-height: 34.375rem;\n overflow: hidden; }\n\n.cv--text--1-Tvp, .cv--views--3BDvT {\n width: 14rem;\n height: 1.1rem;\n top: 0.2rem;\n position: relative; }\n\n.cv--views--3BDvT {\n width: 4rem; }\n\n.cv--bulkCheckbox--2ew2h {\n top: 0.1rem; }\n",".cv--svgContainer--O3FnZ {\n display: inline-block;\n top: -0.2rem; }\n .cv--svgContainer--O3FnZ svg {\n width: 1.8rem;\n height: 1.8rem; }\n\n.cv--sortingRow--Rbj8Y {\n border-bottom: 1px solid #eaeaea; }\n\n.cv--bulkCheckbox--2mKzS {\n top: 0.1rem; }\n\n.cv--sortOption--3ajGP {\n font-weight: 600; }\n",".cv--viewLink--2s0QU {\n display: none;\n color: #4E9ACE;\n font-weight: 500; }\n .cv--viewLink--2s0QU:hover {\n color: #4E9ACE;\n text-decoration: none; }\n\n.cv--viewCount--1ncwl {\n color: #B5B5B5; }\n\n.cv--faded--2G1C1 {\n opacity: 0.5; }\n .cv--faded--2G1C1 .custom-control-input:checked ~ .custom-control-label::before {\n border: none !important; }\n\n.cv--bulkCheckbox--225JZ {\n top: 0.1rem; }\n\n.cv--videoRow--fFRMW {\n border-bottom: 1px solid #eaeaea; }\n .cv--videoRow--fFRMW .cv--videoTitle--3YCJO {\n font-weight: 400;\n color: #313543;\n text-decoration: none; }\n .cv--videoRow--fFRMW:hover {\n background-color: #f8f8f8; }\n .cv--videoRow--fFRMW:hover .cv--viewCount--1ncwl {\n display: none; }\n .cv--videoRow--fFRMW:hover .cv--viewLink--2s0QU {\n display: inline-block; }\n\n.cv--errorIconContainer--37_lU {\n width: 2rem; }\n\n.cv--categoryName--3gjN2 {\n font-style: italic;\n color: #B5B5B5;\n font-size: 0.75rem;\n margin-top: 0.1rem; }\n",".cv--header--1S3_p, .cv--toggle--1pAWe {\n width: 12rem;\n height: 1.75rem;\n opacity: 0.75; }\n\n.cv--toggle--1pAWe {\n height: 1.25rem;\n width: 10rem;\n margin: 0 0 0 auto; }\n",".cv--row--rShIv {\n width: 80%;\n height: 1.25rem; }\n",".cv--statusBar--3qlXe {\n border-top: 1px solid #eaeaea; }\n\n.cv--statusBarMessage--1ul9Z {\n font-weight: 500;\n color: #5B5E68; }\n\n.cv--button--3HS1V {\n min-width: 90px;\n padding: 0.25rem 1.25rem;\n color: white; }\n",".cv--currentHeader--b4Mqw {\n height: 3.375rem; }\n\n.cv--header--2OV3l {\n display: inline-block;\n margin-top: 0.35rem; }\n\n.cv--subheader--6H8te {\n margin-top: 0.35rem;\n font-weight: 500; }\n .cv--subheader--6H8te svg {\n width: 1.5rem;\n margin: -0.2rem 0.2rem 0 0; }\n\n.cv--back--3RKrR {\n margin-left: 1rem;\n display: inline-block; }\n\n.cv--backSvgContainer--1T015 {\n width: 1.05rem;\n height: 1.05rem;\n position: relative;\n top: -0.15rem; }\n\n.cv--checkSvgContainer--3Q3UJ {\n width: 1.35rem;\n height: 1.35rem;\n position: relative;\n top: -0.15rem;\n color: #D7D7D7; }\n\n.cv--checkSvgContainerChecked--ZsxkB {\n color: #60B789; }\n\n.cv--svg--uKtsP {\n position: relative;\n top: 1px;\n left: 2px; }\n",".cv--button--1CETN {\n width: 8.75rem; }\n",".cv--logo--3QS4m {\n width: 8rem;\n height: 8rem;\n margin: 0 auto; }\n\n.cv--row--1odt6 {\n display: block;\n height: 2.1875rem; }\n\n.cv--text--JJCF1 {\n position: relative;\n top: 0.4375rem;\n display: block;\n height: 1.25rem;\n width: 6.25rem;\n margin-left: 1.25rem; }\n",".cv--text--3hPOj {\n width: 8rem;\n height: 2rem; }\n\n.cv--folder--2zGvZ {\n display: block;\n height: 8.125rem; }\n",".cv--text--3b-w5 {\n width: 9rem;\n height: 1.35rem; }\n\n.cv--subText--k49US {\n width: 50%;\n height: 1.35rem;\n margin-bottom: 0.8rem; }\n\n.cv--multilineSubText--1QGdP {\n width: 90%;\n height: 2.7rem; }\n\n.cv--thumbnail--2V8gJ {\n width: 25rem;\n height: 15rem; }\n",".cv--header--2x-al {\n width: 8rem;\n height: 2rem; }\n\n.cv--item--hFvEo {\n height: 1.5rem;\n width: 40%; }\n",".cv--tagWidth1--cy-sv {\n width: 3rem; }\n\n.cv--tagWidth2--35_iB {\n width: 4rem; }\n\n.cv--tagWidth3--2sYuD {\n width: 5rem; }\n",".cv--addLibraryButton--fXaTF {\n padding-left: -webkit-calc(1.875rem);\n padding-left: calc(1.875rem); }\n\n.cv--addLibraryPlus--3Ygal {\n width: 1.5rem;\n height: 1.5rem;\n left: 0.375rem;\n top: 50%;\n margin-top: -0.75rem; }\n\n.cv--paddedContainer--1uVUJ {\n padding: 7.5rem; }\n\n.cv--imageLarge--2-GAI {\n height: 7.5rem; }\n\n.cv--imageSmall--36Ljd {\n height: 5rem; }\n",".cv--svgContainer--1nWzn {\n width: 1.3rem;\n height: 1.3rem;\n display: inline-block;\n position: relative;\n top: -2px; }\n",".cv--alertItem--6L-Rn {\n border-radius: 0.25rem;\n border: 1px solid #D7D7D7;\n box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.1);\n -webkit-animation: cv--fadeIn--2ISjU 500ms;\n animation: cv--fadeIn--2ISjU 500ms; }\n .cv--alertItem--6L-Rn .close {\n float: none;\n line-height: 0.8;\n vertical-align: top; }\n\n.cv--icon--3X3sP {\n vertical-align: top;\n text-align: center; }\n\n.cv--alertContent--2_sUY {\n width: 15.625rem; }\n .cv--alertContent--2_sUY .cv--heading--2nrzl {\n line-height: 1.5;\n font-weight: 500; }\n .cv--alertContent--2_sUY .cv--heading--2nrzl, .cv--alertContent--2_sUY .cv--message--1UIK0, .cv--alertContent--2_sUY .cv--link--2xwcl {\n font-size: 0.875rem; }\n\n.cv--svgContainer--2yj4z {\n vertical-align: middle;\n width: 1.5rem;\n height: 1.5rem; }\n\n.cv--alertList--1O_xv {\n z-index: 1071; }\n\n.cv--removing--3pw7F {\n -webkit-animation: cv--fadeOut--eLPSS 500ms !important;\n animation: cv--fadeOut--eLPSS 500ms !important; }\n\n.cv--removed--OqzPi {\n opacity: 0; }\n\n@-webkit-keyframes cv--fadeIn--2ISjU {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n@keyframes cv--fadeIn--2ISjU {\n from {\n opacity: 0; }\n to {\n opacity: 1; } }\n\n@-webkit-keyframes cv--fadeOut--eLPSS {\n from {\n opacity: 1; }\n to {\n opacity: 0; } }\n\n@keyframes cv--fadeOut--eLPSS {\n from {\n opacity: 1; }\n to {\n opacity: 0; } }\n",".cv--leftNav--2r3wp {\n top: 0;\n bottom: 0;\n position: absolute;\n width: 15rem;\n background-color: #fff;\n min-height: -webkit-calc(100vh - 6.5625rem);\n min-height: calc(100vh - 6.5625rem);\n padding-bottom: 1.25rem;\n box-shadow: 0.3125rem 0 0.3125rem -0.3125rem #D7D7D7; }\n\n.cv--topNav--2tPrC {\n padding-left: 15rem; }\n\n.cv--contentBox--gzfZN {\n width: 100%;\n padding-top: 1.25rem; }\n\n.cv--leftNavContentBox--1yUOQ {\n padding-left: 15rem; }\n\n.cv--sizingBox--2Rol1 {\n position: relative;\n min-height: -webkit-calc(100vh - 6.5625rem);\n min-height: calc(100vh - 6.5625rem); }\n\n.cv--alertBox--1TUsf {\n position: relative; }\n .cv--alertBox--1TUsf ul {\n bottom: 0;\n right: 1.25rem;\n position: fixed;\n list-style-type: none; }\n\n.cv--alertBoxWithIntercom--QDngA ul {\n right: 6.25rem; }\n\n.cv--lockedWidth--1XHqq {\n height: 100%;\n min-width: 1200px; }\n .cv--lockedWidth--1XHqq .container {\n min-width: -webkit-calc(1200px - 15rem);\n min-width: calc(1200px - 15rem); }\n .cv--lockedWidth--1XHqq .cv--contentBox--gzfZN .container {\n min-width: -webkit-calc(1200px - 15rem);\n min-width: calc(1200px - 15rem); }\n",".cv--dropMask--3jGSR, .cv--dropContent--2SaaO, .cv--dropArea--2HnPG {\n display: none; }\n\n.cv--dragOver--3OJZ2 {\n position: relative; }\n .cv--dragOver--3OJZ2 .cv--dropMask--3jGSR, .cv--dragOver--3OJZ2 .cv--dropContent--2SaaO, .cv--dragOver--3OJZ2 .cv--dropArea--2HnPG {\n display: block;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0; }\n .cv--dragOver--3OJZ2 .cv--dropMask--3jGSR {\n z-index: 1040;\n background-color: #313543;\n opacity: 0.5; }\n .cv--dragOver--3OJZ2 .cv--dropContent--2SaaO {\n z-index: 1041; }\n .cv--dragOver--3OJZ2 .cv--dropContent--2SaaO h1 {\n position: absolute;\n top: 50%;\n width: 100%;\n text-align: center;\n color: #fff;\n margin-top: -1rem; }\n .cv--dragOver--3OJZ2 .cv--dropArea--2HnPG {\n z-index: 1042; }\n .cv--dragOver--3OJZ2 .cv--border--1TRjg {\n display: block;\n position: fixed;\n top: 6rem;\n left: 6rem;\n right: 6rem;\n bottom: 6rem;\n border: 3px dashed #fff;\n border-radius: 0.25rem; }\n",".cv--notificationIcon--3SkbQ {\n width: 2rem;\n height: 2rem;\n color: #FFFFFF;\n position: relative;\n display: inline-block;\n vertical-align: middle; }\n .cv--notificationIcon--3SkbQ:hover {\n cursor: pointer; }\n .cv--notificationIcon--3SkbQ svg {\n fill: #fff; }\n .cv--notificationIcon--3SkbQ.cv--light--2TvQg {\n color: #FFFFFF; }\n .cv--notificationIcon--3SkbQ.cv--dark--3taGb {\n color: #333333; }\n\n.cv--unreadCount--1u6ig {\n position: absolute;\n left: 1.1rem;\n bottom: -2px; }\n",".cv--paddedContainer--1cCVc {\n padding: 7.5rem; }\n\n.cv--imageLarge--3Wy1u {\n height: 7.5rem; }\n\n.cv--imageSmall--3t8Qq {\n height: 5rem; }\n",".cv--item--3CmnQ {\n display: block; }\n\n.cv--icon--YYvWW {\n width: 1.5rem;\n height: 1.5rem;\n display: inline-block;\n vertical-align: top;\n margin-right: 0.3125rem; }\n\n.cv--contentContainer--1w1Jg {\n width: calc(100% - 1.5rem - 0.625rem);\n display: inline-block;\n vertical-align: top; }\n\n.cv--notificationTime--11n-Y {\n color: #979797; }\n\n.cv--item--3CmnQ.unread {\n background-color: #eef5fa; }\n\n.cv--item--3CmnQ.unread:hover {\n background-color: #daeaf5; }\n\n.cv--item--3CmnQ.read:hover {\n background-color: #f1f1f1; }\n\n.cv--item--3CmnQ:hover {\n text-decoration: none; }\n\n.cv--content--3JkbY {\n max-height: 2.4rem;\n overflow: hidden; }\n\n.cv--icon--YYvWW svg {\n vertical-align: top; }\n\n.cv--contentContainer--1w1Jg .cv--actionText--3D1fr {\n float: right; }\n .cv--contentContainer--1w1Jg .cv--actionText--3D1fr:hover {\n text-decoration: underline;\n cursor: pointer; }\n",".cv--icon--1FlbK {\n width: 1.5rem;\n height: 1.5rem;\n display: inline-block;\n vertical-align: top;\n margin-right: 0.3125rem; }\n\n.cv--contentContainer--1RJPc {\n width: calc(100% - 1.5rem - 0.625rem);\n display: inline-block;\n vertical-align: top; }\n\n.cv--content--4fHKQ {\n max-height: 3rem;\n overflow: hidden; }\n\n.cv--content--4fHKQ, .cv--notificationTime--3hBwJ {\n height: calc(1.3125rem - 0.3125rem); }\n\n.cv--icon--1FlbK {\n border-radius: 100%; }\n\n.cv--notificationTime--3hBwJ {\n width: 15%; }\n",".cv--notificationsContainer--3BMCf {\n width: calc(25rem - (0.75rem * 2) - (2px) - 0.3125rem); }\n",".cv--selectionContainer--3m62c {\n background-color: #f8f8f8;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem; }\n\n.cv--svgContainer--1XxEl {\n width: 1.2rem;\n height: 1.2rem;\n display: inline-block; }\n\nkbd {\n padding: 0.2rem 0.4rem 0.2rem 0.2rem; }\n",".cv--svgContainer--ecsrN {\n color: #B5B5B5; }\n\n.cv--tip--IwYkF {\n white-space: nowrap; }\n\n.cv--termContainer--1BqAi {\n width: 12rem; }\n\n.cv--term--1NEsr {\n padding: 0.15625rem; }\n",".cv--svgContainer--1ZcbC {\n display: inline-block;\n height: 1.25rem;\n width: 1.25rem;\n cursor: pointer; }\n\n.cv--searchContextTag--1RLqh {\n color: #333333;\n background-color: #f1f1f1;\n border-radius: 0.25rem;\n padding: 0.25rem 0.5rem;\n box-sizing: border-box;\n margin-left: 0.25rem;\n transition: background-color .1s, color .1s; }\n\n.cv--tagFocus--179a5 {\n background-color: #F8981D;\n color: #fff; }\n\n.cv--searchContextContainer--3nPVB {\n vertical-align: middle; }\n",".cv--removeRecent--d1QVW {\n width: 1.5rem;\n height: 1.5rem;\n float: right;\n font-size: 1.5rem;\n font-weight: 400;\n opacity: .5;\n cursor: pointer; }\n .cv--removeRecent--d1QVW svg {\n vertical-align: top; }\n .cv--removeRecent--d1QVW:hover {\n color: #D9584F; }\n",".cv--thumbnailContainer--1u9bn {\n background-color: #f1f1f1; }\n\n.cv--thumbnail--1CQyt {\n z-index: 1; }\n\n.cv--svgContainer--2L1Hd svg, .cv--playSvgContainer--17LPb svg {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n width: 20%; }\n\n.cv--svgContainer--2L1Hd svg {\n color: #D7D7D7; }\n\n.cv--playSvgContainer--17LPb svg {\n z-index: 9;\n color: #fff; }\n\n.cv--durationOverlay--15X7K {\n position: absolute;\n bottom: 0.25rem;\n right: 0.25rem;\n color: #fff;\n background-color: rgba(51, 51, 51, 0.8);\n z-index: 2; }\n",".cv--coverImage--1_Tx- {\n background-color: #f1f1f1;\n display: block;\n position: relative;\n width: 100%;\n padding-bottom: 100%; }\n\n.cv--coverContainer--3Qf-6 {\n width: 12%; }\n\n.cv--textContainer--34VXV {\n width: 88%; }\n",".cv--searchSvgContainer--1-crd {\n width: 1.5rem;\n height: 1.5rem;\n position: absolute;\n right: 1.875rem;\n top: 0.375rem;\n color: #979797; }\n .cv--searchSvgContainer--1-crd:hover {\n cursor: pointer;\n color: #5B5E68; }\n\n.cv--tipsContainer--15HAy {\n position: absolute;\n right: 0.375rem;\n top: 0.375rem; }\n\n.cv--searchInput--1qca6 {\n width: 100%;\n border: none;\n padding: 0.75rem;\n height: 100%;\n font-size: 0.875rem;\n outline: none;\n border-radius: 0.25rem; }\n\n.cv--searchBar--3XQHi {\n z-index: 50;\n border: none; }\n .cv--searchBar--3XQHi .twitter-typeahead {\n height: 100%;\n width: 75%;\n vertical-align: middle; }\n .cv--searchBar--3XQHi .tt-suggestion a:hover {\n text-decoration: none; }\n .cv--searchBar--3XQHi .tt-hint, .cv--searchBar--3XQHi .tt-menu {\n width: 100%; }\n .cv--searchBar--3XQHi .tt-cursor {\n background-color: #f8f8f8;\n cursor: pointer; }\n .cv--searchBar--3XQHi .tt-menu {\n background-color: #fff;\n right: 0px;\n transform: translateY(0.125rem); }\n .cv--searchBar--3XQHi .tt-menu.hide-results {\n display: none !important; }\n .cv--searchBar--3XQHi .ignore-highlighting strong {\n font-weight: normal; }\n",".cv--searchBar--2oChq {\n width: 53.4375rem;\n height: 2.1875rem;\n border-radius: 0.25rem;\n border: 1px solid #D7D7D7; }\n",".cv--avatar--1SfF- {\n border-radius: 50%;\n background-color: #51ADA3;\n display: inline-block;\n width: 2.1875rem;\n height: 2.1875rem;\n text-align: center;\n line-height: 2.1875rem;\n background-size: cover;\n background-position: top center; }\n\n.cv--arrow--2C5x6 {\n color: #FFFFFF; }\n\n.cv--popoverOffset--3FIw8 .dropdown-menu-right::before, .cv--popoverOffset--3FIw8 .dropdown-menu-right::after {\n right: -webkit-calc(1.25rem - 7px);\n right: calc(1.25rem - 7px); }\n",".cv--heading--2xsqU:hover {\n background-color: transparent; }\n .cv--heading--2xsqU:hover .cv--displayName--3tg2v {\n color: #333333; }\n",".cv--actions--1n37b {\n display: inline-block;\n position: absolute;\n right: 0;\n top: 0; }\n\n.cv--spinner--3Fpix, .cv--cancel--2ZmdX {\n width: 1.25rem;\n height: 1.25rem;\n display: inline-block; }\n\n.cv--cancel--2ZmdX {\n font-size: 2rem;\n line-height: 1rem;\n cursor: pointer;\n color: #B5B5B5; }\n\n.cv--hiddenCancel--1PypJ {\n display: none; }\n\n.cv--processProgress--3dASy {\n position: relative; }\n .cv--processProgress--3dASy:hover .cv--spinner--3Fpix {\n display: none; }\n .cv--processProgress--3dASy:hover .cv--cancel--2ZmdX {\n display: inline-block; }\n\n.cv--errorMargin--3GfnF {\n margin-right: 4rem; }\n",".cv--progressDropdown--3mx9H .progress-summary {\n width: -webkit-calc(25rem - (0.75rem * 2) - (2px) - 0.3125rem);\n width: calc(25rem - (0.75rem * 2) - (2px) - 0.3125rem); }\n\n.cv--upload--t6ngq {\n vertical-align: top;\n padding-left: 36px;\n position: relative; }\n\n.cv--uploadButtonSvg--35apo {\n width: 1.5rem;\n height: 1.5rem;\n position: absolute;\n left: 0.375rem;\n top: 50%;\n margin-top: -0.75rem; }\n",".cv--progressInfo--1fkFK {\n text-align: center;\n cursor: pointer;\n position: relative; }\n\n.cv--svgContainer--2uMkl {\n width: 2rem;\n height: 2rem;\n display: inline-block;\n vertical-align: middle; }\n\n.cv--itemCount--1oXJj {\n position: absolute;\n left: 0.75rem;\n bottom: -6px; }\n",".cv--logoContainer--1T4m8 {\n min-width: 12rem;\n width: 13.75rem;\n height: 2.92062rem; }\n\n.cv--upload--2CcDj {\n vertical-align: top;\n padding-left: 36px;\n position: relative; }\n\n.cv--uploadButtonSvg--2N6Io {\n width: 1.5rem;\n height: 1.5rem;\n position: absolute;\n left: 0.375rem;\n top: 50%;\n margin-top: -0.75rem; }\n\n.cv--searchBar--Ds2gb {\n padding-right: 18.75rem; }\n\n.cv--actionButtons--3OcPu {\n top: 0;\n bottom: 0;\n right: 0; }\n",".cv--topNav--3xqNh {\n min-height: -webkit-calc(1.3125rem + 1rem);\n min-height: calc(1.3125rem + 1rem); }\n .cv--topNav--3xqNh .nav {\n display: -webkit-inline-box;\n display: -webkit-inline-flex;\n display: inline-flex; }\n",".cv--active--3fIrz {\n text-shadow: 0.05rem 0 0 currentColor; }\n .cv--active--3fIrz .badge {\n text-shadow: none; }\n\n.cv--icon--1RDxv {\n height: 1.5rem;\n position: relative;\n margin-top: -0.25rem; }\n .cv--icon--1RDxv svg {\n width: 1.5rem;\n height: 1.5rem; }\n",".cv--banner--1kvBB {\n background-color: #4E9ACE;\n color: #fff;\n text-align: center; }\n",".cv--droppable--1OOL3 {\n border: 1px solid transparent; }\n\n.cv--hover--sCq0c {\n background-color: #fff2d2;\n border-color: #fff2d2 !important; }\n"],"sourceRoot":""}
@@ -1,19 +0,0 @@
1
- import { BaseService } from "../core/BaseService";
2
- export declare class ScrollService extends BaseService {
3
- private preventScroll;
4
- initialize(): void;
5
- get name(): string;
6
- /**
7
- * In places of the application where we would not
8
- * like an appLink to scroll to the top, call this
9
- * method. This will typically be done in an `onBeforeRender`
10
- * or 'onClick' handler.
11
- */
12
- cancelScrollTop(): void;
13
- /**
14
- * Once the route change has completed, we check to see
15
- * if the page should scroll to the top based on the check
16
- * done by validateAppLink
17
- */
18
- scrollTop(): void;
19
- }