@coorpacademy/components 10.3.24 → 10.3.27-alpha.25

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 (1129) 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 +46 -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/molecule/wizard-summary/style.css +1 -1
  281. package/es/organism/accordion/coorp-manager/index.js +1 -1
  282. package/es/organism/accordion/coorp-manager/index.js.map +1 -1
  283. package/es/organism/accordion/toggler/index.js +1 -1
  284. package/es/organism/accordion/toggler/index.js.map +1 -1
  285. package/es/organism/accordion/toggler/test/render.js +2 -2
  286. package/es/organism/accordion/toggler/test/render.js.map +1 -1
  287. package/es/organism/brand-form/test/fixtures/sso.js +3 -3
  288. package/es/organism/brand-form/test/fixtures/sso.js.map +1 -1
  289. package/es/organism/content-translation/index.js +2 -2
  290. package/es/organism/content-translation/index.js.map +1 -1
  291. package/es/organism/content-translation/style.css +1 -0
  292. package/es/organism/content-translation/test/fixtures/default.js +2 -2
  293. package/es/organism/content-translation/test/fixtures/default.js.map +1 -1
  294. package/es/organism/content-translation/test/fixtures.js +15 -0
  295. package/es/organism/content-translation/test/fixtures.js.map +1 -0
  296. package/es/organism/course-selection/index.js +26 -9
  297. package/es/organism/course-selection/index.js.map +1 -1
  298. package/es/organism/course-selection/style.css +11 -3
  299. package/es/organism/course-selection/test/fixtures/default.js +44 -13
  300. package/es/organism/course-selection/test/fixtures/default.js.map +1 -1
  301. package/es/organism/course-selection/test/fixtures/empty.js +9 -0
  302. package/es/organism/course-selection/test/fixtures/empty.js.map +1 -1
  303. package/es/organism/course-selection/test/fixtures/filtered.js +11 -3
  304. package/es/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  305. package/es/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  306. package/es/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  307. package/es/organism/course-selection/test/fixtures/switch-activated.js +23 -0
  308. package/es/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  309. package/es/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  310. package/es/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  311. package/es/organism/course-selection/test/fixtures.js +2 -0
  312. package/es/organism/course-selection/test/fixtures.js.map +1 -1
  313. package/es/organism/discussion/test/fixtures/default.js +1 -1
  314. package/es/organism/discussion/test/fixtures/default.js.map +1 -1
  315. package/es/organism/discussion/test/fixtures/loading-more.js +1 -1
  316. package/es/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  317. package/es/organism/discussion/test/fixtures/new-discussion.js +1 -1
  318. package/es/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  319. package/es/organism/get-the-app/index.js +2 -2
  320. package/es/organism/get-the-app/index.js.map +1 -1
  321. package/es/organism/list-item/test/fixtures.js +19 -0
  322. package/es/organism/list-item/test/fixtures.js.map +1 -0
  323. package/es/organism/list-items/test/fixtures/archived.js +1 -1
  324. package/es/organism/list-items/test/fixtures/archived.js.map +1 -1
  325. package/es/organism/list-items/test/fixtures/draft.js +1 -1
  326. package/es/organism/list-items/test/fixtures/draft.js.map +1 -1
  327. package/es/organism/list-items/test/fixtures/published.js +2 -2
  328. package/es/organism/list-items/test/fixtures/published.js.map +1 -1
  329. package/es/organism/list-items/test/fixtures.js +17 -0
  330. package/es/organism/list-items/test/fixtures.js.map +1 -0
  331. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  332. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  333. package/es/organism/mooc-footer/style.css +1 -0
  334. package/es/organism/mooc-header/test/fixtures/default.js +1 -1
  335. package/es/organism/mooc-header/test/fixtures/default.js.map +1 -1
  336. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  337. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  338. package/es/organism/popin/test/fixtures/default.js.map +1 -1
  339. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  340. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  341. package/es/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  342. package/es/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  343. package/es/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  344. package/es/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  345. package/es/organism/resource-browser/test/fixtures/mp4.js +1 -1
  346. package/es/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  347. package/es/organism/search-and-chips-results/index.js +11 -4
  348. package/es/organism/search-and-chips-results/index.js.map +1 -1
  349. package/es/organism/search-and-chips-results/style.css +7 -1
  350. package/es/organism/search-and-chips-results/test/fixtures/default.js +1 -0
  351. package/es/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  352. package/es/organism/settings/index.js +3 -2
  353. package/es/organism/settings/index.js.map +1 -1
  354. package/es/organism/sidebar/index.js +11 -10
  355. package/es/organism/sidebar/index.js.map +1 -1
  356. package/es/organism/user-preferences/index.js +3 -2
  357. package/es/organism/user-preferences/index.js.map +1 -1
  358. package/es/organism/wizard-contents/index.js +8 -9
  359. package/es/organism/wizard-contents/index.js.map +1 -1
  360. package/es/organism/wizard-contents/style.css +11 -15
  361. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  362. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  363. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  364. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  365. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  366. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  367. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  368. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  369. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  370. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  371. package/es/organism/wizard-contents/test/fixtures.js +21 -0
  372. package/es/organism/wizard-contents/test/fixtures.js.map +1 -0
  373. package/es/template/activity/index.js +1 -1
  374. package/es/template/activity/index.js.map +1 -1
  375. package/es/template/activity/test/progression-item-test.js +1 -1
  376. package/es/template/activity/test/progression-item-test.js.map +1 -1
  377. package/es/template/app-player/player/slides/footer/index.js +1 -1
  378. package/es/template/app-player/player/slides/footer/index.js.map +1 -1
  379. package/es/template/app-player/player/slides/index.js +14 -11
  380. package/es/template/app-player/player/slides/index.js.map +1 -1
  381. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  382. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  383. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  384. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  385. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  386. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  387. package/es/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  388. package/es/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  389. package/es/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  390. package/es/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  391. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  392. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  393. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  394. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  395. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  396. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  397. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  398. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  399. package/es/template/app-player/player/slides/test/fixtures/context.js +2 -2
  400. package/es/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  401. package/es/template/app-player/player/slides/test/fixtures/default.js +2 -2
  402. package/es/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  403. package/es/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  404. package/es/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  405. package/es/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  406. package/es/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  407. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  408. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  409. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  410. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  411. package/es/template/app-player/player/slides/test/fixtures/media.js +2 -2
  412. package/es/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  413. package/es/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  414. package/es/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  415. package/es/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  416. package/es/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  417. package/es/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  418. package/es/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  419. package/es/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  420. package/es/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  421. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  422. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  423. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  424. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  425. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  426. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  427. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  428. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  429. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  430. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  431. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  432. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  433. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  434. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  435. package/es/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  436. package/es/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  437. package/es/template/app-player/player/slides/test/fixtures/range.js +1 -1
  438. package/es/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  439. package/es/template/app-player/player/slides/test/fixtures/template.js +1 -1
  440. package/es/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  441. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  442. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  443. package/es/template/app-player/player/test/fixtures/background.js +1 -1
  444. package/es/template/app-player/player/test/fixtures/background.js.map +1 -1
  445. package/es/template/app-player/popin-correction/index.js +3 -2
  446. package/es/template/app-player/popin-correction/index.js.map +1 -1
  447. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  448. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  449. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  450. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  451. package/es/template/app-player/popin-end/summary.js +11 -7
  452. package/es/template/app-player/popin-end/summary.js.map +1 -1
  453. package/es/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  454. package/es/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  455. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  456. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  457. package/es/template/app-player/popin-header/index.js +4 -3
  458. package/es/template/app-player/popin-header/index.js.map +1 -1
  459. package/es/template/back-office/brand-create/test/fixtures/default.js +1 -1
  460. package/es/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  461. package/es/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  462. package/es/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  463. package/es/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  464. package/es/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  465. package/es/template/back-office/brand-list/test/fixtures/default.js +1 -1
  466. package/es/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  467. package/es/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  468. package/es/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  469. package/es/template/back-office/brand-update/index.js +13 -11
  470. package/es/template/back-office/brand-update/index.js.map +1 -1
  471. package/es/template/back-office/brand-update/style.css +4 -0
  472. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  473. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  474. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  475. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  476. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  477. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  478. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  479. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  480. package/es/template/back-office/brand-update/test/fixtures/loader.js +6 -2
  481. package/es/template/back-office/brand-update/test/fixtures/loader.js.map +1 -1
  482. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js +237 -2
  483. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  484. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.js +1 -1
  485. package/es/template/back-office/brand-update/test/fixtures/manageusers-list.js.map +1 -1
  486. package/es/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  487. package/es/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  488. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  489. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  490. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  491. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  492. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js +2 -2
  493. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  494. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  495. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  496. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +50 -1
  497. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  498. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  499. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  500. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  501. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  502. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  503. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  504. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  505. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  506. package/es/template/back-office/brand-update/test/fixtures.js +20 -2
  507. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -1
  508. package/es/template/cockpit/jw-uploader/index.js +1 -1
  509. package/es/template/cockpit/jw-uploader/index.js.map +1 -1
  510. package/es/template/common/dashboard/index.js +1 -1
  511. package/es/template/common/dashboard/index.js.map +1 -1
  512. package/es/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  513. package/es/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  514. package/es/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  515. package/es/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  516. package/es/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  517. package/es/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  518. package/es/template/common/discipline/test/fixtures/arabic.js +1 -1
  519. package/es/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  520. package/es/template/common/discipline/test/fixtures/default.js +2 -2
  521. package/es/template/common/discipline/test/fixtures/default.js.map +1 -1
  522. package/es/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  523. package/es/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  524. package/es/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  525. package/es/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  526. package/es/template/common/discipline/test/fixtures/external-course.js +2 -2
  527. package/es/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  528. package/es/template/common/discipline/test/fixtures/share.js +1 -1
  529. package/es/template/common/discipline/test/fixtures/share.js.map +1 -1
  530. package/es/template/teams-dashboard/test/fixtures/default.js +1 -1
  531. package/es/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  532. package/es/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  533. package/es/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  534. package/es/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  535. package/es/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  536. package/es/util/shallow-compare.js.map +1 -1
  537. package/es/util/test/navigation.js +4 -3
  538. package/es/util/test/navigation.js.map +1 -1
  539. package/lib/atom/autocomplete/index.js +2 -2
  540. package/lib/atom/autocomplete/test/fixtures/error.js +1 -1
  541. package/lib/atom/autocomplete/test/fixtures/error.js.map +1 -1
  542. package/lib/atom/autocomplete/test/fixtures/filled.js +1 -1
  543. package/lib/atom/autocomplete/test/fixtures/filled.js.map +1 -1
  544. package/lib/atom/autocomplete/test/fixtures/modified.js +1 -1
  545. package/lib/atom/autocomplete/test/fixtures/modified.js.map +1 -1
  546. package/lib/atom/button-link/index.js +2 -2
  547. package/lib/atom/button-link-icon-only/index.js +2 -2
  548. package/lib/atom/button-menu/index.js +2 -2
  549. package/lib/atom/button-menu/test/fixtures/default.js +1 -1
  550. package/lib/atom/button-menu/test/fixtures/multiple-buttons.js +1 -1
  551. package/lib/atom/chips/index.js +2 -2
  552. package/lib/atom/clue/index.js.map +1 -1
  553. package/lib/atom/clue/test/see-clue.js +34 -0
  554. package/lib/atom/clue/test/see-clue.js.map +1 -1
  555. package/lib/atom/content-badge/test/fixtures.js +3 -0
  556. package/lib/atom/content-badge/test/fixtures.js.map +1 -1
  557. package/lib/atom/cta/test/fixtures/certification.js +1 -1
  558. package/lib/atom/cta/test/fixtures/certification.js.map +1 -1
  559. package/lib/atom/cta/test/fixtures/disabled.js +1 -1
  560. package/lib/atom/cta/test/fixtures/disabled.js.map +1 -1
  561. package/lib/atom/cta/test/fixtures/light-small.js +1 -1
  562. package/lib/atom/cta/test/fixtures/light-small.js.map +1 -1
  563. package/lib/atom/cta/test/fixtures/light.js +1 -1
  564. package/lib/atom/cta/test/fixtures/light.js.map +1 -1
  565. package/lib/atom/cta/test/fixtures/logout.js +1 -1
  566. package/lib/atom/cta/test/fixtures/logout.js.map +1 -1
  567. package/lib/atom/cta/test/fixtures/primary-small.js +1 -1
  568. package/lib/atom/cta/test/fixtures/primary-small.js.map +1 -1
  569. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js +1 -1
  570. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js.map +1 -1
  571. package/lib/atom/cta/test/fixtures/rectangular-secondary.js +1 -1
  572. package/lib/atom/cta/test/fixtures/rectangular-secondary.js.map +1 -1
  573. package/lib/atom/cta/test/fixtures/rectangular.js +1 -1
  574. package/lib/atom/cta/test/fixtures/rectangular.js.map +1 -1
  575. package/lib/atom/cta/test/fixtures/secondary-small.js +1 -1
  576. package/lib/atom/cta/test/fixtures/secondary-small.js.map +1 -1
  577. package/lib/atom/cta/test/fixtures/secondary.js +1 -1
  578. package/lib/atom/cta/test/fixtures/secondary.js.map +1 -1
  579. package/lib/atom/drag-and-drop/index.js +1 -1
  580. package/lib/atom/drag-and-drop/index.js.map +1 -1
  581. package/lib/atom/drag-and-drop/test/fixtures/loading.js +1 -1
  582. package/lib/atom/drag-and-drop/test/fixtures/loading.js.map +1 -1
  583. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js +1 -1
  584. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js.map +1 -1
  585. package/lib/atom/image-upload/index.js +3 -3
  586. package/lib/atom/image-upload/index.js.map +1 -1
  587. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js +1 -1
  588. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js.map +1 -1
  589. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js +1 -1
  590. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js.map +1 -1
  591. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js +1 -1
  592. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js.map +1 -1
  593. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js +1 -1
  594. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js.map +1 -1
  595. package/lib/atom/image-upload/test/fixtures/email.js +1 -1
  596. package/lib/atom/image-upload/test/fixtures/email.js.map +1 -1
  597. package/lib/atom/image-upload/test/fixtures/mobile.js +1 -1
  598. package/lib/atom/image-upload/test/fixtures/mobile.js.map +1 -1
  599. package/lib/atom/image-upload/test/fixtures/modified.js +1 -1
  600. package/lib/atom/image-upload/test/fixtures/modified.js.map +1 -1
  601. package/lib/atom/input-checkbox/index.js +2 -2
  602. package/lib/atom/input-color/index.js +2 -2
  603. package/lib/atom/input-doublestep/index.js +2 -2
  604. package/lib/atom/input-html/index.js.map +1 -1
  605. package/lib/atom/input-search/index.js +2 -2
  606. package/lib/atom/input-switch/index.js +15 -8
  607. package/lib/atom/input-switch/index.js.map +1 -1
  608. package/lib/atom/input-switch/style.css +46 -0
  609. package/lib/atom/input-switch/test/fixtures/cm-left.js +16 -0
  610. package/lib/atom/input-switch/test/fixtures/cm-left.js.map +1 -0
  611. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js +16 -0
  612. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js.map +1 -0
  613. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js +20 -0
  614. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js.map +1 -0
  615. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js +17 -0
  616. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js.map +1 -0
  617. package/lib/atom/input-switch/test/fixtures/cm-right.js +16 -0
  618. package/lib/atom/input-switch/test/fixtures/cm-right.js.map +1 -0
  619. package/lib/atom/input-switch/test/fixtures/disabled.js +1 -1
  620. package/lib/atom/input-switch/test/fixtures/disabled.js.map +1 -1
  621. package/lib/atom/input-switch/test/fixtures.js +15 -0
  622. package/lib/atom/input-switch/test/fixtures.js.map +1 -1
  623. package/lib/atom/input-text/index.js +2 -2
  624. package/lib/atom/input-textarea/index.js +2 -2
  625. package/lib/atom/link/index.js +4 -2
  626. package/lib/atom/link/index.js.map +1 -1
  627. package/lib/atom/promo-code/index.js.map +1 -1
  628. package/lib/atom/provider/index.js +1 -1
  629. package/lib/atom/provider/index.js.map +1 -1
  630. package/lib/atom/provider/test/index.js +1 -1
  631. package/lib/atom/provider/test/index.js.map +1 -1
  632. package/lib/atom/range/index.js +1 -1
  633. package/lib/atom/range/index.js.map +1 -1
  634. package/lib/atom/range/test/fixtures/multi.js +1 -1
  635. package/lib/atom/range/test/fixtures/multi.js.map +1 -1
  636. package/lib/atom/range/test/index.js +9 -9
  637. package/lib/atom/range/test/index.js.map +1 -1
  638. package/lib/atom/select/index.js +2 -2
  639. package/lib/atom/tab/index.js +2 -2
  640. package/lib/atom/video-upload/index.js +1 -1
  641. package/lib/atom/video-upload/index.js.map +1 -1
  642. package/lib/atom/video-upload/test/fixtures/loading.js +1 -1
  643. package/lib/atom/video-upload/test/fixtures/loading.js.map +1 -1
  644. package/lib/atom/video-upload/test/fixtures/modified.js +1 -1
  645. package/lib/atom/video-upload/test/fixtures/modified.js.map +1 -1
  646. package/lib/hoc/animation/index.js +1 -1
  647. package/lib/hoc/animation/test/on-mount.js +2 -2
  648. package/lib/hoc/animation-scheduler/index.js +4 -4
  649. package/lib/hoc/animation-scheduler/index.js.map +1 -1
  650. package/lib/hoc/animation-scheduler/test/fixtures/parallel.js +3 -3
  651. package/lib/hoc/animation-scheduler/test/fixtures/series.js +2 -2
  652. package/lib/hoc/animation-scheduler/test/on-mount.js +2 -2
  653. package/lib/hoc/swapper/index.js +5 -3
  654. package/lib/hoc/swapper/index.js.map +1 -1
  655. package/lib/hoc/swapper/test/on-mount.js +2 -2
  656. package/lib/hoc/transition/index.js +3 -3
  657. package/lib/hoc/transition/index.js.map +1 -1
  658. package/lib/molecule/add-to-my-list/index.js +4 -4
  659. package/lib/molecule/add-to-my-list/index.js.map +1 -1
  660. package/lib/molecule/answer/index.js +5 -3
  661. package/lib/molecule/answer/index.js.map +1 -1
  662. package/lib/molecule/answer/test/fixtures/audio.js +1 -1
  663. package/lib/molecule/answer/test/fixtures/audio.js.map +1 -1
  664. package/lib/molecule/answer/test/fixtures/default.js +1 -1
  665. package/lib/molecule/answer/test/fixtures/default.js.map +1 -1
  666. package/lib/molecule/answer/test/fixtures/drop-down.js +1 -1
  667. package/lib/molecule/answer/test/fixtures/drop-down.js.map +1 -1
  668. package/lib/molecule/answer/test/fixtures/qcm-arabic.js +1 -1
  669. package/lib/molecule/answer/test/fixtures/qcm-arabic.js.map +1 -1
  670. package/lib/molecule/answer/test/fixtures/qcm-drag.js +1 -1
  671. package/lib/molecule/answer/test/fixtures/qcm-drag.js.map +1 -1
  672. package/lib/molecule/answer/test/fixtures/qcm-graphic.js +1 -1
  673. package/lib/molecule/answer/test/fixtures/qcm-graphic.js.map +1 -1
  674. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js +1 -1
  675. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js.map +1 -1
  676. package/lib/molecule/answer/test/fixtures/qcm-short-video.js +1 -1
  677. package/lib/molecule/answer/test/fixtures/qcm-short-video.js.map +1 -1
  678. package/lib/molecule/answer/test/fixtures/qcm-short.js +1 -1
  679. package/lib/molecule/answer/test/fixtures/qcm-short.js.map +1 -1
  680. package/lib/molecule/answer/test/fixtures/qcm.js +1 -1
  681. package/lib/molecule/answer/test/fixtures/qcm.js.map +1 -1
  682. package/lib/molecule/answer/test/fixtures/range.js +1 -1
  683. package/lib/molecule/answer/test/fixtures/range.js.map +1 -1
  684. package/lib/molecule/answer/test/fixtures/template.js +1 -1
  685. package/lib/molecule/answer/test/fixtures/template.js.map +1 -1
  686. package/lib/molecule/banner/style.css +1 -0
  687. package/lib/molecule/banner/test/fixtures/default.js +1 -1
  688. package/lib/molecule/banner/test/fixtures/default.js.map +1 -1
  689. package/lib/molecule/banner/test/fixtures.js +12 -0
  690. package/lib/molecule/banner/test/fixtures.js.map +1 -1
  691. package/lib/molecule/brand-create-form/index.js +2 -2
  692. package/lib/molecule/brand-form-group/index.js +18 -18
  693. package/lib/molecule/brand-form-group/index.js.map +1 -1
  694. package/lib/molecule/brand-form-group/test/fixtures/analytics.js +1 -1
  695. package/lib/molecule/brand-form-group/test/fixtures/analytics.js.map +1 -1
  696. package/lib/molecule/brand-form-group/test/fixtures/animations.js +2 -2
  697. package/lib/molecule/brand-form-group/test/fixtures/animations.js.map +1 -1
  698. package/lib/molecule/brand-form-group/test/fixtures/cohort.js +1 -1
  699. package/lib/molecule/brand-form-group/test/fixtures/cohort.js.map +1 -1
  700. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js +1 -1
  701. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js.map +1 -1
  702. package/lib/molecule/brand-form-group/test/fixtures/images.js +3 -3
  703. package/lib/molecule/brand-form-group/test/fixtures/images.js.map +1 -1
  704. package/lib/molecule/brand-form-group/test/fixtures/slider.js +1 -1
  705. package/lib/molecule/brand-form-group/test/fixtures/slider.js.map +1 -1
  706. package/lib/molecule/bullet-point-menu-button/index.js +2 -2
  707. package/lib/molecule/card/customer.css +61 -3
  708. package/lib/molecule/card/customer.js +22 -6
  709. package/lib/molecule/card/customer.js.map +1 -1
  710. package/lib/molecule/card/index.js +22 -9
  711. package/lib/molecule/card/index.js.map +1 -1
  712. package/lib/molecule/card/style.css +86 -24
  713. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js +1 -1
  714. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  715. package/lib/molecule/card/test/fixtures/adaptiv.js +1 -1
  716. package/lib/molecule/card/test/fixtures/adaptiv.js.map +1 -1
  717. package/lib/molecule/card/test/fixtures/coorpmanager.js +28 -0
  718. package/lib/molecule/card/test/fixtures/coorpmanager.js.map +1 -0
  719. package/lib/molecule/card/test/fixtures/disabled.js +1 -1
  720. package/lib/molecule/card/test/fixtures/disabled.js.map +1 -1
  721. package/lib/molecule/card-content/index.js +14 -6
  722. package/lib/molecule/card-content/index.js.map +1 -1
  723. package/lib/molecule/card-content/style.css +52 -0
  724. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js +1 -1
  725. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  726. package/lib/molecule/card-content/test/fixtures/adaptiv.js +1 -1
  727. package/lib/molecule/card-content/test/fixtures/adaptiv.js.map +1 -1
  728. package/lib/molecule/card-content/test/fixtures/disabled.js +1 -1
  729. package/lib/molecule/card-content/test/fixtures/disabled.js.map +1 -1
  730. package/lib/molecule/card-with-button/index.js.map +1 -1
  731. package/lib/molecule/cm-popin/style.css +1 -0
  732. package/lib/molecule/coorp-manager-roles/index.js +1 -1
  733. package/lib/molecule/coorp-manager-roles/index.js.map +1 -1
  734. package/lib/molecule/dashboard/battle-request-list/index.js +1 -1
  735. package/lib/molecule/dashboard/battle-request-list/index.js.map +1 -1
  736. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js +1 -1
  737. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js.map +1 -1
  738. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js +1 -1
  739. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js.map +1 -1
  740. package/lib/molecule/dashboard/cards-list/test/index.js +1 -1
  741. package/lib/molecule/dashboard/cards-list/test/index.js.map +1 -1
  742. package/lib/molecule/dashboard/news-list/index.js +1 -1
  743. package/lib/molecule/dashboard/news-list/index.js.map +1 -1
  744. package/lib/molecule/dashboard/start-battle/index.js +1 -1
  745. package/lib/molecule/dashboard/start-battle/index.js.map +1 -1
  746. package/lib/molecule/discipline-header/test/fixtures/long-description.js.map +1 -1
  747. package/lib/molecule/drag-and-drop/index.js +3 -3
  748. package/lib/molecule/drag-and-drop/index.js.map +1 -1
  749. package/lib/molecule/drag-and-drop/test/fixtures/error.js +1 -1
  750. package/lib/molecule/drag-and-drop/test/fixtures/error.js.map +1 -1
  751. package/lib/molecule/drag-and-drop/test/fixtures/loading.js +1 -1
  752. package/lib/molecule/drag-and-drop/test/fixtures/loading.js.map +1 -1
  753. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js +1 -1
  754. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js.map +1 -1
  755. package/lib/molecule/drag-and-drop/test/fixtures/ready.js +1 -1
  756. package/lib/molecule/drag-and-drop/test/fixtures/ready.js.map +1 -1
  757. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js +1 -1
  758. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js.map +1 -1
  759. package/lib/molecule/drag-and-drop/test/fixtures/success.js +1 -1
  760. package/lib/molecule/drag-and-drop/test/fixtures/success.js.map +1 -1
  761. package/lib/molecule/drag-and-drop/test/on-click.js +2 -2
  762. package/lib/molecule/drag-and-drop/test/on-click.js.map +1 -1
  763. package/lib/molecule/drag-and-drop/upload-report.js +3 -3
  764. package/lib/molecule/drag-and-drop/upload-report.js.map +1 -1
  765. package/lib/molecule/feedback/index.js +3 -3
  766. package/lib/molecule/feedback/index.js.map +1 -1
  767. package/lib/molecule/filters/test/fixtures/default.js +4 -4
  768. package/lib/molecule/filters/test/fixtures/default.js.map +1 -1
  769. package/lib/molecule/filters/test/fixtures/filters-list.js +6 -6
  770. package/lib/molecule/filters/test/fixtures/filters-list.js.map +1 -1
  771. package/lib/molecule/filters/test/fixtures/one.js +2 -2
  772. package/lib/molecule/filters/test/fixtures/one.js.map +1 -1
  773. package/lib/molecule/filters/test/fixtures/only-radio-group.js +1 -1
  774. package/lib/molecule/filters/test/fixtures/only-radio-group.js.map +1 -1
  775. package/lib/molecule/filters/test/fixtures/only-timer.js +1 -1
  776. package/lib/molecule/filters/test/fixtures/only-timer.js.map +1 -1
  777. package/lib/molecule/filters/test/fixtures/three.js +3 -3
  778. package/lib/molecule/filters/test/fixtures/three.js.map +1 -1
  779. package/lib/molecule/filters/test/fixtures/two.js +3 -3
  780. package/lib/molecule/filters/test/fixtures/two.js.map +1 -1
  781. package/lib/molecule/filters/test/fixtures/zero.js +1 -1
  782. package/lib/molecule/filters/test/fixtures/zero.js.map +1 -1
  783. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js +4 -4
  784. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js.map +1 -1
  785. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js +1 -1
  786. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js.map +1 -1
  787. package/lib/molecule/hero/index.js +2 -2
  788. package/lib/molecule/hero/test/fixtures/arabic.js +1 -1
  789. package/lib/molecule/hero/test/fixtures/arabic.js.map +1 -1
  790. package/lib/molecule/hero/test/fixtures/hero.js +1 -1
  791. package/lib/molecule/hero/test/fixtures/hero.js.map +1 -1
  792. package/lib/molecule/news/test/fixtures/long-description.js +1 -1
  793. package/lib/molecule/news/test/fixtures/long-description.js.map +1 -1
  794. package/lib/molecule/news/test/fixtures/long-title.js +1 -1
  795. package/lib/molecule/news/test/fixtures/long-title.js.map +1 -1
  796. package/lib/molecule/news/test/fixtures/small-desciption.js +1 -1
  797. package/lib/molecule/news/test/fixtures/small-desciption.js.map +1 -1
  798. package/lib/molecule/news/test/fixtures/small-title.js +1 -1
  799. package/lib/molecule/news/test/fixtures/small-title.js.map +1 -1
  800. package/lib/molecule/popin/index.js +3 -3
  801. package/lib/molecule/popin/index.js.map +1 -1
  802. package/lib/molecule/progress-bar/index.js +1 -1
  803. package/lib/molecule/progress-bar/index.js.map +1 -1
  804. package/lib/molecule/questions/drop-down/index.js +3 -3
  805. package/lib/molecule/questions/drop-down/index.js.map +1 -1
  806. package/lib/molecule/questions/free-text/index.js +2 -2
  807. package/lib/molecule/questions/question-range/index.js +4 -2
  808. package/lib/molecule/questions/question-range/index.js.map +1 -1
  809. package/lib/molecule/questions/template/index.js +2 -2
  810. package/lib/molecule/questions/template/index.js.map +1 -1
  811. package/lib/molecule/questions/template/test/index.js +1 -1
  812. package/lib/molecule/questions/template/test/index.js.map +1 -1
  813. package/lib/molecule/quick-access-card/index.js.map +1 -1
  814. package/lib/molecule/resource-player/index.js +4 -2
  815. package/lib/molecule/resource-player/index.js.map +1 -1
  816. package/lib/molecule/scope-tabs/index.js +2 -2
  817. package/lib/molecule/search-form/index.js +2 -2
  818. package/lib/molecule/select-multiple/index.js +6 -6
  819. package/lib/molecule/select-multiple/index.js.map +1 -1
  820. package/lib/molecule/select-multiple/style.css +2 -1
  821. package/lib/molecule/select-multiple/test/fixtures.js +12 -0
  822. package/lib/molecule/select-multiple/test/fixtures.js.map +1 -1
  823. package/lib/molecule/select-multiple/test/index.js +4 -4
  824. package/lib/molecule/select-multiple/test/index.js.map +1 -1
  825. package/lib/molecule/setup-section/index.js +1 -1
  826. package/lib/molecule/setup-section/index.js.map +1 -1
  827. package/lib/molecule/setup-section/test/fixtures/first.js +1 -1
  828. package/lib/molecule/setup-section/test/fixtures/first.js.map +1 -1
  829. package/lib/molecule/setup-sections/index.js +2 -2
  830. package/lib/molecule/setup-slide/index.js +8 -8
  831. package/lib/molecule/setup-slide/index.js.map +1 -1
  832. package/lib/molecule/share/index.js +4 -4
  833. package/lib/molecule/share/index.js.map +1 -1
  834. package/lib/molecule/titled-checkbox/index.js +2 -2
  835. package/lib/molecule/vertical-tabs/test/fixtures/default.js +1 -1
  836. package/lib/molecule/video-iframe/index.js +1 -1
  837. package/lib/molecule/video-iframe/index.js.map +1 -1
  838. package/lib/molecule/video-player/index.js +3 -1
  839. package/lib/molecule/video-player/index.js.map +1 -1
  840. package/lib/molecule/video-player/jwplayer.js +2 -2
  841. package/lib/molecule/video-player/jwplayer.js.map +1 -1
  842. package/lib/molecule/video-player/test/fixtures/youtube.js +1 -1
  843. package/lib/molecule/video-player/test/fixtures/youtube.js.map +1 -1
  844. package/lib/molecule/video-player/vimeo.js +1 -1
  845. package/lib/molecule/video-player/vimeo.js.map +1 -1
  846. package/lib/molecule/wizard-summary/index.js +31 -4
  847. package/lib/molecule/wizard-summary/index.js.map +1 -1
  848. package/lib/molecule/wizard-summary/style.css +1 -1
  849. package/lib/organism/accordion/container/index.js +2 -2
  850. package/lib/organism/accordion/coorp-manager/index.js +3 -3
  851. package/lib/organism/accordion/coorp-manager/index.js.map +1 -1
  852. package/lib/organism/accordion/toggler/index.js +1 -1
  853. package/lib/organism/accordion/toggler/index.js.map +1 -1
  854. package/lib/organism/accordion/toggler/test/render.js +2 -2
  855. package/lib/organism/accordion/toggler/test/render.js.map +1 -1
  856. package/lib/organism/brand-form/index.js +2 -2
  857. package/lib/organism/brand-form/test/fixtures/sso.js +3 -3
  858. package/lib/organism/brand-form/test/fixtures/sso.js.map +1 -1
  859. package/lib/organism/content-translation/index.js +2 -2
  860. package/lib/organism/content-translation/index.js.map +1 -1
  861. package/lib/organism/content-translation/style.css +1 -0
  862. package/lib/organism/content-translation/test/fixtures/default.js +2 -2
  863. package/lib/organism/content-translation/test/fixtures/default.js.map +1 -1
  864. package/lib/organism/content-translation/test/fixtures.js +25 -0
  865. package/lib/organism/content-translation/test/fixtures.js.map +1 -0
  866. package/lib/organism/course-selection/index.js +28 -9
  867. package/lib/organism/course-selection/index.js.map +1 -1
  868. package/lib/organism/course-selection/style.css +11 -3
  869. package/lib/organism/course-selection/test/fixtures/default.js +45 -13
  870. package/lib/organism/course-selection/test/fixtures/default.js.map +1 -1
  871. package/lib/organism/course-selection/test/fixtures/empty.js +9 -0
  872. package/lib/organism/course-selection/test/fixtures/empty.js.map +1 -1
  873. package/lib/organism/course-selection/test/fixtures/filtered.js +11 -3
  874. package/lib/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  875. package/lib/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  876. package/lib/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  877. package/lib/organism/course-selection/test/fixtures/switch-activated.js +32 -0
  878. package/lib/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  879. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  880. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  881. package/lib/organism/course-selection/test/fixtures.js +3 -0
  882. package/lib/organism/course-selection/test/fixtures.js.map +1 -1
  883. package/lib/organism/discussion/test/fixtures/default.js +1 -1
  884. package/lib/organism/discussion/test/fixtures/default.js.map +1 -1
  885. package/lib/organism/discussion/test/fixtures/loading-more.js +1 -1
  886. package/lib/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  887. package/lib/organism/discussion/test/fixtures/new-discussion.js +1 -1
  888. package/lib/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  889. package/lib/organism/get-the-app/index.js +2 -2
  890. package/lib/organism/get-the-app/index.js.map +1 -1
  891. package/lib/organism/list-item/test/fixtures.js +31 -0
  892. package/lib/organism/list-item/test/fixtures.js.map +1 -0
  893. package/lib/organism/list-items/test/fixtures/archived.js +1 -1
  894. package/lib/organism/list-items/test/fixtures/archived.js.map +1 -1
  895. package/lib/organism/list-items/test/fixtures/draft.js +1 -1
  896. package/lib/organism/list-items/test/fixtures/draft.js.map +1 -1
  897. package/lib/organism/list-items/test/fixtures/published.js +2 -2
  898. package/lib/organism/list-items/test/fixtures/published.js.map +1 -1
  899. package/lib/organism/list-items/test/fixtures.js +28 -0
  900. package/lib/organism/list-items/test/fixtures.js.map +1 -0
  901. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  902. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  903. package/lib/organism/mooc-footer/style.css +1 -0
  904. package/lib/organism/mooc-header/test/fixtures/default.js +1 -1
  905. package/lib/organism/mooc-header/test/fixtures/default.js.map +1 -1
  906. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  907. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  908. package/lib/organism/popin/test/fixtures/default.js.map +1 -1
  909. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  910. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  911. package/lib/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  912. package/lib/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  913. package/lib/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  914. package/lib/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  915. package/lib/organism/resource-browser/test/fixtures/mp4.js +1 -1
  916. package/lib/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  917. package/lib/organism/search-and-chips-results/index.js +12 -4
  918. package/lib/organism/search-and-chips-results/index.js.map +1 -1
  919. package/lib/organism/search-and-chips-results/style.css +7 -1
  920. package/lib/organism/search-and-chips-results/test/fixtures/default.js +1 -0
  921. package/lib/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  922. package/lib/organism/settings/index.js +4 -2
  923. package/lib/organism/settings/index.js.map +1 -1
  924. package/lib/organism/sidebar/index.js +15 -13
  925. package/lib/organism/sidebar/index.js.map +1 -1
  926. package/lib/organism/user-preferences/index.js +4 -2
  927. package/lib/organism/user-preferences/index.js.map +1 -1
  928. package/lib/organism/wizard-contents/index.js +8 -10
  929. package/lib/organism/wizard-contents/index.js.map +1 -1
  930. package/lib/organism/wizard-contents/style.css +11 -15
  931. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  932. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  933. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  934. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  935. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  936. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  937. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  938. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  939. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  940. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  941. package/lib/organism/wizard-contents/test/fixtures.js +34 -0
  942. package/lib/organism/wizard-contents/test/fixtures.js.map +1 -0
  943. package/lib/template/activity/index.js +1 -1
  944. package/lib/template/activity/index.js.map +1 -1
  945. package/lib/template/activity/progression-item.js +2 -2
  946. package/lib/template/activity/test/progression-item-test.js +1 -1
  947. package/lib/template/activity/test/progression-item-test.js.map +1 -1
  948. package/lib/template/app-player/player/slides/footer/index.js +1 -1
  949. package/lib/template/app-player/player/slides/footer/index.js.map +1 -1
  950. package/lib/template/app-player/player/slides/index.js +15 -11
  951. package/lib/template/app-player/player/slides/index.js.map +1 -1
  952. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  953. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  954. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  955. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  956. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  957. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  958. package/lib/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  959. package/lib/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  960. package/lib/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  961. package/lib/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  962. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  963. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  964. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  965. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  966. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  967. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  968. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  969. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  970. package/lib/template/app-player/player/slides/test/fixtures/context.js +2 -2
  971. package/lib/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  972. package/lib/template/app-player/player/slides/test/fixtures/default.js +2 -2
  973. package/lib/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  974. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  975. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  976. package/lib/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  977. package/lib/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  978. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  979. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  980. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  981. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  982. package/lib/template/app-player/player/slides/test/fixtures/media.js +2 -2
  983. package/lib/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  984. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  985. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  986. package/lib/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  987. package/lib/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  988. package/lib/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  989. package/lib/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  990. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  991. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  992. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  993. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  994. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  995. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  996. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  997. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  998. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  999. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  1000. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  1001. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  1002. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  1003. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  1004. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  1005. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  1006. package/lib/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  1007. package/lib/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  1008. package/lib/template/app-player/player/slides/test/fixtures/range.js +1 -1
  1009. package/lib/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  1010. package/lib/template/app-player/player/slides/test/fixtures/template.js +1 -1
  1011. package/lib/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  1012. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  1013. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  1014. package/lib/template/app-player/player/test/fixtures/background.js +1 -1
  1015. package/lib/template/app-player/player/test/fixtures/background.js.map +1 -1
  1016. package/lib/template/app-player/popin-correction/index.js +6 -4
  1017. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  1018. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  1019. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  1020. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  1021. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  1022. package/lib/template/app-player/popin-end/summary.js +12 -7
  1023. package/lib/template/app-player/popin-end/summary.js.map +1 -1
  1024. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  1025. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  1026. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  1027. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  1028. package/lib/template/app-player/popin-header/index.js +7 -5
  1029. package/lib/template/app-player/popin-header/index.js.map +1 -1
  1030. package/lib/template/back-office/brand-create/test/fixtures/default.js +1 -1
  1031. package/lib/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  1032. package/lib/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  1033. package/lib/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  1034. package/lib/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  1035. package/lib/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  1036. package/lib/template/back-office/brand-list/test/fixtures/default.js +1 -1
  1037. package/lib/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  1038. package/lib/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  1039. package/lib/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  1040. package/lib/template/back-office/brand-update/index.js +13 -11
  1041. package/lib/template/back-office/brand-update/index.js.map +1 -1
  1042. package/lib/template/back-office/brand-update/style.css +4 -0
  1043. package/lib/template/back-office/brand-update/test/fixtures/analytics.js +2 -2
  1044. package/lib/template/back-office/brand-update/test/fixtures/animations.js +2 -2
  1045. package/lib/template/back-office/brand-update/test/fixtures/cohort-error.js +2 -2
  1046. package/lib/template/back-office/brand-update/test/fixtures/cohort.js +2 -2
  1047. package/lib/template/back-office/brand-update/test/fixtures/dashboard.js +2 -2
  1048. package/lib/template/back-office/brand-update/test/fixtures/dashboards-analytics.js +2 -2
  1049. package/lib/template/back-office/brand-update/test/fixtures/default.js +1 -1
  1050. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  1051. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  1052. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  1053. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  1054. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  1055. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  1056. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  1057. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  1058. package/lib/template/back-office/brand-update/test/fixtures/lms-error.js +2 -2
  1059. package/lib/template/back-office/brand-update/test/fixtures/lms-modified.js +2 -2
  1060. package/lib/template/back-office/brand-update/test/fixtures/lms-success.js +2 -2
  1061. package/lib/template/back-office/brand-update/test/fixtures/lms.js +2 -2
  1062. package/lib/template/back-office/brand-update/test/fixtures/loader.js +7 -3
  1063. package/lib/template/back-office/brand-update/test/fixtures/loader.js.map +1 -1
  1064. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel.js +2 -2
  1065. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js +237 -2
  1066. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  1067. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.js +2 -2
  1068. package/lib/template/back-office/brand-update/test/fixtures/manageusers-list.js.map +1 -1
  1069. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  1070. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  1071. package/lib/template/back-office/brand-update/test/fixtures/sso.js +2 -2
  1072. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  1073. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  1074. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  1075. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  1076. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js +3 -3
  1077. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  1078. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  1079. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  1080. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +50 -1
  1081. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  1082. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  1083. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  1084. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  1085. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  1086. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  1087. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  1088. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  1089. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  1090. package/lib/template/back-office/brand-update/test/fixtures.js +30 -3
  1091. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -1
  1092. package/lib/template/cockpit/jw-uploader/index.js +1 -1
  1093. package/lib/template/cockpit/jw-uploader/index.js.map +1 -1
  1094. package/lib/template/common/dashboard/index.js +1 -1
  1095. package/lib/template/common/dashboard/index.js.map +1 -1
  1096. package/lib/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  1097. package/lib/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  1098. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  1099. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  1100. package/lib/template/common/discipline/index.js +2 -2
  1101. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  1102. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  1103. package/lib/template/common/discipline/test/fixtures/arabic.js +1 -1
  1104. package/lib/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  1105. package/lib/template/common/discipline/test/fixtures/default.js +2 -2
  1106. package/lib/template/common/discipline/test/fixtures/default.js.map +1 -1
  1107. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  1108. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  1109. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  1110. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  1111. package/lib/template/common/discipline/test/fixtures/external-course.js +2 -2
  1112. package/lib/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  1113. package/lib/template/common/discipline/test/fixtures/share.js +1 -1
  1114. package/lib/template/common/discipline/test/fixtures/share.js.map +1 -1
  1115. package/lib/template/teams-dashboard/index.js +2 -2
  1116. package/lib/template/teams-dashboard/test/fixtures/default.js +2 -2
  1117. package/lib/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  1118. package/lib/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  1119. package/lib/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  1120. package/lib/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  1121. package/lib/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  1122. package/lib/test/helpers/render-component.js +1 -1
  1123. package/lib/util/external-content.js +1 -1
  1124. package/lib/util/proptypes.js +1 -1
  1125. package/lib/util/shallow-compare.js.map +1 -1
  1126. package/lib/util/test/navigation.js +5 -3
  1127. package/lib/util/test/navigation.js.map +1 -1
  1128. package/locales/hy/global.json +80 -0
  1129. package/package.json +2 -2
