@coorpacademy/components 10.3.25 → 10.3.27-alpha.26

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 (1127) hide show
  1. package/es/atom/autocomplete/test/fixtures/error.js +1 -1
  2. package/es/atom/autocomplete/test/fixtures/error.js.map +1 -1
  3. package/es/atom/autocomplete/test/fixtures/filled.js +1 -1
  4. package/es/atom/autocomplete/test/fixtures/filled.js.map +1 -1
  5. package/es/atom/autocomplete/test/fixtures/modified.js +1 -1
  6. package/es/atom/autocomplete/test/fixtures/modified.js.map +1 -1
  7. package/es/atom/clue/index.js.map +1 -1
  8. package/es/atom/clue/test/see-clue.js +33 -0
  9. package/es/atom/clue/test/see-clue.js.map +1 -1
  10. package/es/atom/content-badge/test/fixtures.js +2 -0
  11. package/es/atom/content-badge/test/fixtures.js.map +1 -1
  12. package/es/atom/cta/test/fixtures/certification.js +1 -1
  13. package/es/atom/cta/test/fixtures/certification.js.map +1 -1
  14. package/es/atom/cta/test/fixtures/disabled.js +1 -1
  15. package/es/atom/cta/test/fixtures/disabled.js.map +1 -1
  16. package/es/atom/cta/test/fixtures/light-small.js +1 -1
  17. package/es/atom/cta/test/fixtures/light-small.js.map +1 -1
  18. package/es/atom/cta/test/fixtures/light.js +1 -1
  19. package/es/atom/cta/test/fixtures/light.js.map +1 -1
  20. package/es/atom/cta/test/fixtures/logout.js +1 -1
  21. package/es/atom/cta/test/fixtures/logout.js.map +1 -1
  22. package/es/atom/cta/test/fixtures/primary-small.js +1 -1
  23. package/es/atom/cta/test/fixtures/primary-small.js.map +1 -1
  24. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js +1 -1
  25. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js.map +1 -1
  26. package/es/atom/cta/test/fixtures/rectangular-secondary.js +1 -1
  27. package/es/atom/cta/test/fixtures/rectangular-secondary.js.map +1 -1
  28. package/es/atom/cta/test/fixtures/rectangular.js +1 -1
  29. package/es/atom/cta/test/fixtures/rectangular.js.map +1 -1
  30. package/es/atom/cta/test/fixtures/secondary-small.js +1 -1
  31. package/es/atom/cta/test/fixtures/secondary-small.js.map +1 -1
  32. package/es/atom/cta/test/fixtures/secondary.js +1 -1
  33. package/es/atom/cta/test/fixtures/secondary.js.map +1 -1
  34. package/es/atom/drag-and-drop/index.js +1 -1
  35. package/es/atom/drag-and-drop/index.js.map +1 -1
  36. package/es/atom/drag-and-drop/test/fixtures/loading.js +1 -1
  37. package/es/atom/drag-and-drop/test/fixtures/loading.js.map +1 -1
  38. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.js +1 -1
  39. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.js.map +1 -1
  40. package/es/atom/image-upload/index.js +1 -1
  41. package/es/atom/image-upload/index.js.map +1 -1
  42. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js +1 -1
  43. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js.map +1 -1
  44. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js +1 -1
  45. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js.map +1 -1
  46. package/es/atom/image-upload/test/fixtures/desktop-reset-description.js +1 -1
  47. package/es/atom/image-upload/test/fixtures/desktop-reset-description.js.map +1 -1
  48. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.js +1 -1
  49. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.js.map +1 -1
  50. package/es/atom/image-upload/test/fixtures/email.js +1 -1
  51. package/es/atom/image-upload/test/fixtures/email.js.map +1 -1
  52. package/es/atom/image-upload/test/fixtures/mobile.js +1 -1
  53. package/es/atom/image-upload/test/fixtures/mobile.js.map +1 -1
  54. package/es/atom/image-upload/test/fixtures/modified.js +1 -1
  55. package/es/atom/image-upload/test/fixtures/modified.js.map +1 -1
  56. package/es/atom/input-html/index.js.map +1 -1
  57. package/es/atom/input-switch/index.js +13 -6
  58. package/es/atom/input-switch/index.js.map +1 -1
  59. package/es/atom/input-switch/style.css +47 -0
  60. package/es/atom/input-switch/test/fixtures/cm-left.js +11 -0
  61. package/es/atom/input-switch/test/fixtures/cm-left.js.map +1 -0
  62. package/es/atom/input-switch/test/fixtures/cm-right-checked.js +11 -0
  63. package/es/atom/input-switch/test/fixtures/cm-right-checked.js.map +1 -0
  64. package/es/atom/input-switch/test/fixtures/cm-right-disabled.js +11 -0
  65. package/es/atom/input-switch/test/fixtures/cm-right-disabled.js.map +1 -0
  66. package/es/atom/input-switch/test/fixtures/cm-right-modified.js +12 -0
  67. package/es/atom/input-switch/test/fixtures/cm-right-modified.js.map +1 -0
  68. package/es/atom/input-switch/test/fixtures/cm-right.js +11 -0
  69. package/es/atom/input-switch/test/fixtures/cm-right.js.map +1 -0
  70. package/es/atom/input-switch/test/fixtures/disabled.js +1 -1
  71. package/es/atom/input-switch/test/fixtures/disabled.js.map +1 -1
  72. package/es/atom/input-switch/test/fixtures.js +10 -0
  73. package/es/atom/input-switch/test/fixtures.js.map +1 -1
  74. package/es/atom/link/index.js +3 -2
  75. package/es/atom/link/index.js.map +1 -1
  76. package/es/atom/promo-code/index.js.map +1 -1
  77. package/es/atom/provider/index.js +1 -1
  78. package/es/atom/provider/index.js.map +1 -1
  79. package/es/atom/provider/test/index.js +1 -1
  80. package/es/atom/provider/test/index.js.map +1 -1
  81. package/es/atom/range/index.js +1 -1
  82. package/es/atom/range/index.js.map +1 -1
  83. package/es/atom/range/test/fixtures/multi.js +1 -1
  84. package/es/atom/range/test/fixtures/multi.js.map +1 -1
  85. package/es/atom/range/test/index.js +9 -9
  86. package/es/atom/range/test/index.js.map +1 -1
  87. package/es/atom/video-upload/index.js +1 -1
  88. package/es/atom/video-upload/index.js.map +1 -1
  89. package/es/atom/video-upload/test/fixtures/loading.js +1 -1
  90. package/es/atom/video-upload/test/fixtures/loading.js.map +1 -1
  91. package/es/atom/video-upload/test/fixtures/modified.js +1 -1
  92. package/es/atom/video-upload/test/fixtures/modified.js.map +1 -1
  93. package/es/hoc/animation-scheduler/index.js +3 -3
  94. package/es/hoc/animation-scheduler/index.js.map +1 -1
  95. package/es/hoc/swapper/index.js +4 -2
  96. package/es/hoc/swapper/index.js.map +1 -1
  97. package/es/hoc/transition/index.js +1 -1
  98. package/es/hoc/transition/index.js.map +1 -1
  99. package/es/molecule/add-to-my-list/index.js +1 -1
  100. package/es/molecule/add-to-my-list/index.js.map +1 -1
  101. package/es/molecule/answer/index.js +3 -2
  102. package/es/molecule/answer/index.js.map +1 -1
  103. package/es/molecule/answer/test/fixtures/audio.js +1 -1
  104. package/es/molecule/answer/test/fixtures/audio.js.map +1 -1
  105. package/es/molecule/answer/test/fixtures/default.js +1 -1
  106. package/es/molecule/answer/test/fixtures/default.js.map +1 -1
  107. package/es/molecule/answer/test/fixtures/drop-down.js +1 -1
  108. package/es/molecule/answer/test/fixtures/drop-down.js.map +1 -1
  109. package/es/molecule/answer/test/fixtures/qcm-arabic.js +1 -1
  110. package/es/molecule/answer/test/fixtures/qcm-arabic.js.map +1 -1
  111. package/es/molecule/answer/test/fixtures/qcm-drag.js +1 -1
  112. package/es/molecule/answer/test/fixtures/qcm-drag.js.map +1 -1
  113. package/es/molecule/answer/test/fixtures/qcm-graphic.js +1 -1
  114. package/es/molecule/answer/test/fixtures/qcm-graphic.js.map +1 -1
  115. package/es/molecule/answer/test/fixtures/qcm-short-audio.js +1 -1
  116. package/es/molecule/answer/test/fixtures/qcm-short-audio.js.map +1 -1
  117. package/es/molecule/answer/test/fixtures/qcm-short-video.js +1 -1
  118. package/es/molecule/answer/test/fixtures/qcm-short-video.js.map +1 -1
  119. package/es/molecule/answer/test/fixtures/qcm-short.js +1 -1
  120. package/es/molecule/answer/test/fixtures/qcm-short.js.map +1 -1
  121. package/es/molecule/answer/test/fixtures/qcm.js +1 -1
  122. package/es/molecule/answer/test/fixtures/qcm.js.map +1 -1
  123. package/es/molecule/answer/test/fixtures/range.js +1 -1
  124. package/es/molecule/answer/test/fixtures/range.js.map +1 -1
  125. package/es/molecule/answer/test/fixtures/template.js +1 -1
  126. package/es/molecule/answer/test/fixtures/template.js.map +1 -1
  127. package/es/molecule/banner/style.css +1 -0
  128. package/es/molecule/banner/test/fixtures/default.js +1 -1
  129. package/es/molecule/banner/test/fixtures/default.js.map +1 -1
  130. package/es/molecule/banner/test/fixtures.js +8 -0
  131. package/es/molecule/banner/test/fixtures.js.map +1 -1
  132. package/es/molecule/brand-form-group/index.js +18 -18
  133. package/es/molecule/brand-form-group/index.js.map +1 -1
  134. package/es/molecule/brand-form-group/test/fixtures/analytics.js +1 -1
  135. package/es/molecule/brand-form-group/test/fixtures/analytics.js.map +1 -1
  136. package/es/molecule/brand-form-group/test/fixtures/animations.js +2 -2
  137. package/es/molecule/brand-form-group/test/fixtures/animations.js.map +1 -1
  138. package/es/molecule/brand-form-group/test/fixtures/cohort.js +1 -1
  139. package/es/molecule/brand-form-group/test/fixtures/cohort.js.map +1 -1
  140. package/es/molecule/brand-form-group/test/fixtures/dashboard.js +1 -1
  141. package/es/molecule/brand-form-group/test/fixtures/dashboard.js.map +1 -1
  142. package/es/molecule/brand-form-group/test/fixtures/images.js +3 -3
  143. package/es/molecule/brand-form-group/test/fixtures/images.js.map +1 -1
  144. package/es/molecule/brand-form-group/test/fixtures/slider.js +1 -1
  145. package/es/molecule/brand-form-group/test/fixtures/slider.js.map +1 -1
  146. package/es/molecule/card/customer.css +61 -3
  147. package/es/molecule/card/customer.js +17 -5
  148. package/es/molecule/card/customer.js.map +1 -1
  149. package/es/molecule/card/index.js +16 -6
  150. package/es/molecule/card/index.js.map +1 -1
  151. package/es/molecule/card/style.css +86 -24
  152. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.js +1 -1
  153. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  154. package/es/molecule/card/test/fixtures/adaptiv.js +1 -1
  155. package/es/molecule/card/test/fixtures/adaptiv.js.map +1 -1
  156. package/es/molecule/card/test/fixtures/coorpmanager.js +18 -0
  157. package/es/molecule/card/test/fixtures/coorpmanager.js.map +1 -0
  158. package/es/molecule/card/test/fixtures/disabled.js +1 -1
  159. package/es/molecule/card/test/fixtures/disabled.js.map +1 -1
  160. package/es/molecule/card-content/index.js +11 -5
  161. package/es/molecule/card-content/index.js.map +1 -1
  162. package/es/molecule/card-content/style.css +52 -0
  163. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.js +1 -1
  164. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  165. package/es/molecule/card-content/test/fixtures/adaptiv.js +1 -1
  166. package/es/molecule/card-content/test/fixtures/adaptiv.js.map +1 -1
  167. package/es/molecule/card-content/test/fixtures/disabled.js +1 -1
  168. package/es/molecule/card-content/test/fixtures/disabled.js.map +1 -1
  169. package/es/molecule/card-with-button/index.js.map +1 -1
  170. package/es/molecule/cm-popin/style.css +1 -0
  171. package/es/molecule/coorp-manager-roles/index.js +1 -1
  172. package/es/molecule/coorp-manager-roles/index.js.map +1 -1
  173. package/es/molecule/dashboard/battle-request-list/index.js +1 -1
  174. package/es/molecule/dashboard/battle-request-list/index.js.map +1 -1
  175. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.js +1 -1
  176. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.js.map +1 -1
  177. package/es/molecule/dashboard/cards-list/test/fixtures/performance.js +1 -1
  178. package/es/molecule/dashboard/cards-list/test/fixtures/performance.js.map +1 -1
  179. package/es/molecule/dashboard/cards-list/test/index.js +1 -1
  180. package/es/molecule/dashboard/cards-list/test/index.js.map +1 -1
  181. package/es/molecule/dashboard/news-list/index.js +1 -1
  182. package/es/molecule/dashboard/news-list/index.js.map +1 -1
  183. package/es/molecule/dashboard/start-battle/index.js +1 -1
  184. package/es/molecule/dashboard/start-battle/index.js.map +1 -1
  185. package/es/molecule/discipline-header/test/fixtures/long-description.js.map +1 -1
  186. package/es/molecule/drag-and-drop/index.js +1 -1
  187. package/es/molecule/drag-and-drop/index.js.map +1 -1
  188. package/es/molecule/drag-and-drop/test/fixtures/error.js +1 -1
  189. package/es/molecule/drag-and-drop/test/fixtures/error.js.map +1 -1
  190. package/es/molecule/drag-and-drop/test/fixtures/loading.js +1 -1
  191. package/es/molecule/drag-and-drop/test/fixtures/loading.js.map +1 -1
  192. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.js +1 -1
  193. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.js.map +1 -1
  194. package/es/molecule/drag-and-drop/test/fixtures/ready.js +1 -1
  195. package/es/molecule/drag-and-drop/test/fixtures/ready.js.map +1 -1
  196. package/es/molecule/drag-and-drop/test/fixtures/success-video.js +1 -1
  197. package/es/molecule/drag-and-drop/test/fixtures/success-video.js.map +1 -1
  198. package/es/molecule/drag-and-drop/test/fixtures/success.js +1 -1
  199. package/es/molecule/drag-and-drop/test/fixtures/success.js.map +1 -1
  200. package/es/molecule/drag-and-drop/test/on-click.js +2 -2
  201. package/es/molecule/drag-and-drop/test/on-click.js.map +1 -1
  202. package/es/molecule/drag-and-drop/upload-report.js +1 -1
  203. package/es/molecule/drag-and-drop/upload-report.js.map +1 -1
  204. package/es/molecule/feedback/index.js +1 -1
  205. package/es/molecule/feedback/index.js.map +1 -1
  206. package/es/molecule/filters/test/fixtures/default.js +4 -4
  207. package/es/molecule/filters/test/fixtures/default.js.map +1 -1
  208. package/es/molecule/filters/test/fixtures/filters-list.js +6 -6
  209. package/es/molecule/filters/test/fixtures/filters-list.js.map +1 -1
  210. package/es/molecule/filters/test/fixtures/one.js +2 -2
  211. package/es/molecule/filters/test/fixtures/one.js.map +1 -1
  212. package/es/molecule/filters/test/fixtures/only-radio-group.js +1 -1
  213. package/es/molecule/filters/test/fixtures/only-radio-group.js.map +1 -1
  214. package/es/molecule/filters/test/fixtures/only-timer.js +1 -1
  215. package/es/molecule/filters/test/fixtures/only-timer.js.map +1 -1
  216. package/es/molecule/filters/test/fixtures/three.js +3 -3
  217. package/es/molecule/filters/test/fixtures/three.js.map +1 -1
  218. package/es/molecule/filters/test/fixtures/two.js +3 -3
  219. package/es/molecule/filters/test/fixtures/two.js.map +1 -1
  220. package/es/molecule/filters/test/fixtures/zero.js +1 -1
  221. package/es/molecule/filters/test/fixtures/zero.js.map +1 -1
  222. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.js +4 -4
  223. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.js.map +1 -1
  224. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.js +1 -1
  225. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.js.map +1 -1
  226. package/es/molecule/hero/test/fixtures/arabic.js +1 -1
  227. package/es/molecule/hero/test/fixtures/arabic.js.map +1 -1
  228. package/es/molecule/hero/test/fixtures/hero.js +1 -1
  229. package/es/molecule/hero/test/fixtures/hero.js.map +1 -1
  230. package/es/molecule/news/test/fixtures/long-description.js +1 -1
  231. package/es/molecule/news/test/fixtures/long-description.js.map +1 -1
  232. package/es/molecule/news/test/fixtures/long-title.js +1 -1
  233. package/es/molecule/news/test/fixtures/long-title.js.map +1 -1
  234. package/es/molecule/news/test/fixtures/small-desciption.js +1 -1
  235. package/es/molecule/news/test/fixtures/small-desciption.js.map +1 -1
  236. package/es/molecule/news/test/fixtures/small-title.js +1 -1
  237. package/es/molecule/news/test/fixtures/small-title.js.map +1 -1
  238. package/es/molecule/popin/index.js +1 -1
  239. package/es/molecule/popin/index.js.map +1 -1
  240. package/es/molecule/progress-bar/index.js +1 -1
  241. package/es/molecule/progress-bar/index.js.map +1 -1
  242. package/es/molecule/questions/drop-down/index.js +1 -1
  243. package/es/molecule/questions/drop-down/index.js.map +1 -1
  244. package/es/molecule/questions/question-range/index.js +3 -2
  245. package/es/molecule/questions/question-range/index.js.map +1 -1
  246. package/es/molecule/questions/template/index.js +2 -2
  247. package/es/molecule/questions/template/index.js.map +1 -1
  248. package/es/molecule/questions/template/test/index.js +1 -1
  249. package/es/molecule/questions/template/test/index.js.map +1 -1
  250. package/es/molecule/quick-access-card/index.js.map +1 -1
  251. package/es/molecule/resource-player/index.js +2 -1
  252. package/es/molecule/resource-player/index.js.map +1 -1
  253. package/es/molecule/select-multiple/index.js +3 -3
  254. package/es/molecule/select-multiple/index.js.map +1 -1
  255. package/es/molecule/select-multiple/style.css +2 -1
  256. package/es/molecule/select-multiple/test/fixtures.js +8 -0
  257. package/es/molecule/select-multiple/test/fixtures.js.map +1 -1
  258. package/es/molecule/select-multiple/test/index.js +2 -2
  259. package/es/molecule/select-multiple/test/index.js.map +1 -1
  260. package/es/molecule/setup-section/index.js +1 -1
  261. package/es/molecule/setup-section/index.js.map +1 -1
  262. package/es/molecule/setup-section/test/fixtures/first.js +1 -1
  263. package/es/molecule/setup-section/test/fixtures/first.js.map +1 -1
  264. package/es/molecule/setup-slide/index.js +8 -8
  265. package/es/molecule/setup-slide/index.js.map +1 -1
  266. package/es/molecule/share/index.js +1 -1
  267. package/es/molecule/share/index.js.map +1 -1
  268. package/es/molecule/video-iframe/index.js +1 -1
  269. package/es/molecule/video-iframe/index.js.map +1 -1
  270. package/es/molecule/video-player/index.js +3 -1
  271. package/es/molecule/video-player/index.js.map +1 -1
  272. package/es/molecule/video-player/jwplayer.js +2 -2
  273. package/es/molecule/video-player/jwplayer.js.map +1 -1
  274. package/es/molecule/video-player/test/fixtures/youtube.js +1 -1
  275. package/es/molecule/video-player/test/fixtures/youtube.js.map +1 -1
  276. package/es/molecule/video-player/vimeo.js +1 -1
  277. package/es/molecule/video-player/vimeo.js.map +1 -1
  278. package/es/molecule/wizard-summary/index.js +30 -3
  279. package/es/molecule/wizard-summary/index.js.map +1 -1
  280. package/es/organism/accordion/coorp-manager/index.js +1 -1
  281. package/es/organism/accordion/coorp-manager/index.js.map +1 -1
  282. package/es/organism/accordion/toggler/index.js +1 -1
  283. package/es/organism/accordion/toggler/index.js.map +1 -1
  284. package/es/organism/accordion/toggler/test/render.js +2 -2
  285. package/es/organism/accordion/toggler/test/render.js.map +1 -1
  286. package/es/organism/brand-form/test/fixtures/sso.js +3 -3
  287. package/es/organism/brand-form/test/fixtures/sso.js.map +1 -1
  288. package/es/organism/content-translation/index.js +2 -2
  289. package/es/organism/content-translation/index.js.map +1 -1
  290. package/es/organism/content-translation/style.css +1 -0
  291. package/es/organism/content-translation/test/fixtures/default.js +2 -2
  292. package/es/organism/content-translation/test/fixtures/default.js.map +1 -1
  293. package/es/organism/content-translation/test/fixtures.js +15 -0
  294. package/es/organism/content-translation/test/fixtures.js.map +1 -0
  295. package/es/organism/course-selection/index.js +26 -9
  296. package/es/organism/course-selection/index.js.map +1 -1
  297. package/es/organism/course-selection/style.css +11 -3
  298. package/es/organism/course-selection/test/fixtures/default.js +44 -13
  299. package/es/organism/course-selection/test/fixtures/default.js.map +1 -1
  300. package/es/organism/course-selection/test/fixtures/empty.js +9 -0
  301. package/es/organism/course-selection/test/fixtures/empty.js.map +1 -1
  302. package/es/organism/course-selection/test/fixtures/filtered.js +11 -3
  303. package/es/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  304. package/es/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  305. package/es/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  306. package/es/organism/course-selection/test/fixtures/switch-activated.js +23 -0
  307. package/es/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  308. package/es/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  309. package/es/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  310. package/es/organism/course-selection/test/fixtures.js +2 -0
  311. package/es/organism/course-selection/test/fixtures.js.map +1 -1
  312. package/es/organism/discussion/test/fixtures/default.js +1 -1
  313. package/es/organism/discussion/test/fixtures/default.js.map +1 -1
  314. package/es/organism/discussion/test/fixtures/loading-more.js +1 -1
  315. package/es/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  316. package/es/organism/discussion/test/fixtures/new-discussion.js +1 -1
  317. package/es/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  318. package/es/organism/get-the-app/index.js +2 -2
  319. package/es/organism/get-the-app/index.js.map +1 -1
  320. package/es/organism/list-item/test/fixtures.js +19 -0
  321. package/es/organism/list-item/test/fixtures.js.map +1 -0
  322. package/es/organism/list-items/test/fixtures/archived.js +1 -1
  323. package/es/organism/list-items/test/fixtures/archived.js.map +1 -1
  324. package/es/organism/list-items/test/fixtures/draft.js +1 -1
  325. package/es/organism/list-items/test/fixtures/draft.js.map +1 -1
  326. package/es/organism/list-items/test/fixtures/published.js +2 -2
  327. package/es/organism/list-items/test/fixtures/published.js.map +1 -1
  328. package/es/organism/list-items/test/fixtures.js +17 -0
  329. package/es/organism/list-items/test/fixtures.js.map +1 -0
  330. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  331. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  332. package/es/organism/mooc-footer/style.css +1 -0
  333. package/es/organism/mooc-header/test/fixtures/default.js +1 -1
  334. package/es/organism/mooc-header/test/fixtures/default.js.map +1 -1
  335. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  336. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  337. package/es/organism/popin/test/fixtures/default.js.map +1 -1
  338. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  339. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  340. package/es/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  341. package/es/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  342. package/es/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  343. package/es/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  344. package/es/organism/resource-browser/test/fixtures/mp4.js +1 -1
  345. package/es/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  346. package/es/organism/search-and-chips-results/index.js +11 -4
  347. package/es/organism/search-and-chips-results/index.js.map +1 -1
  348. package/es/organism/search-and-chips-results/style.css +7 -1
  349. package/es/organism/search-and-chips-results/test/fixtures/default.js +1 -0
  350. package/es/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  351. package/es/organism/settings/index.js +3 -2
  352. package/es/organism/settings/index.js.map +1 -1
  353. package/es/organism/sidebar/index.js +11 -10
  354. package/es/organism/sidebar/index.js.map +1 -1
  355. package/es/organism/user-preferences/index.js +3 -2
  356. package/es/organism/user-preferences/index.js.map +1 -1
  357. package/es/organism/wizard-contents/index.js +8 -9
  358. package/es/organism/wizard-contents/index.js.map +1 -1
  359. package/es/organism/wizard-contents/style.css +11 -13
  360. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  361. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  362. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  363. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  364. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  365. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  366. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  367. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  368. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  369. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  370. package/es/organism/wizard-contents/test/fixtures.js +21 -0
  371. package/es/organism/wizard-contents/test/fixtures.js.map +1 -0
  372. package/es/template/activity/index.js +1 -1
  373. package/es/template/activity/index.js.map +1 -1
  374. package/es/template/activity/test/progression-item-test.js +1 -1
  375. package/es/template/activity/test/progression-item-test.js.map +1 -1
  376. package/es/template/app-player/player/slides/footer/index.js +1 -1
  377. package/es/template/app-player/player/slides/footer/index.js.map +1 -1
  378. package/es/template/app-player/player/slides/index.js +14 -11
  379. package/es/template/app-player/player/slides/index.js.map +1 -1
  380. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  381. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  382. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  383. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  384. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  385. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  386. package/es/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  387. package/es/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  388. package/es/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  389. package/es/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  390. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  391. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  392. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  393. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  394. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  395. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  396. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  397. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  398. package/es/template/app-player/player/slides/test/fixtures/context.js +2 -2
  399. package/es/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  400. package/es/template/app-player/player/slides/test/fixtures/default.js +2 -2
  401. package/es/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  402. package/es/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  403. package/es/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  404. package/es/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  405. package/es/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  406. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  407. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  408. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  409. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  410. package/es/template/app-player/player/slides/test/fixtures/media.js +2 -2
  411. package/es/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  412. package/es/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  413. package/es/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  414. package/es/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  415. package/es/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  416. package/es/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  417. package/es/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  418. package/es/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  419. package/es/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  420. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  421. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  422. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  423. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  424. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  425. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  426. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  427. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  428. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  429. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  430. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  431. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  432. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  433. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  434. package/es/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  435. package/es/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  436. package/es/template/app-player/player/slides/test/fixtures/range.js +1 -1
  437. package/es/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  438. package/es/template/app-player/player/slides/test/fixtures/template.js +1 -1
  439. package/es/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  440. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  441. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  442. package/es/template/app-player/player/test/fixtures/background.js +1 -1
  443. package/es/template/app-player/player/test/fixtures/background.js.map +1 -1
  444. package/es/template/app-player/popin-correction/index.js +3 -2
  445. package/es/template/app-player/popin-correction/index.js.map +1 -1
  446. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  447. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  448. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  449. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  450. package/es/template/app-player/popin-end/summary.js +11 -7
  451. package/es/template/app-player/popin-end/summary.js.map +1 -1
  452. package/es/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  453. package/es/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  454. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  455. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  456. package/es/template/app-player/popin-header/index.js +4 -3
  457. package/es/template/app-player/popin-header/index.js.map +1 -1
  458. package/es/template/back-office/brand-create/test/fixtures/default.js +1 -1
  459. package/es/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  460. package/es/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  461. package/es/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  462. package/es/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  463. package/es/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  464. package/es/template/back-office/brand-list/test/fixtures/default.js +1 -1
  465. package/es/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  466. package/es/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  467. package/es/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  468. package/es/template/back-office/brand-update/index.js +13 -11
  469. package/es/template/back-office/brand-update/index.js.map +1 -1
  470. package/es/template/back-office/brand-update/style.css +4 -0
  471. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  472. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  473. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  474. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  475. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  476. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  477. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  478. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  479. package/es/template/back-office/brand-update/test/fixtures/loader.js +6 -2
  480. package/es/template/back-office/brand-update/test/fixtures/loader.js.map +1 -1
  481. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js +237 -2
  482. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  483. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.js +1 -1
  484. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.js.map +1 -1
  485. package/es/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  486. package/es/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  487. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  488. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  489. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  490. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  491. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js +2 -2
  492. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  493. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  494. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  495. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +50 -1
  496. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  497. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  498. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  499. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  500. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  501. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  502. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  503. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  504. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  505. package/es/template/back-office/brand-update/test/fixtures.js +20 -2
  506. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -1
  507. package/es/template/cockpit/jw-uploader/index.js +1 -1
  508. package/es/template/cockpit/jw-uploader/index.js.map +1 -1
  509. package/es/template/common/dashboard/index.js +1 -1
  510. package/es/template/common/dashboard/index.js.map +1 -1
  511. package/es/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  512. package/es/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  513. package/es/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  514. package/es/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  515. package/es/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  516. package/es/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  517. package/es/template/common/discipline/test/fixtures/arabic.js +1 -1
  518. package/es/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  519. package/es/template/common/discipline/test/fixtures/default.js +2 -2
  520. package/es/template/common/discipline/test/fixtures/default.js.map +1 -1
  521. package/es/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  522. package/es/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  523. package/es/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  524. package/es/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  525. package/es/template/common/discipline/test/fixtures/external-course.js +2 -2
  526. package/es/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  527. package/es/template/common/discipline/test/fixtures/share.js +1 -1
  528. package/es/template/common/discipline/test/fixtures/share.js.map +1 -1
  529. package/es/template/teams-dashboard/test/fixtures/default.js +1 -1
  530. package/es/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  531. package/es/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  532. package/es/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  533. package/es/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  534. package/es/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  535. package/es/util/shallow-compare.js.map +1 -1
  536. package/es/util/test/navigation.js +4 -3
  537. package/es/util/test/navigation.js.map +1 -1
  538. package/lib/atom/autocomplete/index.js +2 -2
  539. package/lib/atom/autocomplete/test/fixtures/error.js +1 -1
  540. package/lib/atom/autocomplete/test/fixtures/error.js.map +1 -1
  541. package/lib/atom/autocomplete/test/fixtures/filled.js +1 -1
  542. package/lib/atom/autocomplete/test/fixtures/filled.js.map +1 -1
  543. package/lib/atom/autocomplete/test/fixtures/modified.js +1 -1
  544. package/lib/atom/autocomplete/test/fixtures/modified.js.map +1 -1
  545. package/lib/atom/button-link/index.js +2 -2
  546. package/lib/atom/button-link-icon-only/index.js +2 -2
  547. package/lib/atom/button-menu/index.js +2 -2
  548. package/lib/atom/button-menu/test/fixtures/default.js +1 -1
  549. package/lib/atom/button-menu/test/fixtures/multiple-buttons.js +1 -1
  550. package/lib/atom/chips/index.js +2 -2
  551. package/lib/atom/clue/index.js.map +1 -1
  552. package/lib/atom/clue/test/see-clue.js +34 -0
  553. package/lib/atom/clue/test/see-clue.js.map +1 -1
  554. package/lib/atom/content-badge/test/fixtures.js +3 -0
  555. package/lib/atom/content-badge/test/fixtures.js.map +1 -1
  556. package/lib/atom/cta/test/fixtures/certification.js +1 -1
  557. package/lib/atom/cta/test/fixtures/certification.js.map +1 -1
  558. package/lib/atom/cta/test/fixtures/disabled.js +1 -1
  559. package/lib/atom/cta/test/fixtures/disabled.js.map +1 -1
  560. package/lib/atom/cta/test/fixtures/light-small.js +1 -1
  561. package/lib/atom/cta/test/fixtures/light-small.js.map +1 -1
  562. package/lib/atom/cta/test/fixtures/light.js +1 -1
  563. package/lib/atom/cta/test/fixtures/light.js.map +1 -1
  564. package/lib/atom/cta/test/fixtures/logout.js +1 -1
  565. package/lib/atom/cta/test/fixtures/logout.js.map +1 -1
  566. package/lib/atom/cta/test/fixtures/primary-small.js +1 -1
  567. package/lib/atom/cta/test/fixtures/primary-small.js.map +1 -1
  568. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js +1 -1
  569. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js.map +1 -1
  570. package/lib/atom/cta/test/fixtures/rectangular-secondary.js +1 -1
  571. package/lib/atom/cta/test/fixtures/rectangular-secondary.js.map +1 -1
  572. package/lib/atom/cta/test/fixtures/rectangular.js +1 -1
  573. package/lib/atom/cta/test/fixtures/rectangular.js.map +1 -1
  574. package/lib/atom/cta/test/fixtures/secondary-small.js +1 -1
  575. package/lib/atom/cta/test/fixtures/secondary-small.js.map +1 -1
  576. package/lib/atom/cta/test/fixtures/secondary.js +1 -1
  577. package/lib/atom/cta/test/fixtures/secondary.js.map +1 -1
  578. package/lib/atom/drag-and-drop/index.js +1 -1
  579. package/lib/atom/drag-and-drop/index.js.map +1 -1
  580. package/lib/atom/drag-and-drop/test/fixtures/loading.js +1 -1
  581. package/lib/atom/drag-and-drop/test/fixtures/loading.js.map +1 -1
  582. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js +1 -1
  583. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js.map +1 -1
  584. package/lib/atom/image-upload/index.js +3 -3
  585. package/lib/atom/image-upload/index.js.map +1 -1
  586. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js +1 -1
  587. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js.map +1 -1
  588. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js +1 -1
  589. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js.map +1 -1
  590. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js +1 -1
  591. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js.map +1 -1
  592. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js +1 -1
  593. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js.map +1 -1
  594. package/lib/atom/image-upload/test/fixtures/email.js +1 -1
  595. package/lib/atom/image-upload/test/fixtures/email.js.map +1 -1
  596. package/lib/atom/image-upload/test/fixtures/mobile.js +1 -1
  597. package/lib/atom/image-upload/test/fixtures/mobile.js.map +1 -1
  598. package/lib/atom/image-upload/test/fixtures/modified.js +1 -1
  599. package/lib/atom/image-upload/test/fixtures/modified.js.map +1 -1
  600. package/lib/atom/input-checkbox/index.js +2 -2
  601. package/lib/atom/input-color/index.js +2 -2
  602. package/lib/atom/input-doublestep/index.js +2 -2
  603. package/lib/atom/input-html/index.js.map +1 -1
  604. package/lib/atom/input-search/index.js +2 -2
  605. package/lib/atom/input-switch/index.js +15 -8
  606. package/lib/atom/input-switch/index.js.map +1 -1
  607. package/lib/atom/input-switch/style.css +47 -0
  608. package/lib/atom/input-switch/test/fixtures/cm-left.js +16 -0
  609. package/lib/atom/input-switch/test/fixtures/cm-left.js.map +1 -0
  610. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js +16 -0
  611. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js.map +1 -0
  612. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js +20 -0
  613. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js.map +1 -0
  614. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js +17 -0
  615. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js.map +1 -0
  616. package/lib/atom/input-switch/test/fixtures/cm-right.js +16 -0
  617. package/lib/atom/input-switch/test/fixtures/cm-right.js.map +1 -0
  618. package/lib/atom/input-switch/test/fixtures/disabled.js +1 -1
  619. package/lib/atom/input-switch/test/fixtures/disabled.js.map +1 -1
  620. package/lib/atom/input-switch/test/fixtures.js +15 -0
  621. package/lib/atom/input-switch/test/fixtures.js.map +1 -1
  622. package/lib/atom/input-text/index.js +2 -2
  623. package/lib/atom/input-textarea/index.js +2 -2
  624. package/lib/atom/link/index.js +4 -2
  625. package/lib/atom/link/index.js.map +1 -1
  626. package/lib/atom/promo-code/index.js.map +1 -1
  627. package/lib/atom/provider/index.js +1 -1
  628. package/lib/atom/provider/index.js.map +1 -1
  629. package/lib/atom/provider/test/index.js +1 -1
  630. package/lib/atom/provider/test/index.js.map +1 -1
  631. package/lib/atom/range/index.js +1 -1
  632. package/lib/atom/range/index.js.map +1 -1
  633. package/lib/atom/range/test/fixtures/multi.js +1 -1
  634. package/lib/atom/range/test/fixtures/multi.js.map +1 -1
  635. package/lib/atom/range/test/index.js +9 -9
  636. package/lib/atom/range/test/index.js.map +1 -1
  637. package/lib/atom/select/index.js +2 -2
  638. package/lib/atom/tab/index.js +2 -2
  639. package/lib/atom/video-upload/index.js +1 -1
  640. package/lib/atom/video-upload/index.js.map +1 -1
  641. package/lib/atom/video-upload/test/fixtures/loading.js +1 -1
  642. package/lib/atom/video-upload/test/fixtures/loading.js.map +1 -1
  643. package/lib/atom/video-upload/test/fixtures/modified.js +1 -1
  644. package/lib/atom/video-upload/test/fixtures/modified.js.map +1 -1
  645. package/lib/hoc/animation/index.js +1 -1
  646. package/lib/hoc/animation/test/on-mount.js +2 -2
  647. package/lib/hoc/animation-scheduler/index.js +4 -4
  648. package/lib/hoc/animation-scheduler/index.js.map +1 -1
  649. package/lib/hoc/animation-scheduler/test/fixtures/parallel.js +3 -3
  650. package/lib/hoc/animation-scheduler/test/fixtures/series.js +2 -2
  651. package/lib/hoc/animation-scheduler/test/on-mount.js +2 -2
  652. package/lib/hoc/swapper/index.js +5 -3
  653. package/lib/hoc/swapper/index.js.map +1 -1
  654. package/lib/hoc/swapper/test/on-mount.js +2 -2
  655. package/lib/hoc/transition/index.js +3 -3
  656. package/lib/hoc/transition/index.js.map +1 -1
  657. package/lib/molecule/add-to-my-list/index.js +4 -4
  658. package/lib/molecule/add-to-my-list/index.js.map +1 -1
  659. package/lib/molecule/answer/index.js +5 -3
  660. package/lib/molecule/answer/index.js.map +1 -1
  661. package/lib/molecule/answer/test/fixtures/audio.js +1 -1
  662. package/lib/molecule/answer/test/fixtures/audio.js.map +1 -1
  663. package/lib/molecule/answer/test/fixtures/default.js +1 -1
  664. package/lib/molecule/answer/test/fixtures/default.js.map +1 -1
  665. package/lib/molecule/answer/test/fixtures/drop-down.js +1 -1
  666. package/lib/molecule/answer/test/fixtures/drop-down.js.map +1 -1
  667. package/lib/molecule/answer/test/fixtures/qcm-arabic.js +1 -1
  668. package/lib/molecule/answer/test/fixtures/qcm-arabic.js.map +1 -1
  669. package/lib/molecule/answer/test/fixtures/qcm-drag.js +1 -1
  670. package/lib/molecule/answer/test/fixtures/qcm-drag.js.map +1 -1
  671. package/lib/molecule/answer/test/fixtures/qcm-graphic.js +1 -1
  672. package/lib/molecule/answer/test/fixtures/qcm-graphic.js.map +1 -1
  673. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js +1 -1
  674. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js.map +1 -1
  675. package/lib/molecule/answer/test/fixtures/qcm-short-video.js +1 -1
  676. package/lib/molecule/answer/test/fixtures/qcm-short-video.js.map +1 -1
  677. package/lib/molecule/answer/test/fixtures/qcm-short.js +1 -1
  678. package/lib/molecule/answer/test/fixtures/qcm-short.js.map +1 -1
  679. package/lib/molecule/answer/test/fixtures/qcm.js +1 -1
  680. package/lib/molecule/answer/test/fixtures/qcm.js.map +1 -1
  681. package/lib/molecule/answer/test/fixtures/range.js +1 -1
  682. package/lib/molecule/answer/test/fixtures/range.js.map +1 -1
  683. package/lib/molecule/answer/test/fixtures/template.js +1 -1
  684. package/lib/molecule/answer/test/fixtures/template.js.map +1 -1
  685. package/lib/molecule/banner/style.css +1 -0
  686. package/lib/molecule/banner/test/fixtures/default.js +1 -1
  687. package/lib/molecule/banner/test/fixtures/default.js.map +1 -1
  688. package/lib/molecule/banner/test/fixtures.js +12 -0
  689. package/lib/molecule/banner/test/fixtures.js.map +1 -1
  690. package/lib/molecule/brand-create-form/index.js +2 -2
  691. package/lib/molecule/brand-form-group/index.js +18 -18
  692. package/lib/molecule/brand-form-group/index.js.map +1 -1
  693. package/lib/molecule/brand-form-group/test/fixtures/analytics.js +1 -1
  694. package/lib/molecule/brand-form-group/test/fixtures/analytics.js.map +1 -1
  695. package/lib/molecule/brand-form-group/test/fixtures/animations.js +2 -2
  696. package/lib/molecule/brand-form-group/test/fixtures/animations.js.map +1 -1
  697. package/lib/molecule/brand-form-group/test/fixtures/cohort.js +1 -1
  698. package/lib/molecule/brand-form-group/test/fixtures/cohort.js.map +1 -1
  699. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js +1 -1
  700. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js.map +1 -1
  701. package/lib/molecule/brand-form-group/test/fixtures/images.js +3 -3
  702. package/lib/molecule/brand-form-group/test/fixtures/images.js.map +1 -1
  703. package/lib/molecule/brand-form-group/test/fixtures/slider.js +1 -1
  704. package/lib/molecule/brand-form-group/test/fixtures/slider.js.map +1 -1
  705. package/lib/molecule/bullet-point-menu-button/index.js +2 -2
  706. package/lib/molecule/card/customer.css +61 -3
  707. package/lib/molecule/card/customer.js +22 -6
  708. package/lib/molecule/card/customer.js.map +1 -1
  709. package/lib/molecule/card/index.js +22 -9
  710. package/lib/molecule/card/index.js.map +1 -1
  711. package/lib/molecule/card/style.css +86 -24
  712. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js +1 -1
  713. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  714. package/lib/molecule/card/test/fixtures/adaptiv.js +1 -1
  715. package/lib/molecule/card/test/fixtures/adaptiv.js.map +1 -1
  716. package/lib/molecule/card/test/fixtures/coorpmanager.js +28 -0
  717. package/lib/molecule/card/test/fixtures/coorpmanager.js.map +1 -0
  718. package/lib/molecule/card/test/fixtures/disabled.js +1 -1
  719. package/lib/molecule/card/test/fixtures/disabled.js.map +1 -1
  720. package/lib/molecule/card-content/index.js +14 -6
  721. package/lib/molecule/card-content/index.js.map +1 -1
  722. package/lib/molecule/card-content/style.css +52 -0
  723. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js +1 -1
  724. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  725. package/lib/molecule/card-content/test/fixtures/adaptiv.js +1 -1
  726. package/lib/molecule/card-content/test/fixtures/adaptiv.js.map +1 -1
  727. package/lib/molecule/card-content/test/fixtures/disabled.js +1 -1
  728. package/lib/molecule/card-content/test/fixtures/disabled.js.map +1 -1
  729. package/lib/molecule/card-with-button/index.js.map +1 -1
  730. package/lib/molecule/cm-popin/style.css +1 -0
  731. package/lib/molecule/coorp-manager-roles/index.js +1 -1
  732. package/lib/molecule/coorp-manager-roles/index.js.map +1 -1
  733. package/lib/molecule/dashboard/battle-request-list/index.js +1 -1
  734. package/lib/molecule/dashboard/battle-request-list/index.js.map +1 -1
  735. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js +1 -1
  736. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js.map +1 -1
  737. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js +1 -1
  738. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js.map +1 -1
  739. package/lib/molecule/dashboard/cards-list/test/index.js +1 -1
  740. package/lib/molecule/dashboard/cards-list/test/index.js.map +1 -1
  741. package/lib/molecule/dashboard/news-list/index.js +1 -1
  742. package/lib/molecule/dashboard/news-list/index.js.map +1 -1
  743. package/lib/molecule/dashboard/start-battle/index.js +1 -1
  744. package/lib/molecule/dashboard/start-battle/index.js.map +1 -1
  745. package/lib/molecule/discipline-header/test/fixtures/long-description.js.map +1 -1
  746. package/lib/molecule/drag-and-drop/index.js +3 -3
  747. package/lib/molecule/drag-and-drop/index.js.map +1 -1
  748. package/lib/molecule/drag-and-drop/test/fixtures/error.js +1 -1
  749. package/lib/molecule/drag-and-drop/test/fixtures/error.js.map +1 -1
  750. package/lib/molecule/drag-and-drop/test/fixtures/loading.js +1 -1
  751. package/lib/molecule/drag-and-drop/test/fixtures/loading.js.map +1 -1
  752. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js +1 -1
  753. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js.map +1 -1
  754. package/lib/molecule/drag-and-drop/test/fixtures/ready.js +1 -1
  755. package/lib/molecule/drag-and-drop/test/fixtures/ready.js.map +1 -1
  756. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js +1 -1
  757. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js.map +1 -1
  758. package/lib/molecule/drag-and-drop/test/fixtures/success.js +1 -1
  759. package/lib/molecule/drag-and-drop/test/fixtures/success.js.map +1 -1
  760. package/lib/molecule/drag-and-drop/test/on-click.js +2 -2
  761. package/lib/molecule/drag-and-drop/test/on-click.js.map +1 -1
  762. package/lib/molecule/drag-and-drop/upload-report.js +3 -3
  763. package/lib/molecule/drag-and-drop/upload-report.js.map +1 -1
  764. package/lib/molecule/feedback/index.js +3 -3
  765. package/lib/molecule/feedback/index.js.map +1 -1
  766. package/lib/molecule/filters/test/fixtures/default.js +4 -4
  767. package/lib/molecule/filters/test/fixtures/default.js.map +1 -1
  768. package/lib/molecule/filters/test/fixtures/filters-list.js +6 -6
  769. package/lib/molecule/filters/test/fixtures/filters-list.js.map +1 -1
  770. package/lib/molecule/filters/test/fixtures/one.js +2 -2
  771. package/lib/molecule/filters/test/fixtures/one.js.map +1 -1
  772. package/lib/molecule/filters/test/fixtures/only-radio-group.js +1 -1
  773. package/lib/molecule/filters/test/fixtures/only-radio-group.js.map +1 -1
  774. package/lib/molecule/filters/test/fixtures/only-timer.js +1 -1
  775. package/lib/molecule/filters/test/fixtures/only-timer.js.map +1 -1
  776. package/lib/molecule/filters/test/fixtures/three.js +3 -3
  777. package/lib/molecule/filters/test/fixtures/three.js.map +1 -1
  778. package/lib/molecule/filters/test/fixtures/two.js +3 -3
  779. package/lib/molecule/filters/test/fixtures/two.js.map +1 -1
  780. package/lib/molecule/filters/test/fixtures/zero.js +1 -1
  781. package/lib/molecule/filters/test/fixtures/zero.js.map +1 -1
  782. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js +4 -4
  783. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js.map +1 -1
  784. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js +1 -1
  785. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js.map +1 -1
  786. package/lib/molecule/hero/index.js +2 -2
  787. package/lib/molecule/hero/test/fixtures/arabic.js +1 -1
  788. package/lib/molecule/hero/test/fixtures/arabic.js.map +1 -1
  789. package/lib/molecule/hero/test/fixtures/hero.js +1 -1
  790. package/lib/molecule/hero/test/fixtures/hero.js.map +1 -1
  791. package/lib/molecule/news/test/fixtures/long-description.js +1 -1
  792. package/lib/molecule/news/test/fixtures/long-description.js.map +1 -1
  793. package/lib/molecule/news/test/fixtures/long-title.js +1 -1
  794. package/lib/molecule/news/test/fixtures/long-title.js.map +1 -1
  795. package/lib/molecule/news/test/fixtures/small-desciption.js +1 -1
  796. package/lib/molecule/news/test/fixtures/small-desciption.js.map +1 -1
  797. package/lib/molecule/news/test/fixtures/small-title.js +1 -1
  798. package/lib/molecule/news/test/fixtures/small-title.js.map +1 -1
  799. package/lib/molecule/popin/index.js +3 -3
  800. package/lib/molecule/popin/index.js.map +1 -1
  801. package/lib/molecule/progress-bar/index.js +1 -1
  802. package/lib/molecule/progress-bar/index.js.map +1 -1
  803. package/lib/molecule/questions/drop-down/index.js +3 -3
  804. package/lib/molecule/questions/drop-down/index.js.map +1 -1
  805. package/lib/molecule/questions/free-text/index.js +2 -2
  806. package/lib/molecule/questions/question-range/index.js +4 -2
  807. package/lib/molecule/questions/question-range/index.js.map +1 -1
  808. package/lib/molecule/questions/template/index.js +2 -2
  809. package/lib/molecule/questions/template/index.js.map +1 -1
  810. package/lib/molecule/questions/template/test/index.js +1 -1
  811. package/lib/molecule/questions/template/test/index.js.map +1 -1
  812. package/lib/molecule/quick-access-card/index.js.map +1 -1
  813. package/lib/molecule/resource-player/index.js +4 -2
  814. package/lib/molecule/resource-player/index.js.map +1 -1
  815. package/lib/molecule/scope-tabs/index.js +2 -2
  816. package/lib/molecule/search-form/index.js +2 -2
  817. package/lib/molecule/select-multiple/index.js +6 -6
  818. package/lib/molecule/select-multiple/index.js.map +1 -1
  819. package/lib/molecule/select-multiple/style.css +2 -1
  820. package/lib/molecule/select-multiple/test/fixtures.js +12 -0
  821. package/lib/molecule/select-multiple/test/fixtures.js.map +1 -1
  822. package/lib/molecule/select-multiple/test/index.js +4 -4
  823. package/lib/molecule/select-multiple/test/index.js.map +1 -1
  824. package/lib/molecule/setup-section/index.js +1 -1
  825. package/lib/molecule/setup-section/index.js.map +1 -1
  826. package/lib/molecule/setup-section/test/fixtures/first.js +1 -1
  827. package/lib/molecule/setup-section/test/fixtures/first.js.map +1 -1
  828. package/lib/molecule/setup-sections/index.js +2 -2
  829. package/lib/molecule/setup-slide/index.js +8 -8
  830. package/lib/molecule/setup-slide/index.js.map +1 -1
  831. package/lib/molecule/share/index.js +4 -4
  832. package/lib/molecule/share/index.js.map +1 -1
  833. package/lib/molecule/titled-checkbox/index.js +2 -2
  834. package/lib/molecule/vertical-tabs/test/fixtures/default.js +1 -1
  835. package/lib/molecule/video-iframe/index.js +1 -1
  836. package/lib/molecule/video-iframe/index.js.map +1 -1
  837. package/lib/molecule/video-player/index.js +3 -1
  838. package/lib/molecule/video-player/index.js.map +1 -1
  839. package/lib/molecule/video-player/jwplayer.js +2 -2
  840. package/lib/molecule/video-player/jwplayer.js.map +1 -1
  841. package/lib/molecule/video-player/test/fixtures/youtube.js +1 -1
  842. package/lib/molecule/video-player/test/fixtures/youtube.js.map +1 -1
  843. package/lib/molecule/video-player/vimeo.js +1 -1
  844. package/lib/molecule/video-player/vimeo.js.map +1 -1
  845. package/lib/molecule/wizard-summary/index.js +31 -4
  846. package/lib/molecule/wizard-summary/index.js.map +1 -1
  847. package/lib/organism/accordion/container/index.js +2 -2
  848. package/lib/organism/accordion/coorp-manager/index.js +3 -3
  849. package/lib/organism/accordion/coorp-manager/index.js.map +1 -1
  850. package/lib/organism/accordion/toggler/index.js +1 -1
  851. package/lib/organism/accordion/toggler/index.js.map +1 -1
  852. package/lib/organism/accordion/toggler/test/render.js +2 -2
  853. package/lib/organism/accordion/toggler/test/render.js.map +1 -1
  854. package/lib/organism/brand-form/index.js +2 -2
  855. package/lib/organism/brand-form/test/fixtures/sso.js +3 -3
  856. package/lib/organism/brand-form/test/fixtures/sso.js.map +1 -1
  857. package/lib/organism/content-translation/index.js +2 -2
  858. package/lib/organism/content-translation/index.js.map +1 -1
  859. package/lib/organism/content-translation/style.css +1 -0
  860. package/lib/organism/content-translation/test/fixtures/default.js +2 -2
  861. package/lib/organism/content-translation/test/fixtures/default.js.map +1 -1
  862. package/lib/organism/content-translation/test/fixtures.js +25 -0
  863. package/lib/organism/content-translation/test/fixtures.js.map +1 -0
  864. package/lib/organism/course-selection/index.js +28 -9
  865. package/lib/organism/course-selection/index.js.map +1 -1
  866. package/lib/organism/course-selection/style.css +11 -3
  867. package/lib/organism/course-selection/test/fixtures/default.js +45 -13
  868. package/lib/organism/course-selection/test/fixtures/default.js.map +1 -1
  869. package/lib/organism/course-selection/test/fixtures/empty.js +9 -0
  870. package/lib/organism/course-selection/test/fixtures/empty.js.map +1 -1
  871. package/lib/organism/course-selection/test/fixtures/filtered.js +11 -3
  872. package/lib/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  873. package/lib/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  874. package/lib/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  875. package/lib/organism/course-selection/test/fixtures/switch-activated.js +32 -0
  876. package/lib/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  877. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  878. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  879. package/lib/organism/course-selection/test/fixtures.js +3 -0
  880. package/lib/organism/course-selection/test/fixtures.js.map +1 -1
  881. package/lib/organism/discussion/test/fixtures/default.js +1 -1
  882. package/lib/organism/discussion/test/fixtures/default.js.map +1 -1
  883. package/lib/organism/discussion/test/fixtures/loading-more.js +1 -1
  884. package/lib/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  885. package/lib/organism/discussion/test/fixtures/new-discussion.js +1 -1
  886. package/lib/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  887. package/lib/organism/get-the-app/index.js +2 -2
  888. package/lib/organism/get-the-app/index.js.map +1 -1
  889. package/lib/organism/list-item/test/fixtures.js +31 -0
  890. package/lib/organism/list-item/test/fixtures.js.map +1 -0
  891. package/lib/organism/list-items/test/fixtures/archived.js +1 -1
  892. package/lib/organism/list-items/test/fixtures/archived.js.map +1 -1
  893. package/lib/organism/list-items/test/fixtures/draft.js +1 -1
  894. package/lib/organism/list-items/test/fixtures/draft.js.map +1 -1
  895. package/lib/organism/list-items/test/fixtures/published.js +2 -2
  896. package/lib/organism/list-items/test/fixtures/published.js.map +1 -1
  897. package/lib/organism/list-items/test/fixtures.js +28 -0
  898. package/lib/organism/list-items/test/fixtures.js.map +1 -0
  899. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  900. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  901. package/lib/organism/mooc-footer/style.css +1 -0
  902. package/lib/organism/mooc-header/test/fixtures/default.js +1 -1
  903. package/lib/organism/mooc-header/test/fixtures/default.js.map +1 -1
  904. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  905. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  906. package/lib/organism/popin/test/fixtures/default.js.map +1 -1
  907. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  908. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  909. package/lib/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  910. package/lib/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  911. package/lib/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  912. package/lib/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  913. package/lib/organism/resource-browser/test/fixtures/mp4.js +1 -1
  914. package/lib/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  915. package/lib/organism/search-and-chips-results/index.js +12 -4
  916. package/lib/organism/search-and-chips-results/index.js.map +1 -1
  917. package/lib/organism/search-and-chips-results/style.css +7 -1
  918. package/lib/organism/search-and-chips-results/test/fixtures/default.js +1 -0
  919. package/lib/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  920. package/lib/organism/settings/index.js +4 -2
  921. package/lib/organism/settings/index.js.map +1 -1
  922. package/lib/organism/sidebar/index.js +15 -13
  923. package/lib/organism/sidebar/index.js.map +1 -1
  924. package/lib/organism/user-preferences/index.js +4 -2
  925. package/lib/organism/user-preferences/index.js.map +1 -1
  926. package/lib/organism/wizard-contents/index.js +8 -10
  927. package/lib/organism/wizard-contents/index.js.map +1 -1
  928. package/lib/organism/wizard-contents/style.css +11 -13
  929. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  930. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  931. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  932. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  933. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  934. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  935. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  936. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  937. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  938. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  939. package/lib/organism/wizard-contents/test/fixtures.js +34 -0
  940. package/lib/organism/wizard-contents/test/fixtures.js.map +1 -0
  941. package/lib/template/activity/index.js +1 -1
  942. package/lib/template/activity/index.js.map +1 -1
  943. package/lib/template/activity/progression-item.js +2 -2
  944. package/lib/template/activity/test/progression-item-test.js +1 -1
  945. package/lib/template/activity/test/progression-item-test.js.map +1 -1
  946. package/lib/template/app-player/player/slides/footer/index.js +1 -1
  947. package/lib/template/app-player/player/slides/footer/index.js.map +1 -1
  948. package/lib/template/app-player/player/slides/index.js +15 -11
  949. package/lib/template/app-player/player/slides/index.js.map +1 -1
  950. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  951. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  952. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  953. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  954. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  955. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  956. package/lib/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  957. package/lib/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  958. package/lib/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  959. package/lib/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  960. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  961. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  962. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  963. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  964. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  965. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  966. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  967. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  968. package/lib/template/app-player/player/slides/test/fixtures/context.js +2 -2
  969. package/lib/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  970. package/lib/template/app-player/player/slides/test/fixtures/default.js +2 -2
  971. package/lib/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  972. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  973. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  974. package/lib/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  975. package/lib/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  976. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  977. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  978. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  979. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  980. package/lib/template/app-player/player/slides/test/fixtures/media.js +2 -2
  981. package/lib/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  982. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  983. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  984. package/lib/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  985. package/lib/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  986. package/lib/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  987. package/lib/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  988. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  989. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  990. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  991. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  992. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  993. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  994. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  995. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  996. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  997. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  998. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  999. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  1000. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  1001. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  1002. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  1003. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  1004. package/lib/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  1005. package/lib/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  1006. package/lib/template/app-player/player/slides/test/fixtures/range.js +1 -1
  1007. package/lib/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  1008. package/lib/template/app-player/player/slides/test/fixtures/template.js +1 -1
  1009. package/lib/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  1010. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  1011. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  1012. package/lib/template/app-player/player/test/fixtures/background.js +1 -1
  1013. package/lib/template/app-player/player/test/fixtures/background.js.map +1 -1
  1014. package/lib/template/app-player/popin-correction/index.js +6 -4
  1015. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  1016. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  1017. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  1018. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  1019. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  1020. package/lib/template/app-player/popin-end/summary.js +12 -7
  1021. package/lib/template/app-player/popin-end/summary.js.map +1 -1
  1022. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  1023. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  1024. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  1025. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  1026. package/lib/template/app-player/popin-header/index.js +7 -5
  1027. package/lib/template/app-player/popin-header/index.js.map +1 -1
  1028. package/lib/template/back-office/brand-create/test/fixtures/default.js +1 -1
  1029. package/lib/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  1030. package/lib/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  1031. package/lib/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  1032. package/lib/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  1033. package/lib/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  1034. package/lib/template/back-office/brand-list/test/fixtures/default.js +1 -1
  1035. package/lib/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  1036. package/lib/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  1037. package/lib/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  1038. package/lib/template/back-office/brand-update/index.js +13 -11
  1039. package/lib/template/back-office/brand-update/index.js.map +1 -1
  1040. package/lib/template/back-office/brand-update/style.css +4 -0
  1041. package/lib/template/back-office/brand-update/test/fixtures/analytics.js +2 -2
  1042. package/lib/template/back-office/brand-update/test/fixtures/animations.js +2 -2
  1043. package/lib/template/back-office/brand-update/test/fixtures/cohort-error.js +2 -2
  1044. package/lib/template/back-office/brand-update/test/fixtures/cohort.js +2 -2
  1045. package/lib/template/back-office/brand-update/test/fixtures/dashboard.js +2 -2
  1046. package/lib/template/back-office/brand-update/test/fixtures/dashboards-analytics.js +2 -2
  1047. package/lib/template/back-office/brand-update/test/fixtures/default.js +1 -1
  1048. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  1049. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  1050. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  1051. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  1052. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  1053. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  1054. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  1055. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  1056. package/lib/template/back-office/brand-update/test/fixtures/lms-error.js +2 -2
  1057. package/lib/template/back-office/brand-update/test/fixtures/lms-modified.js +2 -2
  1058. package/lib/template/back-office/brand-update/test/fixtures/lms-success.js +2 -2
  1059. package/lib/template/back-office/brand-update/test/fixtures/lms.js +2 -2
  1060. package/lib/template/back-office/brand-update/test/fixtures/loader.js +7 -3
  1061. package/lib/template/back-office/brand-update/test/fixtures/loader.js.map +1 -1
  1062. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel.js +2 -2
  1063. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js +237 -2
  1064. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  1065. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.js +2 -2
  1066. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.js.map +1 -1
  1067. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  1068. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  1069. package/lib/template/back-office/brand-update/test/fixtures/sso.js +2 -2
  1070. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  1071. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  1072. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  1073. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  1074. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js +3 -3
  1075. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  1076. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  1077. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  1078. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +50 -1
  1079. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  1080. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  1081. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  1082. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  1083. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  1084. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  1085. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  1086. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  1087. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  1088. package/lib/template/back-office/brand-update/test/fixtures.js +30 -3
  1089. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -1
  1090. package/lib/template/cockpit/jw-uploader/index.js +1 -1
  1091. package/lib/template/cockpit/jw-uploader/index.js.map +1 -1
  1092. package/lib/template/common/dashboard/index.js +1 -1
  1093. package/lib/template/common/dashboard/index.js.map +1 -1
  1094. package/lib/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  1095. package/lib/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  1096. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  1097. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  1098. package/lib/template/common/discipline/index.js +2 -2
  1099. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  1100. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  1101. package/lib/template/common/discipline/test/fixtures/arabic.js +1 -1
  1102. package/lib/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  1103. package/lib/template/common/discipline/test/fixtures/default.js +2 -2
  1104. package/lib/template/common/discipline/test/fixtures/default.js.map +1 -1
  1105. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  1106. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  1107. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  1108. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  1109. package/lib/template/common/discipline/test/fixtures/external-course.js +2 -2
  1110. package/lib/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  1111. package/lib/template/common/discipline/test/fixtures/share.js +1 -1
  1112. package/lib/template/common/discipline/test/fixtures/share.js.map +1 -1
  1113. package/lib/template/teams-dashboard/index.js +2 -2
  1114. package/lib/template/teams-dashboard/test/fixtures/default.js +2 -2
  1115. package/lib/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  1116. package/lib/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  1117. package/lib/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  1118. package/lib/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  1119. package/lib/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  1120. package/lib/test/helpers/render-component.js +1 -1
  1121. package/lib/util/external-content.js +1 -1
  1122. package/lib/util/proptypes.js +1 -1
  1123. package/lib/util/shallow-compare.js.map +1 -1
  1124. package/lib/util/test/navigation.js +5 -3
  1125. package/lib/util/test/navigation.js.map +1 -1
  1126. package/locales/hy/global.json +80 -0
  1127. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/uploadusers-successful.js"],"names":["BrandUpload","Users","props","notifications","type","message","onClose","content"],"mappings":";;;;AACA,OAAOA,WAAP,MAAwB,4DAAxB;AACA,OAAOC,KAAP,MAAkB,eAAlB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,KAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE,cAAaA,KAAb,EAAoB;AACzBC,IAAAA,aAAa,EAAE,CACb;AACEC,MAAAA,IAAI,EAAE,SADR;AAEEC,MAAAA,OAAO,EAAE,mBAFX;AAGEC,MAAAA,OAAO,EAAE,MAAM,CAAE;AAHnB,KADa,CADU;AAQzBC,IAAAA,OAAO,wBACFP,WAAW,CAACE,KADV;AAELE,MAAAA,IAAI,EAAE;AAFD;AARkB,GAApB;AADM,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BrandUpload from '../../../../../organism/brand-upload/test/fixtures/default';\nimport Users from './uploadusers';\n\nconst {props} = Users;\n\nexport default {\n props: defaultsDeep(props, {\n notifications: [\n {\n type: 'success',\n message: 'Import successful',\n onClose: () => {}\n }\n ],\n content: {\n ...BrandUpload.props,\n type: 'upload'\n }\n })\n};\n"],"file":"uploadusers-successful.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/uploadusers-successful.js"],"names":["BrandUpload","Users","props","notifications","type","message","onClose","content"],"mappings":";;;;AACA,OAAOA,WAAP,MAAwB,4DAAxB;AACA,OAAOC,KAAP,MAAkB,eAAlB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,KAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE,cAAaA,KAAb,EAAoB;AACzBC,IAAAA,aAAa,EAAE,CACb;AACEC,MAAAA,IAAI,EAAE,SADR;AAEEC,MAAAA,OAAO,EAAE,mBAFX;AAGEC,MAAAA,OAAO,EAAE,MAAM,CAAE;AAHnB,KADa,CADU;AAQzBC,IAAAA,OAAO,eACFP,WAAW,CAACE,KADV;AAELE,MAAAA,IAAI,EAAE;AAFD;AARkB,GAApB;AADM,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BrandUpload from '../../../../../organism/brand-upload/test/fixtures/default';\nimport Users from './uploadusers';\n\nconst {props} = Users;\n\nexport default {\n props: defaultsDeep(props, {\n notifications: [\n {\n type: 'success',\n message: 'Import successful',\n onClose: () => {}\n }\n ],\n content: {\n ...BrandUpload.props,\n type: 'upload'\n }\n })\n};\n"],"file":"uploadusers-successful.js"}
