@clickview/lite 0.0.22-dev.0 → 0.0.22-rc.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 (166) hide show
  1. package/dist/css/0.chunk.css +1 -1
  2. package/dist/css/12.chunk.css +4 -2
  3. package/dist/css/13.chunk.css +1 -1
  4. package/dist/css/15.chunk.css +4 -2
  5. package/dist/css/16.chunk.css +6 -6
  6. package/dist/css/18.chunk.css +1 -1
  7. package/dist/css/2.chunk.css +1 -1
  8. package/dist/css/26.chunk.css +2 -2
  9. package/dist/css/27.chunk.css +2 -2
  10. package/dist/css/3.chunk.css +4 -2
  11. package/dist/css/31.chunk.css +4 -0
  12. package/dist/css/4.chunk.css +3 -3
  13. package/dist/css/5.chunk.css +2 -8
  14. package/dist/css/6.chunk.css +8 -2
  15. package/dist/css/lite-app.css +2 -2
  16. package/dist/en.json +1 -1
  17. package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +2 -1
  18. package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +3 -3
  19. package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +1 -0
  20. package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +5 -1
  21. package/dist/libs/common/src/react/utils/TextHelper.d.ts +1 -1
  22. package/dist/libs/shared/src/apps/content-updates/interfaces/ClassificationVideosGrouping.d.ts +3 -2
  23. package/dist/libs/shared/src/apps/content-updates/interfaces/index.d.ts +0 -1
  24. package/dist/libs/shared/src/apps/playlists/components/empty-state/EmptyVideoList.d.ts +3 -0
  25. package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistItem.d.ts +8 -3
  26. package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistList.d.ts +9 -3
  27. package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistOwnerAvatar.d.ts +9 -0
  28. package/dist/{projects/lite → libs/shared}/src/apps/playlists/components/sort-select/PlaylistSortSelect.d.ts +2 -2
  29. package/dist/libs/shared/src/apps/playlists/enums/PlaylistSortType.d.ts +4 -2
  30. package/dist/libs/shared/src/apps/playlists/enums/PlaylistType.d.ts +5 -0
  31. package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistCollectionIdentifier.d.ts +4 -1
  32. package/dist/libs/shared/src/apps/playlists/utils/PlaylistSortHelper.d.ts +0 -1
  33. package/dist/libs/shared/src/apps/subjects/components/preferences/index.d.ts +2 -1
  34. package/dist/libs/shared/src/apps/subjects/components/preferences/nav/PreferencesNav.d.ts +12 -0
  35. package/dist/libs/shared/src/apps/subjects/components/preferences/preference-item/PreferenceItem.d.ts +16 -0
  36. package/dist/libs/shared/src/apps/subjects/components/preferences/{subject-preference-item/SubjectPreferenceItemStatus.d.ts → preference-item/PreferenceItemStatus.d.ts} +1 -0
  37. package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-grid/SubjectPreferenceGrid.d.ts +3 -1
  38. package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/SubjectPreferenceItem.d.ts +2 -0
  39. package/dist/libs/shared/src/apps/subjects/interfaces/ClassificationPreference.d.ts +0 -1
  40. package/dist/libs/shared/src/components/actions/ActionButton.d.ts +5 -0
  41. package/dist/libs/shared/src/components/actions/Actions.d.ts +5 -0
  42. package/dist/libs/shared/src/components/app-link/AppLink.d.ts +4 -0
  43. package/dist/libs/shared/src/components/avatar/Avatar.d.ts +8 -0
  44. package/dist/libs/shared/src/components/clickview-avatar/ClickViewAvatar.d.ts +2 -0
  45. package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +3 -0
  46. package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +4 -0
  47. package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +1 -0
  48. package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +2 -1
  49. package/dist/libs/shared/src/components/svgs/clickview-logo/ClickViewLogo.d.ts +1 -0
  50. package/dist/{projects/lite/src/shared → libs/shared/src}/components/toggle-switch/ToggleSwitch.d.ts +1 -0
  51. package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidget.d.ts +4 -0
  52. package/dist/libs/shared/src/constants/WithStatements.d.ts +5 -0
  53. package/dist/libs/shared/src/enums/PresentationType.d.ts +4 -0
  54. package/dist/libs/shared/src/enums/SettingKind.d.ts +4 -0
  55. package/dist/libs/shared/src/enums/SettingName.d.ts +4 -0
  56. package/dist/libs/shared/src/flight-requests/PlaylistRequests.d.ts +3 -3
  57. package/dist/libs/shared/src/flight-requests/PreferenceRequests.d.ts +14 -6
  58. package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +1 -0
  59. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +4 -1
  60. package/dist/libs/shared/src/images/svg/objects/index.d.ts +4 -1
  61. package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +3 -0
  62. package/dist/libs/shared/src/interfaces/models/Customer.d.ts +1 -0
  63. package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +9 -0
  64. package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +1 -0
  65. package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +4 -1
  66. package/dist/libs/shared/src/interfaces/models/User.d.ts +2 -1
  67. package/dist/libs/shared/src/interfaces/models/index.d.ts +3 -0
  68. package/dist/libs/shared/src/utils/ImageHelper.d.ts +1 -1
  69. package/dist/libs/shared/src/utils/UserHelper.d.ts +3 -0
  70. package/dist/projects/lite/src/app.d.ts +2 -1
  71. package/dist/projects/lite/src/apps/playlists/components/playlist-header/PlaylistHeader.d.ts +1 -1
  72. package/dist/projects/lite/src/apps/playlists/views/playlists/PlaylistsView.d.ts +0 -1
  73. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockStudent.d.ts +0 -1
  74. package/dist/projects/lite/src/shared/components/user-options/UserOptions.d.ts +1 -0
  75. package/dist/scripts/0-a394f6ba51.chunk.js +1 -0
  76. package/dist/scripts/1-5f19a96e0e.chunk.js +17 -0
  77. package/dist/scripts/12-b43caafe9d.chunk.js +1 -0
  78. package/dist/scripts/13-2f23193421.chunk.js +1 -0
  79. package/dist/scripts/14-d110a60532.chunk.js +1 -0
  80. package/dist/scripts/15-00a639e1e2.chunk.js +1 -0
  81. package/dist/scripts/16-fc5fb342de.chunk.js +1 -0
  82. package/dist/scripts/{17-2643f97081.chunk.js → 17-c95e61dec6.chunk.js} +1 -1
  83. package/dist/scripts/{18-11cef5bcf3.chunk.js → 18-2366e66947.chunk.js} +1 -1
  84. package/dist/scripts/{19-fc439ce862.chunk.js → 19-67e91b254a.chunk.js} +1 -1
  85. package/dist/scripts/2-7c9b489c8f.chunk.js +1 -0
  86. package/dist/scripts/{20-35232dcedb.chunk.js → 20-6d9f7aa2a4.chunk.js} +1 -1
  87. package/dist/scripts/{21-1c765a2af4.chunk.js → 21-2baf62770b.chunk.js} +1 -1
  88. package/dist/scripts/{22-cf4cd5b423.chunk.js → 22-4610dd4c22.chunk.js} +1 -1
  89. package/dist/scripts/{23-0001e847cf.chunk.js → 23-e8c0570d4f.chunk.js} +1 -1
  90. package/dist/scripts/{24-39f23edf1d.chunk.js → 24-9a76b40556.chunk.js} +1 -1
  91. package/dist/scripts/{25-4559dda681.chunk.js → 25-339ceebd38.chunk.js} +1 -1
  92. package/dist/scripts/26-8779aa5972.chunk.js +1 -0
  93. package/dist/scripts/27-6d0e2b1308.chunk.js +1 -0
  94. package/dist/scripts/{28-8bb49cbfa5.chunk.js → 28-1546a0f0e2.chunk.js} +1 -1
  95. package/dist/scripts/{29-4e74367dd1.chunk.js → 29-77f2322249.chunk.js} +1 -1
  96. package/dist/scripts/3-fd65b2bb74.chunk.js +7 -0
  97. package/dist/scripts/{31-b39a72f547.chunk.js → 30-f11047c1dd.chunk.js} +1 -1
  98. package/dist/scripts/31-b437762b2e.chunk.js +1 -0
  99. package/dist/scripts/{32-3f06b03ff5.chunk.js → 32-8be947e35c.chunk.js} +1 -1
  100. package/dist/scripts/{33-72625e7232.chunk.js → 33-4acb319295.chunk.js} +1 -1
  101. package/dist/scripts/{34-d966d61bc1.chunk.js → 34-891e281505.chunk.js} +1 -1
  102. package/dist/scripts/35-9c9e7af68d.chunk.js +1 -0
  103. package/dist/scripts/{36-5146c1a852.chunk.js → 36-88f23c1af6.chunk.js} +1 -1
  104. package/dist/scripts/{37-b7607c6340.chunk.js → 37-a833585532.chunk.js} +1 -1
  105. package/dist/scripts/38-e8e6b09b5d.chunk.js +1 -0
  106. package/dist/scripts/39-41ed17d1f8.chunk.js +1 -0
  107. package/dist/scripts/4-0b79336993.chunk.js +1 -0
  108. package/dist/scripts/40-9e01cffd38.chunk.js +1 -0
  109. package/dist/scripts/{39-5f4593a41e.chunk.js → 41-3c305d8a8a.chunk.js} +1 -1
  110. package/dist/scripts/{40-193bf60c24.chunk.js → 42-0079f90e3f.chunk.js} +1 -1
  111. package/dist/scripts/{41-5f8ed7b29a.chunk.js → 43-3d24bccf11.chunk.js} +1 -1
  112. package/dist/scripts/{42-a965f02204.chunk.js → 44-067cac7c5c.chunk.js} +1 -1
  113. package/dist/scripts/{43-9409c3af32.chunk.js → 45-be8c19698d.chunk.js} +1 -1
  114. package/dist/scripts/46-f1a37a04d3.chunk.js +1 -0
  115. package/dist/scripts/{47-1ff533645f.chunk.js → 47-c64b41de11.chunk.js} +1 -1
  116. package/dist/scripts/{48-8ace559cc8.chunk.js → 48-277e2c2a38.chunk.js} +1 -1
  117. package/dist/scripts/{49-e2c2efa5e7.chunk.js → 49-9a37819019.chunk.js} +1 -1
  118. package/dist/scripts/5-3b52becb23.chunk.js +1 -0
  119. package/dist/scripts/{50-2f2fb309c7.chunk.js → 50-30bb15a353.chunk.js} +1 -1
  120. package/dist/scripts/{51-9d5d98a8bd.chunk.js → 51-020d240398.chunk.js} +1 -1
  121. package/dist/scripts/{52-fb51cc8ca4.chunk.js → 52-fbaa41eb77.chunk.js} +1 -1
  122. package/dist/scripts/{53-692abe6add.chunk.js → 53-527e7f7403.chunk.js} +1 -1
  123. package/dist/scripts/{54-71847b1dde.chunk.js → 54-1d0763934e.chunk.js} +1 -1
  124. package/dist/scripts/{55-ffb9f1e1d0.chunk.js → 55-b7831607fd.chunk.js} +1 -1
  125. package/dist/scripts/{56-7177b62da6.chunk.js → 56-966257962b.chunk.js} +1 -1
  126. package/dist/scripts/{57-7399fd43ae.chunk.js → 57-6f61e67fbb.chunk.js} +1 -1
  127. package/dist/scripts/{58-9f01e77d64.chunk.js → 58-0da9b42725.chunk.js} +1 -1
  128. package/dist/scripts/{59-54a131d51c.chunk.js → 59-023ba91f45.chunk.js} +1 -1
  129. package/dist/scripts/{5-b11963bcb5.chunk.js → 6-19163a3d76.chunk.js} +1 -1
  130. package/dist/scripts/{60-630b402922.chunk.js → 60-1b7fe463bf.chunk.js} +1 -1
  131. package/dist/scripts/{61-8c0ab9f959.chunk.js → 61-e45710e150.chunk.js} +1 -1
  132. package/dist/scripts/7-65ca87564a.chunk.js +1 -0
  133. package/dist/scripts/{8-5ea96683a4.chunk.js → 8-cf6e1f3b76.chunk.js} +1 -1
  134. package/dist/scripts/{9-8075d42274.chunk.js → 9-11c21b9609.chunk.js} +1 -1
  135. package/dist/scripts/bundle-2e43bd8225.min.js +8 -0
  136. package/dist/scripts/bundles.json +2 -2
  137. package/dist/scripts/polyfills-bbe21b4875.min.js +1 -0
  138. package/package.json +3 -3
  139. package/dist/css/30.chunk.css +0 -4
  140. package/dist/libs/shared/src/apps/content-updates/interfaces/VideoClassificationMapping.d.ts +0 -5
  141. package/dist/libs/shared/src/apps/subjects/components/preferences/progress/PreferenceProgress.d.ts +0 -11
  142. package/dist/projects/lite/src/apps/playlists/interfaces/PlaylistCollectionIdentifier.d.ts +0 -5
  143. package/dist/projects/lite/src/shared/components/avatar/Avatar.d.ts +0 -6
  144. package/dist/scripts/0-3db1d4a61f.chunk.js +0 -1
  145. package/dist/scripts/1-bed7d6b5a5.chunk.js +0 -17
  146. package/dist/scripts/12-ca5fc733db.chunk.js +0 -1
  147. package/dist/scripts/13-995f12908b.chunk.js +0 -1
  148. package/dist/scripts/14-1b99fa7015.chunk.js +0 -1
  149. package/dist/scripts/15-e7854cec3e.chunk.js +0 -1
  150. package/dist/scripts/16-55c726e10d.chunk.js +0 -1
  151. package/dist/scripts/2-5bac58243f.chunk.js +0 -1
  152. package/dist/scripts/26-6dac8156a5.chunk.js +0 -1
  153. package/dist/scripts/27-d035960b01.chunk.js +0 -1
  154. package/dist/scripts/3-ea3348993e.chunk.js +0 -7
  155. package/dist/scripts/30-f46c3b29b0.chunk.js +0 -1
  156. package/dist/scripts/35-30a5124bbd.chunk.js +0 -1
  157. package/dist/scripts/38-edaf06e2d3.chunk.js +0 -1
  158. package/dist/scripts/4-a2bfbc0fb0.chunk.js +0 -1
  159. package/dist/scripts/44-7abf200c1d.chunk.js +0 -1
  160. package/dist/scripts/45-877894675f.chunk.js +0 -1
  161. package/dist/scripts/46-8638631056.chunk.js +0 -1
  162. package/dist/scripts/6-ed5d5ed348.chunk.js +0 -1
  163. package/dist/scripts/7-269c812a9c.chunk.js +0 -1
  164. package/dist/scripts/bundle-fc028564a0.min.js +0 -1
  165. package/dist/scripts/polyfills-2100b58308.min.js +0 -1
  166. /package/dist/css/{39.chunk.css → 41.chunk.css} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  ._3lfBf{position:relative;width:100%;height:100%}._3lfBf img{position:absolute;top:0;bottom:0;left:0;right:0}._2LqZ8{padding-bottom:56.25%}._136ry{padding-bottom:177.77778%}._2wYLa{padding-bottom:100%}._1eC6Q{padding-bottom:150%}