@@ -36,25 +36,6 @@
36
36
  z-index: 0;
37
37
  }
38
38
 
39
- .customer {
40
- position: absolute;
41
- top: 0;
42
- left: 0;
43
- width: 100%;
44
- height: 100%;
45
- }
46
-
47
- .customer {
48
- background: linear-gradient(
49
- to bottom,
50
- rgba(0, 0, 0, 0.2) 0%,
51
- rgba(0, 0, 0, 0) 20%
52
- );
53
- }
54
- .chapterCustomer {
55
- padding-top: 10px;
56
- }
57
-
58
39
  .grid.empty {
59
40
  padding-bottom: 25px;
60
41
  opacity: 0.6;
@@ -66,6 +47,7 @@
66
47
  width: 256px;
67
48
  height: 297px;
68
49
  }
50
+
69
51
  .chapter {
70
52
  composes: default;
71
53
  border-radius: 8px;
@@ -73,6 +55,18 @@
73
55
  height: 297px;
74
56
  }
75
57
 
58
+ .coorpmanager.course {
59
+ border-radius: 5px;
60
+ width: 172px;
61
+ height: 201px;
62
+ }
63
+
64
+ .coorpmanager.chapter {
65
+ border-radius: 5px;
66
+ width: 138px;
67
+ height: 201px;
68
+ }
69
+
76
70
  .course .imageWrapper {
77
71
  width: 100%;
78
72
  height: 100%;
@@ -89,6 +83,10 @@
89
83
  left: 0;
90
84
  }