@@ -3,13 +3,13 @@ import _defaultsDeep from "lodash/fp/defaultsDeep";
3
3
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
4
 
5
5
  import BrandUpload from '../../../../../organism/brand-upload/test/fixtures/default';
6
- import Users from './default';
6
+ import Users from './manageusers-edit';
7
7
  const {
8
8
  props
9
9
  } = Users;
10
10
  export default {
11
11
  props: _defaultsDeep(props, {
12
- content: _extends(_extends({}, BrandUpload.props), {}, {
12
+ content: _extends({}, BrandUpload.props, {
13
13
  type: 'upload'
14
14
  })
15
15
  })
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/uploadusers.js"],"names":["BrandUpload","Users","props","content","type"],"mappings":";;;;AACA,OAAOA,WAAP,MAAwB,4DAAxB;AACA,OAAOC,KAAP,MAAkB,WAAlB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,KAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE,cAAaA,KAAb,EAAoB;AACzBC,IAAAA,OAAO,wBACFH,WAAW,CAACE,KADV;AAELE,MAAAA,IAAI,EAAE;AAFD;AADkB,GAApB;AADM,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BrandUpload from '../../../../../organism/brand-upload/test/fixtures/default';\nimport Users from './default';\n\nconst {props} = Users;\n\nexport default {\n props: defaultsDeep(props, {\n content: {\n ...BrandUpload.props,\n type: 'upload'\n }\n })\n};\n"],"file":"uploadusers.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/uploadusers.js"],"names":["BrandUpload","Users","props","content","type"],"mappings":";;;;AACA,OAAOA,WAAP,MAAwB,4DAAxB;AACA,OAAOC,KAAP,MAAkB,oBAAlB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,KAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE,cAAaA,KAAb,EAAoB;AACzBC,IAAAA,OAAO,eACFH,WAAW,CAACE,KADV;AAELE,MAAAA,IAAI,EAAE;AAFD;AADkB,GAApB;AADM,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BrandUpload from '../../../../../organism/brand-upload/test/fixtures/default';\nimport Users from './manageusers-edit';\n\nconst {props} = Users;\n\nexport default {\n props: defaultsDeep(props, {\n content: {\n ...BrandUpload.props,\n type: 'upload'\n }\n })\n};\n"],"file":"uploadusers.js"}
@@ -12,7 +12,7 @@ export default {
12
12
  header,
13
13
  items,
14
14
  notifications: [],
15
- content: _extends(_extends({}, form), {}, {
15
+ content: _extends({}, form, {
16
16
  isLoading: false,
17
17
  key: 'add-courses',
18
18
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,wBACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-add-courses-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'add-courses',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-add-courses-playlist.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,eACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-add-courses-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'add-courses',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-add-courses-playlist.js"}
@@ -6,13 +6,62 @@ const {
6
6
  header,
7
7
  items
8
8
  } = headerAndMenu.props;
9
+ items[0].selected = false;
10
+ items[2].selected = true;
11
+ items[2].tabs = [{
12
+ title: 'Look & feel',
13
+ href: '/brands/7steps/admin/look-and-feel',
14
+ name: 'brand_tab_admin_look_and_feel',
15
+ selected: false,
16
+ type: 'simpleTab'
17
+ }, {
18
+ title: 'Content',
19
+ href: '/brands/7steps/admin/content',
20
+ name: 'brand_tab_admin_user',
21
+ selected: false,
22
+ type: 'simpleTab'
23
+ }, {
24
+ title: 'Dashboard',
25
+ href: '/brands/7steps/admin/user/dashboard',
26
+ name: 'brand_tab_admin_user',
27
+ selected: false,
28
+ type: 'simpleTab'
29
+ }, {
30
+ title: 'Custom Playlists',
31
+ href: '/brands/7steps/admin/custom-playlist/published',
32
+ name: 'brand_tab_admin_custom_playlist',
33
+ selected: true,
34
+ type: 'simpleTab',
35
+ subTabs: [{
36
+ title: 'Published',
37
+ href: '/brands/7steps/admin/custom-playlist/published',
38
+ name: 'published',
39
+ permissions: ['published'],
40
+ selected: false,
41
+ type: 'simpleTab'
42
+ }, {
43
+ title: 'Drafts',
44
+ href: '/brands/7steps/admin/custom-playlist/drafts',
45
+ name: 'drafts',
46
+ permissions: ['drafts'],
47
+ selected: false,
48
+ type: 'simpleTab'
49
+ }, {
50
+ title: 'Archived',
51
+ href: '/brands/7steps/admin/custom-playlist/archived',
52
+ name: 'archived',
53
+ permissions: ['archived'],
54
+ selected: false,
55
+ type: 'simpleTab'
56
+ }]
57
+ }];
9
58
  const form = WizardForm.props;
10
59
  export default {
11
60
  props: {
12
61
  notifications: [],
13
62
  header,
14
63
  items,
15
- content: _extends(_extends({}, form), {}, {
64
+ content: _extends({}, form, {
16
65
  isLoading: false,
17
66
  key: 'general-settings',
18
67
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,wFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLE,IAAAA,aAAa,EAAE,EADV;AAELJ,IAAAA,MAFK;AAGLC,IAAAA,KAHK;AAILI,IAAAA,OAAO,wBACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,kBAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-general-settings-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n notifications: [],\n header,\n items,\n content: {\n ...form,\n isLoading: false,\n key: 'general-settings',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-form-create-playlist.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","selected","tabs","title","href","name","type","subTabs","permissions","form","notifications","content","isLoading","key"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,wFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACAD,KAAK,CAAC,CAAD,CAAL,CAASE,QAAT,GAAoB,KAApB;AACAF,KAAK,CAAC,CAAD,CAAL,CAASE,QAAT,GAAoB,IAApB;AACAF,KAAK,CAAC,CAAD,CAAL,CAASG,IAAT,GAAgB,CACd;AACEC,EAAAA,KAAK,EAAE,aADT;AAEEC,EAAAA,IAAI,EAAE,oCAFR;AAGEC,EAAAA,IAAI,EAAE,+BAHR;AAIEJ,EAAAA,QAAQ,EAAE,KAJZ;AAKEK,EAAAA,IAAI,EAAE;AALR,CADc,EAQd;AACEH,EAAAA,KAAK,EAAE,SADT;AAEEC,EAAAA,IAAI,EAAE,8BAFR;AAGEC,EAAAA,IAAI,EAAE,sBAHR;AAIEJ,EAAAA,QAAQ,EAAE,KAJZ;AAKEK,EAAAA,IAAI,EAAE;AALR,CARc,EAed;AACEH,EAAAA,KAAK,EAAE,WADT;AAEEC,EAAAA,IAAI,EAAE,qCAFR;AAGEC,EAAAA,IAAI,EAAE,sBAHR;AAIEJ,EAAAA,QAAQ,EAAE,KAJZ;AAKEK,EAAAA,IAAI,EAAE;AALR,CAfc,EAsBd;AACEH,EAAAA,KAAK,EAAE,kBADT;AAEEC,EAAAA,IAAI,EAAE,gDAFR;AAGEC,EAAAA,IAAI,EAAE,iCAHR;AAIEJ,EAAAA,QAAQ,EAAE,IAJZ;AAKEK,EAAAA,IAAI,EAAE,WALR;AAMEC,EAAAA,OAAO,EAAE,CACP;AACEJ,IAAAA,KAAK,EAAE,WADT;AAEEC,IAAAA,IAAI,EAAE,gDAFR;AAGEC,IAAAA,IAAI,EAAE,WAHR;AAIEG,IAAAA,WAAW,EAAE,CAAC,WAAD,CAJf;AAKEP,IAAAA,QAAQ,EAAE,KALZ;AAMEK,IAAAA,IAAI,EAAE;AANR,GADO,EASP;AACEH,IAAAA,KAAK,EAAE,QADT;AAEEC,IAAAA,IAAI,EAAE,6CAFR;AAGEC,IAAAA,IAAI,EAAE,QAHR;AAIEG,IAAAA,WAAW,EAAE,CAAC,QAAD,CAJf;AAKEP,IAAAA,QAAQ,EAAE,KALZ;AAMEK,IAAAA,IAAI,EAAE;AANR,GATO,EAiBP;AACEH,IAAAA,KAAK,EAAE,UADT;AAEEC,IAAAA,IAAI,EAAE,+CAFR;AAGEC,IAAAA,IAAI,EAAE,UAHR;AAIEG,IAAAA,WAAW,EAAE,CAAC,UAAD,CAJf;AAKEP,IAAAA,QAAQ,EAAE,KALZ;AAMEK,IAAAA,IAAI,EAAE;AANR,GAjBO;AANX,CAtBc,CAAhB;AAwDA,MAAMG,IAAI,GAAGb,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLU,IAAAA,aAAa,EAAE,EADV;AAELZ,IAAAA,MAFK;AAGLC,IAAAA,KAHK;AAILY,IAAAA,OAAO,eACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,kBAHA;AAILP,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-general-settings-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nitems[0].selected = false;\nitems[2].selected = true;\nitems[2].tabs = [\n {\n title: 'Look & feel',\n href: '/brands/7steps/admin/look-and-feel',\n name: 'brand_tab_admin_look_and_feel',\n selected: false,\n type: 'simpleTab'\n },\n {\n title: 'Content',\n href: '/brands/7steps/admin/content',\n name: 'brand_tab_admin_user',\n selected: false,\n type: 'simpleTab'\n },\n {\n title: 'Dashboard',\n href: '/brands/7steps/admin/user/dashboard',\n name: 'brand_tab_admin_user',\n selected: false,\n type: 'simpleTab'\n },\n {\n title: 'Custom Playlists',\n href: '/brands/7steps/admin/custom-playlist/published',\n name: 'brand_tab_admin_custom_playlist',\n selected: true,\n type: 'simpleTab',\n subTabs: [\n {\n title: 'Published',\n href: '/brands/7steps/admin/custom-playlist/published',\n name: 'published',\n permissions: ['published'],\n selected: false,\n type: 'simpleTab'\n },\n {\n title: 'Drafts',\n href: '/brands/7steps/admin/custom-playlist/drafts',\n name: 'drafts',\n permissions: ['drafts'],\n selected: false,\n type: 'simpleTab'\n },\n {\n title: 'Archived',\n href: '/brands/7steps/admin/custom-playlist/archived',\n name: 'archived',\n permissions: ['archived'],\n selected: false,\n type: 'simpleTab'\n }\n ]\n }\n];\nconst form = WizardForm.props;\n\nexport default {\n props: {\n notifications: [],\n header,\n items,\n content: {\n ...form,\n isLoading: false,\n key: 'general-settings',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-form-create-playlist.js"}
@@ -13,7 +13,7 @@ export default {
13
13
  header,
14
14
  items,
15
15
  notifications: [warningNotifiation.props],
16
- content: _extends(_extends({}, form), {}, {
16
+ content: _extends({}, form, {
17
17
  isLoading: false,
18
18
  key: 'general-settings',
19
19
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js"],"names":["warningNotifiation","WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,kBAAP,MAA+B,sDAA/B;AACA,OAAOC,UAAP,MAAuB,sFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,CAACP,kBAAkB,CAACK,KAApB,CAHV;AAILG,IAAAA,OAAO,wBACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,kBAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import warningNotifiation from '../../../../../molecule/banner/test/fixtures/default';\nimport WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-general-settings-edit';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [warningNotifiation.props],\n content: {\n ...form,\n isLoading: false,\n key: 'general-settings',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-form-edit-playlist.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js"],"names":["warningNotifiation","WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,kBAAP,MAA+B,sDAA/B;AACA,OAAOC,UAAP,MAAuB,sFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,CAACP,kBAAkB,CAACK,KAApB,CAHV;AAILG,IAAAA,OAAO,eACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,kBAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import warningNotifiation from '../../../../../molecule/banner/test/fixtures/default';\nimport WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-general-settings-edit';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [warningNotifiation.props],\n content: {\n ...form,\n isLoading: false,\n key: 'general-settings',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-form-edit-playlist.js"}
@@ -15,7 +15,7 @@ export default {
15
15
  items,
16
16
  notifications: [],
17
17
  popin: popinProps,
18
- content: _extends(_extends({}, form), {}, {
18
+ content: _extends({}, form, {
19
19
  isLoading: false,
20
20
  key: 'populations',
21
21
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js"],"names":["WizardForm","cmPopin","headerAndMenu","header","items","props","form","popinProps","notifications","popin","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,OAAP,MAAoB,wDAApB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGN,UAAU,CAACK,KAAxB;AACA,MAAME,UAAU,GAAGN,OAAO,CAACI,KAA3B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLI,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,KAAK,EAAEF,UAJF;AAKLG,IAAAA,OAAO,wBACFJ,IADE;AAELK,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AALF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-populations-create';\nimport cmPopin from '../../../../../molecule/cm-popin/test/fixtures/default';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\nconst popinProps = cmPopin.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n popin: popinProps,\n content: {\n ...form,\n isLoading: false,\n key: 'populations',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-populations-playlist-with-popin.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js"],"names":["WizardForm","cmPopin","headerAndMenu","header","items","props","form","popinProps","notifications","popin","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,OAAP,MAAoB,wDAApB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGN,UAAU,CAACK,KAAxB;AACA,MAAME,UAAU,GAAGN,OAAO,CAACI,KAA3B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLI,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,KAAK,EAAEF,UAJF;AAKLG,IAAAA,OAAO,eACFJ,IADE;AAELK,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AALF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-populations-create';\nimport cmPopin from '../../../../../molecule/cm-popin/test/fixtures/default';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\nconst popinProps = cmPopin.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n popin: popinProps,\n content: {\n ...form,\n isLoading: false,\n key: 'populations',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-populations-playlist-with-popin.js"}
@@ -12,7 +12,7 @@ export default {
12
12
  header,
13
13
  items,
14
14
  notifications: [],
15
- content: _extends(_extends({}, form), {}, {
15
+ content: _extends({}, form, {
16
16
  isLoading: false,
17
17
  key: 'populations',
18
18
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,wBACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-populations-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'populations',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-populations-playlist.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,mFAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,eACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,aAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-populations-create';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'populations',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-populations-playlist.js"}
@@ -12,7 +12,7 @@ export default {
12
12
  header,
13
13
  items,
14
14
  notifications: [],
15
- content: _extends(_extends({}, form), {}, {
15
+ content: _extends({}, form, {
16
16
  isLoading: false,
17
17
  key: 'translate',
18
18
  type: 'wizard'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,+EAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,wBACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,WAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-translate-edit';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'translate',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-translate-playlist.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js"],"names":["WizardForm","headerAndMenu","header","items","props","form","notifications","content","isLoading","key","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,+EAAvB;AACA,OAAOC,aAAP,MAA0B,WAA1B;AAEA,MAAM;AAACC,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBF,aAAa,CAACG,KAAtC;AACA,MAAMC,IAAI,GAAGL,UAAU,CAACI,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLF,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLG,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,eACFF,IADE;AAELG,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,WAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,CAAf","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/playlist-translate-edit';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'translate',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-translate-playlist.js"}
@@ -11,6 +11,10 @@ import fixtureDashboardsAnalytics from './fixtures/dashboards-analytics';
11
11
  import fixtureDefault from './fixtures/default';
12
12
  import fixtureGeneralSettingsSuccess from './fixtures/general-settings-success';
13
13
  import fixtureGeneralSettings from './fixtures/general-settings';
14
+ import fixtureListItemsArchived from './fixtures/list-items-archived';
15
+ import fixtureListItemsDraft from './fixtures/list-items-draft';
16
+ import fixtureListItemsPublishedWithPopin from './fixtures/list-items-published-with-popin';
17
+ import fixtureListItemsPublished from './fixtures/list-items-published';
14
18
  import fixtureLmsError from './fixtures/lms-error';
15
19
  import fixtureLmsModified from './fixtures/lms-modified';
16
20
  import fixtureLmsSuccess from './fixtures/lms-success';
@@ -23,13 +27,18 @@ import fixtureLookandfeelSuccess from './fixtures/lookandfeel-success';
23
27
  import fixtureLookandfeel from './fixtures/lookandfeel';
24
28
  import fixtureManageusersEdit from './fixtures/manageusers-edit';
25
29
  import fixtureManageusersList from './fixtures/manageusers-list';
26
- import fixtureManageusers from './fixtures/manageusers';
27
30
  import fixtureQuickAccess from './fixtures/quick-access';
28
31
  import fixtureSsoActivate from './fixtures/sso-activate';
29
32
  import fixtureSso from './fixtures/sso';
30
33
  import fixtureUploadusersLoading from './fixtures/uploadusers-loading';
31
34
  import fixtureUploadusersSuccessful from './fixtures/uploadusers-successful';
32
35
  import fixtureUploadusers from './fixtures/uploadusers';
36
+ import fixtureWizardAddCoursesPlaylist from './fixtures/wizard-add-courses-playlist';
37
+ import fixtureWizardFormCreatePlaylist from './fixtures/wizard-form-create-playlist';
38
+ import fixtureWizardFormEditPlaylist from './fixtures/wizard-form-edit-playlist';
39
+ import fixtureWizardPopulationsPlaylistWithPopin from './fixtures/wizard-populations-playlist-with-popin';
40
+ import fixtureWizardPopulationsPlaylist from './fixtures/wizard-populations-playlist';
41
+ import fixtureWizardTranslatePlaylist from './fixtures/wizard-translate-playlist';
33
42
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate > should have valid propTypes', t => {
34
43
  t.pass();
35
44
  forEach(TemplateBackOfficeBrandUpdate.propTypes, (value, key) => {
@@ -45,6 +54,10 @@ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › DashboardsAnalyti
45
54
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Default › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDefault);
46
55
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettingsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettingsSuccess);
47
56
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettings › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettings);
57
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsArchived › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsArchived);
58
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsDraft › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsDraft);
59
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublishedWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublishedWithPopin);
60
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublished › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublished);
48
61
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsError);
49
62
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsModified);
50
63
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsSuccess);
@@ -57,11 +70,16 @@ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelSucces
57
70
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lookandfeel › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeel);
58
71
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersEdit › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersEdit);
59
72
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersList › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersList);
60
- test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Manageusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusers);
61
73
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › QuickAccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureQuickAccess);
62
74
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › SsoActivate › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSsoActivate);
63
75
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Sso › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSso);
64
76
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersLoading › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersLoading);
65
77
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersSuccessful › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersSuccessful);
66
78
  test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Uploadusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusers);
79
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardAddCoursesPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardAddCoursesPlaylist);
80
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormCreatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormCreatePlaylist);
81
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormEditPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormEditPlaylist);
82
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylistWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylistWithPopin);
83
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylist);
84
+ test('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardTranslatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardTranslatePlaylist);
67
85
  //# sourceMappingURL=fixtures.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/template/back-office/brand-update/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateBackOfficeBrandUpdate","fixtureAnalytics","fixtureAnimations","fixtureCohortError","fixtureCohort","fixtureDashboard","fixtureDashboardsAnalytics","fixtureDefault","fixtureGeneralSettingsSuccess","fixtureGeneralSettings","fixtureLmsError","fixtureLmsModified","fixtureLmsSuccess","fixtureLms","fixtureLoader","fixtureLookandfeelError","fixtureLookandfeelModified","fixtureLookandfeelPending","fixtureLookandfeelSuccess","fixtureLookandfeel","fixtureManageusersEdit","fixtureManageusersList","fixtureManageusers","fixtureQuickAccess","fixtureSsoActivate","fixtureSso","fixtureUploadusersLoading","fixtureUploadusersSuccessful","fixtureUploadusers","t","pass","propTypes","value","key","not","undefined"],"mappings":"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","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateBackOfficeBrandUpdate from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureAnimations from './fixtures/animations';\nimport fixtureCohortError from './fixtures/cohort-error';\nimport fixtureCohort from './fixtures/cohort';\nimport fixtureDashboard from './fixtures/dashboard';\nimport fixtureDashboardsAnalytics from './fixtures/dashboards-analytics';\nimport fixtureDefault from './fixtures/default';\nimport fixtureGeneralSettingsSuccess from './fixtures/general-settings-success';\nimport fixtureGeneralSettings from './fixtures/general-settings';\nimport fixtureLmsError from './fixtures/lms-error';\nimport fixtureLmsModified from './fixtures/lms-modified';\nimport fixtureLmsSuccess from './fixtures/lms-success';\nimport fixtureLms from './fixtures/lms';\nimport fixtureLoader from './fixtures/loader';\nimport fixtureLookandfeelError from './fixtures/lookandfeel-error';\nimport fixtureLookandfeelModified from './fixtures/lookandfeel-modified';\nimport fixtureLookandfeelPending from './fixtures/lookandfeel-pending';\nimport fixtureLookandfeelSuccess from './fixtures/lookandfeel-success';\nimport fixtureLookandfeel from './fixtures/lookandfeel';\nimport fixtureManageusersEdit from './fixtures/manageusers-edit';\nimport fixtureManageusersList from './fixtures/manageusers-list';\nimport fixtureManageusers from './fixtures/manageusers';\nimport fixtureQuickAccess from './fixtures/quick-access';\nimport fixtureSsoActivate from './fixtures/sso-activate';\nimport fixtureSso from './fixtures/sso';\nimport fixtureUploadusersLoading from './fixtures/uploadusers-loading';\nimport fixtureUploadusersSuccessful from './fixtures/uploadusers-successful';\nimport fixtureUploadusers from './fixtures/uploadusers';\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateBackOfficeBrandUpdate.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateBackOffice.TemplateBackOfficeBrandUpdate.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Analytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Animations › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnimations);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › CohortError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohortError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Cohort › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohort);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Dashboard › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboard);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › DashboardsAnalytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboardsAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Default › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDefault);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettingsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettingsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettings › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettings);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lms › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLms);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Loader › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLoader);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelPending › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelPending);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lookandfeel › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeel);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersEdit › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersEdit);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersList › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersList);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Manageusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusers);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › QuickAccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureQuickAccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › SsoActivate › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSsoActivate);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Sso › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSso);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersLoading › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersLoading);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersSuccessful › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersSuccessful);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Uploadusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusers);\n"],"file":"fixtures.js"}
1
+ {"version":3,"sources":["../../../../../src/template/back-office/brand-update/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateBackOfficeBrandUpdate","fixtureAnalytics","fixtureAnimations","fixtureCohortError","fixtureCohort","fixtureDashboard","fixtureDashboardsAnalytics","fixtureDefault","fixtureGeneralSettingsSuccess","fixtureGeneralSettings","fixtureListItemsArchived","fixtureListItemsDraft","fixtureListItemsPublishedWithPopin","fixtureListItemsPublished","fixtureLmsError","fixtureLmsModified","fixtureLmsSuccess","fixtureLms","fixtureLoader","fixtureLookandfeelError","fixtureLookandfeelModified","fixtureLookandfeelPending","fixtureLookandfeelSuccess","fixtureLookandfeel","fixtureManageusersEdit","fixtureManageusersList","fixtureQuickAccess","fixtureSsoActivate","fixtureSso","fixtureUploadusersLoading","fixtureUploadusersSuccessful","fixtureUploadusers","fixtureWizardAddCoursesPlaylist","fixtureWizardFormCreatePlaylist","fixtureWizardFormEditPlaylist","fixtureWizardPopulationsPlaylistWithPopin","fixtureWizardPopulationsPlaylist","fixtureWizardTranslatePlaylist","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,0BAAP,MAAuC,iCAAvC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,6BAAP,MAA0C,qCAA1C;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,wBAAP,MAAqC,gCAArC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,kCAAP,MAA+C,4CAA/C;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,uBAAP,MAAoC,8BAApC;AACA,OAAOC,0BAAP,MAAuC,iCAAvC;AACA,OAAOC,yBAAP,MAAsC,gCAAtC;AACA,OAAOC,yBAAP,MAAsC,gCAAtC;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,yBAAP,MAAsC,gCAAtC;AACA,OAAOC,4BAAP,MAAyC,mCAAzC;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,yCAAP,MAAsD,mDAAtD;AACA,OAAOC,gCAAP,MAA6C,wCAA7C;AACA,OAAOC,8BAAP,MAA2C,sCAA3C;AAEAxC,IAAI,CAAC,kFAAD,EAAqFyC,CAAC,IAAI;AAC5FA,EAAAA,CAAC,CAACC,IAAF;AACAzC,EAAAA,OAAO,CAACE,6BAA6B,CAACwC,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4EAA2EF,GAAI,mEAAxG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOA7C,IAAI,CAAC,qFAAD,EAAwFE,oBAAxF,EAA8GC,6BAA9G,EAA6IC,gBAA7I,CAAJ;AACAJ,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,6BAA/G,EAA8IE,iBAA9I,CAAJ;AACAL,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+IG,kBAA/I,CAAJ;AACAN,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,6BAA3G,EAA0II,aAA1I,CAAJ;AACAP,IAAI,CAAC,qFAAD,EAAwFE,oBAAxF,EAA8GC,6BAA9G,EAA6IK,gBAA7I,CAAJ;AACAR,IAAI,CAAC,+FAAD,EAAkGE,oBAAlG,EAAwHC,6BAAxH,EAAuJM,0BAAvJ,CAAJ;AACAT,IAAI,CAAC,mFAAD,EAAsFE,oBAAtF,EAA4GC,6BAA5G,EAA2IO,cAA3I,CAAJ;AACAV,IAAI,CAAC,kGAAD,EAAqGE,oBAArG,EAA2HC,6BAA3H,EAA0JQ,6BAA1J,CAAJ;AACAX,IAAI,CAAC,2FAAD,EAA8FE,oBAA9F,EAAoHC,6BAApH,EAAmJS,sBAAnJ,CAAJ;AACAZ,IAAI,CAAC,6FAAD,EAAgGE,oBAAhG,EAAsHC,6BAAtH,EAAqJU,wBAArJ,CAAJ;AACAb,IAAI,CAAC,0FAAD,EAA6FE,oBAA7F,EAAmHC,6BAAnH,EAAkJW,qBAAlJ,CAAJ;AACAd,IAAI,CAAC,uGAAD,EAA0GE,oBAA1G,EAAgIC,6BAAhI,EAA+JY,kCAA/J,CAAJ;AACAf,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,6BAAvH,EAAsJa,yBAAtJ,CAAJ;AACAhB,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,6BAA7G,EAA4Ic,eAA5I,CAAJ;AACAjB,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+Ie,kBAA/I,CAAJ;AACAlB,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,6BAA/G,EAA8IgB,iBAA9I,CAAJ;AACAnB,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,6BAAxG,EAAuIiB,UAAvI,CAAJ;AACApB,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,6BAA3G,EAA0IkB,aAA1I,CAAJ;AACArB,IAAI,CAAC,4FAAD,EAA+FE,oBAA/F,EAAqHC,6BAArH,EAAoJmB,uBAApJ,CAAJ;AACAtB,IAAI,CAAC,+FAAD,EAAkGE,oBAAlG,EAAwHC,6BAAxH,EAAuJoB,0BAAvJ,CAAJ;AACAvB,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,6BAAvH,EAAsJqB,yBAAtJ,CAAJ;AACAxB,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,6BAAvH,EAAsJsB,yBAAtJ,CAAJ;AACAzB,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+IuB,kBAA/I,CAAJ;AACA1B,IAAI,CAAC,2FAAD,EAA8FE,oBAA9F,EAAoHC,6BAApH,EAAmJwB,sBAAnJ,CAAJ;AACA3B,IAAI,CAAC,2FAAD,EAA8FE,oBAA9F,EAAoHC,6BAApH,EAAmJyB,sBAAnJ,CAAJ;AACA5B,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+I0B,kBAA/I,CAAJ;AACA7B,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+I2B,kBAA/I,CAAJ;AACA9B,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,6BAAxG,EAAuI4B,UAAvI,CAAJ;AACA/B,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,6BAAvH,EAAsJ6B,yBAAtJ,CAAJ;AACAhC,IAAI,CAAC,iGAAD,EAAoGE,oBAApG,EAA0HC,6BAA1H,EAAyJ8B,4BAAzJ,CAAJ;AACAjC,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,6BAAhH,EAA+I+B,kBAA/I,CAAJ;AACAlC,IAAI,CAAC,oGAAD,EAAuGE,oBAAvG,EAA6HC,6BAA7H,EAA4JgC,+BAA5J,CAAJ;AACAnC,IAAI,CAAC,oGAAD,EAAuGE,oBAAvG,EAA6HC,6BAA7H,EAA4JiC,+BAA5J,CAAJ;AACApC,IAAI,CAAC,kGAAD,EAAqGE,oBAArG,EAA2HC,6BAA3H,EAA0JkC,6BAA1J,CAAJ;AACArC,IAAI,CAAC,8GAAD,EAAiHE,oBAAjH,EAAuIC,6BAAvI,EAAsKmC,yCAAtK,CAAJ;AACAtC,IAAI,CAAC,qGAAD,EAAwGE,oBAAxG,EAA8HC,6BAA9H,EAA6JoC,gCAA7J,CAAJ;AACAvC,IAAI,CAAC,mGAAD,EAAsGE,oBAAtG,EAA4HC,6BAA5H,EAA2JqC,8BAA3J,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateBackOfficeBrandUpdate from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureAnimations from './fixtures/animations';\nimport fixtureCohortError from './fixtures/cohort-error';\nimport fixtureCohort from './fixtures/cohort';\nimport fixtureDashboard from './fixtures/dashboard';\nimport fixtureDashboardsAnalytics from './fixtures/dashboards-analytics';\nimport fixtureDefault from './fixtures/default';\nimport fixtureGeneralSettingsSuccess from './fixtures/general-settings-success';\nimport fixtureGeneralSettings from './fixtures/general-settings';\nimport fixtureListItemsArchived from './fixtures/list-items-archived';\nimport fixtureListItemsDraft from './fixtures/list-items-draft';\nimport fixtureListItemsPublishedWithPopin from './fixtures/list-items-published-with-popin';\nimport fixtureListItemsPublished from './fixtures/list-items-published';\nimport fixtureLmsError from './fixtures/lms-error';\nimport fixtureLmsModified from './fixtures/lms-modified';\nimport fixtureLmsSuccess from './fixtures/lms-success';\nimport fixtureLms from './fixtures/lms';\nimport fixtureLoader from './fixtures/loader';\nimport fixtureLookandfeelError from './fixtures/lookandfeel-error';\nimport fixtureLookandfeelModified from './fixtures/lookandfeel-modified';\nimport fixtureLookandfeelPending from './fixtures/lookandfeel-pending';\nimport fixtureLookandfeelSuccess from './fixtures/lookandfeel-success';\nimport fixtureLookandfeel from './fixtures/lookandfeel';\nimport fixtureManageusersEdit from './fixtures/manageusers-edit';\nimport fixtureManageusersList from './fixtures/manageusers-list';\nimport fixtureQuickAccess from './fixtures/quick-access';\nimport fixtureSsoActivate from './fixtures/sso-activate';\nimport fixtureSso from './fixtures/sso';\nimport fixtureUploadusersLoading from './fixtures/uploadusers-loading';\nimport fixtureUploadusersSuccessful from './fixtures/uploadusers-successful';\nimport fixtureUploadusers from './fixtures/uploadusers';\nimport fixtureWizardAddCoursesPlaylist from './fixtures/wizard-add-courses-playlist';\nimport fixtureWizardFormCreatePlaylist from './fixtures/wizard-form-create-playlist';\nimport fixtureWizardFormEditPlaylist from './fixtures/wizard-form-edit-playlist';\nimport fixtureWizardPopulationsPlaylistWithPopin from './fixtures/wizard-populations-playlist-with-popin';\nimport fixtureWizardPopulationsPlaylist from './fixtures/wizard-populations-playlist';\nimport fixtureWizardTranslatePlaylist from './fixtures/wizard-translate-playlist';\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateBackOfficeBrandUpdate.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateBackOffice.TemplateBackOfficeBrandUpdate.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Analytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Animations › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnimations);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › CohortError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohortError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Cohort › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohort);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Dashboard › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboard);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › DashboardsAnalytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboardsAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Default › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDefault);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettingsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettingsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettings › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettings);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsArchived › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsArchived);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsDraft › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsDraft);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublishedWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublishedWithPopin);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublished › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublished);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lms › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLms);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Loader › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLoader);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelPending › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelPending);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lookandfeel › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeel);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersEdit › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersEdit);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersList › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersList);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › QuickAccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureQuickAccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › SsoActivate › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSsoActivate);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Sso › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSso);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersLoading › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersLoading);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersSuccessful › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersSuccessful);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Uploadusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusers);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardAddCoursesPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardAddCoursesPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormCreatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormCreatePlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormEditPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormEditPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylistWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylistWithPopin);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardTranslatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardTranslatePlaylist);\n"],"file":"fixtures.js"}
@@ -39,7 +39,7 @@ const JwVideoUploader = ({
39
39
  })));
40
40
  };
41
41
 
42
- JwVideoUploader.propTypes = process.env.NODE_ENV !== "production" ? _extends(_extends({}, VideoUpload.propTypes), {}, {
42
+ JwVideoUploader.propTypes = process.env.NODE_ENV !== "production" ? _extends({}, VideoUpload.propTypes, {
43
43
  onUpload: PropTypes.func,
44
44
  onInputTextChange: PropTypes.func,
45
45
  onInputFileChange: PropTypes.func,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/template/cockpit/jw-uploader/index.js"],"names":["React","PropTypes","Button","Input","InputReadonly","VideoUpload","style","JwVideoUploader","onUpload","onInputTextChange","onInputFileChange","uploadedLink","inputTextValue","placeholder","previewContent","container","wrapper","propTypes","func","string"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,MAAP,MAAmB,sBAAnB;AACA,OAAOC,KAAP,MAAkB,0BAAlB;AACA,OAAOC,aAAP,MAA0B,8BAA1B;AACA,OAAOC,WAAP,MAAwB,4BAAxB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,eAAe,GAAG,CAAC;AACvBC,EAAAA,QADuB;AAEvBC,EAAAA,iBAFuB;AAGvBC,EAAAA,iBAHuB;AAIvBC,EAAAA,YAJuB;AAKvBC,EAAAA,cALuB;AAMvBC,EAAAA,WANuB;AAOvBC,EAAAA;AAPuB,CAAD,KAQlB;AACJ,sBACE;AAAK,IAAA,SAAS,EAAER,KAAK,CAACS;AAAtB,kBACE;AAAK,IAAA,SAAS,EAAET,KAAK,CAACU;AAAtB,kBACE,kDADF,eAEE,oBAAC,KAAD;AAAO,IAAA,WAAW,EAAEH,WAApB;AAAiC,IAAA,QAAQ,EAAEJ,iBAA3C;AAA8D,IAAA,KAAK,EAAEG;AAArE,IAFF,eAGE,oBAAC,WAAD;AACE,IAAA,KAAK,EAAC,eADR;AAEE,IAAA,QAAQ,EAAEF,iBAFZ;AAGE,IAAA,WAAW,EAAC,8BAHd;AAIE,IAAA,cAAc,EAAEI;AAJlB,IAHF,eASE,oBAAC,MAAD;AAAQ,IAAA,WAAW,EAAC,QAApB;AAA6B,IAAA,OAAO,EAAEN;AAAtC,cATF,eAYE,oBAAC,aAAD;AAAe,IAAA,KAAK,EAAC,sBAArB;AAA4C,IAAA,KAAK,EAAEG;AAAnD,IAZF,CADF,CADF;AAkBD,CA3BD;;AA6BAJ,eAAe,CAACU,SAAhB,iEACKZ,WAAW,CAACY,SADjB;AAEET,EAAAA,QAAQ,EAAEP,SAAS,CAACiB,IAFtB;AAGET,EAAAA,iBAAiB,EAAER,SAAS,CAACiB,IAH/B;AAIER,EAAAA,iBAAiB,EAAET,SAAS,CAACiB,IAJ/B;AAKEP,EAAAA,YAAY,EAAEV,SAAS,CAACkB,MAL1B;AAMEP,EAAAA,cAAc,EAAEX,SAAS,CAACkB,MAN5B;AAOEN,EAAAA,WAAW,EAAEZ,SAAS,CAACkB;AAPzB;AAUA,eAAeZ,eAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Button from '../../../atom/button';\nimport Input from '../../../atom/input-text';\nimport InputReadonly from '../../../atom/input-readonly';\nimport VideoUpload from '../../../atom/video-upload';\nimport style from './style.css';\n\nconst JwVideoUploader = ({\n onUpload,\n onInputTextChange,\n onInputFileChange,\n uploadedLink,\n inputTextValue,\n placeholder,\n previewContent\n}) => {\n return (\n <div className={style.container}>\n <div className={style.wrapper}>\n <h1>Jw Video Upload</h1>\n <Input placeholder={placeholder} onChange={onInputTextChange} value={inputTextValue} />\n <VideoUpload\n title=\"Video Preview\"\n onChange={onInputFileChange}\n uploadLabel=\"Choose or drag & drop a file\"\n previewContent={previewContent}\n />\n <Button submitValue=\"Upload\" onClick={onUpload}>\n Upload\n </Button>\n <InputReadonly title=\"Uploaded video link:\" value={uploadedLink} />\n </div>\n </div>\n );\n};\n\nJwVideoUploader.propTypes = {\n ...VideoUpload.propTypes,\n onUpload: PropTypes.func,\n onInputTextChange: PropTypes.func,\n onInputFileChange: PropTypes.func,\n uploadedLink: PropTypes.string,\n inputTextValue: PropTypes.string,\n placeholder: PropTypes.string\n};\n\nexport default JwVideoUploader;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/template/cockpit/jw-uploader/index.js"],"names":["React","PropTypes","Button","Input","InputReadonly","VideoUpload","style","JwVideoUploader","onUpload","onInputTextChange","onInputFileChange","uploadedLink","inputTextValue","placeholder","previewContent","container","wrapper","propTypes","func","string"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,MAAP,MAAmB,sBAAnB;AACA,OAAOC,KAAP,MAAkB,0BAAlB;AACA,OAAOC,aAAP,MAA0B,8BAA1B;AACA,OAAOC,WAAP,MAAwB,4BAAxB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,eAAe,GAAG,CAAC;AACvBC,EAAAA,QADuB;AAEvBC,EAAAA,iBAFuB;AAGvBC,EAAAA,iBAHuB;AAIvBC,EAAAA,YAJuB;AAKvBC,EAAAA,cALuB;AAMvBC,EAAAA,WANuB;AAOvBC,EAAAA;AAPuB,CAAD,KAQlB;AACJ,sBACE;AAAK,IAAA,SAAS,EAAER,KAAK,CAACS;AAAtB,kBACE;AAAK,IAAA,SAAS,EAAET,KAAK,CAACU;AAAtB,kBACE,kDADF,eAEE,oBAAC,KAAD;AAAO,IAAA,WAAW,EAAEH,WAApB;AAAiC,IAAA,QAAQ,EAAEJ,iBAA3C;AAA8D,IAAA,KAAK,EAAEG;AAArE,IAFF,eAGE,oBAAC,WAAD;AACE,IAAA,KAAK,EAAC,eADR;AAEE,IAAA,QAAQ,EAAEF,iBAFZ;AAGE,IAAA,WAAW,EAAC,8BAHd;AAIE,IAAA,cAAc,EAAEI;AAJlB,IAHF,eASE,oBAAC,MAAD;AAAQ,IAAA,WAAW,EAAC,QAApB;AAA6B,IAAA,OAAO,EAAEN;AAAtC,cATF,eAYE,oBAAC,aAAD;AAAe,IAAA,KAAK,EAAC,sBAArB;AAA4C,IAAA,KAAK,EAAEG;AAAnD,IAZF,CADF,CADF;AAkBD,CA3BD;;AA6BAJ,eAAe,CAACU,SAAhB,wDACKZ,WAAW,CAACY,SADjB;AAEET,EAAAA,QAAQ,EAAEP,SAAS,CAACiB,IAFtB;AAGET,EAAAA,iBAAiB,EAAER,SAAS,CAACiB,IAH/B;AAIER,EAAAA,iBAAiB,EAAET,SAAS,CAACiB,IAJ/B;AAKEP,EAAAA,YAAY,EAAEV,SAAS,CAACkB,MAL1B;AAMEP,EAAAA,cAAc,EAAEX,SAAS,CAACkB,MAN5B;AAOEN,EAAAA,WAAW,EAAEZ,SAAS,CAACkB;AAPzB;AAUA,eAAeZ,eAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Button from '../../../atom/button';\nimport Input from '../../../atom/input-text';\nimport InputReadonly from '../../../atom/input-readonly';\nimport VideoUpload from '../../../atom/video-upload';\nimport style from './style.css';\n\nconst JwVideoUploader = ({\n onUpload,\n onInputTextChange,\n onInputFileChange,\n uploadedLink,\n inputTextValue,\n placeholder,\n previewContent\n}) => {\n return (\n <div className={style.container}>\n <div className={style.wrapper}>\n <h1>Jw Video Upload</h1>\n <Input placeholder={placeholder} onChange={onInputTextChange} value={inputTextValue} />\n <VideoUpload\n title=\"Video Preview\"\n onChange={onInputFileChange}\n uploadLabel=\"Choose or drag & drop a file\"\n previewContent={previewContent}\n />\n <Button submitValue=\"Upload\" onClick={onUpload}>\n Upload\n </Button>\n <InputReadonly title=\"Uploaded video link:\" value={uploadedLink} />\n </div>\n </div>\n );\n};\n\nJwVideoUploader.propTypes = {\n ...VideoUpload.propTypes,\n onUpload: PropTypes.func,\n onInputTextChange: PropTypes.func,\n onInputFileChange: PropTypes.func,\n uploadedLink: PropTypes.string,\n inputTextValue: PropTypes.string,\n placeholder: PropTypes.string\n};\n\nexport default JwVideoUploader;\n"],"file":"index.js"}
@@ -7,7 +7,7 @@ import CardsList from '../../../molecule/dashboard/cards-list';
7
7
  import NewsList from '../../../molecule/dashboard/news-list';
8
8
  import StartBattle from '../../../molecule/dashboard/start-battle';
9
9
  import style from './style.css';
10
- const Hero = React.memo(function Hero({
10
+ const Hero = /*#__PURE__*/React.memo(function Hero({
11
11
  hero,
12
12
  welcome
13
13
  }) {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/template/common/dashboard/index.js"],"names":["React","PropTypes","Slide","HeroCard","BattleRequestList","CardsList","NewsList","StartBattle","style","Hero","memo","hero","welcome","propTypes","shape","Dashboard","props","sections","buildSectionComponent","section","type","buildSection","index","sectionView","sectionsList","key","map","wrapper","arrayOf","oneOfType"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Slide from '../../../atom/slide';\nimport HeroCard from '../../../molecule/hero';\nimport BattleRequestList from '../../../molecule/dashboard/battle-request-list';\nimport CardsList from '../../../molecule/dashboard/cards-list';\nimport NewsList from '../../../molecule/dashboard/news-list';\nimport StartBattle from '../../../molecule/dashboard/start-battle';\nimport style from './style.css';\n\nconst Hero = React.memo(function Hero({hero, welcome}) {\n return <div className={style.hero}>{hero ? <HeroCard {...hero} /> : <Slide {...welcome} />}</div>;\n});\n\nHero.propTypes = {\n hero: PropTypes.shape(HeroCard.propTypes),\n welcome: PropTypes.shape(Slide.propTypes)\n};\n\nconst Dashboard = props => {\n const {sections = [], hero, welcome} = props;\n\n const buildSectionComponent = section => {\n const {type} = section;\n switch (type) {\n case 'hero':\n return <Hero hero={hero} welcome={welcome} />;\n case 'battleRequests':\n return <BattleRequestList {...section} />;\n case 'cards':\n return <CardsList {...section} />;\n case 'news':\n return <NewsList {...section} />;\n case 'battle':\n return <StartBattle {...section} />;\n default:\n return null;\n }\n };\n\n const buildSection = (section, index) => {\n const sectionView = buildSectionComponent(section);\n\n return <div key={index}>{sectionView}</div>;\n };\n\n const sectionsList = [{type: 'hero', key: 'hero'}, ...sections].map(section => (\n <div key={section.key}>{buildSection(section)}</div>\n ));\n return (\n <div className={style.wrapper} data-name=\"dashboard\">\n {sectionsList}\n </div>\n );\n};\n\nDashboard.propTypes = {\n hero: Hero.propTypes.hero,\n welcome: Hero.propTypes.welcome,\n sections: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(BattleRequestList.propTypes),\n PropTypes.shape(CardsList.propTypes),\n PropTypes.shape(NewsList.propTypes),\n PropTypes.shape(StartBattle.propTypes)\n ])\n )\n};\nexport default Dashboard;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/template/common/dashboard/index.js"],"names":["React","PropTypes","Slide","HeroCard","BattleRequestList","CardsList","NewsList","StartBattle","style","Hero","memo","hero","welcome","propTypes","shape","Dashboard","props","sections","buildSectionComponent","section","type","buildSection","index","sectionView","sectionsList","key","map","wrapper","arrayOf","oneOfType"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Slide from '../../../atom/slide';\nimport HeroCard from '../../../molecule/hero';\nimport BattleRequestList from '../../../molecule/dashboard/battle-request-list';\nimport CardsList from '../../../molecule/dashboard/cards-list';\nimport NewsList from '../../../molecule/dashboard/news-list';\nimport StartBattle from '../../../molecule/dashboard/start-battle';\nimport style from './style.css';\n\nconst Hero = React.memo(function Hero({hero, welcome}) {\n return <div className={style.hero}>{hero ? <HeroCard {...hero} /> : <Slide {...welcome} />}</div>;\n});\n\nHero.propTypes = {\n hero: PropTypes.shape(HeroCard.propTypes),\n welcome: PropTypes.shape(Slide.propTypes)\n};\n\nconst Dashboard = props => {\n const {sections = [], hero, welcome} = props;\n\n const buildSectionComponent = section => {\n const {type} = section;\n switch (type) {\n case 'hero':\n return <Hero hero={hero} welcome={welcome} />;\n case 'battleRequests':\n return <BattleRequestList {...section} />;\n case 'cards':\n return <CardsList {...section} />;\n case 'news':\n return <NewsList {...section} />;\n case 'battle':\n return <StartBattle {...section} />;\n default:\n return null;\n }\n };\n\n const buildSection = (section, index) => {\n const sectionView = buildSectionComponent(section);\n\n return <div key={index}>{sectionView}</div>;\n };\n\n const sectionsList = [{type: 'hero', key: 'hero'}, ...sections].map(section => (\n <div key={section.key}>{buildSection(section)}</div>\n ));\n return (\n <div className={style.wrapper} data-name=\"dashboard\">\n {sectionsList}\n </div>\n );\n};\n\nDashboard.propTypes = {\n hero: Hero.propTypes.hero,\n welcome: Hero.propTypes.welcome,\n sections: PropTypes.arrayOf(\n PropTypes.oneOfType([\n PropTypes.shape(BattleRequestList.propTypes),\n PropTypes.shape(CardsList.propTypes),\n PropTypes.shape(NewsList.propTypes),\n PropTypes.shape(StartBattle.propTypes)\n ])\n )\n};\nexport default Dashboard;\n"],"file":"index.js"}
@@ -17,7 +17,7 @@ const {
17
17
  props
18
18
  } = Default;
19
19
  export default {
20
- props: _extends(_extends({}, props), {}, {
20
+ props: _extends({}, props, {
21
21
  sections: [_defaultsDeep(requestsProps, {
22
22
  type: 'battleRequests',
23
23
  key: 'battleRequests'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/common/dashboard/test/fixtures/empty-requests.js"],"names":["BattleRequestList","CardsList","ManyCardsList","NewsList","StartBattle","Default","requestsProps","props","cardsProps","manyCardsProps","newsProps","battleProps","sections","type","key"],"mappings":";;;;AACA,OAAOA,iBAAP,MAA8B,2EAA9B;AACA,OAAOC,SAAP,MAAsB,oEAAtB;AACA,OAAOC,aAAP,MAA0B,iEAA1B;AACA,OAAOC,QAAP,MAAqB,mEAArB;AACA,OAAOC,WAAP,MAAwB,sEAAxB;AACA,OAAOC,OAAP,MAAoB,WAApB;AAEA,MAAMC,aAAa,GAAGN,iBAAiB,CAACO,KAAxC;AACA,MAAMC,UAAU,GAAGP,SAAS,CAACM,KAA7B;AACA,MAAME,cAAc,GAAGP,aAAa,CAACK,KAArC;AACA,MAAMG,SAAS,GAAGP,QAAQ,CAACI,KAA3B;AACA,MAAMI,WAAW,GAAGP,WAAW,CAACG,KAAhC;AAEA,MAAM;AAACA,EAAAA;AAAD,IAAUF,OAAhB;AAEA,eAAe;AACbE,EAAAA,KAAK,wBACAA,KADA;AAEHK,IAAAA,QAAQ,EAAE,CACR,cAAaN,aAAb,EAA4B;AAC1BO,MAAAA,IAAI,EAAE,gBADoB;AAE1BC,MAAAA,GAAG,EAAE;AAFqB,KAA5B,CADQ,EAKR,cAAaN,UAAb,EAAyB;AACvBK,MAAAA,IAAI,EAAE,OADiB;AAEvBC,MAAAA,GAAG,EAAE;AAFkB,KAAzB,CALQ,EASR,cAAaL,cAAb,EAA6B;AAC3BI,MAAAA,IAAI,EAAE,OADqB;AAE3BC,MAAAA,GAAG,EAAE;AAFsB,KAA7B,CATQ,EAaR,cAAaH,WAAb,EAA0B;AACxBE,MAAAA,IAAI,EAAE,QADkB;AAExBC,MAAAA,GAAG,EAAE;AAFmB,KAA1B,CAbQ,EAiBR,cAAaJ,SAAb,EAAwB;AACtBG,MAAAA,IAAI,EAAE,MADgB;AAEtBC,MAAAA,GAAG,EAAE;AAFiB,KAAxB,CAjBQ;AAFP;AADQ,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BattleRequestList from '../../../../../molecule/dashboard/battle-request-list/test/fixtures/empty';\nimport CardsList from '../../../../../molecule/dashboard/cards-list/test/fixtures/default';\nimport ManyCardsList from '../../../../../molecule/dashboard/cards-list/test/fixtures/many';\nimport NewsList from '../../../../../molecule/dashboard/news-list/test/fixtures/default';\nimport StartBattle from '../../../../../molecule/dashboard/start-battle/test/fixtures/default';\nimport Default from './default';\n\nconst requestsProps = BattleRequestList.props;\nconst cardsProps = CardsList.props;\nconst manyCardsProps = ManyCardsList.props;\nconst newsProps = NewsList.props;\nconst battleProps = StartBattle.props;\n\nconst {props} = Default;\n\nexport default {\n props: {\n ...props,\n sections: [\n defaultsDeep(requestsProps, {\n type: 'battleRequests',\n key: 'battleRequests'\n }),\n defaultsDeep(cardsProps, {\n type: 'cards',\n key: 'playlist1'\n }),\n defaultsDeep(manyCardsProps, {\n type: 'cards',\n key: 'playlist1'\n }),\n defaultsDeep(battleProps, {\n type: 'battle',\n key: 'battle'\n }),\n defaultsDeep(newsProps, {\n type: 'news',\n key: 'news'\n })\n ]\n }\n};\n"],"file":"empty-requests.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/common/dashboard/test/fixtures/empty-requests.js"],"names":["BattleRequestList","CardsList","ManyCardsList","NewsList","StartBattle","Default","requestsProps","props","cardsProps","manyCardsProps","newsProps","battleProps","sections","type","key"],"mappings":";;;;AACA,OAAOA,iBAAP,MAA8B,2EAA9B;AACA,OAAOC,SAAP,MAAsB,oEAAtB;AACA,OAAOC,aAAP,MAA0B,iEAA1B;AACA,OAAOC,QAAP,MAAqB,mEAArB;AACA,OAAOC,WAAP,MAAwB,sEAAxB;AACA,OAAOC,OAAP,MAAoB,WAApB;AAEA,MAAMC,aAAa,GAAGN,iBAAiB,CAACO,KAAxC;AACA,MAAMC,UAAU,GAAGP,SAAS,CAACM,KAA7B;AACA,MAAME,cAAc,GAAGP,aAAa,CAACK,KAArC;AACA,MAAMG,SAAS,GAAGP,QAAQ,CAACI,KAA3B;AACA,MAAMI,WAAW,GAAGP,WAAW,CAACG,KAAhC;AAEA,MAAM;AAACA,EAAAA;AAAD,IAAUF,OAAhB;AAEA,eAAe;AACbE,EAAAA,KAAK,eACAA,KADA;AAEHK,IAAAA,QAAQ,EAAE,CACR,cAAaN,aAAb,EAA4B;AAC1BO,MAAAA,IAAI,EAAE,gBADoB;AAE1BC,MAAAA,GAAG,EAAE;AAFqB,KAA5B,CADQ,EAKR,cAAaN,UAAb,EAAyB;AACvBK,MAAAA,IAAI,EAAE,OADiB;AAEvBC,MAAAA,GAAG,EAAE;AAFkB,KAAzB,CALQ,EASR,cAAaL,cAAb,EAA6B;AAC3BI,MAAAA,IAAI,EAAE,OADqB;AAE3BC,MAAAA,GAAG,EAAE;AAFsB,KAA7B,CATQ,EAaR,cAAaH,WAAb,EAA0B;AACxBE,MAAAA,IAAI,EAAE,QADkB;AAExBC,MAAAA,GAAG,EAAE;AAFmB,KAA1B,CAbQ,EAiBR,cAAaJ,SAAb,EAAwB;AACtBG,MAAAA,IAAI,EAAE,MADgB;AAEtBC,MAAAA,GAAG,EAAE;AAFiB,KAAxB,CAjBQ;AAFP;AADQ,CAAf","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport BattleRequestList from '../../../../../molecule/dashboard/battle-request-list/test/fixtures/empty';\nimport CardsList from '../../../../../molecule/dashboard/cards-list/test/fixtures/default';\nimport ManyCardsList from '../../../../../molecule/dashboard/cards-list/test/fixtures/many';\nimport NewsList from '../../../../../molecule/dashboard/news-list/test/fixtures/default';\nimport StartBattle from '../../../../../molecule/dashboard/start-battle/test/fixtures/default';\nimport Default from './default';\n\nconst requestsProps = BattleRequestList.props;\nconst cardsProps = CardsList.props;\nconst manyCardsProps = ManyCardsList.props;\nconst newsProps = NewsList.props;\nconst battleProps = StartBattle.props;\n\nconst {props} = Default;\n\nexport default {\n props: {\n ...props,\n sections: [\n defaultsDeep(requestsProps, {\n type: 'battleRequests',\n key: 'battleRequests'\n }),\n defaultsDeep(cardsProps, {\n type: 'cards',\n key: 'playlist1'\n }),\n defaultsDeep(manyCardsProps, {\n type: 'cards',\n key: 'playlist1'\n }),\n defaultsDeep(battleProps, {\n type: 'battle',\n key: 'battle'\n }),\n defaultsDeep(newsProps, {\n type: 'news',\n key: 'news'\n })\n ]\n }\n};\n"],"file":"empty-requests.js"}
@@ -6,7 +6,7 @@ const {
6
6
  props
7
7
  } = Default;
8
8
  export default {
9
- props: _extends(_extends({}, props), {}, {
9
+ props: _extends({}, props, {
10
10
  hero: heroCardFixtures.props
11
11
  })
12
12
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/common/dashboard/test/fixtures/with-hero-card.js"],"names":["heroCardFixtures","Default","props","hero"],"mappings":";;AAAA,OAAOA,gBAAP,MAA6B,iDAA7B;AACA,OAAOC,OAAP,MAAoB,WAApB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,OAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,wBACAA,KADA;AAEHC,IAAAA,IAAI,EAAEH,gBAAgB,CAACE;AAFpB;AADQ,CAAf","sourcesContent":["import heroCardFixtures from '../../../../../molecule/hero/test/fixtures/hero';\nimport Default from './default';\n\nconst {props} = Default;\n\nexport default {\n props: {\n ...props,\n hero: heroCardFixtures.props\n }\n};\n"],"file":"with-hero-card.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/common/dashboard/test/fixtures/with-hero-card.js"],"names":["heroCardFixtures","Default","props","hero"],"mappings":";;AAAA,OAAOA,gBAAP,MAA6B,iDAA7B;AACA,OAAOC,OAAP,MAAoB,WAApB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,OAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,eACAA,KADA;AAEHC,IAAAA,IAAI,EAAEH,gBAAgB,CAACE;AAFpB;AADQ,CAAf","sourcesContent":["import heroCardFixtures from '../../../../../molecule/hero/test/fixtures/hero';\nimport Default from './default';\n\nconst {props} = Default;\n\nexport default {\n props: {\n ...props,\n hero: heroCardFixtures.props\n }\n};\n"],"file":"with-hero-card.js"}
@@ -30,7 +30,7 @@ const {
30
30
  content,
31
31
  levels
32
32
  } = disciplineScope.props;
33
- content.discussion = _extends(_extends({}, ForumComment.props), {}, {
33
+ content.discussion = _extends({}, ForumComment.props, {
34
34
  title: 'Sandbox discussion',
35
35
  threads
36
36
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/add-to-my-list.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ForumComment","thread","props","threads","map","title","description","video","start","buy","startLabel","buyLabel","authors","content","levels","discussion","selected","changeLevel","level","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","cb","addToMyListText","removeFromMyListText","disableAddToMyList","disableShare"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,0EAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGF,MAAM,CAACG,KAAtB;AAEA,MAAMC,OAAO,GAAG,CAACF,MAAD,EAASG,GAAT,CAAa,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAb,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA;AAArB,IAA8BZ,gBAAgB,CAACO,KAArD;AACA,MAAM;AAACM,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCd,aAAa,CAACK,KAAzD;AACA,MAAM;AAACU,EAAAA;AAAD,IAAYhB,kBAAkB,CAACM,KAArC;AACA,MAAM;AAACW,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBhB,eAAe,CAACI,KAA1C;AAEAW,OAAO,CAACE,UAAR,yBACKf,YAAY,CAACE,KADlB;AAEEG,EAAAA,KAAK,EAAE,oBAFT;AAGEF,EAAAA;AAHF;AAKA,eAAe;AACbD,EAAAA,KAAK,EAAE;AACLc,IAAAA,QAAQ,EAAE,CADL;AAELR,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLN,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLC,IAAAA,KARK;AASLK,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CATJ;AAULK,IAAAA,WAAW,EAAE,MAAM,IAVd;AAWLC,IAAAA,KAAK,EAAEL,OAXF;AAYLC,IAAAA,MAZK;AAaLK,IAAAA,YAAY,EAAE,OAbT;AAcLC,IAAAA,SAAS,EAAE,YAdN;AAeLC,IAAAA,mBAAmB,EAAE,SAfhB;AAgBLC,IAAAA,iBAAiB,EAAE,OAhBd;AAiBLC,IAAAA,iBAAiB,EAAE,mBAjBd;AAkBLC,IAAAA,QAAQ,EAAE,IAlBL;AAmBLC,IAAAA,eAAe,EAAEC,EAAE,IAAIA,EAAE,EAnBpB;AAoBLC,IAAAA,eAAe,EAAE,oBApBZ;AAqBLC,IAAAA,oBAAoB,EAAE,wBArBjB;AAsBLC,IAAAA,kBAAkB,EAAE,KAtBf;AAuBLC,IAAAA,YAAY,EAAE;AAvBT;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/long-description';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/medias';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\n\nconst threads = [thread].map(update('id', () => uniqueId()));\n\nconst {title, description, video} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\ncontent.discussion = {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n};\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: content,\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error',\n addToMyListButton: 'Danh sách của tôi',\n favorite: true,\n onFavoriteClick: cb => cb(),\n addToMyListText: 'Added to your list',\n removeFromMyListText: 'Removed from your list',\n disableAddToMyList: false,\n disableShare: false\n }\n};\n"],"file":"add-to-my-list.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/add-to-my-list.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ForumComment","thread","props","threads","map","title","description","video","start","buy","startLabel","buyLabel","authors","content","levels","discussion","selected","changeLevel","level","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","cb","addToMyListText","removeFromMyListText","disableAddToMyList","disableShare"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,0EAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGF,MAAM,CAACG,KAAtB;AAEA,MAAMC,OAAO,GAAG,CAACF,MAAD,EAASG,GAAT,CAAa,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAb,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA;AAArB,IAA8BZ,gBAAgB,CAACO,KAArD;AACA,MAAM;AAACM,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCd,aAAa,CAACK,KAAzD;AACA,MAAM;AAACU,EAAAA;AAAD,IAAYhB,kBAAkB,CAACM,KAArC;AACA,MAAM;AAACW,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBhB,eAAe,CAACI,KAA1C;AAEAW,OAAO,CAACE,UAAR,gBACKf,YAAY,CAACE,KADlB;AAEEG,EAAAA,KAAK,EAAE,oBAFT;AAGEF,EAAAA;AAHF;AAKA,eAAe;AACbD,EAAAA,KAAK,EAAE;AACLc,IAAAA,QAAQ,EAAE,CADL;AAELR,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLN,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLC,IAAAA,KARK;AASLK,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CATJ;AAULK,IAAAA,WAAW,EAAE,MAAM,IAVd;AAWLC,IAAAA,KAAK,EAAEL,OAXF;AAYLC,IAAAA,MAZK;AAaLK,IAAAA,YAAY,EAAE,OAbT;AAcLC,IAAAA,SAAS,EAAE,YAdN;AAeLC,IAAAA,mBAAmB,EAAE,SAfhB;AAgBLC,IAAAA,iBAAiB,EAAE,OAhBd;AAiBLC,IAAAA,iBAAiB,EAAE,mBAjBd;AAkBLC,IAAAA,QAAQ,EAAE,IAlBL;AAmBLC,IAAAA,eAAe,EAAEC,EAAE,IAAIA,EAAE,EAnBpB;AAoBLC,IAAAA,eAAe,EAAE,oBApBZ;AAqBLC,IAAAA,oBAAoB,EAAE,wBArBjB;AAsBLC,IAAAA,kBAAkB,EAAE,KAtBf;AAuBLC,IAAAA,YAAY,EAAE;AAvBT;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/long-description';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/medias';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\n\nconst threads = [thread].map(update('id', () => uniqueId()));\n\nconst {title, description, video} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\ncontent.discussion = {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n};\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: content,\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error',\n addToMyListButton: 'Danh sách của tôi',\n favorite: true,\n onFavoriteClick: cb => cb(),\n addToMyListText: 'Added to your list',\n removeFromMyListText: 'Removed from your list',\n disableAddToMyList: false,\n disableShare: false\n }\n};\n"],"file":"add-to-my-list.js"}
@@ -33,7 +33,7 @@ const {
33
33
  content,
34
34
  levels
35
35
  } = disciplineScope.props;
36
- content.discussion = _extends(_extends({}, ForumComment.props), {}, {
36
+ content.discussion = _extends({}, ForumComment.props, {
37
37
  title: 'Sandbox discussion',
38
38
  threads
39
39
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/arabic.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ThreadDeep","ForumComment","thread","props","thread2","threads","map","title","description","video","image","start","buy","startLabel","buyLabel","authors","content","levels","discussion","selected","changeLevel","level","shareWording","shareText","shareSuccessWording","shareErrorWording"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,gEAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,UAAP,MAAuB,uEAAvB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGH,MAAM,CAACI,KAAtB;AACA,MAAMC,OAAO,GAAGJ,UAAU,CAACG,KAA3B;AAEA,MAAME,OAAO,GAAG,CAACH,MAAD,EAASE,OAAT,EAAkBE,GAAlB,CAAsB,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAtB,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA,KAArB;AAA4BC,EAAAA;AAA5B,IAAqCf,gBAAgB,CAACQ,KAA5D;AACA,MAAM;AAACQ,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCjB,aAAa,CAACM,KAAzD;AACA,MAAM;AAACY,EAAAA;AAAD,IAAYnB,kBAAkB,CAACO,KAArC;AACA,MAAM;AAACa,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBnB,eAAe,CAACK,KAA1C;AAEAa,OAAO,CAACE,UAAR,yBACKjB,YAAY,CAACE,KADlB;AAEEI,EAAAA,KAAK,EAAE,oBAFT;AAGEF,EAAAA;AAHF;AAKA,eAAe;AACbF,EAAAA,KAAK,EAAE;AACLgB,IAAAA,QAAQ,EAAE,CADL;AAELR,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLP,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLE,IAAAA,KARK;AASLD,IAAAA,KATK;AAULM,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CAVJ;AAWLK,IAAAA,WAAW,EAAE,MAAM,IAXd;AAYLC,IAAAA,KAAK,EAAEL,OAZF;AAaLC,IAAAA,MAbK;AAcLK,IAAAA,YAAY,EAAE,OAdT;AAeLC,IAAAA,SAAS,EAAE,YAfN;AAgBLC,IAAAA,mBAAmB,EAAE,SAhBhB;AAiBLC,IAAAA,iBAAiB,EAAE;AAjBd;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/arabic';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/arabic';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ThreadDeep from '../../../../../molecule/forum/forum-thread/test/fixtures/deep-answers';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\nconst thread2 = ThreadDeep.props;\n\nconst threads = [thread, thread2].map(update('id', () => uniqueId()));\n\nconst {title, description, video, image} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\ncontent.discussion = {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n};\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n image,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: content,\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error'\n }\n};\n"],"file":"arabic.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/arabic.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ThreadDeep","ForumComment","thread","props","thread2","threads","map","title","description","video","image","start","buy","startLabel","buyLabel","authors","content","levels","discussion","selected","changeLevel","level","shareWording","shareText","shareSuccessWording","shareErrorWording"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,gEAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,UAAP,MAAuB,uEAAvB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGH,MAAM,CAACI,KAAtB;AACA,MAAMC,OAAO,GAAGJ,UAAU,CAACG,KAA3B;AAEA,MAAME,OAAO,GAAG,CAACH,MAAD,EAASE,OAAT,EAAkBE,GAAlB,CAAsB,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAtB,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA,KAArB;AAA4BC,EAAAA;AAA5B,IAAqCf,gBAAgB,CAACQ,KAA5D;AACA,MAAM;AAACQ,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCjB,aAAa,CAACM,KAAzD;AACA,MAAM;AAACY,EAAAA;AAAD,IAAYnB,kBAAkB,CAACO,KAArC;AACA,MAAM;AAACa,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBnB,eAAe,CAACK,KAA1C;AAEAa,OAAO,CAACE,UAAR,gBACKjB,YAAY,CAACE,KADlB;AAEEI,EAAAA,KAAK,EAAE,oBAFT;AAGEF,EAAAA;AAHF;AAKA,eAAe;AACbF,EAAAA,KAAK,EAAE;AACLgB,IAAAA,QAAQ,EAAE,CADL;AAELR,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLP,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLE,IAAAA,KARK;AASLD,IAAAA,KATK;AAULM,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CAVJ;AAWLK,IAAAA,WAAW,EAAE,MAAM,IAXd;AAYLC,IAAAA,KAAK,EAAEL,OAZF;AAaLC,IAAAA,MAbK;AAcLK,IAAAA,YAAY,EAAE,OAdT;AAeLC,IAAAA,SAAS,EAAE,YAfN;AAgBLC,IAAAA,mBAAmB,EAAE,SAhBhB;AAiBLC,IAAAA,iBAAiB,EAAE;AAjBd;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/arabic';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/arabic';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ThreadDeep from '../../../../../molecule/forum/forum-thread/test/fixtures/deep-answers';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\nconst thread2 = ThreadDeep.props;\n\nconst threads = [thread, thread2].map(update('id', () => uniqueId()));\n\nconst {title, description, video, image} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\ncontent.discussion = {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n};\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n image,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: content,\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error'\n }\n};\n"],"file":"arabic.js"}
@@ -44,8 +44,8 @@ export default {
44
44
  video,
45
45
  authors: [_head(authors)],
46
46
  changeLevel: () => true,
47
- level: _extends(_extends({}, content), {}, {
48
- discussion: _extends(_extends({}, ForumComment.props), {}, {
47
+ level: _extends({}, content, {
48
+ discussion: _extends({}, ForumComment.props, {
49
49
  title: 'Sandbox discussion',
50
50
  threads
51
51
  })
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/default.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ForumComment","thread","props","threads","map","title","description","video","image","start","buy","startLabel","buyLabel","authors","content","levels","selected","changeLevel","level","discussion","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","cb","addToMyListText","removeFromMyListText"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,0EAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGF,MAAM,CAACG,KAAtB;AAEA,MAAMC,OAAO,GAAG,CAACF,MAAD,EAASG,GAAT,CAAa,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAb,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA,KAArB;AAA4BC,EAAAA;AAA5B,IAAqCb,gBAAgB,CAACO,KAA5D;AACA,MAAM;AAACO,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCf,aAAa,CAACK,KAAzD;AACA,MAAM;AAACW,EAAAA;AAAD,IAAYjB,kBAAkB,CAACM,KAArC;AACA,MAAM;AAACY,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBjB,eAAe,CAACI,KAA1C;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLc,IAAAA,QAAQ,EAAE,CADL;AAELP,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLP,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLE,IAAAA,KARK;AASLD,IAAAA,KATK;AAULM,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CAVJ;AAWLI,IAAAA,WAAW,EAAE,MAAM,IAXd;AAYLC,IAAAA,KAAK,wBACAJ,OADA;AAEHK,MAAAA,UAAU,wBACLnB,YAAY,CAACE,KADR;AAERG,QAAAA,KAAK,EAAE,oBAFC;AAGRF,QAAAA;AAHQ;AAFP,MAZA;AAoBLY,IAAAA,MApBK;AAqBLK,IAAAA,YAAY,EAAE,OArBT;AAsBLC,IAAAA,SAAS,EAAE,YAtBN;AAuBLC,IAAAA,mBAAmB,EAAE,SAvBhB;AAwBLC,IAAAA,iBAAiB,EAAE,OAxBd;AAyBLC,IAAAA,iBAAiB,EAAE,SAzBd;AA0BLC,IAAAA,QAAQ,EAAE,IA1BL;AA2BLC,IAAAA,eAAe,EAAEC,EAAE,IAAIA,EAAE,EA3BpB;AA4BLC,IAAAA,eAAe,EAAE,oBA5BZ;AA6BLC,IAAAA,oBAAoB,EAAE;AA7BjB;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/long-description';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/medias';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\n\nconst threads = [thread].map(update('id', () => uniqueId()));\n\nconst {title, description, video, image} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n image,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: {\n ...content,\n discussion: {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n }\n },\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error',\n addToMyListButton: 'My list',\n favorite: true,\n onFavoriteClick: cb => cb(),\n addToMyListText: 'Added to your list',\n removeFromMyListText: 'Removed from your list'\n }\n};\n"],"file":"default.js"}
1
+ {"version":3,"sources":["../../../../../../src/template/common/discipline/test/fixtures/default.js"],"names":["disciplineHeader","disciplinePartners","disciplineCTA","disciplineScope","Thread","ForumComment","thread","props","threads","map","title","description","video","image","start","buy","startLabel","buyLabel","authors","content","levels","selected","changeLevel","level","discussion","shareWording","shareText","shareSuccessWording","shareErrorWording","addToMyListButton","favorite","onFavoriteClick","cb","addToMyListText","removeFromMyListText"],"mappings":";;;;;;AACA,OAAOA,gBAAP,MAA6B,0EAA7B;AACA,OAAOC,kBAAP,MAA+B,qEAA/B;AACA,OAAOC,aAAP,MAA0B,8DAA1B;AACA,OAAOC,eAAP,MAA4B,+DAA5B;AACA,OAAOC,MAAP,MAAmB,kEAAnB;AACA,OAAOC,YAAP,MAAyB,mEAAzB;AAEA,MAAMC,MAAM,GAAGF,MAAM,CAACG,KAAtB;AAEA,MAAMC,OAAO,GAAG,CAACF,MAAD,EAASG,GAAT,CAAa,QAAO,IAAP,EAAa,MAAM,WAAnB,CAAb,CAAhB;AAEA,MAAM;AAACC,EAAAA,KAAD;AAAQC,EAAAA,WAAR;AAAqBC,EAAAA,KAArB;AAA4BC,EAAAA;AAA5B,IAAqCb,gBAAgB,CAACO,KAA5D;AACA,MAAM;AAACO,EAAAA,KAAD;AAAQC,EAAAA,GAAR;AAAaC,EAAAA,UAAb;AAAyBC,EAAAA;AAAzB,IAAqCf,aAAa,CAACK,KAAzD;AACA,MAAM;AAACW,EAAAA;AAAD,IAAYjB,kBAAkB,CAACM,KAArC;AACA,MAAM;AAACY,EAAAA,OAAD;AAAUC,EAAAA;AAAV,IAAoBjB,eAAe,CAACI,KAA1C;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLc,IAAAA,QAAQ,EAAE,CADL;AAELP,IAAAA,KAFK;AAGLC,IAAAA,GAHK;AAILC,IAAAA,UAJK;AAKLC,IAAAA,QALK;AAMLP,IAAAA,KANK;AAOLC,IAAAA,WAPK;AAQLE,IAAAA,KARK;AASLD,IAAAA,KATK;AAULM,IAAAA,OAAO,EAAE,CAAC,MAAKA,OAAL,CAAD,CAVJ;AAWLI,IAAAA,WAAW,EAAE,MAAM,IAXd;AAYLC,IAAAA,KAAK,eACAJ,OADA;AAEHK,MAAAA,UAAU,eACLnB,YAAY,CAACE,KADR;AAERG,QAAAA,KAAK,EAAE,oBAFC;AAGRF,QAAAA;AAHQ;AAFP,MAZA;AAoBLY,IAAAA,MApBK;AAqBLK,IAAAA,YAAY,EAAE,OArBT;AAsBLC,IAAAA,SAAS,EAAE,YAtBN;AAuBLC,IAAAA,mBAAmB,EAAE,SAvBhB;AAwBLC,IAAAA,iBAAiB,EAAE,OAxBd;AAyBLC,IAAAA,iBAAiB,EAAE,SAzBd;AA0BLC,IAAAA,QAAQ,EAAE,IA1BL;AA2BLC,IAAAA,eAAe,EAAEC,EAAE,IAAIA,EAAE,EA3BpB;AA4BLC,IAAAA,eAAe,EAAE,oBA5BZ;AA6BLC,IAAAA,oBAAoB,EAAE;AA7BjB;AADM,CAAf","sourcesContent":["import {update, uniqueId, head} from 'lodash/fp';\nimport disciplineHeader from '../../../../../molecule/discipline-header/test/fixtures/long-description';\nimport disciplinePartners from '../../../../../molecule/discipline-partners/test/fixtures/more-info';\nimport disciplineCTA from '../../../../../molecule/discipline-cta/test/fixtures/default';\nimport disciplineScope from '../../../../../molecule/discipline-scope/test/fixtures/medias';\nimport Thread from '../../../../../molecule/forum/forum-thread/test/fixtures/default';\nimport ForumComment from '../../../../../molecule/forum/forum-comment/test/fixtures/default';\n\nconst thread = Thread.props;\n\nconst threads = [thread].map(update('id', () => uniqueId()));\n\nconst {title, description, video, image} = disciplineHeader.props;\nconst {start, buy, startLabel, buyLabel} = disciplineCTA.props;\nconst {authors} = disciplinePartners.props;\nconst {content, levels} = disciplineScope.props;\n\nexport default {\n props: {\n selected: 2,\n start,\n buy,\n startLabel,\n buyLabel,\n title,\n description,\n image,\n video,\n authors: [head(authors)],\n changeLevel: () => true,\n level: {\n ...content,\n discussion: {\n ...ForumComment.props,\n title: 'Sandbox discussion',\n threads\n }\n },\n levels,\n shareWording: 'Share',\n shareText: 'Share this',\n shareSuccessWording: 'Success',\n shareErrorWording: 'Error',\n addToMyListButton: 'My list',\n favorite: true,\n onFavoriteClick: cb => cb(),\n addToMyListText: 'Added to your list',\n removeFromMyListText: 'Removed from your list'\n }\n};\n"],"file":"default.js"}
@@ -18,7 +18,7 @@ const {
18
18
  video
19
19
  } = disciplineHeader.props;
20
20
  export default {
21
- props: _extends(_extends({}, props), {}, {
21
+ props: _extends({}, props, {
22
22
  popularity: rating,
23
23
  maxPopularity: maxRating,
24
24
  authors,
@@ -26,7 +26,7 @@ export default {
26
26
  buyLabel: null,
27
27
  video,
28
28
  levels: [],
29
- level: _extends(_extends({}, props.content), {}, {
29
+ level: _extends({}, props.content, {
30
30
  title: null
31
31
  })
32
32
  })