4
4
 
5
- ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{position:absolute;background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea}._6BPy-{width:3.75rem;height:3.75rem}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
5
+ ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}._6BPy-{width:3.75rem;height:3.75rem}._2Srdd{z-index:-1}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
6
6
 
7
7
  ._3XH_S{background-color:rgba(51,51,51,0.8)}.INxgX{background-color:rgba(248,152,29,0.9)}.Bt6Bx{background-color:#B5B5B5}._3XH_S,.INxgX,._3bOtF,.Bt6Bx{color:#fff;margin-left:.3125rem}._1BsVS .badge:first-child{margin-left:0}
8
8
 
@@ -1,8 +1,10 @@
1
- ._2nvrp,._6o0Z2{padding-bottom:100%}._6o0Z2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}
1
+ ._6o0Z2{padding-bottom:100%}._2JLPt::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}.CwjTl{position:absolute;right:.625rem;top:.625rem;z-index:1;width:3rem;height:3rem}
2
+
3
+ ._1IfFN{position:relative;border-radius:50%;background-color:#fff;width:100%;height:100%;text-align:center}._1IfFN svg{position:absolute;top:50%;left:54%;transform:translate(-50%, -50%);width:60%;height:60%}
2
4
 
3
5
  ._2lUo1{width:100%;height:100%}._2lUo1 .Q_m9i{opacity:0.5;width:100%;height:100%;background-position:right;background-size:200%;background-repeat:no-repeat;padding-bottom:26.22951%}._2WUUq{fill:#fff;color:#fff;position:absolute;top:0;left:0;width:100%;display:block}
4
6
 
5
- ._1oyw1{border-radius:.5rem}._1oyw1 ._1UOVG{background-position:top;background-size:cover;width:5rem;height:5rem;flex-shrink:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;z-index:2}._1oyw1 ._1EtWs{width:8rem;height:8rem}._1oyw1 ._3js2e{line-height:1}._1oyw1 ._3csgE{color:#313543}._1oyw1 ._3csgE._1y2oG{max-height:2.4rem}._1yBMf{height:5rem;border-radius:.5rem;color:#B5B5B5;border:1px dashed #D7D7D7}
7
+ ._1oyw1{border-radius:.5rem}._1oyw1 ._1UOVG{position:relative;background-position:top;background-size:cover;width:5rem;height:5rem;flex-shrink:0}._1oyw1 ._1UOVG ._1_BF4{z-index:2;width:100%;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}._1oyw1 ._1EtWs{width:8rem;height:8rem}._1oyw1 ._3js2e{line-height:1}._1oyw1 ._3csgE{color:#313543}._1oyw1 ._3csgE._1y2oG{max-height:2.4rem}._1yBMf{height:5rem;border-radius:.5rem;color:#B5B5B5;border:1px dashed #D7D7D7}
6
8
 
7
9
  ._2XXp2{width:33.33333%}._2XXp2>a{width:100%}
8
10
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  ._3lfBf{position:relative;width:100%;height:100%}._3lfBf img{position:absolute;top:0;bottom:0;left:0;right:0}._2LqZ8{padding-bottom:56.25%}._136ry{padding-bottom:177.77778%}._2wYLa{padding-bottom:100%}._1eC6Q{padding-bottom:150%}
4
4
 
5
- ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{position:absolute;background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea}._6BPy-{width:3.75rem;height:3.75rem}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
5
+ ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}._6BPy-{width:3.75rem;height:3.75rem}._2Srdd{z-index:-1}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
6
6
 
7
7
  ._3XH_S{background-color:rgba(51,51,51,0.8)}.INxgX{background-color:rgba(248,152,29,0.9)}.Bt6Bx{background-color:#B5B5B5}._3XH_S,.INxgX,._3bOtF,.Bt6Bx{color:#fff;margin-left:.3125rem}._1BsVS .badge:first-child{margin-left:0}
8
8
 
@@ -2,11 +2,13 @@
2
2
 
3
3
  ._3lfBf{position:relative;width:100%;height:100%}._3lfBf img{position:absolute;top:0;bottom:0;left:0;right:0}._2LqZ8{padding-bottom:56.25%}._136ry{padding-bottom:177.77778%}._2wYLa{padding-bottom:100%}._1eC6Q{padding-bottom:150%}
4
4
 
5
- ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{position:absolute;background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea}._6BPy-{width:3.75rem;height:3.75rem}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
5
+ ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}._6BPy-{width:3.75rem;height:3.75rem}._2Srdd{z-index:-1}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
6
6
 
7
7
  ._2YGVO:not(:last-child){margin-right:.3125rem}
8
8
 
9
- ._2nvrp,._6o0Z2{padding-bottom:100%}._6o0Z2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}
9
+ ._1IfFN{position:relative;border-radius:50%;background-color:#fff;width:100%;height:100%;text-align:center}._1IfFN svg{position:absolute;top:50%;left:54%;transform:translate(-50%, -50%);width:60%;height:60%}
10
+
11
+ ._6o0Z2{padding-bottom:100%}._2JLPt::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}.CwjTl{position:absolute;right:.625rem;top:.625rem;z-index:1;width:3rem;height:3rem}
10
12
 
11
13
  ._2v9CT :first-child{margin-left:0 !important}.AYBvQ:after{content:none}
12
14
 
@@ -1,14 +1,14 @@
1
- ._1Znll{width:0.75rem;height:0.75rem}
2
-
3
1
  .P29kw{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%)}
4
2
 
5
- ._2qd2_ ._1SmX9.dE3mQ,._2qd2_ ._1SmX9._2vvzg{position:absolute;top:50%;transform:translate(.3125rem, -25%);width:0;height:0;border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-top:.3125rem solid #333;content:''}._2qd2_{height:10rem;width:10rem;background-size:cover;background-position:center;list-style:none;cursor:pointer;display:inline-block;position:relative}._2qd2_:focus{outline:none}._2qd2_._3xx8o{cursor:default}._2qd2_._3xx8o::after{background-color:#fff;opacity:.85;position:absolute;top:0;left:0;right:0;bottom:0;border:4px solid rgba(255,255,255,0.85);content:''}._2qd2_._12fy7{position:relative}._2qd2_._12fy7._3xx8o::after{content:'';position:absolute;border:4px solid #b8dfca;top:0;bottom:0;left:0;right:0}._2qd2_._12fy7::after{content:'';position:absolute;border:4px solid #60B789;top:0;bottom:0;left:0;right:0}._2qd2_ ._3ic5e{background-color:rgba(255,255,255,0.8);display:flex;justify-content:space-between;align-items:center;font-weight:500;position:absolute;bottom:0;left:0;width:100%;min-height:3rem}._2qd2_ ._1SmX9{position:relative}._2qd2_ ._1SmX9._2vvzg{border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-bottom:.3125rem solid #333;border-top:none}._2qd2_ ._2d1iD{border-radius:50%;width:1.75rem;height:1.75rem;line-height:1.5rem;text-align:center}._2qd2_ .L-HyS{border:1px solid #333}._2qd2_ ._1pWm4{background-color:#60B789;color:#fff;border:1px solid #60B789}
3
+ .iKcwJ{z-index:1}._1SBXD{width:0.75rem;height:0.75rem}
4
+
5
+ ._1LDb6 ._3QEWB._2y-iF,._1LDb6 ._3QEWB._1kGNY{position:absolute;top:50%;transform:translate(.3125rem, -25%);width:0;height:0;border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-top:.3125rem solid #333;content:''}._1LDb6{height:10rem;width:10rem;background-size:cover;background-position:center;list-style:none;cursor:pointer;display:inline-block;position:relative}._1LDb6:focus{outline:none}._1LDb6._2w4FH{cursor:default}._1LDb6._2w4FH::after{background-color:#fff;opacity:.85;position:absolute;top:0;left:0;right:0;bottom:0;border:4px solid rgba(255,255,255,0.85);content:''}._1LDb6._1lSYv{position:relative}._1LDb6._1lSYv._2w4FH::after{content:'';position:absolute;border:4px solid #b8dfca;top:0;bottom:0;left:0;right:0}._1LDb6._1lSYv._3Mxuo::after{content:'';border:none}._1LDb6._1lSYv::after{content:'';position:absolute;border:4px solid #60B789;top:0;bottom:0;left:0;right:0}._1LDb6 ._3HCeK{background-color:rgba(255,255,255,0.8);display:flex;justify-content:space-between;align-items:center;font-weight:500;position:absolute;bottom:0;left:0;width:100%;min-height:3rem}._1LDb6 ._3QEWB{position:relative}._1LDb6 ._3QEWB._1kGNY{border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-bottom:.3125rem solid #333;border-top:none}._1LDb6 ._2msq4{border-radius:50%;width:1.75rem;height:1.75rem;display:flex;justify-content:center;align-items:center}._1LDb6 ._2VQLv{border:1px solid #333}._1LDb6 .AHd64{background-color:#60B789;color:#fff;border:1px solid #60B789}
6
6
 
7
- .G_RXX{display:flex;flex-wrap:wrap;padding:0;width:57.5rem;box-sizing:border-box;margin:0 auto}.G_RXX>li{margin:.75rem}._38ohZ{list-style:none}@media (max-width: 1199px){.G_RXX{width:46rem}}@media (max-width: 991px){.G_RXX{width:34.5rem}}@media (max-width: 767px){.G_RXX{width:23rem}}
7
+ .G_RXX{display:flex;flex-wrap:wrap;padding:0;width:57.5rem;box-sizing:border-box;margin:0 auto}.G_RXX>span{margin:.75rem}._38ohZ{list-style:none}@media (max-width: 1199px){.G_RXX{width:46rem}}@media (max-width: 991px){.G_RXX{width:34.5rem}}@media (max-width: 767px){.G_RXX{width:23rem}}
8
8
 
9
- ._1rrH2{width:10rem;height:10rem;list-style:none;margin-right:.625rem;margin-bottom:.625rem}._15Qdz{display:flex;flex-wrap:wrap;padding:0;margin:0}
9
+ ._1rrH2{width:10rem;height:10rem;list-style:none;margin:.625rem}._15Qdz{display:flex;flex-wrap:wrap;padding:0;margin:0}
10
10
 
11
- ._1KxF9{background-color:#f8f8f8}
11
+ ._1KxF9{background-color:#f8f8f8}.pbuec{background-color:#8abcdf}
12
12
 
13
13
  ._3ClyO{width:50%}@media (max-width: 768px){._3ClyO{width:75%}}@media (max-width: 576px){._3ClyO{width:90%}}
14
14
 
@@ -1,4 +1,4 @@
1
- ._1oyw1{border-radius:.5rem}._1oyw1 ._1UOVG{background-position:top;background-size:cover;width:5rem;height:5rem;flex-shrink:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;z-index:2}._1oyw1 ._1EtWs{width:8rem;height:8rem}._1oyw1 ._3js2e{line-height:1}._1oyw1 ._3csgE{color:#313543}._1oyw1 ._3csgE._1y2oG{max-height:2.4rem}._1yBMf{height:5rem;border-radius:.5rem;color:#B5B5B5;border:1px dashed #D7D7D7}
1
+ ._1oyw1{border-radius:.5rem}._1oyw1 ._1UOVG{position:relative;background-position:top;background-size:cover;width:5rem;height:5rem;flex-shrink:0}._1oyw1 ._1UOVG ._1_BF4{z-index:2;width:100%;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}._1oyw1 ._1EtWs{width:8rem;height:8rem}._1oyw1 ._3js2e{line-height:1}._1oyw1 ._3csgE{color:#313543}._1oyw1 ._3csgE._1y2oG{max-height:2.4rem}._1yBMf{height:5rem;border-radius:.5rem;color:#B5B5B5;border:1px dashed #D7D7D7}
2
2
 
3
3
  ._10Pgb:not(:last-child){margin-right:.625rem}
4
4
 
@@ -1,4 +1,4 @@
1
- ._789pr{left:-0.5rem}._789pr svg{transform:translateX(-.1rem)}._1P8qt{right:-0.5rem}._1P8qt svg{transform:translateX(.1rem)}._24q_F{position:absolute;padding:.3125rem;background-color:#fff;border-radius:50%;cursor:pointer;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,0.3)}._24q_F svg{color:#84868D}._24q_F svg:hover{color:#313543}._3fkiw,._2RDDy,._13dgy,._37LtK{position:absolute;width:3rem;height:100%;z-index:2;top:50%;transform:translateY(-50%)}._3fkiw{left:0;background-image:linear-gradient(to left, rgba(255,255,255,0.005) 0%, #fff 70%)}._2RDDy{right:0;background-image:linear-gradient(to right, rgba(255,255,255,0.005) 0%, #fff 70%)}._13dgy{cursor:pointer;background-color:rgba(255,255,255,0.005);right:0}._37LtK{cursor:pointer;left:0}._1XTRO{top:calc(50% - .875rem)}._3_p_J{top:50%}
1
+ ._789pr{left:-1rem}._789pr svg{transform:translateX(-.1rem)}._1P8qt{right:-1rem}._1P8qt svg{transform:translateX(.1rem)}._24q_F{position:absolute;background-color:#fff;border-radius:50%;cursor:pointer;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,0.3);width:2.5rem;height:2.5rem}._24q_F ._3M27X{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}._24q_F svg{color:#84868D}._24q_F svg:hover{color:#313543}._3fkiw,._2RDDy,._13dgy,._37LtK{position:absolute;width:3rem;height:100%;z-index:2;top:50%;transform:translateY(-50%)}._3fkiw{left:0;background-image:linear-gradient(to left, rgba(255,255,255,0.005) 0%, #fff 70%)}._2RDDy{right:0;background-image:linear-gradient(to right, rgba(255,255,255,0.005) 0%, #fff 70%)}._13dgy{cursor:pointer;background-color:rgba(255,255,255,0.005);right:0}._37LtK{cursor:pointer;left:0}._1XTRO{top:calc(50% - .875rem)}._3_p_J{top:50%}
2
2
 
3
3
  .u_MPi,._38ooL{position:absolute;width:2.5rem;height:100%;z-index:2;top:50%;transform:translateY(-50%)}.u_MPi{left:0;margin-left:-1.875rem;background-image:linear-gradient(to left, rgba(255,255,255,0.005) 0%, #fff 70%)}._38ooL{right:0;margin-right:-1.875rem;background-image:linear-gradient(to right, rgba(255,255,255,0.005) 0%, #fff 70%)}.OVsdA{height:2rem;width:17rem}._1HtA2{height:1rem;width:25rem}._3G2hG{display:inline-block;height:11rem;width:100%}.NnK8O{display:inline-block;height:22rem;width:100%}
4
4
 
@@ -1,4 +1,4 @@
1
- ._1ZGpQ{padding:1.25rem;background-position:left 0 bottom 0;background-size:100%}
1
+ ._3MysI:focus{border-color:#D7D7D7;box-shadow:none}.ahMdW{position:absolute;top:100%;left:0;right:0;z-index:100}.xstWL:last-child{border-bottom:none !important}._3YTCa{background-color:#f8f8f8}
2
2
 
3
- ._2eiPB{box-shadow:0px 5px 10px rgba(51,51,51,0.3)}
3
+ ._2omIR{height:calc((1.25rem + .625rem) * 5);overflow-y:auto}
4
4
 
@@ -1,4 +1,4 @@
1
- ._2eiPB{box-shadow:0px 5px 10px rgba(51,51,51,0.3)}
2
-
3
1
  ._1ZGpQ{padding:1.25rem;background-position:left 0 bottom 0;background-size:100%}
4
2
 
3
+ ._2eiPB{box-shadow:0px 5px 10px rgba(51,51,51,0.3)}
4
+
@@ -2,7 +2,9 @@
2
2
 
3
3
  ._2YGVO:not(:last-child){margin-right:.3125rem}
4
4
 
5
- ._2nvrp,._6o0Z2{padding-bottom:100%}._6o0Z2::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}
5
+ ._1IfFN{position:relative;border-radius:50%;background-color:#fff;width:100%;height:100%;text-align:center}._1IfFN svg{position:absolute;top:50%;left:54%;transform:translate(-50%, -50%);width:60%;height:60%}
6
+
7
+ ._6o0Z2{padding-bottom:100%}._2JLPt::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 60%, rgba(0,0,0,0) 80%)}._3MCKL{position:absolute;left:.625rem;right:.625rem;bottom:.625rem;z-index:1}._13tO6{height:2rem;width:17rem}.CwjTl{position:absolute;right:.625rem;top:.625rem;z-index:1;width:3rem;height:3rem}
6
8
 
7
9
  ._2zHGT{height:1.5rem;width:3.5rem}._3Gy7Y{height:2.2rem;width:5rem}
8
10
 
@@ -10,5 +12,5 @@
10
12
 
11
13
  ._2LJ1G{font-weight:500}._2OStB::after{display:none}._13K5j{min-width:10rem}
12
14
 
13
- ._1RLPq{width:12rem;height:2rem}.oArG4{width:100%;padding-bottom:200%;position:relative}.QLCgm{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}._3Aleb{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease;cursor:pointer}._3Aleb:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:0 .3125rem;background:linear-gradient(to top, #000 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%)}._2M2Zz{z-index:2;position:absolute;bottom:.625rem;right:0;left:0}.TQg2K{width:25%}@media (max-width: 767px){.TQg2K{width:33.33333%}}@media (max-width: 575px){.TQg2K{width:50%}}@media (max-width: 0){.TQg2K{width:100%}}
15
+ ._1RLPq{width:12rem;height:2rem}.oArG4{width:100%;padding-bottom:200%;position:relative}.QLCgm{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}._3Aleb{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease;cursor:pointer}._3Aleb:after{content:'';position:absolute;top:0;left:-.3125rem;right:-.3125rem;bottom:0;margin:0 .3125rem;background:linear-gradient(to top, #000 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%)}._2M2Zz{z-index:2;position:absolute;bottom:.625rem;right:0;left:0}.TQg2K{width:25%}@media (max-width: 767px){.TQg2K{width:33.33333%}}@media (max-width: 575px){.TQg2K{width:50%}}@media (max-width: 0){.TQg2K{width:100%}}
14
16
 
@@ -0,0 +1,4 @@
1
+ ._2eiPB{box-shadow:0px 5px 10px rgba(51,51,51,0.3)}
2
+
3
+ ._1ZGpQ{padding:1.25rem;background-position:left 0 bottom 0;background-size:100%}
4
+
@@ -6,13 +6,13 @@
6
6
 
7
7
  ._3lfBf{position:relative;width:100%;height:100%}._3lfBf img{position:absolute;top:0;bottom:0;left:0;right:0}._2LqZ8{padding-bottom:56.25%}._136ry{padding-bottom:177.77778%}._2wYLa{padding-bottom:100%}._1eC6Q{padding-bottom:150%}
8
8
 
9
- ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{position:absolute;background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea}._6BPy-{width:3.75rem;height:3.75rem}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
9
+ ._1wRjB,._2t1jq{position:absolute;width:100%;height:100%}._2t1jq{background-color:#f8f8f8}._12D74{background-color:rgba(0,0,0,5e-07);width:5rem;height:100%;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}._6BPy-{width:3.75rem;height:3.75rem}._2Srdd{z-index:-1}._6BPy-,._1slQX,.i0o8n,._2Srdd{position:absolute;top:50%;left:50%;color:#D7D7D7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}._2L_tV{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}
10
10
 
11
11
  ._2YGVO:not(:last-child){margin-right:.3125rem}
12
12
 
13
- ._1KxF9{background-color:#f8f8f8}
13
+ ._1KxF9{background-color:#f8f8f8}.pbuec{background-color:#8abcdf}
14
14
 
15
15
  ._3XH_S{background-color:rgba(51,51,51,0.8)}.INxgX{background-color:rgba(248,152,29,0.9)}.Bt6Bx{background-color:#B5B5B5}._3XH_S,.INxgX,._3bOtF,.Bt6Bx{color:#fff;margin-left:.3125rem}._1BsVS .badge:first-child{margin-left:0}
16
16
 
17
- ._1RLPq{width:12rem;height:2rem}.oArG4{width:100%;padding-bottom:200%;position:relative}.QLCgm{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}._3Aleb{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease;cursor:pointer}._3Aleb:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;margin:0 .3125rem;background:linear-gradient(to top, #000 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%)}._2M2Zz{z-index:2;position:absolute;bottom:.625rem;right:0;left:0}.TQg2K{width:25%}@media (max-width: 767px){.TQg2K{width:33.33333%}}@media (max-width: 575px){.TQg2K{width:50%}}@media (max-width: 0){.TQg2K{width:100%}}
17
+ ._1RLPq{width:12rem;height:2rem}.oArG4{width:100%;padding-bottom:200%;position:relative}.QLCgm{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}._3Aleb{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease;cursor:pointer}._3Aleb:after{content:'';position:absolute;top:0;left:-.3125rem;right:-.3125rem;bottom:0;margin:0 .3125rem;background:linear-gradient(to top, #000 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0) 100%)}._2M2Zz{z-index:2;position:absolute;bottom:.625rem;right:0;left:0}.TQg2K{width:25%}@media (max-width: 767px){.TQg2K{width:33.33333%}}@media (max-width: 575px){.TQg2K{width:50%}}@media (max-width: 0){.TQg2K{width:100%}}
18
18
 
@@ -1,10 +1,4 @@
1
- ._10_KK{cursor:pointer;display:inline-block;width:2rem;padding:0;vertical-align:middle}
1
+ ._1_KC6{color:#313543}.VXlcl{width:1.75rem;height:1.75rem}
2
2
 
3
- ._2fhqC{position:absolute;top:1.25rem;right:1.25rem}
4
-
5
- ._1D6Hx{width:calc(100% - 5rem)}._2sHZC{max-height:2.4rem}
6
-
7
- ._22tRu{width:calc(100% - 5rem)}._LK8Q{max-height:1.2rem}._18yOL{max-height:2.625rem}._3-kb8{background-color:#eaeaea;height:.5rem}._1ROlV{height:.5rem}
8
-
9
- ._1XOYA{min-height:23rem;background-color:#EBFFD7;overflow:hidden}.UcxNO{z-index:1;max-width:70%}._3gpaY{background-size:100%;position:absolute;top:0;left:0;right:0;bottom:0;min-height:23rem;background-repeat:no-repeat}._2s7I6{background-position:top 0 left 0}._23UKL{background-position:bottom 0 left 0}.ec_-l{background-position:top 0 right 0}._1xMKp{background-position:bottom 0 right 0}@media (max-width: 767px){.UcxNO{max-width:100%}}
3
+ ._286KF{position:absolute;bottom:1.25rem;right:1.25rem}
10
4
 
@@ -1,4 +1,10 @@
1
- ._1_KC6{color:#313543}.VXlcl{width:1.75rem;height:1.75rem}
1
+ ._10_KK{cursor:pointer;display:inline-block;width:2rem;padding:0;vertical-align:middle}
2
2
 
3
- ._286KF{position:absolute;bottom:1.25rem;right:1.25rem}
3
+ ._2fhqC{position:absolute;top:1.25rem;right:1.25rem}
4
+
5
+ ._1D6Hx{width:calc(100% - 5rem)}._2sHZC{max-height:2.4rem}
6
+
7
+ ._22tRu{width:calc(100% - 5rem)}._LK8Q{max-height:1.2rem}._18yOL{max-height:2.625rem}._3-kb8{background-color:#eaeaea;height:.5rem}._1ROlV{height:.5rem}
8
+
9
+ ._1XOYA{min-height:23rem;background-color:#EBFFD7;overflow:hidden}.UcxNO{z-index:1;max-width:70%}._3gpaY{background-size:100%;position:absolute;top:0;left:0;right:0;bottom:0;min-height:23rem;background-repeat:no-repeat}._2s7I6{background-position:top 0 left 0}._23UKL{background-position:bottom 0 left 0}.ec_-l{background-position:top 0 right 0}._1xMKp{background-position:bottom 0 right 0}@media (max-width: 767px){.UcxNO{max-width:100%}}
4
10
 
@@ -28,9 +28,9 @@ body{background-color:#fff}
28
28
 
29
29
  ._2oChq{width:53.4375rem;height:2.1875rem;border-radius:0.25rem;border:1px solid #D7D7D7}
30
30
 
31
- ._3RyZE{border-radius:50%;background-color:#51ADA3;display:inline-block;width:2.1875rem;height:2.1875rem;text-align:center;line-height:2.1875rem;background-size:cover;background-position:top center}
31
+ ._1XSQR{border-radius:50%;background-color:#51ADA3;width:100%;height:100%;text-align:center;line-height:100%;background-size:cover;background-position:top center}
32
32
 
33
- ._2hr_4{border-radius:50%;background-color:#eaeaea;width:2.1875rem;height:2.1875rem}
33
+ ._2hr_4{border-radius:50%;background-color:#eaeaea;width:2.1875rem;height:2.1875rem}._1nhdk{width:2.1875rem;height:2.1875rem}
34
34
 
35
35
  ._3OUhC{width:1.5rem;height:1.5rem;position:absolute}._3t3VL{vertical-align:top;position:relative}._3t3VL._2KLHo{padding-left:36px}._3t3VL._2KLHo ._3OUhC{left:.375rem;top:50%;margin-top:-.75rem}._3t3VL._2KLHo svg{vertical-align:top}._3t3VL._2rQWb{padding:1rem}._3t3VL._2rQWb ._3OUhC{top:50%;left:50%;transform:translate3D(-50%, -50%, 0)}
36
36
 
package/dist/en.json CHANGED
@@ -1 +1 @@
1
- {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details","removeFromClassroom":"Remove from classroom"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","videoButton":"How do I add students?","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all students from <strong>%{groupName}</strong>","addError":"Could not add students to <strong>%{groupName}</strong>","removeError":"Could not remove students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","learningPaths":"Learning Paths","students":"Students","seeAll":"See all","overview":"Overview","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom <strong>%{name}</strong>","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{name}."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated classroom %{name}","error":"Could not update classroom %{name}"},"manageClassroom":{"heading":"Manage Classroom","goTo":"Go to ","students":"Students","groups":"Groups"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"liteContentUpdates":{"classificationBanner":{"unfollow":"Unfollow","follow":"Follow"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete"},"playlistListHeader":{"header":"My Playlists","newPlaylist":"New Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","newest":"Newest"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:"},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details"},"newPlaylist":{"title":"New Playlist"},"playlists":{"title":"Playlists"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>Create a new playlist</strong> in the left nav to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"contentUpdates":{"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos"}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"utils":{"yearLevel":"Year Level","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series"},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings"}},"subjects":{"classificationSeriesList":{"dashboard":"Dashboard","subview":"Series","heading":"Series: %{classification}"},"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this subject"},"levelPreferences":{"heading":"What <span class=\"%{highlightClass}\">year levels</span> do you currently teach?","back":"Back","next":"Next","allLevels":"I teach all year levels"},"subjectPreferencesView":{"heading":"What type of <span class=\"%{highlightClass}\">videos</span> will be helpful to you?","infoRow1":"This will help us tailor ClickView to you.","infoRow2":"You can select as many as you like!","back":"Back","followSubjects":"Follow %{smart_count} Subject |||| Follow %{smart_count} Subjects","allOfParent":"All of %{parent}","allSubjects":"I'm interested in all subjects","next":"Next"},"preferencesSummary":{"heading":"<span class=\"%{highlightClass}\">Summary</span> of your preferences","info":"You can change your preferences in your profile settings at any time","levels":"Year levels","subjects":"Subjects","getStarted":"Get Started","noLevelPreferences":"You haven't set any level preferences yet.","noSubjectPreferences":"You haven't set any subject preferences yet."},"comingSoon":{"comingSoon":"Coming Soon","info":"We are currently building this topic. In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips"}},"shared":{"uploadFileSelect":{"uploadVideo":"Upload a video"},"clips":{"clips":"Clips","create":"Create a clip","empty":"Only want a part of the video? Create a clip by trimming it down to the sections you want."},"immersiveReader":{"titleFallback":"Immersive Reader"},"interactives":{"interactives":"Interactives","create":"Create interactive","preview":"Preview Questions","empty":"Create your own questions to put into this video!"},"playPage":{"classroomMode":"Classroom Mode","createInteractive":"Create interactive video","createClip":"Create clip","more":"More","share":"Share","addToPlaylist":"Add to Playlist","favourite":"Favourite","relatedVideos":"Related Videos"},"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"synopsis":{"showFullDescription":"Show full description","videoAtAGlance":"Video at a glance..."},"userOptions":{"myProfile":"My Profile","myPreferences":"My Preferences","signOut":"Sign Out"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Companies","distributors":"Distributors","tags":"Tags:","description":"Description","showGlance":"See video at a glance"},"silentNotFound":{"title":"Page not found"},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"favouriteVideos":{"header":"Favourited Videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myUploads":"My Uploads","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow"},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","success":"\"%{name}\" has been shared successfully","passwordPlaceholder":"Create a password.."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos"},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Subjects"},"_pagination":{"next":"Next","previous":"Previous"},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Uploads |||| See them in My Uploads","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Uploads"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"myUploads":{"header":"My Uploads","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)"},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"button":"Upload .csv file","emptyCsvWarning":"The file you have uploaded appears to be empty! Please add some users and try again."},"deleteUploadedStudentPopup":{"title":"Delete student","confirmation":"Are you sure you want to delete this student?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","yearLevel":"Year level: <strong>%{yearLevel}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 student"},"deleteUploadedTeacherPopup":{"title":"Delete teacher","confirmation":"Are you sure you want to delete this teacher?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","userRole":"Year level: <strong>%{userRole}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 teacher"},"editUploadedUserPopup":{"success":"Successfully updated 1 user"},"manageStudents":{"addNew":"Add new student","level":"Level: ","remove":"Remove student","edit":"Edit student","activate":"Activate","enableProfile":"Enable profile"},"manageTeachers":{"addNew":"Add new teacher","remove":"Remove teacher","edit":"Edit teacher","activate":"Activate","enableProfile":"Enable profile"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","email":"Email"},"teacherReviewTable":{"firstName":"First Name","lastName":"Last Name","userRole":"Role","email":"Email"},"studentDetailsForm":{"firstNamePlaceholder":"Enter student's first name","lastNamePlaceholder":"Enter student's last name","emailAddressPlaceholder":"Enter student's email"},"teacherDetailsForm":{"firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","emailAddress":"Email Address","userRole":"Role"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"Must provide a first name","surnameExceeds":"Surname is too long","surnameRequired":"Must provide a surname","emailExceeds":"Email address is too long","emailRequired":"Must provide an email address","emailValid":"Please provide a valid email address","yearLevelRequired":"Must provide a year level","yearLevelInvalid":"Must provide a valid year level","userRoleRequired":"Must choose a role","userRoleInvalid":"Must provide a valid user role"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created student","error":"Could not create this student"},"createTeacher":{"popupTitle":"Create new user","success":"Successfully created user","error":"Could not create this user"},"editStudent":{"popupTitle":"Edit student","success":"Successfully updated student","error":"Could not update this student"},"editTeacher":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"removeUser":{"titleStudents":"Remove Students","titleTeachers":"Remove Teachers","confirmStudents":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","confirmTeachers":"Are you sure you want to remove <strong>%{smart_count}</strong> teacher from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> teachers from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} user. |||| Successfully removed %{smart_count} users."},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add students?","addNew":"Add new student"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{totalVisible} of %{absoluteTotal} entry |||| Showing %{totalVisible} of %{absoluteTotal} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Level"},"schoolTeacherManagerEmptyState":{"heading":"Where is everyone?","info":"Add teachers into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add teachers?","addNew":"Add new teacher"},"schoolTeacherManager":{"heading":"School Teacher Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search teachers..."},"studentUploadReview":{"heading":"Review student list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editStudent":"Edit student"},"teacherUploadReview":{"heading":"Review teacher list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded teachers","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editTeacher":"Edit teacher"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here."}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}}}
1
+ {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details","removeFromClassroom":"Remove from classroom"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","videoButton":"How do I add students?","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all students from <strong>%{groupName}</strong>","addError":"Could not add students to <strong>%{groupName}</strong>","removeError":"Could not remove students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","learningPaths":"Learning Paths","students":"Students","seeAll":"See all","overview":"Overview","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom <strong>%{name}</strong>","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{name}."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated classroom %{name}","error":"Could not update classroom %{name}"},"manageClassroom":{"heading":"Manage Classroom","goTo":"Go to ","students":"Students","groups":"Groups"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"liteContentUpdates":{"classificationBanner":{"unfollow":"Unfollow","follow":"Follow"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete"},"playlistListHeader":{"header":"My Playlists","newPlaylist":"New Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:"},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details"},"newPlaylist":{"title":"New Playlist"},"playlist":{"followError":"Playlist couldn't be followed. Please try again later.","unfollowError":"Playlist couldn't be unfollowed. Please try again later."},"playlists":{"title":"Playlists"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"contentUpdates":{"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos","error":"Something went wrong, please try again."}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"utils":{"yearLevel":"Year Level","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series"},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings"}},"subjects":{"classificationSeriesList":{"dashboard":"Dashboard","subview":"Series","heading":"Series: %{classification}"},"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this subject"},"levelPreferences":{"heading":"What <span class=\"%{highlightClass}\">year levels</span> do you currently teach?","back":"Back","next":"Next","allLevels":"I teach all year levels"},"subjectPreferencesView":{"heading":"What type of <span class=\"%{highlightClass}\">videos</span> will be helpful to you?","infoRow1":"This will help us tailor ClickView to you.","infoRow2":"You can select as many as you like!","back":"Back","followSubjects":"Follow %{smart_count} Subject |||| Follow %{smart_count} Subjects","allOfParent":"All of %{parent}","allSubjects":"I'm interested in all subjects","next":"Next"},"preferencesSummary":{"heading":"<span class=\"%{highlightClass}\">Summary</span> of your preferences","info":"You can change your preferences in your profile settings at any time","levels":"Year levels","subjects":"Subjects","getStarted":"Get Started","noLevelPreferences":"You haven't set any level preferences yet.","noSubjectPreferences":"You haven't set any subject preferences yet."},"comingSoon":{"comingSoon":"Coming Soon","info":"We are currently building this topic. In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips"}},"shared":{"uploadFileSelect":{"uploadVideo":"Upload a video"},"clips":{"clips":"Clips","create":"Create a clip","empty":"Only want a part of the video? Create a clip by trimming it down to the sections you want."},"immersiveReader":{"titleFallback":"Immersive Reader"},"interactives":{"interactives":"Interactives","create":"Create interactive","preview":"Preview Questions","empty":"Create your own questions to put into this video!"},"playPage":{"classroomMode":"Classroom Mode","createInteractive":"Create interactive video","createClip":"Create clip","more":"More","share":"Share","addToPlaylist":"Add to Playlist","favourite":"Favourite","relatedVideos":"Related Videos"},"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"synopsis":{"showFullDescription":"Show full description","videoAtAGlance":"Video at a glance..."},"userOptions":{"myProfile":"My Profile","myPreferences":"My Preferences","signOut":"Sign Out"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Companies","distributors":"Distributors","tags":"Tags:","description":"Description","showGlance":"See video at a glance"},"silentNotFound":{"title":"Page not found"},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"favouriteVideos":{"header":"Favourited Videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myUploads":"My Uploads","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow"},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","success":"\"%{name}\" has been shared successfully","passwordPlaceholder":"Create a password.."},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Subjects"},"_pagination":{"next":"Next","previous":"Previous"},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Uploads |||| See them in My Uploads","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Uploads"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"myUploads":{"header":"My Uploads","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)"},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"button":"Upload .csv file","emptyCsvWarning":"The file you have uploaded appears to be empty! Please add some users and try again."},"deleteUploadedStudentPopup":{"title":"Delete student","confirmation":"Are you sure you want to delete this student?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","yearLevel":"Year level: <strong>%{yearLevel}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 student"},"deleteUploadedTeacherPopup":{"title":"Delete teacher","confirmation":"Are you sure you want to delete this teacher?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","userRole":"Year level: <strong>%{userRole}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 teacher"},"editUploadedUserPopup":{"success":"Successfully updated 1 user"},"manageStudents":{"addNew":"Add new student","level":"Level: ","remove":"Remove student","edit":"Edit student","activate":"Activate","enableProfile":"Enable profile"},"manageTeachers":{"addNew":"Add new teacher","remove":"Remove teacher","edit":"Edit teacher","activate":"Activate","enableProfile":"Enable profile"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","email":"Email"},"teacherReviewTable":{"firstName":"First Name","lastName":"Last Name","userRole":"Role","email":"Email"},"studentDetailsForm":{"firstNamePlaceholder":"Enter student's first name","lastNamePlaceholder":"Enter student's last name","emailAddressPlaceholder":"Enter student's email"},"teacherDetailsForm":{"firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","emailAddress":"Email Address","userRole":"Role"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"Must provide a first name","surnameExceeds":"Surname is too long","surnameRequired":"Must provide a surname","emailExceeds":"Email address is too long","emailRequired":"Must provide an email address","emailValid":"Please provide a valid email address","yearLevelRequired":"Must provide a year level","yearLevelInvalid":"Must provide a valid year level","userRoleRequired":"Must choose a role","userRoleInvalid":"Must provide a valid user role"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created student","error":"Could not create this student"},"createTeacher":{"popupTitle":"Create new user","success":"Successfully created user","error":"Could not create this user"},"editStudent":{"popupTitle":"Edit student","success":"Successfully updated student","error":"Could not update this student"},"editTeacher":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"removeUser":{"titleStudents":"Remove Students","titleTeachers":"Remove Teachers","confirmStudents":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","confirmTeachers":"Are you sure you want to remove <strong>%{smart_count}</strong> teacher from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> teachers from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} user. |||| Successfully removed %{smart_count} users."},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add students?","addNew":"Add new student"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{totalVisible} of %{absoluteTotal} entry |||| Showing %{totalVisible} of %{absoluteTotal} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Level"},"schoolTeacherManagerEmptyState":{"heading":"Where is everyone?","info":"Add teachers into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add teachers?","addNew":"Add new teacher"},"schoolTeacherManager":{"heading":"School Teacher Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search teachers..."},"studentUploadReview":{"heading":"Review student list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editStudent":"Edit student"},"teacherUploadReview":{"heading":"Review teacher list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded teachers","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editTeacher":"Edit teacher"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here."}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}}}
@@ -26,7 +26,8 @@ export declare class CollectionApiClient {
26
26
  constructor(options: CollectionApiClientOptions);
27
27
  initialize(): void;
28
28
  get name(): string;
29
- log(event: IncomingEvent): Promise<void>;
29
+ log(event: IncomingEvent | IncomingEvent[]): Promise<void>;
30
+ private logBulk;
30
31
  private validateOptions;
31
32
  private shouldLog;
32
33
  private postData;
@@ -17,7 +17,6 @@ export interface SocketToken {
17
17
  }
18
18
  export declare abstract class SignalRDataProvider extends Marionette.Object implements DataProvider {
19
19
  private connection;
20
- private hub;
21
20
  private connectionState;
22
21
  private authEndpoint;
23
22
  private subscribeEvent;
@@ -28,11 +27,12 @@ export declare abstract class SignalRDataProvider extends Marionette.Object impl
28
27
  private setProviderOptions;
29
28
  openConnection(): JQueryPromise<any>;
30
29
  connect(): JQueryPromise<any>;
31
- start(data: any): JQueryPromise<any>;
32
- stop(async?: boolean, notifyServer?: boolean): any;
30
+ start(data: any): Promise<any>;
31
+ stop(): Promise<void>;
33
32
  private attachSocketEvents;
34
33
  private onReconnect;
35
34
  private onConnectionError;
35
+ private createConnection;
36
36
  private getConnectionToken;
37
37
  private setConnectionState;
38
38
  private isConnectedOrConnecting;
@@ -9,5 +9,6 @@ export declare const UrlHelper: {
9
9
  buildFilter(params: FilterParams): string;
10
10
  makeHttps(url: string): string;
11
11
  safeUrlConcat(baseUrl: string, path: string): string;
12
+ removeTrailingSlash(baseUrl: string): string;
12
13
  };
13
14
  export {};
@@ -23,7 +23,11 @@ export declare const ArrayHelper: {
23
23
  * @param arr array of values
24
24
  * @param value value to be added or removed.
25
25
  */
26
- addOrRemove<T_13 = import("react").ReactText>(arr: T_13[], value: T_13): T_13[];
26
+ addOrRemove<T_13 = import("react").Key>(arr: T_13[], value: T_13): T_13[];
27
+ /**
28
+ * This is the same addOrRemove function above, except it doesn't mutate the array in the argument
29
+ * and returns a branch new array.
30
+ */
27
31
  addOrRemoveImmutable<T_14>(arr: T_14[], value: T_14): T_14[];
28
32
  /**
29
33
  * Returns a (stably) sorted copy of list, ranked in ascending order
@@ -5,6 +5,6 @@ export declare const TextHelper: {
5
5
  escapeRegExp(str: string): string;
6
6
  slugify(str: string): string;
7
7
  linkifyText(text: string, options?: ObjectHash): string;
8
- isEqual(str1: import("react").ReactText, str2: import("react").ReactText): boolean;
8
+ isEqual(str1: import("react").Key, str2: import("react").Key): boolean;
9
9
  toTitleCase(str: string): string;
10
10
  };
@@ -1,6 +1,7 @@
1
- import { VideoClassificationMapping, Reason } from "./";
1
+ import { Reason } from "./";
2
+ import { Video } from "../../../interfaces";
2
3
  export interface ClassificationVideosGrouping {
3
4
  classificationId: string;
4
- videos: VideoClassificationMapping[];
5
+ videos: Video[];
5
6
  reason?: Reason;
6
7
  }
@@ -1,6 +1,5 @@
1
1
  export * from './ContentUpdate';
2
2
  export * from './ContentUpdateAppLinks';
3
3
  export * from './Reason';
4
- export * from './VideoClassificationMapping';
5
4
  export * from './VideoWithClassification';
6
5
  export * from './ClassificationVideosGrouping';
@@ -1,5 +1,8 @@
1
1
  import * as React from 'react';
2
+ import { CurrentUser, Playlist } from "../../../../interfaces";
2
3
  interface EmptyVideoListComponentProps {
4
+ playlist: Playlist;
5
+ currentUser: CurrentUser;
3
6
  supportSiteUrl: string;
4
7
  }
5
8
  export declare function EmptyVideoListComponent(props: EmptyVideoListComponentProps): React.ReactElement;
@@ -1,12 +1,17 @@
1
1
  /// <reference types="react" />
2
2
  import { Core } from "../../../../../../common/src/backbone";
3
- import { Playlist, PresentationAudience } from "../../../../interfaces";
3
+ import { CurrentUser, Playlist, PresentationAudience } from "../../../../interfaces";
4
4
  interface PlaylistItemProps {
5
5
  data: Playlist;
6
6
  appLink: Core.AppLink;
7
- presentationAudiences: PresentationAudience[];
8
- className?: string;
7
+ currentUser?: CurrentUser;
8
+ presentationAudiences?: PresentationAudience[];
9
+ bgColourClassNames?: string[];
10
+ imageCdnUrl?: string;
9
11
  showCount?: boolean;
12
+ showOwner?: boolean;
13
+ showLastUpdated?: boolean;
14
+ showFallbackImage?: boolean;
10
15
  }
11
16
  export declare function PlaylistItem(props: PlaylistItemProps): JSX.Element;
12
17
  export {};
@@ -1,12 +1,18 @@
1
1
  /// <reference types="react" />
2
2
  import { Core } from "../../../../../../common/src/backbone";
3
- import { Playlist, PresentationAudience } from "../../../../interfaces";
3
+ import { Playlist, PresentationAudience, CurrentUser } from "../../../../interfaces";
4
4
  interface PlaylistListProps {
5
5
  playlists: Playlist[];
6
6
  getPlaylistAppLink: (playlist: Playlist) => Core.AppLink;
7
- presentationAudiences: PresentationAudience[];
8
- itemClassName?: string;
7
+ currentUser?: CurrentUser;
8
+ presentationAudiences?: PresentationAudience[];
9
+ itemContainerClassName?: string;
10
+ bgColourClassNames?: string[];
11
+ imageCdnUrl?: string;
9
12
  showCount?: boolean;
13
+ showOwner?: boolean;
14
+ showLastUpdated?: boolean;
15
+ showFallbackImage?: boolean;
10
16
  }
11
17
  export declare function PlaylistList(props: PlaylistListProps): JSX.Element;
12
18
  export {};
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { Playlist, CurrentUser } from "../../../../interfaces";
3
+ interface PlaylistOwnerAvatarProps {
4
+ playlist: Playlist;
5
+ imageCdnUrl: string;
6
+ currentUser?: CurrentUser;
7
+ }
8
+ export declare function PlaylistOwnerAvatar(props: PlaylistOwnerAvatarProps): JSX.Element;
9
+ export {};
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import { Core } from "../../../../../../../libs/common/src/backbone";
3
- import { PlaylistSortType } from "../../../../../../../libs/shared/src/apps/playlists/enums/PlaylistSortType";
2
+ import { Core } from "../../../../../../common/src/backbone";
3
+ import { PlaylistSortType } from "../../enums/PlaylistSortType";
4
4
  interface PlaylistSortSelectProps {
5
5
  type: PlaylistSortType;
6
6
  getSortAppLink: (sort: PlaylistSortType) => Core.AppLink;
@@ -1,5 +1,7 @@
1
1
  export declare enum PlaylistSortType {
2
2
  Newest = "newest",
3
- RecentlyUpdated = "recentlyupdated",
4
- AtoZ = "atoz"
3
+ Oldest = "oldest",
4
+ RecentlyUpdated = "recently_added",
5
+ AtoZ = "atoz",
6
+ ZtoA = "ztoa"
5
7
  }
@@ -0,0 +1,5 @@
1
+ export declare enum PlaylistType {
2
+ OwnedByMe = "owned_by_me",
3
+ Followed = "followed",
4
+ All = "all"
5
+ }
@@ -1,5 +1,8 @@
1
1
  import { BaseCollectionIdentifier } from "../../../../../../common/src/backbone/interfaces";
2
2
  import { PlaylistSortType } from "../../enums/PlaylistSortType";
3
+ import { PlaylistType } from "../../enums/PlaylistType";
3
4
  export declare class PlaylistCollectionIdentifier extends BaseCollectionIdentifier<PlaylistSortType> {
4
- constructor(sort?: PlaylistSortType, cursor?: string);
5
+ type: PlaylistType;
6
+ constructor(sort?: PlaylistSortType, cursor?: string, type?: PlaylistType);
7
+ toString(): string;
5
8
  }
@@ -1,5 +1,4 @@
1
1
  import { PlaylistSortType } from "../enums/PlaylistSortType";
2
2
  export declare const PlaylistSortHelper: {
3
- getFilterFromSort(sort: PlaylistSortType): string;
4
3
  getSortTypeFromName(sortName: string): PlaylistSortType;
5
4
  };