91
85
 
86
+ .coorpmanager.chapter .chapterImageWrapper {
87
+ max-height: 52px;
88
+ }
89
+
92
90
  .default .image {
93
91
  overflow: hidden;
94
92
  background-position: 50%;
@@ -218,10 +216,6 @@
218
216
  left: 0;
219
217
  }
220
218
 
221
- .default[disabled] .customer {
222
- background: none;
223
- }
224
-
225
219
  .badge {
226
220
  position: absolute;
227
221
  width: auto;
@@ -239,6 +233,11 @@
239
233
  user-select: none;
240
234
  }
241
235
 
236
+ .coorpmanager .badge {
237
+ padding: 2px 5px;
238
+ font-size: 7px;
239
+ }
240
+
242
241
  .emptyIcon {
243
242
  vertical-align: middle;
244
243
  width: 80px;
@@ -295,11 +294,24 @@
295
294
  }
296
295
 
297
296
  .externalIconCircleWrapper {
297
+ border-radius: 50%;
298
+ padding: 17px;
299
+ box-sizing: border-box;
300
+ background-color: rgba(255, 255, 255, 0.3);
301
+ justify-content: center;
302
+ transform: scale(1);
303
+ transition: transform 0.25s ease-in-out;
298
304
  width: 80px;
299
305
  height: 80px;
300
306
  margin-top: 20px;
307
+ }
308
+
309
+ .coorpmanager .externalIconCircleWrapper {
310
+ width: 50px;
311
+ height: 50px;
312
+ margin-top: 12px;
313
+ padding: 13px;
301
314
  border-radius: 50%;
302
- padding: 17px;
303
315
  box-sizing: border-box;
304
316
  background-color: rgba(255, 255, 255, 0.3);
305
317
  justify-content: center;
@@ -313,6 +325,12 @@
313
325
  height: 45px;
314
326
  }
315
327
 
328
+ .coorpmanager .externalIcon {
329
+ color: white;
330
+ width: 23px;
331
+ height: 23px;
332
+ }
333
+
316
334
  .externalIconCircleWrapper::after {
317
335
  animation: pulse 3s linear 0s infinite;
318
336
  animation-play-state: paused;
@@ -343,6 +361,18 @@
343
361
  transition: box-shadow 0.25s linear;
344
362
  }
345
363
 
364
+ .coorpmanager .externalIconCircleWrapper::after,
365
+ .coorpmanager .externalIconCircleWrapper::before {
366
+ width: 50px;
367
+ height: 50px;
368
+ top: 0;
369
+ left: 0;
370
+ transform: scale(1);
371
+ opacity: 0;
372
+ box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0);
373
+ transition: box-shadow 0.25s linear;
374
+ }
375
+
346
376
  .externalIconCircleWithImageWrapper {
347
377
  width: 60px;
348
378
  height: 60px;
@@ -350,6 +380,22 @@
350
380
  z-index: 1;
351
381
  }
352
382
 
383
+ .coorpmanager .externalIconCircleWithImageWrapper {
384
+ width: 50px;
385
+ height: 50px;
386
+ border-radius: 50%;
387
+ padding: 12px;
388
+ z-index: 1;
389
+ margin-top: 20px;
390
+ }
391
+
392
+ .coorpmanager .externalIconWithImage {
393
+ color: white;
394
+ width: 25px;
395
+ height: 25px;
396
+ padding: 0 0 0 1px;
397
+ }
398
+
353
399
  .externalIconWithImage {
354
400
  color: white;
355
401
  width: 28px;
@@ -372,6 +418,22 @@
372
418
  transition: box-shadow 0.25s linear;
373
419
  }
374
420
 
421
+ .coorpmanager .externalIconCircleWithImageWrapper::after,
422
+ .coorpmanager .externalIconCircleWithImageWrapper::before {
423
+ content: '';
424
+ width: 50px;
425
+ height: 50px;
426
+ top: 0;
427
+ left: 0;
428
+ position: absolute;
429
+ transform: scale(1);
430
+ opacity: 0;
431
+ box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0);
432
+ transition: box-shadow 0.25s linear;
433
+
434
+ }
435
+
436
+
375
437
  @keyframes pulse {
376
438
  0% {
377
439
  transform: scale(1);
@@ -12,7 +12,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
  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); }
13
13
 
14
14
  var _default = {
15
- props: _extends(_extends(_extends({}, _default2.default.props), _adaptivAndDisabled.default.props), {}, {
15
+ props: _extends({}, _default2.default.props, _adaptivAndDisabled.default.props, {
16
16
  certifiedAuthor: false,
17
17
  progress: 0
18
18
  })
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/adaptiv-and-disabled.js"],"names":["props","Default","cardContent","certifiedAuthor","progress"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,iCACAC,kBAAQD,KADR,GAEAE,4BAAYF,KAFZ;AAGHG,IAAAA,eAAe,EAAE,KAHd;AAIHC,IAAAA,QAAQ,EAAE;AAJP;AADQ,C","sourcesContent":["import cardContent from '../../../card-content/test/fixtures/adaptiv-and-disabled';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContent.props,\n certifiedAuthor: false,\n progress: 0\n }\n};\n"],"file":"adaptiv-and-disabled.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/adaptiv-and-disabled.js"],"names":["props","Default","cardContent","certifiedAuthor","progress"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,kBAAQD,KADR,EAEAE,4BAAYF,KAFZ;AAGHG,IAAAA,eAAe,EAAE,KAHd;AAIHC,IAAAA,QAAQ,EAAE;AAJP;AADQ,C","sourcesContent":["import cardContent from '../../../card-content/test/fixtures/adaptiv-and-disabled';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContent.props,\n certifiedAuthor: false,\n progress: 0\n }\n};\n"],"file":"adaptiv-and-disabled.js"}
@@ -12,7 +12,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
  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); }
13
13
 
14
14
  var _default = {
15
- props: _extends(_extends({}, _default2.default.props), _adaptiv.default.props)
15
+ props: _extends({}, _default2.default.props, _adaptiv.default.props)
16
16
  };
17
17
  exports.default = _default;
18
18
  //# sourceMappingURL=adaptiv.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/adaptiv.js"],"names":["props","Default","cardContentAdaptiv"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,wBACAC,kBAAQD,KADR,GAEAE,iBAAmBF,KAFnB;AADQ,C","sourcesContent":["import cardContentAdaptiv from '../../../card-content/test/fixtures/adaptiv';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContentAdaptiv.props\n }\n};\n"],"file":"adaptiv.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/adaptiv.js"],"names":["props","Default","cardContentAdaptiv"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,kBAAQD,KADR,EAEAE,iBAAmBF,KAFnB;AADQ,C","sourcesContent":["import cardContentAdaptiv from '../../../card-content/test/fixtures/adaptiv';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContentAdaptiv.props\n }\n};\n"],"file":"adaptiv.js"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+
6
+ var _defaultsDeep2 = _interopRequireDefault(require("lodash/fp/defaultsDeep"));
7
+
8
+ var _default2 = _interopRequireDefault(require("./default"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ const {
13
+ props
14
+ } = _default2.default;
15
+ var _default = {
16
+ props: (0, _defaultsDeep2.default)(props, {
17
+ disabled: false,
18
+ type: 'course',
19
+ image: 'https://api.coorpacademy.com/api-service/medias?url=https://static.coorpacademy.com/content/CoorpAcademy/content-marmiton/cockpit-marmiton/cover/shutterstock_520965634-1491986518210.jpg&h=500&w=500&q=90',
20
+ progress: 0.1,
21
+ isSelected: false,
22
+ badgeCategory: 'base',
23
+ badgeLabel: 'basic',
24
+ theme: 'coorpmanager'
25
+ })
26
+ };
27
+ exports.default = _default;
28
+ //# sourceMappingURL=coorpmanager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/coorpmanager.js"],"names":["props","Default","disabled","type","image","progress","isSelected","badgeCategory","badgeLabel","theme"],"mappings":";;;;;;;AACA;;;;AAEA,MAAM;AAACA,EAAAA;AAAD,IAAUC,iBAAhB;eAEe;AACbD,EAAAA,KAAK,EAAE,4BAAaA,KAAb,EAAoB;AACzBE,IAAAA,QAAQ,EAAE,KADe;AAEzBC,IAAAA,IAAI,EAAE,QAFmB;AAGzBC,IAAAA,KAAK,EACH,4MAJuB;AAKzBC,IAAAA,QAAQ,EAAE,GALe;AAMzBC,IAAAA,UAAU,EAAE,KANa;AAOzBC,IAAAA,aAAa,EAAE,MAPU;AAQzBC,IAAAA,UAAU,EAAE,OARa;AASzBC,IAAAA,KAAK,EAAE;AATkB,GAApB;AADM,C","sourcesContent":["import {defaultsDeep} from 'lodash/fp';\nimport Default from './default';\n\nconst {props} = Default;\n\nexport default {\n props: defaultsDeep(props, {\n disabled: false,\n type: 'course',\n image:\n 'https://api.coorpacademy.com/api-service/medias?url=https://static.coorpacademy.com/content/CoorpAcademy/content-marmiton/cockpit-marmiton/cover/shutterstock_520965634-1491986518210.jpg&h=500&w=500&q=90',\n progress: 0.1,\n isSelected: false,\n badgeCategory: 'base',\n badgeLabel: 'basic',\n theme: 'coorpmanager'\n })\n};\n"],"file":"coorpmanager.js"}
@@ -12,7 +12,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
  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); }
13
13
 
14
14
  var _default = {
15
- props: _extends(_extends({}, _default2.default.props), _disabled.default.props)
15
+ props: _extends({}, _default2.default.props, _disabled.default.props)
16
16
  };
17
17
  exports.default = _default;
18
18
  //# sourceMappingURL=disabled.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/disabled.js"],"names":["props","Default","cardContentDisabled"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,wBACAC,kBAAQD,KADR,GAEAE,kBAAoBF,KAFpB;AADQ,C","sourcesContent":["import cardContentDisabled from '../../../card-content/test/fixtures/disabled';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContentDisabled.props\n }\n};\n"],"file":"disabled.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card/test/fixtures/disabled.js"],"names":["props","Default","cardContentDisabled"],"mappings":";;;;;AAAA;;AACA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,kBAAQD,KADR,EAEAE,kBAAoBF,KAFpB;AADQ,C","sourcesContent":["import cardContentDisabled from '../../../card-content/test/fixtures/disabled';\nimport Default from './default';\n\nexport default {\n props: {\n ...Default.props,\n ...cardContentDisabled.props\n }\n};\n"],"file":"disabled.js"}
@@ -1,7 +1,9 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- exports.default = exports.MODES = void 0;
4
+ exports.default = exports.THEMES = exports.MODES = void 0;
5
+
6
+ var _keys2 = _interopRequireDefault(require("lodash/fp/keys"));
5
7
 
6
8
  var _isNil2 = _interopRequireDefault(require("lodash/fp/isNil"));
7
9
 
@@ -30,6 +32,11 @@ const MODES = {
30
32
  CARD: 'card'
31
33
  };
32
34
  exports.MODES = MODES;
35
+ const THEMES = {
36
+ default: null,
37
+ coorpmanager: _style2.default.coorpmanager
38
+ };
39
+ exports.THEMES = THEMES;
33
40
 
34
41
  const ContentTypeInfo = ({
35
42
  mode,
@@ -48,8 +55,7 @@ const ContentTypeInfo = ({
48
55
  return /*#__PURE__*/_react.default.createElement("div", {
49
56
  className: _style2.default.microLearningIcon
50
57
  }, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyTimer, {
51
- height: 40,
52
- width: 40
58
+ className: _style2.default.timerIcon
53
59
  }), /*#__PURE__*/_react.default.createElement("span", {
54
60
  className: _style2.default.microLearninglabel
55
61
  }, "5' learning"));
@@ -135,7 +141,8 @@ const ContentInfo = ({
135
141
  title,
136
142
  type,
137
143
  badgeCategory,
138
- badgeLabel
144
+ badgeLabel,
145
+ theme = 'default'
139
146
  }) => {
140
147
  const progressBarColor = '#3EC483';
141
148
  const inlineProgressValueStyle = {
@@ -159,7 +166,7 @@ const ContentInfo = ({
159
166
  })) : null;
160
167
  return /*#__PURE__*/_react.default.createElement("div", {
161
168
  "data-name": "info",
162
- className: (0, _classnames.default)(_style2.default.infoWrapper, mode === MODES.HERO ? _style2.default.hero : _style2.default.card, disabled ? _style2.default.progressBarDisabled : null, externalContent ? _style2.default.externalContent : null)
169
+ className: (0, _classnames.default)(THEMES[theme], _style2.default.infoWrapper, mode === MODES.HERO ? _style2.default.hero : _style2.default.card, disabled ? _style2.default.progressBarDisabled : null, externalContent ? _style2.default.externalContent : null)
163
170
  }, /*#__PURE__*/_react.default.createElement(ContentTypeInfo, {
164
171
  mode: mode,
165
172
  type: type,
@@ -197,7 +204,8 @@ ContentInfo.propTypes = process.env.NODE_ENV !== "production" ? {
197
204
  type: _propTypes.default.string,
198
205
  mode: _propTypes.default.string,
199
206
  badgeCategory: _contentBadge.default.propTypes.category,
200
- badgeLabel: _contentBadge.default.propTypes.label
207
+ badgeLabel: _contentBadge.default.propTypes.label,
208
+ theme: _propTypes.default.oneOf((0, _keys2.default)(THEMES))
201
209
  } : {};
202
210
  var _default = ContentInfo;
203
211
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/card-content/index.js"],"names":["MODES","HERO","CARD","ContentTypeInfo","mode","type","externalContent","context","translate","style","microLearningIcon","microLearninglabel","EXTERNAL_CONTENT_ICONS","textColor","color","contentTypeInfo","contextTypes","skin","Provider","childContextTypes","propTypes","PropTypes","bool","string","CardTitle","title","empty","courseContent","innerHTML","lightTitle","darkTitle","__html","AuthorName","author","certifiedAuthor","checkIcon","authorIcon","iconShadow","darkAuthorTitle","ContentInfo","adaptiv","disabled","progress","badgeCategory","badgeLabel","progressBarColor","inlineProgressValueStyle","backgroundColor","width","chapterContent","progressBar","progressWrapper","hideProgressBar","adaptiveIcon","infoWrapper","hero","card","progressBarDisabled","cardInfo","microLearningCardInfo","iconWrapper","number","ContentBadge","category","label"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {isNil} from 'lodash/fp';\nimport {\n NovaCompositionCoorpacademyAdaptive as AdaptivIcon,\n NovaSolidStatusCheckCircle2 as CheckIcon,\n NovaCompositionCoorpacademyTimer as TimerIcon\n} from '@coorpacademy/nova-icons';\nimport {isExternalContent, EXTERNAL_CONTENT_ICONS} from '../../util/external-content';\nimport Provider from '../../atom/provider';\nimport ContentBadge from '../../atom/content-badge';\nimport {innerHTML} from '../../atom/label/style.css';\nimport style from './style.css';\n\nexport const MODES = {\n HERO: 'hero',\n CARD: 'card'\n};\n\nconst ContentTypeInfo = ({mode, type, externalContent}, context) => {\n const {translate} = context;\n if (mode !== MODES.CARD) {\n return null;\n }\n\n if (type === 'chapter') {\n return (\n <div className={style.microLearningIcon}>\n <TimerIcon height={40} width={40} />\n <span className={style.microLearninglabel}>{\"5' learning\"}</span>\n </div>\n );\n }\n if (externalContent && EXTERNAL_CONTENT_ICONS[type]) {\n const textColor = EXTERNAL_CONTENT_ICONS[type].color;\n\n return (\n <div className={style.contentTypeInfo} style={{color: textColor}}>\n {type === 'scorm' ? translate('external_content_scorm') : ''}\n {type === 'video' ? translate('external_content_video') : ''}\n {type === 'article' ? translate('external_content_article') : ''}\n {type === 'podcast' ? translate('external_content_podcast') : ''}\n </div>\n );\n }\n\n return null;\n};\n\nContentTypeInfo.contextTypes = {\n skin: Provider.childContextTypes.skin,\n translate: Provider.childContextTypes.translate\n};\n\nContentTypeInfo.propTypes = {\n externalContent: PropTypes.bool,\n type: PropTypes.string,\n mode: PropTypes.string\n};\n\nconst CardTitle = ({title, empty, courseContent}) => {\n return (\n <div\n className={classnames(\n style.title,\n innerHTML,\n courseContent ? style.lightTitle : style.darkTitle,\n empty ? style.empty : null\n )}\n data-name=\"title\"\n title={title}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: title}}\n />\n );\n};\n\nCardTitle.propTypes = {\n title: PropTypes.string,\n empty: PropTypes.bool,\n courseContent: PropTypes.bool\n};\n\nconst AuthorName = ({author, empty, courseContent, certifiedAuthor}) => {\n const checkIcon = certifiedAuthor ? (\n <CheckIcon\n className={classnames(style.authorIcon, courseContent ? style.iconShadow : null)}\n color=\"inherit\"\n />\n ) : null;\n\n return (\n <div\n data-name=\"author\"\n title={author}\n className={classnames(\n style.author,\n courseContent ? style.lightTitle : style.darkAuthorTitle,\n empty ? style.empty : null\n )}\n >\n <span>{author}</span>\n {checkIcon}\n </div>\n );\n};\n\nAuthorName.propTypes = {\n author: PropTypes.string,\n empty: PropTypes.bool,\n courseContent: PropTypes.bool,\n certifiedAuthor: PropTypes.bool\n};\n\nconst ContentInfo = ({\n adaptiv,\n author,\n certifiedAuthor = false,\n disabled = false,\n empty = false,\n mode = MODES.CARD,\n progress,\n title,\n type,\n badgeCategory,\n badgeLabel\n}) => {\n const progressBarColor = '#3EC483';\n const inlineProgressValueStyle = {\n backgroundColor: progressBarColor,\n width: `${progress * 100}%`\n };\n const externalContent = isExternalContent(type);\n const courseContent = type === 'course';\n const chapterContent = type === 'chapter';\n\n const progressBar =\n mode === MODES.HERO || (!empty && !disabled) ? (\n <div className={!isNil(progress) ? style.progressWrapper : style.hideProgressBar}>\n {!disabled ? (\n <div data-name=\"progress\" className={style.progress} style={inlineProgressValueStyle} />\n ) : null}\n </div>\n ) : null;\n\n const adaptiveIcon = adaptiv ? (\n <div className={classnames(style.adaptiveIcon, courseContent ? style.iconShadow : null)}>\n <AdaptivIcon height={25} />\n </div>\n ) : null;\n\n return (\n <div\n data-name=\"info\"\n className={classnames(\n style.infoWrapper,\n mode === MODES.HERO ? style.hero : style.card,\n disabled ? style.progressBarDisabled : null,\n externalContent ? style.externalContent : null\n )}\n >\n <ContentTypeInfo mode={mode} type={type} externalContent={externalContent} />\n <div\n className={classnames(style.cardInfo, chapterContent ? style.microLearningCardInfo : null)}\n >\n <div className={style.iconWrapper}>\n {adaptiveIcon}\n {!empty && badgeLabel && badgeCategory && courseContent ? (\n <ContentBadge category={badgeCategory} label={badgeLabel} />\n ) : null}\n </div>\n <CardTitle title={title} empty={empty} courseContent={courseContent} />\n <AuthorName\n author={author}\n empty={empty}\n courseContent={courseContent}\n certifiedAuthor={certifiedAuthor}\n />\n </div>\n {progressBar}\n </div>\n );\n};\n\nContentInfo.contextTypes = {\n skin: Provider.childContextTypes.skin\n};\n\nContentInfo.propTypes = {\n adaptiv: PropTypes.bool,\n author: PropTypes.string,\n certifiedAuthor: PropTypes.bool,\n disabled: PropTypes.bool,\n empty: PropTypes.bool,\n progress: PropTypes.number,\n title: PropTypes.string,\n type: PropTypes.string,\n mode: PropTypes.string,\n badgeCategory: ContentBadge.propTypes.category,\n badgeLabel: ContentBadge.propTypes.label\n};\n\nexport default ContentInfo;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/card-content/index.js"],"names":["MODES","HERO","CARD","THEMES","default","coorpmanager","style","ContentTypeInfo","mode","type","externalContent","context","translate","microLearningIcon","timerIcon","microLearninglabel","EXTERNAL_CONTENT_ICONS","textColor","color","contentTypeInfo","contextTypes","skin","Provider","childContextTypes","propTypes","PropTypes","bool","string","CardTitle","title","empty","courseContent","innerHTML","lightTitle","darkTitle","__html","AuthorName","author","certifiedAuthor","checkIcon","authorIcon","iconShadow","darkAuthorTitle","ContentInfo","adaptiv","disabled","progress","badgeCategory","badgeLabel","theme","progressBarColor","inlineProgressValueStyle","backgroundColor","width","chapterContent","progressBar","progressWrapper","hideProgressBar","adaptiveIcon","infoWrapper","hero","card","progressBarDisabled","cardInfo","microLearningCardInfo","iconWrapper","number","ContentBadge","category","label","oneOf"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {isNil, keys} from 'lodash/fp';\nimport {\n NovaCompositionCoorpacademyAdaptive as AdaptivIcon,\n NovaSolidStatusCheckCircle2 as CheckIcon,\n NovaCompositionCoorpacademyTimer as TimerIcon\n} from '@coorpacademy/nova-icons';\nimport {isExternalContent, EXTERNAL_CONTENT_ICONS} from '../../util/external-content';\nimport Provider from '../../atom/provider';\nimport ContentBadge from '../../atom/content-badge';\nimport {innerHTML} from '../../atom/label/style.css';\nimport style from './style.css';\n\nexport const MODES = {\n HERO: 'hero',\n CARD: 'card'\n};\n\nexport const THEMES = {\n default: null,\n coorpmanager: style.coorpmanager\n};\n\nconst ContentTypeInfo = ({mode, type, externalContent}, context) => {\n const {translate} = context;\n if (mode !== MODES.CARD) {\n return null;\n }\n\n if (type === 'chapter') {\n return (\n <div className={style.microLearningIcon}>\n <TimerIcon className={style.timerIcon} />\n <span className={style.microLearninglabel}>{\"5' learning\"}</span>\n </div>\n );\n }\n if (externalContent && EXTERNAL_CONTENT_ICONS[type]) {\n const textColor = EXTERNAL_CONTENT_ICONS[type].color;\n\n return (\n <div className={style.contentTypeInfo} style={{color: textColor}}>\n {type === 'scorm' ? translate('external_content_scorm') : ''}\n {type === 'video' ? translate('external_content_video') : ''}\n {type === 'article' ? translate('external_content_article') : ''}\n {type === 'podcast' ? translate('external_content_podcast') : ''}\n </div>\n );\n }\n\n return null;\n};\n\nContentTypeInfo.contextTypes = {\n skin: Provider.childContextTypes.skin,\n translate: Provider.childContextTypes.translate\n};\n\nContentTypeInfo.propTypes = {\n externalContent: PropTypes.bool,\n type: PropTypes.string,\n mode: PropTypes.string\n};\n\nconst CardTitle = ({title, empty, courseContent}) => {\n return (\n <div\n className={classnames(\n style.title,\n innerHTML,\n courseContent ? style.lightTitle : style.darkTitle,\n empty ? style.empty : null\n )}\n data-name=\"title\"\n title={title}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: title}}\n />\n );\n};\n\nCardTitle.propTypes = {\n title: PropTypes.string,\n empty: PropTypes.bool,\n courseContent: PropTypes.bool\n};\n\nconst AuthorName = ({author, empty, courseContent, certifiedAuthor}) => {\n const checkIcon = certifiedAuthor ? (\n <CheckIcon\n className={classnames(style.authorIcon, courseContent ? style.iconShadow : null)}\n color=\"inherit\"\n />\n ) : null;\n\n return (\n <div\n data-name=\"author\"\n title={author}\n className={classnames(\n style.author,\n courseContent ? style.lightTitle : style.darkAuthorTitle,\n empty ? style.empty : null\n )}\n >\n <span>{author}</span>\n {checkIcon}\n </div>\n );\n};\n\nAuthorName.propTypes = {\n author: PropTypes.string,\n empty: PropTypes.bool,\n courseContent: PropTypes.bool,\n certifiedAuthor: PropTypes.bool\n};\n\nconst ContentInfo = ({\n adaptiv,\n author,\n certifiedAuthor = false,\n disabled = false,\n empty = false,\n mode = MODES.CARD,\n progress,\n title,\n type,\n badgeCategory,\n badgeLabel,\n theme = 'default'\n}) => {\n const progressBarColor = '#3EC483';\n const inlineProgressValueStyle = {\n backgroundColor: progressBarColor,\n width: `${progress * 100}%`\n };\n const externalContent = isExternalContent(type);\n const courseContent = type === 'course';\n const chapterContent = type === 'chapter';\n\n const progressBar =\n mode === MODES.HERO || (!empty && !disabled) ? (\n <div className={!isNil(progress) ? style.progressWrapper : style.hideProgressBar}>\n {!disabled ? (\n <div data-name=\"progress\" className={style.progress} style={inlineProgressValueStyle} />\n ) : null}\n </div>\n ) : null;\n\n const adaptiveIcon = adaptiv ? (\n <div className={classnames(style.adaptiveIcon, courseContent ? style.iconShadow : null)}>\n <AdaptivIcon height={25} />\n </div>\n ) : null;\n\n return (\n <div\n data-name=\"info\"\n className={classnames(\n THEMES[theme],\n style.infoWrapper,\n mode === MODES.HERO ? style.hero : style.card,\n disabled ? style.progressBarDisabled : null,\n externalContent ? style.externalContent : null\n )}\n >\n <ContentTypeInfo mode={mode} type={type} externalContent={externalContent} />\n <div\n className={classnames(style.cardInfo, chapterContent ? style.microLearningCardInfo : null)}\n >\n <div className={style.iconWrapper}>\n {adaptiveIcon}\n {!empty && badgeLabel && badgeCategory && courseContent ? (\n <ContentBadge category={badgeCategory} label={badgeLabel} />\n ) : null}\n </div>\n <CardTitle title={title} empty={empty} courseContent={courseContent} />\n <AuthorName\n author={author}\n empty={empty}\n courseContent={courseContent}\n certifiedAuthor={certifiedAuthor}\n />\n </div>\n {progressBar}\n </div>\n );\n};\n\nContentInfo.contextTypes = {\n skin: Provider.childContextTypes.skin\n};\n\nContentInfo.propTypes = {\n adaptiv: PropTypes.bool,\n author: PropTypes.string,\n certifiedAuthor: PropTypes.bool,\n disabled: PropTypes.bool,\n empty: PropTypes.bool,\n progress: PropTypes.number,\n title: PropTypes.string,\n type: PropTypes.string,\n mode: PropTypes.string,\n badgeCategory: ContentBadge.propTypes.category,\n badgeLabel: ContentBadge.propTypes.label,\n theme: PropTypes.oneOf(keys(THEMES))\n};\n\nexport default ContentInfo;\n"],"file":"index.js"}
@@ -21,6 +21,23 @@
21
21
  margin-top: 53px;
22
22
  }
23
23
 
24
+ .coorpmanager .microLearningIcon {
25
+ display: flex;
26
+ flex-direction: column;
27
+ align-self: center;
28
+ margin-top: 35px;
29
+ }
30
+
31
+ .timerIcon {
32
+ height: 40px;
33
+ width: 40px;
34
+ }
35
+
36
+ .coorpmanager .timerIcon {
37
+ height: 30px;
38
+ width: 30px;
39
+ }
40
+
24
41
  .microLearningIcon svg {
25
42
  background:white;
26
43
  border-radius: 50%;
@@ -38,6 +55,10 @@
38
55
  text-transform: uppercase;
39
56
  }
40
57
 
58
+ .coorpmanager .microLearninglabel {
59
+ font-size: 6px;
60
+ }
61
+
41
62
  .infoWrapper {
42
63
  display: flex;
43
64
  flex-direction: column;
@@ -58,6 +79,11 @@
58
79
  user-select: none;
59
80
  }
60
81
 
82
+ .coorpmanager .title {
83
+ font-size: 12px;
84
+ font-weight: bold;
85
+ }
86
+
61
87
  .lightTitle {
62
88
  color: white;
63
89
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
@@ -85,6 +111,10 @@
85
111
  user-select: none;
86
112
  }
87
113
 
114
+ .coorpmanager .author {
115
+ font-size: 8px;
116
+ }
117
+
88
118
  .hero .title {
89
119
  text-align: center;
90
120
  color: white;
@@ -97,6 +127,14 @@
97
127
  margin-top: 5px;
98
128
  }
99
129
 
130
+ .card .coorpmanager .author {
131
+ margin-top: 0px;
132
+ }
133
+
134
+ .externalContent.coorpmanager .author {
135
+ margin-top: 5px;
136
+ }
137
+
100
138
  .hero .author {
101
139
  margin-top: 9px;
102
140
  margin-bottom: 24px;
@@ -179,6 +217,11 @@
179
217
  background: light;
180
218
  }
181
219
 
220
+ .coorpmanager .progressWrapper {
221
+ height: 2px;
222
+ margin: 11px auto;
223
+ }
224
+
182
225
  .card .progressWrapper {
183
226
  width: 150px;
184
227
  }
@@ -193,12 +236,21 @@
193
236
  font-weight: 700;
194
237
  }
195
238
 
239
+ .coorpmanager.externalContent .contentTypeInfo {
240
+ font-size: 6px;
241
+ }
242
+
196
243
  .externalContent .cardInfo {
197
244
  flex-grow: 2;
198
245
  max-height: 115px;
199
246
  overflow: hidden;
200
247
  }
201
248
 
249
+ .coorpmanager.externalContent .cardInfo {
250
+ flex-grow: 2;
251
+ max-height: 79px;
252
+ }
253
+
202
254
  @media mobile {
203
255
  .author {
204
256
  font-size: 12px;
@@ -10,7 +10,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
10
10
  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); }
11
11
 
12
12
  var _default = {
13
- props: _extends(_extends({}, _card.default.props), {}, {
13
+ props: _extends({}, _card.default.props, {
14
14
  adaptiv: true,
15
15
  disabled: true
16
16
  })
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/adaptiv-and-disabled.js"],"names":["props","base","adaptiv","disabled"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,wBACAC,cAAKD,KADL;AAEHE,IAAAA,OAAO,EAAE,IAFN;AAGHC,IAAAA,QAAQ,EAAE;AAHP;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n adaptiv: true,\n disabled: true\n }\n};\n"],"file":"adaptiv-and-disabled.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/adaptiv-and-disabled.js"],"names":["props","base","adaptiv","disabled"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,cAAKD,KADL;AAEHE,IAAAA,OAAO,EAAE,IAFN;AAGHC,IAAAA,QAAQ,EAAE;AAHP;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n adaptiv: true,\n disabled: true\n }\n};\n"],"file":"adaptiv-and-disabled.js"}
@@ -10,7 +10,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
10
10
  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); }
11
11
 
12
12
  var _default = {
13
- props: _extends(_extends({}, _card.default.props), {}, {
13
+ props: _extends({}, _card.default.props, {
14
14
  adaptiv: true
15
15
  })
16
16
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/adaptiv.js"],"names":["props","base","adaptiv"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,wBACAC,cAAKD,KADL;AAEHE,IAAAA,OAAO,EAAE;AAFN;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n adaptiv: true\n }\n};\n"],"file":"adaptiv.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/adaptiv.js"],"names":["props","base","adaptiv"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,cAAKD,KADL;AAEHE,IAAAA,OAAO,EAAE;AAFN;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n adaptiv: true\n }\n};\n"],"file":"adaptiv.js"}
@@ -10,7 +10,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
10
10
  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); }
11
11
 
12
12
  var _default = {
13
- props: _extends(_extends({}, _card.default.props), {}, {
13
+ props: _extends({}, _card.default.props, {
14
14
  disabled: true
15
15
  })
16
16
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/disabled.js"],"names":["props","base","disabled"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,wBACAC,cAAKD,KADL;AAEHE,IAAAA,QAAQ,EAAE;AAFP;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n disabled: true\n }\n};\n"],"file":"disabled.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/disabled.js"],"names":["props","base","disabled"],"mappings":";;;;;AAAA;;;;;;eAEe;AACbA,EAAAA,KAAK,eACAC,cAAKD,KADL;AAEHE,IAAAA,QAAQ,EAAE;AAFP;AADQ,C","sourcesContent":["import base from './card';\n\nexport default {\n props: {\n ...base.props,\n disabled: true\n }\n};\n"],"file":"disabled.js"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/card-with-button/index.js"],"names":["backgroundImage","url","background","backgroundSize","Button","props","onClick","submitValue","light","CardWithButton","context","lightButtonLabel","primaryButtonLabel","tagLabel","onLightButtonClick","onPrimaryButtonClick","backgroundImg","children","skin","primaryColor","inlineStyle","color","style","container","imageBox","filtre","image","zoom","content","levelContainer","level","avatar","buttons","lightButton","contextTypes","translate","Provider","childContextTypes","propTypes","Cta","isRequired","Link","PropTypes","string","node"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get} from 'lodash/fp';\nimport Provider from '../../atom/provider';\nimport Link from '../../atom/link';\nimport Cta from '../../atom/cta';\nimport style from './style.css';\n\nfunction backgroundImage(url) {\n return {\n background: `linear-gradient(\n rgba(0, 0, 0, 0.65), \n rgba(0, 0, 0, 0.65)\n ),url(${url})`,\n backgroundSize: 'cover'\n };\n}\n\nconst Button = props => {\n const {onClick, submitValue, light = false} = props;\n return <Cta submitValue={submitValue} onClick={onClick} light={light} />;\n};\nconst CardWithButton = (props, context) => {\n const {\n lightButtonLabel,\n primaryButtonLabel,\n tagLabel,\n onLightButtonClick,\n onPrimaryButtonClick,\n backgroundImg,\n children\n } = props;\n const {skin} = context;\n const primaryColor = get('common.primary', skin);\n const inlineStyle = {color: primaryColor};\n return (\n <div className={style.container}>\n <div className={style.imageBox}>\n <div className={style.filtre}>\n <div className={`${style.image} ${style.zoom}`} style={backgroundImage(backgroundImg)}>\n <div className={style.content}>\n {tagLabel ? (\n <div className={style.levelContainer}>\n <div className={style.level}>\n <p>{tagLabel}</p>\n </div>\n </div>\n ) : null}\n {children ? <div className={style.avatar}>{children}</div> : null}\n </div>\n </div>\n </div>\n </div>\n <div className={style.buttons}>\n {lightButtonLabel ? (\n <a className={style.lightButton} style={inlineStyle} onClick={onLightButtonClick}>\n {lightButtonLabel}\n </a>\n ) : null}\n <Button submitValue={primaryButtonLabel} onClick={onPrimaryButtonClick} />\n </div>\n </div>\n );\n};\n\nCardWithButton.contextTypes = {\n translate: Provider.childContextTypes.translate,\n skin: Provider.childContextTypes.skin\n};\n\nButton.propTypes = {\n onClick: Cta.propTypes.onClick,\n submitValue: Cta.propTypes.submitValue\n};\n\nCardWithButton.propTypes = {\n lightButtonLabel: Button.propTypes.submitValue,\n primaryButtonLabel: Button.propTypes.submitValue.isRequired,\n tagLabel: Link.propTypes.children,\n onLightButtonClick: Button.propTypes.onClick,\n onPrimaryButtonClick: Button.propTypes.onClick.isRequired,\n backgroundImg: PropTypes.string.isRequired,\n children: PropTypes.node\n};\n\nexport default CardWithButton;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/card-with-button/index.js"],"names":["backgroundImage","url","background","backgroundSize","Button","props","onClick","submitValue","light","CardWithButton","context","lightButtonLabel","primaryButtonLabel","tagLabel","onLightButtonClick","onPrimaryButtonClick","backgroundImg","children","skin","primaryColor","inlineStyle","color","style","container","imageBox","filtre","image","zoom","content","levelContainer","level","avatar","buttons","lightButton","contextTypes","translate","Provider","childContextTypes","propTypes","Cta","isRequired","Link","PropTypes","string","node"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get} from 'lodash/fp';\nimport Provider from '../../atom/provider';\nimport Link from '../../atom/link';\nimport Cta from '../../atom/cta';\nimport style from './style.css';\n\nfunction backgroundImage(url) {\n return {\n background: `linear-gradient(\n rgba(0, 0, 0, 0.65), \n rgba(0, 0, 0, 0.65)\n ),url(${url})`,\n backgroundSize: 'cover'\n };\n}\n\nconst Button = props => {\n const {onClick, submitValue, light = false} = props;\n return <Cta submitValue={submitValue} onClick={onClick} light={light} />;\n};\nconst CardWithButton = (props, context) => {\n const {\n lightButtonLabel,\n primaryButtonLabel,\n tagLabel,\n onLightButtonClick,\n onPrimaryButtonClick,\n backgroundImg,\n children\n } = props;\n const {skin} = context;\n const primaryColor = get('common.primary', skin);\n const inlineStyle = {color: primaryColor};\n return (\n <div className={style.container}>\n <div className={style.imageBox}>\n <div className={style.filtre}>\n <div className={`${style.image} ${style.zoom}`} style={backgroundImage(backgroundImg)}>\n <div className={style.content}>\n {tagLabel ? (\n <div className={style.levelContainer}>\n <div className={style.level}>\n <p>{tagLabel}</p>\n </div>\n </div>\n ) : null}\n {children ? <div className={style.avatar}>{children}</div> : null}\n </div>\n </div>\n </div>\n </div>\n <div className={style.buttons}>\n {lightButtonLabel ? (\n <a className={style.lightButton} style={inlineStyle} onClick={onLightButtonClick}>\n {lightButtonLabel}\n </a>\n ) : null}\n <Button submitValue={primaryButtonLabel} onClick={onPrimaryButtonClick} />\n </div>\n </div>\n );\n};\n\nCardWithButton.contextTypes = {\n translate: Provider.childContextTypes.translate,\n skin: Provider.childContextTypes.skin\n};\n\nButton.propTypes = {\n onClick: Cta.propTypes.onClick,\n submitValue: Cta.propTypes.submitValue\n};\n\nCardWithButton.propTypes = {\n lightButtonLabel: Button.propTypes.submitValue,\n primaryButtonLabel: Button.propTypes.submitValue.isRequired,\n tagLabel: Link.propTypes.children,\n onLightButtonClick: Button.propTypes.onClick,\n onPrimaryButtonClick: Button.propTypes.onClick.isRequired,\n backgroundImg: PropTypes.string.isRequired,\n children: PropTypes.node\n};\n\nexport default CardWithButton;\n"],"file":"index.js"}
@@ -26,6 +26,7 @@
26
26
  box-sizing: border-box;
27
27
  overflow: hidden;
28
28
  display: flex;
29
+ position:fixed;
29
30
  }
30
31
 
31
32
  .popin {
@@ -33,7 +33,7 @@ const Roles = ({
33
33
 
34
34
  Roles.propTypes = process.env.NODE_ENV !== "production" ? {
35
35
  title: _propTypes.default.string,
36
- fields: _propTypes.default.arrayOf(_propTypes.default.shape(_extends(_extends({}, _inputCheckbox.default.propTypes), {}, {
36
+ fields: _propTypes.default.arrayOf(_propTypes.default.shape(_extends({}, _inputCheckbox.default.propTypes, {
37
37
  type: _propTypes.default.oneOf(['checkbox'])
38
38
  })))
39
39
  } : {};
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/coorp-manager-roles/index.js"],"names":["Roles","title","fields","style","rolesGroup","content","map","field","i","propTypes","PropTypes","string","arrayOf","shape","InputCheckbox","type","oneOf"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,KAAK,GAAG,CAAC;AAACC,EAAAA,KAAD;AAAQC,EAAAA;AAAR,CAAD,KAAqB;AACjC,sBACE;AAAK,IAAA,SAAS,EAAEC,eAAMC;AAAtB,kBACE;AAAI,IAAA,SAAS,EAAED,eAAMF;AAArB,KAA6BA,KAA7B,CADF,eAEE;AAAK,IAAA,SAAS,EAAEE,eAAME;AAAtB,KACGH,MAAM,CAACI,GAAP,CAAW,CAACC,KAAD,EAAQC,CAAR,kBACV;AAAM,IAAA,SAAS,EAAEL,eAAMI,KAAvB;AAA8B,IAAA,GAAG,EAAEC;AAAnC,kBACE,6BAAC,sBAAD,EAAmBD,KAAnB,CADF,CADD,CADH,CAFF,CADF;AAYD,CAbD;;AAeAP,KAAK,CAACS,SAAN,2CAAkB;AAChBR,EAAAA,KAAK,EAAES,mBAAUC,MADD;AAEhBT,EAAAA,MAAM,EAAEQ,mBAAUE,OAAV,CACNF,mBAAUG,KAAV,uBACKC,uBAAcL,SADnB;AAEEM,IAAAA,IAAI,EAAEL,mBAAUM,KAAV,CAAgB,CAAC,UAAD,CAAhB;AAFR,KADM;AAFQ,CAAlB;eAUehB,K","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport InputCheckbox from '../../atom/input-checkbox';\nimport style from './style.css';\n\nconst Roles = ({title, fields}) => {\n return (\n <div className={style.rolesGroup}>\n <h3 className={style.title}>{title}</h3>\n <div className={style.content}>\n {fields.map((field, i) => (\n <span className={style.field} key={i}>\n <InputCheckbox {...field} />\n </span>\n ))}\n </div>\n </div>\n );\n};\n\nRoles.propTypes = {\n title: PropTypes.string,\n fields: PropTypes.arrayOf(\n PropTypes.shape({\n ...InputCheckbox.propTypes,\n type: PropTypes.oneOf(['checkbox'])\n })\n )\n};\n\nexport default Roles;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/coorp-manager-roles/index.js"],"names":["Roles","title","fields","style","rolesGroup","content","map","field","i","propTypes","PropTypes","string","arrayOf","shape","InputCheckbox","type","oneOf"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;;;AAEA,MAAMA,KAAK,GAAG,CAAC;AAACC,EAAAA,KAAD;AAAQC,EAAAA;AAAR,CAAD,KAAqB;AACjC,sBACE;AAAK,IAAA,SAAS,EAAEC,eAAMC;AAAtB,kBACE;AAAI,IAAA,SAAS,EAAED,eAAMF;AAArB,KAA6BA,KAA7B,CADF,eAEE;AAAK,IAAA,SAAS,EAAEE,eAAME;AAAtB,KACGH,MAAM,CAACI,GAAP,CAAW,CAACC,KAAD,EAAQC,CAAR,kBACV;AAAM,IAAA,SAAS,EAAEL,eAAMI,KAAvB;AAA8B,IAAA,GAAG,EAAEC;AAAnC,kBACE,6BAAC,sBAAD,EAAmBD,KAAnB,CADF,CADD,CADH,CAFF,CADF;AAYD,CAbD;;AAeAP,KAAK,CAACS,SAAN,2CAAkB;AAChBR,EAAAA,KAAK,EAAES,mBAAUC,MADD;AAEhBT,EAAAA,MAAM,EAAEQ,mBAAUE,OAAV,CACNF,mBAAUG,KAAV,cACKC,uBAAcL,SADnB;AAEEM,IAAAA,IAAI,EAAEL,mBAAUM,KAAV,CAAgB,CAAC,UAAD,CAAhB;AAFR,KADM;AAFQ,CAAlB;eAUehB,K","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport InputCheckbox from '../../atom/input-checkbox';\nimport style from './style.css';\n\nconst Roles = ({title, fields}) => {\n return (\n <div className={style.rolesGroup}>\n <h3 className={style.title}>{title}</h3>\n <div className={style.content}>\n {fields.map((field, i) => (\n <span className={style.field} key={i}>\n <InputCheckbox {...field} />\n </span>\n ))}\n </div>\n </div>\n );\n};\n\nRoles.propTypes = {\n title: PropTypes.string,\n fields: PropTypes.arrayOf(\n PropTypes.shape({\n ...InputCheckbox.propTypes,\n type: PropTypes.oneOf(['checkbox'])\n })\n )\n};\n\nexport default Roles;\n"],"file":"index.js"}
@@ -33,7 +33,7 @@ BattleRequestList.propTypes = process.env.NODE_ENV !== "production" ? {
33
33
  requests: _propTypes.default.arrayOf(_propTypes.default.shape(_battleRequest.default.propTypes))
34
34
  } : {};
35
35
 
36
- var _default = _react.default.memo(BattleRequestList);
36
+ var _default = /*#__PURE__*/_react.default.memo(BattleRequestList);
37
37
 
38
38
  exports.default = _default;
39
39
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/molecule/dashboard/battle-request-list/index.js"],"names":["BattleRequestList","props","context","requests","cards","map","request","key","style","card","list","propTypes","PropTypes","arrayOf","shape","BattleRequest","React","memo"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;AAEA,MAAMA,iBAAiB,GAAG,CAACC,KAAD,EAAQC,OAAR,KAAoB;AAC5C,QAAM;AAACC,IAAAA;AAAD,MAAaF,KAAnB;AAEA,QAAMG,KAAK,GAAGD,QAAQ,CAACE,GAAT,CAAa,CAACC,OAAD,EAAUC,GAAV,KAAkB;AAC3C,wBACE;AAAK,MAAA,SAAS,EAAEC,eAAMC,IAAtB;AAA4B,MAAA,GAAG,EAAEF;AAAjC,oBACE,6BAAC,sBAAD,EAAmBD,OAAnB,CADF,CADF;AAKD,GANa,CAAd;AAQA,sBACE;AAAK,IAAA,SAAS,EAAEE,eAAME,IAAtB;AAA4B,iBAAU;AAAtC,KACGN,KADH,CADF;AAKD,CAhBD;;AAkBAJ,iBAAiB,CAACW,SAAlB,2CAA8B;AAC5BR,EAAAA,QAAQ,EAAES,mBAAUC,OAAV,CAAkBD,mBAAUE,KAAV,CAAgBC,uBAAcJ,SAA9B,CAAlB;AADkB,CAA9B;;eAIeK,eAAMC,IAAN,CAAWjB,iBAAX,C","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport BattleRequest from '../../battle-request';\nimport style from './style.css';\n\nconst BattleRequestList = (props, context) => {\n const {requests} = props;\n\n const cards = requests.map((request, key) => {\n return (\n <div className={style.card} key={key}>\n <BattleRequest {...request} />\n </div>\n );\n });\n\n return (\n <div className={style.list} data-name=\"battle-request-list\">\n {cards}\n </div>\n );\n};\n\nBattleRequestList.propTypes = {\n requests: PropTypes.arrayOf(PropTypes.shape(BattleRequest.propTypes))\n};\n\nexport default React.memo(BattleRequestList);\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/molecule/dashboard/battle-request-list/index.js"],"names":["BattleRequestList","props","context","requests","cards","map","request","key","style","card","list","propTypes","PropTypes","arrayOf","shape","BattleRequest","React","memo"],"mappings":";;;;;AAAA;;AACA;;AACA;;AACA;;;;AAEA,MAAMA,iBAAiB,GAAG,CAACC,KAAD,EAAQC,OAAR,KAAoB;AAC5C,QAAM;AAACC,IAAAA;AAAD,MAAaF,KAAnB;AAEA,QAAMG,KAAK,GAAGD,QAAQ,CAACE,GAAT,CAAa,CAACC,OAAD,EAAUC,GAAV,KAAkB;AAC3C,wBACE;AAAK,MAAA,SAAS,EAAEC,eAAMC,IAAtB;AAA4B,MAAA,GAAG,EAAEF;AAAjC,oBACE,6BAAC,sBAAD,EAAmBD,OAAnB,CADF,CADF;AAKD,GANa,CAAd;AAQA,sBACE;AAAK,IAAA,SAAS,EAAEE,eAAME,IAAtB;AAA4B,iBAAU;AAAtC,KACGN,KADH,CADF;AAKD,CAhBD;;AAkBAJ,iBAAiB,CAACW,SAAlB,2CAA8B;AAC5BR,EAAAA,QAAQ,EAAES,mBAAUC,OAAV,CAAkBD,mBAAUE,KAAV,CAAgBC,uBAAcJ,SAA9B,CAAlB;AADkB,CAA9B;;4BAIeK,eAAMC,IAAN,CAAWjB,iBAAX,C","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport BattleRequest from '../../battle-request';\nimport style from './style.css';\n\nconst BattleRequestList = (props, context) => {\n const {requests} = props;\n\n const cards = requests.map((request, key) => {\n return (\n <div className={style.card} key={key}>\n <BattleRequest {...request} />\n </div>\n );\n });\n\n return (\n <div className={style.list} data-name=\"battle-request-list\">\n {cards}\n </div>\n );\n};\n\nBattleRequestList.propTypes = {\n requests: PropTypes.arrayOf(PropTypes.shape(BattleRequest.propTypes))\n};\n\nexport default React.memo(BattleRequestList);\n"],"file":"index.js"}
@@ -19,7 +19,7 @@ var _default = {
19
19
  props: {
20
20
  title: 'Microlearning: Most popular',
21
21
  showMore: 'See all',
22
- cards: (0, _times2.default)(() => props, 8).map((p, index) => _extends(_extends({}, p), {}, {
22
+ cards: (0, _times2.default)(() => props, 8).map((p, index) => _extends({}, p, {
23
23
  title: `${p.title}#${index}`
24
24
  })),
25
25
  onScroll: (skip, limit) => {