@coorpacademy/components 10.5.7-alpha.9 → 10.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (437) hide show
  1. package/es/atom/autocomplete/test/fixtures.js +0 -0
  2. package/es/atom/avatar/test/fixtures.js +0 -0
  3. package/es/atom/button/test/fixtures.js +0 -0
  4. package/es/atom/catalog-section/test/fixtures.js +0 -0
  5. package/es/atom/centered-text/test/fixtures.js +0 -0
  6. package/es/atom/checkbox/test/fixtures.js +0 -0
  7. package/es/atom/clue/test/fixtures.js +0 -0
  8. package/es/atom/cta/test/fixtures.js +0 -0
  9. package/es/atom/difficulty-level/test/fixtures.js +0 -0
  10. package/es/atom/drag-and-drop/test/fixtures.js +0 -0
  11. package/es/atom/image-upload/test/fixtures.js +0 -0
  12. package/es/atom/input-checkbox/test/fixtures.js +0 -0
  13. package/es/atom/input-color/test/fixtures.js +0 -0
  14. package/es/atom/input-doublestep/test/fixtures.js +0 -0
  15. package/es/atom/input-html/test/fixtures.js +0 -0
  16. package/es/atom/input-readonly/test/fixtures.js +0 -0
  17. package/es/atom/input-switch/test/fixtures.js +0 -0
  18. package/es/atom/input-text/test/fixtures.js +0 -0
  19. package/es/atom/input-textarea/test/fixtures.js +0 -0
  20. package/es/atom/label/test/fixtures.js +0 -0
  21. package/es/atom/life/test/fixtures.js +0 -0
  22. package/es/atom/link/test/fixtures.js +0 -0
  23. package/es/atom/loader/test/fixtures.js +0 -0
  24. package/es/atom/notification/test/fixtures.js +0 -0
  25. package/es/atom/picture/test/fixtures.js +0 -0
  26. package/es/atom/picture-background/test/fixtures.js +0 -0
  27. package/es/atom/promo-code/test/fixtures.js +0 -0
  28. package/es/atom/provider/test/fixtures.js +0 -0
  29. package/es/atom/radio-group/test/fixtures.js +0 -0
  30. package/es/atom/range/test/fixtures.js +0 -0
  31. package/es/atom/resource-miniature/test/fixtures.js +0 -0
  32. package/es/atom/select/index.js +27 -27
  33. package/es/atom/select/index.js.map +1 -1
  34. package/es/atom/select/style.css +66 -0
  35. package/es/atom/select/test/fixtures/coorpmanager.js +11 -0
  36. package/es/atom/select/test/fixtures/coorpmanager.js.map +1 -0
  37. package/es/atom/select/test/fixtures.js +0 -0
  38. package/es/atom/slide/test/fixtures.js +0 -0
  39. package/es/atom/social-link/test/fixtures.js +0 -0
  40. package/es/atom/spinner/test/fixtures.js +0 -0
  41. package/es/atom/tab/test/fixtures.js +0 -0
  42. package/es/atom/tab-content/test/fixtures.js +0 -0
  43. package/es/atom/title/test/fixtures.js +0 -0
  44. package/es/atom/video-upload/test/fixtures.js +0 -0
  45. package/es/hoc/animation/test/fixtures.js +0 -0
  46. package/es/hoc/animation-scheduler/test/fixtures.js +0 -0
  47. package/es/hoc/swapper/test/fixtures.js +0 -0
  48. package/es/hoc/transition/test/fixtures.js +0 -0
  49. package/es/molecule/add-to-my-list/test/fixtures.js +0 -0
  50. package/es/molecule/answer/test/fixtures.js +0 -0
  51. package/es/molecule/audio/test/fixtures.js +0 -0
  52. package/es/molecule/battle-request/test/fixtures.js +0 -0
  53. package/es/molecule/brand-card/test/fixtures.js +0 -0
  54. package/es/molecule/brand-card-create/test/fixtures.js +0 -0
  55. package/es/molecule/brand-create-form/test/fixtures.js +0 -0
  56. package/es/molecule/brand-download-box/test/fixtures.js +0 -0
  57. package/es/molecule/brand-form-group/index.js +3 -1
  58. package/es/molecule/brand-form-group/index.js.map +1 -1
  59. package/es/molecule/brand-form-group/test/fixtures/lookandfeel.js +30 -26
  60. package/es/molecule/brand-form-group/test/fixtures/lookandfeel.js.map +1 -1
  61. package/es/molecule/brand-form-group/test/fixtures.js +0 -0
  62. package/es/molecule/brand-tabs/test/fixtures.js +0 -0
  63. package/es/molecule/brand-upload-box/test/fixtures.js +0 -0
  64. package/es/molecule/breadcrumbs/test/fixtures.js +0 -0
  65. package/es/molecule/card/customer.js +6 -3
  66. package/es/molecule/card/customer.js.map +1 -1
  67. package/es/molecule/card/favorite.js +13 -4
  68. package/es/molecule/card/favorite.js.map +1 -1
  69. package/es/molecule/card/index.js +41 -12
  70. package/es/molecule/card/index.js.map +1 -1
  71. package/es/molecule/card/selectable.js +11 -4
  72. package/es/molecule/card/selectable.js.map +1 -1
  73. package/es/molecule/card/test/fixtures/default.js +20 -1
  74. package/es/molecule/card/test/fixtures/default.js.map +1 -1
  75. package/es/molecule/card/test/fixtures.js +0 -0
  76. package/es/molecule/card-content/index.js +20 -7
  77. package/es/molecule/card-content/index.js.map +1 -1
  78. package/es/molecule/card-content/test/fixtures/card-no-progress-bar.js +6 -1
  79. package/es/molecule/card-content/test/fixtures/card-no-progress-bar.js.map +1 -1
  80. package/es/molecule/card-content/test/fixtures.js +0 -0
  81. package/es/molecule/card-with-button/test/fixtures.js +0 -0
  82. package/es/molecule/cockpit-popin/test/fixtures.js +0 -0
  83. package/es/molecule/cookie-banner/test/fixtures.js +0 -0
  84. package/es/molecule/course-section/style.css +2 -2
  85. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +0 -0
  86. package/es/molecule/dashboard/cards-list/test/fixtures.js +0 -0
  87. package/es/molecule/dashboard/news-list/test/fixtures.js +0 -0
  88. package/es/molecule/dashboard/start-battle/test/fixtures.js +0 -0
  89. package/es/molecule/discipline-cta/test/fixtures.js +0 -0
  90. package/es/molecule/discipline-header/test/fixtures.js +0 -0
  91. package/es/molecule/discipline-partners/test/fixtures.js +0 -0
  92. package/es/molecule/discipline-scope/test/fixtures.js +0 -0
  93. package/es/molecule/drag-and-drop/test/fixtures.js +0 -0
  94. package/es/molecule/external-content-button/test/fixtures.js +0 -0
  95. package/es/molecule/external-content-viewer/test/fixtures.js +0 -0
  96. package/es/molecule/feedback/test/fixtures.js +0 -0
  97. package/es/molecule/filters/test/fixtures.js +0 -0
  98. package/es/molecule/forum/forum-comment/test/fixtures.js +0 -0
  99. package/es/molecule/forum/forum-post/test/fixtures.js +0 -0
  100. package/es/molecule/forum/forum-thread/test/fixtures.js +0 -0
  101. package/es/molecule/hero/test/fixtures.js +0 -0
  102. package/es/molecule/login-alert/test/fixtures.js +0 -0
  103. package/es/molecule/menu-list/test/fixtures.js +0 -0
  104. package/es/molecule/message-popin/test/fixtures.js +0 -0
  105. package/es/molecule/modal/test/fixtures.js +0 -0
  106. package/es/molecule/module-bubble/test/fixtures.js +0 -0
  107. package/es/molecule/module-card/test/fixtures.js +0 -0
  108. package/es/molecule/news/test/fixtures.js +0 -0
  109. package/es/molecule/notification-banner/test/fixtures.js +0 -0
  110. package/es/molecule/pagination/test/fixtures.js +0 -0
  111. package/es/molecule/payment-form/test/fixtures.js +0 -0
  112. package/es/molecule/pdf/test/fixtures.js +0 -0
  113. package/es/molecule/product-card/test/fixtures.js +0 -0
  114. package/es/molecule/progress-bar/test/fixtures.js +0 -0
  115. package/es/molecule/questions/drop-down/test/fixtures.js +0 -0
  116. package/es/molecule/questions/free-text/test/fixtures.js +0 -0
  117. package/es/molecule/questions/qcm/test/fixtures.js +0 -0
  118. package/es/molecule/questions/qcm-drag/test/fixtures.js +0 -0
  119. package/es/molecule/questions/qcm-graphic/test/fixtures.js +0 -0
  120. package/es/molecule/questions/question-range/test/fixtures.js +0 -0
  121. package/es/molecule/questions/template/index.js +2 -1
  122. package/es/molecule/questions/template/index.js.map +1 -1
  123. package/es/molecule/questions/template/style.css +6 -0
  124. package/es/molecule/questions/template/test/fixtures.js +0 -0
  125. package/es/molecule/resource-player/test/fixtures.js +0 -0
  126. package/es/molecule/scope-content/test/fixtures.js +0 -0
  127. package/es/molecule/scope-tabs/test/fixtures.js +0 -0
  128. package/es/molecule/search/test/fixtures.js +0 -0
  129. package/es/molecule/search-form/test/fixtures.js +0 -0
  130. package/es/molecule/select-multiple/test/fixtures.js +0 -0
  131. package/es/molecule/setup-cohort-item/test/fixtures.js +0 -0
  132. package/es/molecule/setup-section/test/fixtures.js +0 -0
  133. package/es/molecule/setup-sections/test/fixtures.js +0 -0
  134. package/es/molecule/setup-slide/test/fixtures.js +0 -0
  135. package/es/molecule/setup-slider/test/fixtures.js +0 -0
  136. package/es/molecule/share/test/fixtures.js +0 -0
  137. package/es/molecule/ssmenu-list/test/fixtures.js +0 -0
  138. package/es/molecule/subscription-freemium/test/fixtures.js +0 -0
  139. package/es/molecule/subscription-premium/test/fixtures.js +0 -0
  140. package/es/molecule/table/test/fixtures.js +0 -0
  141. package/es/molecule/teams-popin/test/fixtures.js +0 -0
  142. package/es/molecule/theme-image/test/fixtures.js +0 -0
  143. package/es/molecule/titled-checkbox/test/fixtures.js +0 -0
  144. package/es/molecule/unsubscribe/test/fixtures.js +0 -0
  145. package/es/molecule/video-iframe/test/fixtures.js +0 -0
  146. package/es/molecule/video-player/test/fixtures.js +0 -0
  147. package/es/molecule/wizard-summary/style.css +4 -4
  148. package/es/molecule/wizard-summary/test/fixtures.js +0 -2
  149. package/es/molecule/wizard-summary/test/fixtures.js.map +1 -1
  150. package/es/organism/accordion/container/test/fixtures.js +0 -0
  151. package/es/organism/accordion/part/test/fixtures.js +0 -0
  152. package/es/organism/accordion/toggler/test/fixtures.js +0 -0
  153. package/es/organism/brand-dashboard/test/fixtures.js +0 -0
  154. package/es/organism/brand-form/test/fixtures.js +0 -0
  155. package/es/organism/brand-table/test/fixtures.js +0 -0
  156. package/es/organism/brand-upload/test/fixtures.js +0 -0
  157. package/es/organism/cards-grid/test/fixtures.js +0 -0
  158. package/es/organism/cart/test/fixtures.js +0 -0
  159. package/es/organism/discussion/test/fixtures.js +0 -0
  160. package/es/organism/get-the-app/test/fixtures.js +0 -0
  161. package/es/organism/grid-list/test/fixtures.js +0 -0
  162. package/es/organism/header/test/fixtures.js +0 -0
  163. package/es/organism/hero/test/fixtures.js +0 -0
  164. package/es/organism/mooc/image-slider/test/fixtures.js +0 -0
  165. package/es/organism/mooc-footer/test/fixtures.js +0 -0
  166. package/es/organism/mooc-header/test/fixtures.js +0 -0
  167. package/es/organism/popin/test/fixtures.js +0 -0
  168. package/es/organism/resource-browser/test/fixtures.js +0 -0
  169. package/es/organism/settings/test/fixtures.js +0 -0
  170. package/es/organism/setup-header/test/fixtures.js +0 -0
  171. package/es/organism/sidebar/test/fixtures.js +0 -0
  172. package/es/organism/slider/test/fixtures.js +0 -0
  173. package/es/organism/user-preferences/test/fixtures.js +0 -0
  174. package/es/organism/wizard-contents/test/fixtures.js +0 -2
  175. package/es/organism/wizard-contents/test/fixtures.js.map +1 -1
  176. package/es/template/activity/test/fixtures.js +0 -0
  177. package/es/template/app-player/loading/test/fixtures.js +0 -0
  178. package/es/template/app-player/player/slides/footer/test/fixtures.js +0 -0
  179. package/es/template/app-player/player/slides/header/test/fixtures.js +0 -0
  180. package/es/template/app-player/player/slides/test/fixtures.js +0 -0
  181. package/es/template/app-player/player/test/fixtures.js +0 -0
  182. package/es/template/app-player/popin-correction/test/fixtures.js +0 -0
  183. package/es/template/app-player/popin-end/test/fixtures.js +0 -0
  184. package/es/template/app-player/popin-header/test/fixtures.js +0 -0
  185. package/es/template/back-office/brand-create/test/fixtures.js +0 -0
  186. package/es/template/back-office/brand-list/index.js +16 -3
  187. package/es/template/back-office/brand-list/index.js.map +1 -1
  188. package/es/template/back-office/brand-list/style.css +11 -5
  189. package/es/template/back-office/brand-list/test/fixtures/default.js +3 -3
  190. package/es/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  191. package/es/template/back-office/brand-list/test/fixtures/rh.js +23 -1
  192. package/es/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  193. package/es/template/back-office/brand-list/test/fixtures.js +0 -0
  194. package/es/template/back-office/brand-update/test/fixtures.js +0 -2
  195. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -1
  196. package/es/template/back-office/dashboard-preview/test/fixtures.js +0 -0
  197. package/es/template/battle-requests/test/fixtures.js +0 -0
  198. package/es/template/cockpit/jw-uploader/test/fixtures.js +0 -0
  199. package/es/template/common/authors/test/fixtures.js +0 -0
  200. package/es/template/common/coorp-header/test/fixtures.js +0 -0
  201. package/es/template/common/dashboard/test/fixtures.js +0 -0
  202. package/es/template/common/discipline/test/fixtures.js +0 -0
  203. package/es/template/common/search-page/test/fixtures.js +0 -0
  204. package/es/template/external-course/test/fixtures.js +0 -0
  205. package/es/template/teams-dashboard/test/fixtures.js +0 -0
  206. package/es/variables/colors.css +2 -0
  207. package/lib/atom/autocomplete/test/fixtures.js +0 -0
  208. package/lib/atom/avatar/test/fixtures.js +0 -0
  209. package/lib/atom/button/test/fixtures.js +0 -0
  210. package/lib/atom/catalog-section/test/fixtures.js +0 -0
  211. package/lib/atom/centered-text/test/fixtures.js +0 -0
  212. package/lib/atom/checkbox/test/fixtures.js +0 -0
  213. package/lib/atom/clue/test/fixtures.js +0 -0
  214. package/lib/atom/cta/test/fixtures.js +0 -0
  215. package/lib/atom/difficulty-level/test/fixtures.js +0 -0
  216. package/lib/atom/drag-and-drop/test/fixtures.js +0 -0
  217. package/lib/atom/image-upload/test/fixtures.js +0 -0
  218. package/lib/atom/input-checkbox/test/fixtures.js +0 -0
  219. package/lib/atom/input-color/test/fixtures.js +0 -0
  220. package/lib/atom/input-doublestep/test/fixtures.js +0 -0
  221. package/lib/atom/input-html/test/fixtures.js +0 -0
  222. package/lib/atom/input-readonly/test/fixtures.js +0 -0
  223. package/lib/atom/input-switch/test/fixtures.js +0 -0
  224. package/lib/atom/input-text/test/fixtures.js +0 -0
  225. package/lib/atom/input-textarea/test/fixtures.js +0 -0
  226. package/lib/atom/label/test/fixtures.js +0 -0
  227. package/lib/atom/life/test/fixtures.js +0 -0
  228. package/lib/atom/link/test/fixtures.js +0 -0
  229. package/lib/atom/loader/test/fixtures.js +0 -0
  230. package/lib/atom/notification/test/fixtures.js +0 -0
  231. package/lib/atom/picture/test/fixtures.js +0 -0
  232. package/lib/atom/picture-background/test/fixtures.js +0 -0
  233. package/lib/atom/promo-code/test/fixtures.js +0 -0
  234. package/lib/atom/provider/test/fixtures.js +0 -0
  235. package/lib/atom/radio-group/test/fixtures.js +0 -0
  236. package/lib/atom/range/test/fixtures.js +0 -0
  237. package/lib/atom/resource-miniature/test/fixtures.js +0 -0
  238. package/lib/atom/select/index.js +32 -31
  239. package/lib/atom/select/index.js.map +1 -1
  240. package/lib/atom/select/style.css +66 -0
  241. package/lib/atom/select/test/fixtures/coorpmanager.js +21 -0
  242. package/lib/atom/select/test/fixtures/coorpmanager.js.map +1 -0
  243. package/lib/atom/select/test/fixtures.js +0 -0
  244. package/lib/atom/slide/test/fixtures.js +0 -0
  245. package/lib/atom/social-link/test/fixtures.js +0 -0
  246. package/lib/atom/spinner/test/fixtures.js +0 -0
  247. package/lib/atom/tab/test/fixtures.js +0 -0
  248. package/lib/atom/tab-content/test/fixtures.js +0 -0
  249. package/lib/atom/title/test/fixtures.js +0 -0
  250. package/lib/atom/video-upload/test/fixtures.js +0 -0
  251. package/lib/hoc/animation/test/fixtures.js +0 -0
  252. package/lib/hoc/animation-scheduler/test/fixtures.js +0 -0
  253. package/lib/hoc/swapper/test/fixtures.js +0 -0
  254. package/lib/hoc/transition/test/fixtures.js +0 -0
  255. package/lib/molecule/add-to-my-list/test/fixtures.js +0 -0
  256. package/lib/molecule/answer/test/fixtures.js +0 -0
  257. package/lib/molecule/audio/test/fixtures.js +0 -0
  258. package/lib/molecule/battle-request/test/fixtures.js +0 -0
  259. package/lib/molecule/brand-card/test/fixtures.js +0 -0
  260. package/lib/molecule/brand-card-create/test/fixtures.js +0 -0
  261. package/lib/molecule/brand-create-form/test/fixtures.js +0 -0
  262. package/lib/molecule/brand-download-box/test/fixtures.js +0 -0
  263. package/lib/molecule/brand-form-group/index.js +3 -1
  264. package/lib/molecule/brand-form-group/index.js.map +1 -1
  265. package/lib/molecule/brand-form-group/test/fixtures/lookandfeel.js +30 -26
  266. package/lib/molecule/brand-form-group/test/fixtures/lookandfeel.js.map +1 -1
  267. package/lib/molecule/brand-form-group/test/fixtures.js +0 -0
  268. package/lib/molecule/brand-tabs/test/fixtures.js +0 -0
  269. package/lib/molecule/brand-upload-box/test/fixtures.js +0 -0
  270. package/lib/molecule/breadcrumbs/test/fixtures.js +0 -0
  271. package/lib/molecule/card/customer.js +6 -3
  272. package/lib/molecule/card/customer.js.map +1 -1
  273. package/lib/molecule/card/favorite.js +13 -4
  274. package/lib/molecule/card/favorite.js.map +1 -1
  275. package/lib/molecule/card/index.js +41 -12
  276. package/lib/molecule/card/index.js.map +1 -1
  277. package/lib/molecule/card/selectable.js +11 -4
  278. package/lib/molecule/card/selectable.js.map +1 -1
  279. package/lib/molecule/card/test/fixtures/default.js +20 -1
  280. package/lib/molecule/card/test/fixtures/default.js.map +1 -1
  281. package/lib/molecule/card/test/fixtures.js +0 -0
  282. package/lib/molecule/card-content/index.js +21 -7
  283. package/lib/molecule/card-content/index.js.map +1 -1
  284. package/lib/molecule/card-content/test/fixtures/card-no-progress-bar.js +6 -1
  285. package/lib/molecule/card-content/test/fixtures/card-no-progress-bar.js.map +1 -1
  286. package/lib/molecule/card-content/test/fixtures.js +0 -0
  287. package/lib/molecule/card-with-button/test/fixtures.js +0 -0
  288. package/lib/molecule/cockpit-popin/test/fixtures.js +0 -0
  289. package/lib/molecule/cookie-banner/test/fixtures.js +0 -0
  290. package/lib/molecule/course-section/style.css +2 -2
  291. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +0 -0
  292. package/lib/molecule/dashboard/cards-list/test/fixtures.js +0 -0
  293. package/lib/molecule/dashboard/news-list/test/fixtures.js +0 -0
  294. package/lib/molecule/dashboard/start-battle/test/fixtures.js +0 -0
  295. package/lib/molecule/discipline-cta/test/fixtures.js +0 -0
  296. package/lib/molecule/discipline-header/test/fixtures.js +0 -0
  297. package/lib/molecule/discipline-partners/test/fixtures.js +0 -0
  298. package/lib/molecule/discipline-scope/test/fixtures.js +0 -0
  299. package/lib/molecule/drag-and-drop/test/fixtures.js +0 -0
  300. package/lib/molecule/external-content-button/test/fixtures.js +0 -0
  301. package/lib/molecule/external-content-viewer/test/fixtures.js +0 -0
  302. package/lib/molecule/feedback/test/fixtures.js +0 -0
  303. package/lib/molecule/filters/test/fixtures.js +0 -0
  304. package/lib/molecule/forum/forum-comment/test/fixtures.js +0 -0
  305. package/lib/molecule/forum/forum-post/test/fixtures.js +0 -0
  306. package/lib/molecule/forum/forum-thread/test/fixtures.js +0 -0
  307. package/lib/molecule/hero/test/fixtures.js +0 -0
  308. package/lib/molecule/login-alert/test/fixtures.js +0 -0
  309. package/lib/molecule/menu-list/test/fixtures.js +0 -0
  310. package/lib/molecule/message-popin/test/fixtures.js +0 -0
  311. package/lib/molecule/modal/test/fixtures.js +0 -0
  312. package/lib/molecule/module-bubble/test/fixtures.js +0 -0
  313. package/lib/molecule/module-card/test/fixtures.js +0 -0
  314. package/lib/molecule/news/test/fixtures.js +0 -0
  315. package/lib/molecule/notification-banner/test/fixtures.js +0 -0
  316. package/lib/molecule/pagination/test/fixtures.js +0 -0
  317. package/lib/molecule/payment-form/test/fixtures.js +0 -0
  318. package/lib/molecule/pdf/test/fixtures.js +0 -0
  319. package/lib/molecule/product-card/test/fixtures.js +0 -0
  320. package/lib/molecule/progress-bar/test/fixtures.js +0 -0
  321. package/lib/molecule/questions/drop-down/test/fixtures.js +0 -0
  322. package/lib/molecule/questions/free-text/test/fixtures.js +0 -0
  323. package/lib/molecule/questions/qcm/test/fixtures.js +0 -0
  324. package/lib/molecule/questions/qcm-drag/test/fixtures.js +0 -0
  325. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +0 -0
  326. package/lib/molecule/questions/question-range/test/fixtures.js +0 -0
  327. package/lib/molecule/questions/template/index.js +2 -1
  328. package/lib/molecule/questions/template/index.js.map +1 -1
  329. package/lib/molecule/questions/template/style.css +6 -0
  330. package/lib/molecule/questions/template/test/fixtures.js +0 -0
  331. package/lib/molecule/resource-player/test/fixtures.js +0 -0
  332. package/lib/molecule/scope-content/test/fixtures.js +0 -0
  333. package/lib/molecule/scope-tabs/test/fixtures.js +0 -0
  334. package/lib/molecule/search/test/fixtures.js +0 -0
  335. package/lib/molecule/search-form/test/fixtures.js +0 -0
  336. package/lib/molecule/select-multiple/test/fixtures.js +0 -0
  337. package/lib/molecule/setup-cohort-item/test/fixtures.js +0 -0
  338. package/lib/molecule/setup-section/test/fixtures.js +0 -0
  339. package/lib/molecule/setup-sections/test/fixtures.js +0 -0
  340. package/lib/molecule/setup-slide/test/fixtures.js +0 -0
  341. package/lib/molecule/setup-slider/test/fixtures.js +0 -0
  342. package/lib/molecule/share/test/fixtures.js +0 -0
  343. package/lib/molecule/ssmenu-list/test/fixtures.js +0 -0
  344. package/lib/molecule/subscription-freemium/test/fixtures.js +0 -0
  345. package/lib/molecule/subscription-premium/test/fixtures.js +0 -0
  346. package/lib/molecule/table/test/fixtures.js +0 -0
  347. package/lib/molecule/teams-popin/test/fixtures.js +0 -0
  348. package/lib/molecule/theme-image/test/fixtures.js +0 -0
  349. package/lib/molecule/titled-checkbox/test/fixtures.js +0 -0
  350. package/lib/molecule/unsubscribe/test/fixtures.js +0 -0
  351. package/lib/molecule/video-iframe/test/fixtures.js +0 -0
  352. package/lib/molecule/video-player/test/fixtures.js +0 -0
  353. package/lib/molecule/wizard-summary/style.css +4 -4
  354. package/lib/molecule/wizard-summary/test/fixtures.js +0 -3
  355. package/lib/molecule/wizard-summary/test/fixtures.js.map +1 -1
  356. package/lib/organism/accordion/container/test/fixtures.js +0 -0
  357. package/lib/organism/accordion/part/test/fixtures.js +0 -0
  358. package/lib/organism/accordion/toggler/test/fixtures.js +0 -0
  359. package/lib/organism/brand-dashboard/test/fixtures.js +0 -0
  360. package/lib/organism/brand-form/test/fixtures.js +0 -0
  361. package/lib/organism/brand-table/test/fixtures.js +0 -0
  362. package/lib/organism/brand-upload/test/fixtures.js +0 -0
  363. package/lib/organism/cards-grid/test/fixtures.js +0 -0
  364. package/lib/organism/cart/test/fixtures.js +0 -0
  365. package/lib/organism/discussion/test/fixtures.js +0 -0
  366. package/lib/organism/get-the-app/test/fixtures.js +0 -0
  367. package/lib/organism/grid-list/test/fixtures.js +0 -0
  368. package/lib/organism/header/test/fixtures.js +0 -0
  369. package/lib/organism/hero/test/fixtures.js +0 -0
  370. package/lib/organism/mooc/image-slider/test/fixtures.js +0 -0
  371. package/lib/organism/mooc-footer/test/fixtures.js +0 -0
  372. package/lib/organism/mooc-header/test/fixtures.js +0 -0
  373. package/lib/organism/popin/test/fixtures.js +0 -0
  374. package/lib/organism/resource-browser/test/fixtures.js +0 -0
  375. package/lib/organism/settings/test/fixtures.js +0 -0
  376. package/lib/organism/setup-header/test/fixtures.js +0 -0
  377. package/lib/organism/sidebar/test/fixtures.js +0 -0
  378. package/lib/organism/slider/test/fixtures.js +0 -0
  379. package/lib/organism/user-preferences/test/fixtures.js +0 -0
  380. package/lib/organism/wizard-contents/test/fixtures.js +0 -3
  381. package/lib/organism/wizard-contents/test/fixtures.js.map +1 -1
  382. package/lib/template/activity/test/fixtures.js +0 -0
  383. package/lib/template/app-player/loading/test/fixtures.js +0 -0
  384. package/lib/template/app-player/player/slides/footer/test/fixtures.js +0 -0
  385. package/lib/template/app-player/player/slides/header/test/fixtures.js +0 -0
  386. package/lib/template/app-player/player/slides/test/fixtures.js +0 -0
  387. package/lib/template/app-player/player/test/fixtures.js +0 -0
  388. package/lib/template/app-player/popin-correction/test/fixtures.js +0 -0
  389. package/lib/template/app-player/popin-end/test/fixtures.js +0 -0
  390. package/lib/template/app-player/popin-header/test/fixtures.js +0 -0
  391. package/lib/template/back-office/brand-create/test/fixtures.js +0 -0
  392. package/lib/template/back-office/brand-list/index.js +17 -3
  393. package/lib/template/back-office/brand-list/index.js.map +1 -1
  394. package/lib/template/back-office/brand-list/style.css +11 -5
  395. package/lib/template/back-office/brand-list/test/fixtures/default.js +3 -3
  396. package/lib/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  397. package/lib/template/back-office/brand-list/test/fixtures/rh.js +23 -1
  398. package/lib/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  399. package/lib/template/back-office/brand-list/test/fixtures.js +0 -0
  400. package/lib/template/back-office/brand-update/test/fixtures.js +0 -3
  401. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -1
  402. package/lib/template/back-office/dashboard-preview/test/fixtures.js +0 -0
  403. package/lib/template/battle-requests/test/fixtures.js +0 -0
  404. package/lib/template/cockpit/jw-uploader/test/fixtures.js +0 -0
  405. package/lib/template/common/authors/test/fixtures.js +0 -0
  406. package/lib/template/common/coorp-header/test/fixtures.js +0 -0
  407. package/lib/template/common/dashboard/test/fixtures.js +0 -0
  408. package/lib/template/common/discipline/test/fixtures.js +0 -0
  409. package/lib/template/common/search-page/test/fixtures.js +0 -0
  410. package/lib/template/external-course/test/fixtures.js +0 -0
  411. package/lib/template/teams-dashboard/test/fixtures.js +0 -0
  412. package/lib/variables/colors.css +2 -0
  413. package/package.json +2 -2
  414. package/es/atom/card-image-preview/test/fixtures.js +0 -15
  415. package/es/atom/card-image-preview/test/fixtures.js.map +0 -1
  416. package/es/molecule/course-section/test/fixtures.js +0 -15
  417. package/es/molecule/course-section/test/fixtures.js.map +0 -1
  418. package/es/molecule/course-sections/test/fixtures.js +0 -15
  419. package/es/molecule/course-sections/test/fixtures.js.map +0 -1
  420. package/es/molecule/draggable/test/fixtures.js +0 -13
  421. package/es/molecule/draggable/test/fixtures.js.map +0 -1
  422. package/es/molecule/draggable-list/test/fixtures.js +0 -15
  423. package/es/molecule/draggable-list/test/fixtures.js.map +0 -1
  424. package/es/organism/playlist-translation/test/fixtures.js +0 -15
  425. package/es/organism/playlist-translation/test/fixtures.js.map +0 -1
  426. package/lib/atom/card-image-preview/test/fixtures.js +0 -25
  427. package/lib/atom/card-image-preview/test/fixtures.js.map +0 -1
  428. package/lib/molecule/course-section/test/fixtures.js +0 -25
  429. package/lib/molecule/course-section/test/fixtures.js.map +0 -1
  430. package/lib/molecule/course-sections/test/fixtures.js +0 -25
  431. package/lib/molecule/course-sections/test/fixtures.js.map +0 -1
  432. package/lib/molecule/draggable/test/fixtures.js +0 -22
  433. package/lib/molecule/draggable/test/fixtures.js.map +0 -1
  434. package/lib/molecule/draggable-list/test/fixtures.js +0 -25
  435. package/lib/molecule/draggable-list/test/fixtures.js.map +0 -1
  436. package/lib/organism/playlist-translation/test/fixtures.js +0 -25
  437. package/lib/organism/playlist-translation/test/fixtures.js.map +0 -1
@@ -7,6 +7,8 @@ var _keys2 = _interopRequireDefault(require("lodash/fp/keys"));
7
7
 
8
8
  var _isNil2 = _interopRequireDefault(require("lodash/fp/isNil"));
9
9
 
10
+ var _get2 = _interopRequireDefault(require("lodash/fp/get"));
11
+
10
12
  var _react = _interopRequireDefault(require("react"));
11
13
 
12
14
  var _propTypes = _interopRequireDefault(require("prop-types"));
@@ -110,7 +112,8 @@ const AuthorName = ({
110
112
  author,
111
113
  empty,
112
114
  courseContent,
113
- certifiedAuthor
115
+ certifiedAuthor,
116
+ 'aria-label': ariaLabel
114
117
  }) => {
115
118
  const checkIcon = certifiedAuthor ? /*#__PURE__*/_react.default.createElement(_novaIcons.NovaSolidStatusCheckCircle2, {
116
119
  className: (0, _classnames.default)(_style2.default.authorIcon, courseContent ? _style2.default.iconShadow : null),
@@ -119,6 +122,7 @@ const AuthorName = ({
119
122
  return /*#__PURE__*/_react.default.createElement("div", {
120
123
  "data-name": "author",
121
124
  title: author,
125
+ "aria-label": ariaLabel,
122
126
  className: (0, _classnames.default)(_style2.default.author, courseContent ? _style2.default.lightTitle : _style2.default.darkAuthorTitle, empty ? _style2.default.empty : null)
123
127
  }, /*#__PURE__*/_react.default.createElement("span", null, author), checkIcon);
124
128
  };
@@ -127,7 +131,8 @@ AuthorName.propTypes = process.env.NODE_ENV !== "production" ? {
127
131
  author: _propTypes.default.string,
128
132
  empty: _propTypes.default.bool,
129
133
  courseContent: _propTypes.default.bool,
130
- certifiedAuthor: _propTypes.default.bool
134
+ certifiedAuthor: _propTypes.default.bool,
135
+ 'aria-label': _propTypes.default.string
131
136
  } : {};
132
137
 
133
138
  const ContentInfo = ({
@@ -142,7 +147,8 @@ const ContentInfo = ({
142
147
  type,
143
148
  badgeCategory,
144
149
  badgeLabel,
145
- theme = 'default'
150
+ theme = 'default',
151
+ 'aria-label': ariaLabel
146
152
  }) => {
147
153
  const progressBarColor = '#3EC483';
148
154
  const inlineProgressValueStyle = {
@@ -157,10 +163,12 @@ const ContentInfo = ({
157
163
  }, !disabled ? /*#__PURE__*/_react.default.createElement("div", {
158
164
  "data-name": "progress",
159
165
  className: _style2.default.progress,
160
- style: inlineProgressValueStyle
166
+ style: inlineProgressValueStyle,
167
+ "aria-label": (0, _get2.default)('progression', ariaLabel)
161
168
  }) : null) : null;
162
169
  const adaptiveIcon = adaptiv ? /*#__PURE__*/_react.default.createElement("div", {
163
- className: (0, _classnames.default)(_style2.default.adaptiveIcon, courseContent ? _style2.default.iconShadow : null)
170
+ className: (0, _classnames.default)(_style2.default.adaptiveIcon, courseContent ? _style2.default.iconShadow : null),
171
+ "aria-label": (0, _get2.default)('adaptive', ariaLabel)
164
172
  }, /*#__PURE__*/_react.default.createElement(_novaIcons.NovaCompositionCoorpacademyAdaptive, {
165
173
  height: 25
166
174
  })) : null;
@@ -186,7 +194,8 @@ const ContentInfo = ({
186
194
  author: author,
187
195
  empty: empty,
188
196
  courseContent: courseContent,
189
- certifiedAuthor: certifiedAuthor
197
+ certifiedAuthor: certifiedAuthor,
198
+ "aria-label": (0, _get2.default)('author', ariaLabel)
190
199
  })), progressBar);
191
200
  };
192
201
 
@@ -205,7 +214,12 @@ ContentInfo.propTypes = process.env.NODE_ENV !== "production" ? {
205
214
  mode: _propTypes.default.string,
206
215
  badgeCategory: _contentBadge.default.propTypes.category,
207
216
  badgeLabel: _contentBadge.default.propTypes.label,
208
- theme: _propTypes.default.oneOf((0, _keys2.default)(THEMES))
217
+ theme: _propTypes.default.oneOf((0, _keys2.default)(THEMES)),
218
+ 'aria-label': _propTypes.default.shape({
219
+ author: _propTypes.default.string,
220
+ progression: _propTypes.default.string,
221
+ adaptive: _propTypes.default.string
222
+ })
209
223
  } : {};
210
224
  var _default = ContentInfo;
211
225
  exports.default = _default;
@@ -1 +1 @@
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"}
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","ariaLabel","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","shape","progression","adaptive"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AACA;;AAEA;;AAKA;;AACA;;AACA;;AACA;;AACA;;;;AAEO,MAAMA,KAAK,GAAG;AACnBC,EAAAA,IAAI,EAAE,MADa;AAEnBC,EAAAA,IAAI,EAAE;AAFa,CAAd;;AAKA,MAAMC,MAAM,GAAG;AACpBC,EAAAA,OAAO,EAAE,IADW;AAEpBC,EAAAA,YAAY,EAAEC,gBAAMD;AAFA,CAAf;;;AAKP,MAAME,eAAe,GAAG,CAAC;AAACC,EAAAA,IAAD;AAAOC,EAAAA,IAAP;AAAaC,EAAAA;AAAb,CAAD,EAAgCC,OAAhC,KAA4C;AAClE,QAAM;AAACC,IAAAA;AAAD,MAAcD,OAApB;;AACA,MAAIH,IAAI,KAAKR,KAAK,CAACE,IAAnB,EAAyB;AACvB,WAAO,IAAP;AACD;;AAED,MAAIO,IAAI,KAAK,SAAb,EAAwB;AACtB,wBACE;AAAK,MAAA,SAAS,EAAEH,gBAAMO;AAAtB,oBACE,6BAAC,2CAAD;AAAW,MAAA,SAAS,EAAEP,gBAAMQ;AAA5B,MADF,eAEE;AAAM,MAAA,SAAS,EAAER,gBAAMS;AAAvB,OAA4C,aAA5C,CAFF,CADF;AAMD;;AACD,MAAIL,eAAe,IAAIM,wCAAuBP,IAAvB,CAAvB,EAAqD;AACnD,UAAMQ,SAAS,GAAGD,wCAAuBP,IAAvB,EAA6BS,KAA/C;AAEA,wBACE;AAAK,MAAA,SAAS,EAAEZ,gBAAMa,eAAtB;AAAuC,MAAA,KAAK,EAAE;AAACD,QAAAA,KAAK,EAAED;AAAR;AAA9C,OACGR,IAAI,KAAK,OAAT,GAAmBG,SAAS,CAAC,wBAAD,CAA5B,GAAyD,EAD5D,EAEGH,IAAI,KAAK,OAAT,GAAmBG,SAAS,CAAC,wBAAD,CAA5B,GAAyD,EAF5D,EAGGH,IAAI,KAAK,SAAT,GAAqBG,SAAS,CAAC,0BAAD,CAA9B,GAA6D,EAHhE,EAIGH,IAAI,KAAK,SAAT,GAAqBG,SAAS,CAAC,0BAAD,CAA9B,GAA6D,EAJhE,CADF;AAQD;;AAED,SAAO,IAAP;AACD,CA5BD;;AA8BAL,eAAe,CAACa,YAAhB,GAA+B;AAC7BC,EAAAA,IAAI,EAAEC,kBAASC,iBAAT,CAA2BF,IADJ;AAE7BT,EAAAA,SAAS,EAAEU,kBAASC,iBAAT,CAA2BX;AAFT,CAA/B;AAKAL,eAAe,CAACiB,SAAhB,2CAA4B;AAC1Bd,EAAAA,eAAe,EAAEe,mBAAUC,IADD;AAE1BjB,EAAAA,IAAI,EAAEgB,mBAAUE,MAFU;AAG1BnB,EAAAA,IAAI,EAAEiB,mBAAUE;AAHU,CAA5B;;AAMA,MAAMC,SAAS,GAAG,CAAC;AAACC,EAAAA,KAAD;AAAQC,EAAAA,KAAR;AAAeC,EAAAA;AAAf,CAAD,KAAmC;AACnD,sBACE;AACE,IAAA,SAAS,EAAE,yBACTzB,gBAAMuB,KADG,EAETG,gBAFS,EAGTD,aAAa,GAAGzB,gBAAM2B,UAAT,GAAsB3B,gBAAM4B,SAHhC,EAITJ,KAAK,GAAGxB,gBAAMwB,KAAT,GAAiB,IAJb,CADb;AAOE,iBAAU,OAPZ;AAQE,IAAA,KAAK,EAAED,KART,CASE;AATF;AAUE,IAAA,uBAAuB,EAAE;AAACM,MAAAA,MAAM,EAAEN;AAAT;AAV3B,IADF;AAcD,CAfD;;AAiBAD,SAAS,CAACJ,SAAV,2CAAsB;AACpBK,EAAAA,KAAK,EAAEJ,mBAAUE,MADG;AAEpBG,EAAAA,KAAK,EAAEL,mBAAUC,IAFG;AAGpBK,EAAAA,aAAa,EAAEN,mBAAUC;AAHL,CAAtB;;AAMA,MAAMU,UAAU,GAAG,CAAC;AAACC,EAAAA,MAAD;AAASP,EAAAA,KAAT;AAAgBC,EAAAA,aAAhB;AAA+BO,EAAAA,eAA/B;AAAgD,gBAAcC;AAA9D,CAAD,KAA8E;AAC/F,QAAMC,SAAS,GAAGF,eAAe,gBAC/B,6BAAC,sCAAD;AACE,IAAA,SAAS,EAAE,yBAAWhC,gBAAMmC,UAAjB,EAA6BV,aAAa,GAAGzB,gBAAMoC,UAAT,GAAsB,IAAhE,CADb;AAEE,IAAA,KAAK,EAAC;AAFR,IAD+B,GAK7B,IALJ;AAOA,sBACE;AACE,iBAAU,QADZ;AAEE,IAAA,KAAK,EAAEL,MAFT;AAGE,kBAAYE,SAHd;AAIE,IAAA,SAAS,EAAE,yBACTjC,gBAAM+B,MADG,EAETN,aAAa,GAAGzB,gBAAM2B,UAAT,GAAsB3B,gBAAMqC,eAFhC,EAGTb,KAAK,GAAGxB,gBAAMwB,KAAT,GAAiB,IAHb;AAJb,kBAUE,2CAAOO,MAAP,CAVF,EAWGG,SAXH,CADF;AAeD,CAvBD;;AAyBAJ,UAAU,CAACZ,SAAX,2CAAuB;AACrBa,EAAAA,MAAM,EAAEZ,mBAAUE,MADG;AAErBG,EAAAA,KAAK,EAAEL,mBAAUC,IAFI;AAGrBK,EAAAA,aAAa,EAAEN,mBAAUC,IAHJ;AAIrBY,EAAAA,eAAe,EAAEb,mBAAUC,IAJN;AAKrB,gBAAcD,mBAAUE;AALH,CAAvB;;AAQA,MAAMiB,WAAW,GAAG,CAAC;AACnBC,EAAAA,OADmB;AAEnBR,EAAAA,MAFmB;AAGnBC,EAAAA,eAAe,GAAG,KAHC;AAInBQ,EAAAA,QAAQ,GAAG,KAJQ;AAKnBhB,EAAAA,KAAK,GAAG,KALW;AAMnBtB,EAAAA,IAAI,GAAGR,KAAK,CAACE,IANM;AAOnB6C,EAAAA,QAPmB;AAQnBlB,EAAAA,KARmB;AASnBpB,EAAAA,IATmB;AAUnBuC,EAAAA,aAVmB;AAWnBC,EAAAA,UAXmB;AAYnBC,EAAAA,KAAK,GAAG,SAZW;AAanB,gBAAcX;AAbK,CAAD,KAcd;AACJ,QAAMY,gBAAgB,GAAG,SAAzB;AACA,QAAMC,wBAAwB,GAAG;AAC/BC,IAAAA,eAAe,EAAEF,gBADc;AAE/BG,IAAAA,KAAK,EAAG,GAAEP,QAAQ,GAAG,GAAI;AAFM,GAAjC;AAIA,QAAMrC,eAAe,GAAG,wCAAkBD,IAAlB,CAAxB;AACA,QAAMsB,aAAa,GAAGtB,IAAI,KAAK,QAA/B;AACA,QAAM8C,cAAc,GAAG9C,IAAI,KAAK,SAAhC;AAEA,QAAM+C,WAAW,GACfhD,IAAI,KAAKR,KAAK,CAACC,IAAf,IAAwB,CAAC6B,KAAD,IAAU,CAACgB,QAAnC,gBACE;AAAK,IAAA,SAAS,EAAE,CAAC,qBAAMC,QAAN,CAAD,GAAmBzC,gBAAMmD,eAAzB,GAA2CnD,gBAAMoD;AAAjE,KACG,CAACZ,QAAD,gBACC;AACE,iBAAU,UADZ;AAEE,IAAA,SAAS,EAAExC,gBAAMyC,QAFnB;AAGE,IAAA,KAAK,EAAEK,wBAHT;AAIE,kBAAY,mBAAI,aAAJ,EAAmBb,SAAnB;AAJd,IADD,GAOG,IARN,CADF,GAWI,IAZN;AAcA,QAAMoB,YAAY,GAAGd,OAAO,gBAC1B;AACE,IAAA,SAAS,EAAE,yBAAWvC,gBAAMqD,YAAjB,EAA+B5B,aAAa,GAAGzB,gBAAMoC,UAAT,GAAsB,IAAlE,CADb;AAEE,kBAAY,mBAAI,UAAJ,EAAgBH,SAAhB;AAFd,kBAIE,6BAAC,8CAAD;AAAa,IAAA,MAAM,EAAE;AAArB,IAJF,CAD0B,GAOxB,IAPJ;AASA,sBACE;AACE,iBAAU,MADZ;AAEE,IAAA,SAAS,EAAE,yBACTpC,MAAM,CAAC+C,KAAD,CADG,EAET5C,gBAAMsD,WAFG,EAGTpD,IAAI,KAAKR,KAAK,CAACC,IAAf,GAAsBK,gBAAMuD,IAA5B,GAAmCvD,gBAAMwD,IAHhC,EAIThB,QAAQ,GAAGxC,gBAAMyD,mBAAT,GAA+B,IAJ9B,EAKTrD,eAAe,GAAGJ,gBAAMI,eAAT,GAA2B,IALjC;AAFb,kBAUE,6BAAC,eAAD;AAAiB,IAAA,IAAI,EAAEF,IAAvB;AAA6B,IAAA,IAAI,EAAEC,IAAnC;AAAyC,IAAA,eAAe,EAAEC;AAA1D,IAVF,eAWE;AACE,IAAA,SAAS,EAAE,yBAAWJ,gBAAM0D,QAAjB,EAA2BT,cAAc,GAAGjD,gBAAM2D,qBAAT,GAAiC,IAA1E;AADb,kBAGE;AAAK,IAAA,SAAS,EAAE3D,gBAAM4D;AAAtB,KACGP,YADH,EAEG,CAAC7B,KAAD,IAAUmB,UAAV,IAAwBD,aAAxB,IAAyCjB,aAAzC,gBACC,6BAAC,qBAAD;AAAc,IAAA,QAAQ,EAAEiB,aAAxB;AAAuC,IAAA,KAAK,EAAEC;AAA9C,IADD,GAEG,IAJN,CAHF,eASE,6BAAC,SAAD;AAAW,IAAA,KAAK,EAAEpB,KAAlB;AAAyB,IAAA,KAAK,EAAEC,KAAhC;AAAuC,IAAA,aAAa,EAAEC;AAAtD,IATF,eAUE,6BAAC,UAAD;AACE,IAAA,MAAM,EAAEM,MADV;AAEE,IAAA,KAAK,EAAEP,KAFT;AAGE,IAAA,aAAa,EAAEC,aAHjB;AAIE,IAAA,eAAe,EAAEO,eAJnB;AAKE,kBAAY,mBAAI,QAAJ,EAAcC,SAAd;AALd,IAVF,CAXF,EA6BGiB,WA7BH,CADF;AAiCD,CAhFD;;AAkFAZ,WAAW,CAACxB,YAAZ,GAA2B;AACzBC,EAAAA,IAAI,EAAEC,kBAASC,iBAAT,CAA2BF;AADR,CAA3B;AAIAuB,WAAW,CAACpB,SAAZ,2CAAwB;AACtBqB,EAAAA,OAAO,EAAEpB,mBAAUC,IADG;AAEtBW,EAAAA,MAAM,EAAEZ,mBAAUE,MAFI;AAGtBW,EAAAA,eAAe,EAAEb,mBAAUC,IAHL;AAItBoB,EAAAA,QAAQ,EAAErB,mBAAUC,IAJE;AAKtBI,EAAAA,KAAK,EAAEL,mBAAUC,IALK;AAMtBqB,EAAAA,QAAQ,EAAEtB,mBAAU0C,MANE;AAOtBtC,EAAAA,KAAK,EAAEJ,mBAAUE,MAPK;AAQtBlB,EAAAA,IAAI,EAAEgB,mBAAUE,MARM;AAStBnB,EAAAA,IAAI,EAAEiB,mBAAUE,MATM;AAUtBqB,EAAAA,aAAa,EAAEoB,sBAAa5C,SAAb,CAAuB6C,QAVhB;AAWtBpB,EAAAA,UAAU,EAAEmB,sBAAa5C,SAAb,CAAuB8C,KAXb;AAYtBpB,EAAAA,KAAK,EAAEzB,mBAAU8C,KAAV,CAAgB,oBAAKpE,MAAL,CAAhB,CAZe;AAatB,gBAAcsB,mBAAU+C,KAAV,CAAgB;AAC5BnC,IAAAA,MAAM,EAAEZ,mBAAUE,MADU;AAE5B8C,IAAAA,WAAW,EAAEhD,mBAAUE,MAFK;AAG5B+C,IAAAA,QAAQ,EAAEjD,mBAAUE;AAHQ,GAAhB;AAbQ,CAAxB;eAoBeiB,W","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {get, 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, 'aria-label': ariaLabel}) => {\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 aria-label={ariaLabel}\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 'aria-label': PropTypes.string\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 'aria-label': ariaLabel\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\n data-name=\"progress\"\n className={style.progress}\n style={inlineProgressValueStyle}\n aria-label={get('progression', ariaLabel)}\n />\n ) : null}\n </div>\n ) : null;\n\n const adaptiveIcon = adaptiv ? (\n <div\n className={classnames(style.adaptiveIcon, courseContent ? style.iconShadow : null)}\n aria-label={get('adaptive', ariaLabel)}\n >\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 aria-label={get('author', ariaLabel)}\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 'aria-label': PropTypes.shape({\n author: PropTypes.string,\n progression: PropTypes.string,\n adaptive: PropTypes.string\n })\n};\n\nexport default ContentInfo;\n"],"file":"index.js"}
@@ -9,7 +9,12 @@ var _default = {
9
9
  props: {
10
10
  mode: _.MODES.CARD,
11
11
  author: 'Coorpcademy',
12
- title: '<p align="right">From Mass Market to One to One targeting</p>'
12
+ title: '<p align="right">From Mass Market to One to One targeting</p>',
13
+ 'aria-label': {
14
+ author: 'auther name',
15
+ progression: 'you have done 65% of the course',
16
+ adaptive: 'this is an adaptive course'
17
+ }
13
18
  }
14
19
  };
15
20
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/card-no-progress-bar.js"],"names":["props","mode","MODES","CARD","author","title"],"mappings":";;;;;AAAA;;eAEe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,IAAI,EAAEC,QAAMC,IADP;AAELC,IAAAA,MAAM,EAAE,aAFH;AAGLC,IAAAA,KAAK,EAAE;AAHF;AADM,C","sourcesContent":["import {MODES} from '../..';\n\nexport default {\n props: {\n mode: MODES.CARD,\n author: 'Coorpcademy',\n title: '<p align=\"right\">From Mass Market to One to One targeting</p>'\n }\n};\n"],"file":"card-no-progress-bar.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/card-content/test/fixtures/card-no-progress-bar.js"],"names":["props","mode","MODES","CARD","author","title","progression","adaptive"],"mappings":";;;;;AAAA;;eAEe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,IAAI,EAAEC,QAAMC,IADP;AAELC,IAAAA,MAAM,EAAE,aAFH;AAGLC,IAAAA,KAAK,EAAE,+DAHF;AAIL,kBAAc;AACZD,MAAAA,MAAM,EAAE,aADI;AAEZE,MAAAA,WAAW,EAAE,iCAFD;AAGZC,MAAAA,QAAQ,EAAE;AAHE;AAJT;AADM,C","sourcesContent":["import {MODES} from '../..';\n\nexport default {\n props: {\n mode: MODES.CARD,\n author: 'Coorpcademy',\n title: '<p align=\"right\">From Mass Market to One to One targeting</p>',\n 'aria-label': {\n author: 'auther name',\n progression: 'you have done 65% of the course',\n adaptive: 'this is an adaptive course'\n }\n }\n};\n"],"file":"card-no-progress-bar.js"}
File without changes
File without changes
File without changes
File without changes
@@ -10,7 +10,7 @@
10
10
  border-radius: 7px;
11
11
  display: flex;
12
12
  font-size: 14px;
13
- justify-content: start;
13
+ justify-content: flex-start;
14
14
  margin-top: 8px;
15
15
  padding: 8px 16px;
16
16
  border-radius: 7px;
@@ -63,4 +63,4 @@
63
63
  .containerImage {
64
64
  min-height: 56px;
65
65
  min-width: 56px;
66
- }
66
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -38,7 +38,8 @@ const Template = ({
38
38
 
39
39
  if (type === 'string') {
40
40
  return /*#__PURE__*/_react.default.createElement("span", {
41
- key: key // eslint-disable-next-line react/no-danger
41
+ key: key,
42
+ className: _style.default.textPart // eslint-disable-next-line react/no-danger
42
43
  ,
43
44
  dangerouslySetInnerHTML: {
44
45
  __html: part.value
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/molecule/questions/template/index.js"],"names":["Template","template","answers","totalTemplate","templateCompose","convert","cap","part","key","type","__html","value","field","name","fieldType","fieldProps","fieldView","style","text","answerType","wrapper","TextPropTypes","DropDown","propTypes","PropTypes","string","arrayOf","oneOfType","shape"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;;AACA;;AACA;;AACA;;;;;;;;AAEA,MAAMA,QAAQ,GAAG,CAAC;AAACC,EAAAA,QAAD;AAAWC,EAAAA;AAAX,CAAD,KAAyB;AACxC,QAAMC,aAAa,GAAG,kCAAoBF,QAApB,CAAtB;;AACA,QAAMG,eAAe,GAAG,cAAIC,OAAJ,CAAY;AAACC,IAAAA,GAAG,EAAE;AAAN,GAAZ,EAA0B,CAACC,IAAD,EAAOC,GAAP,KAAe;AAC/D,UAAMC,IAAI,GAAGF,IAAI,CAACE,IAAlB;;AACA,QAAIA,IAAI,KAAK,QAAb,EAAuB;AACrB,0BACE;AACE,QAAA,GAAG,EAAED,GADP,CAEE;AAFF;AAGE,QAAA,uBAAuB,EAAE;AAACE,UAAAA,MAAM,EAAEH,IAAI,CAACI;AAAd;AAH3B,QADF;AAOD;;AACD,QAAIF,IAAI,KAAK,aAAb,EAA4B;AAC1B,YAAMG,KAAK,GAAG,oBAAK;AAACC,QAAAA,IAAI,EAAEN,IAAI,CAACI;AAAZ,OAAL,EAAyBT,OAAzB,CAAd;AACA,UAAI,CAACU,KAAL,EAAY,OAAO,IAAP;;AACZ,YAAM;AAACH,QAAAA,IAAI,EAAEK;AAAP,UAAmCF,KAAzC;AAAA,YAA2BG,UAA3B,iCAAyCH,KAAzC;;AACA,YAAMI,SAAS,GACbF,SAAS,KAAK,MAAd,gBACE,6BAAC,iBAAD,eAAcC,UAAd;AAA0B,QAAA,SAAS,EAAEE,eAAMC;AAA3C,SADF,gBAGE,6BAAC,iBAAD,eAAcH,UAAd;AAA0B,QAAA,KAAK,EAAC;AAAhC,SAJJ;AAOA,0BACE;AAAK,QAAA,SAAS,EAAEE,eAAME,UAAtB;AAAkC,QAAA,GAAG,EAAEZ,IAAI,CAACI;AAA5C,SACGK,SADH,CADF;AAKD;AACF,GA5BuB,EA4BrBb,aA5BqB,CAAxB;;AA8BA,sBACE;AAAK,iBAAU,kBAAf;AAAkC,IAAA,SAAS,EAAEc,eAAMG;AAAnD,KACGhB,eADH,CADF;AAKD,CArCD;;AAuCA,MAAMiB,aAAN,iEACKC,kBAASC,SADd;AAEEd,EAAAA,IAAI,EAAEe,mBAAUC;AAFlB;AAKAzB,QAAQ,CAACuB,SAAT,2CAAqB;AACnBtB,EAAAA,QAAQ,EAAEuB,mBAAUC,MADD;AAEnBvB,EAAAA,OAAO,EAAEsB,mBAAUE,OAAV,CACPF,mBAAUG,SAAV,CAAoB,CAACH,mBAAUI,KAAV,CAAgBN,kBAASC,SAAzB,CAAD,EAAsCC,mBAAUI,KAAV,CAAgBP,aAAhB,CAAtC,CAApB,CADO;AAFU,CAArB;eAOerB,Q","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {map, find} from 'lodash/fp';\nimport parseTemplateString from '../../../util/parse-template-string';\nimport DropDown from '../drop-down';\nimport FreeText from '../free-text';\nimport style from './style.css';\n\nconst Template = ({template, answers}) => {\n const totalTemplate = parseTemplateString(template);\n const templateCompose = map.convert({cap: false})((part, key) => {\n const type = part.type;\n if (type === 'string') {\n return (\n <span\n key={key}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: part.value}}\n />\n );\n }\n if (type === 'answerField') {\n const field = find({name: part.value}, answers);\n if (!field) return null;\n const {type: fieldType, ...fieldProps} = field;\n const fieldView =\n fieldType === 'text' ? (\n <FreeText {...fieldProps} className={style.text} />\n ) : (\n <DropDown {...fieldProps} theme=\"player\" />\n );\n\n return (\n <div className={style.answerType} key={part.value}>\n {fieldView}\n </div>\n );\n }\n }, totalTemplate);\n\n return (\n <div data-name=\"template-wrapper\" className={style.wrapper}>\n {templateCompose}\n </div>\n );\n};\n\nconst TextPropTypes = {\n ...DropDown.propTypes,\n type: PropTypes.string\n};\n\nTemplate.propTypes = {\n template: PropTypes.string,\n answers: PropTypes.arrayOf(\n PropTypes.oneOfType([PropTypes.shape(DropDown.propTypes), PropTypes.shape(TextPropTypes)])\n )\n};\n\nexport default Template;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/molecule/questions/template/index.js"],"names":["Template","template","answers","totalTemplate","templateCompose","convert","cap","part","key","type","style","textPart","__html","value","field","name","fieldType","fieldProps","fieldView","text","answerType","wrapper","TextPropTypes","DropDown","propTypes","PropTypes","string","arrayOf","oneOfType","shape"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;;AACA;;AACA;;AACA;;;;;;;;AAEA,MAAMA,QAAQ,GAAG,CAAC;AAACC,EAAAA,QAAD;AAAWC,EAAAA;AAAX,CAAD,KAAyB;AACxC,QAAMC,aAAa,GAAG,kCAAoBF,QAApB,CAAtB;;AACA,QAAMG,eAAe,GAAG,cAAIC,OAAJ,CAAY;AAACC,IAAAA,GAAG,EAAE;AAAN,GAAZ,EAA0B,CAACC,IAAD,EAAOC,GAAP,KAAe;AAC/D,UAAMC,IAAI,GAAGF,IAAI,CAACE,IAAlB;;AACA,QAAIA,IAAI,KAAK,QAAb,EAAuB;AACrB,0BACE;AACE,QAAA,GAAG,EAAED,GADP;AAEE,QAAA,SAAS,EAAEE,eAAMC,QAFnB,CAGE;AAHF;AAIE,QAAA,uBAAuB,EAAE;AAACC,UAAAA,MAAM,EAAEL,IAAI,CAACM;AAAd;AAJ3B,QADF;AAQD;;AACD,QAAIJ,IAAI,KAAK,aAAb,EAA4B;AAC1B,YAAMK,KAAK,GAAG,oBAAK;AAACC,QAAAA,IAAI,EAAER,IAAI,CAACM;AAAZ,OAAL,EAAyBX,OAAzB,CAAd;AACA,UAAI,CAACY,KAAL,EAAY,OAAO,IAAP;;AACZ,YAAM;AAACL,QAAAA,IAAI,EAAEO;AAAP,UAAmCF,KAAzC;AAAA,YAA2BG,UAA3B,iCAAyCH,KAAzC;;AACA,YAAMI,SAAS,GACbF,SAAS,KAAK,MAAd,gBACE,6BAAC,iBAAD,eAAcC,UAAd;AAA0B,QAAA,SAAS,EAAEP,eAAMS;AAA3C,SADF,gBAGE,6BAAC,iBAAD,eAAcF,UAAd;AAA0B,QAAA,KAAK,EAAC;AAAhC,SAJJ;AAOA,0BACE;AAAK,QAAA,SAAS,EAAEP,eAAMU,UAAtB;AAAkC,QAAA,GAAG,EAAEb,IAAI,CAACM;AAA5C,SACGK,SADH,CADF;AAKD;AACF,GA7BuB,EA6BrBf,aA7BqB,CAAxB;;AA+BA,sBACE;AAAK,iBAAU,kBAAf;AAAkC,IAAA,SAAS,EAAEO,eAAMW;AAAnD,KACGjB,eADH,CADF;AAKD,CAtCD;;AAwCA,MAAMkB,aAAN,iEACKC,kBAASC,SADd;AAEEf,EAAAA,IAAI,EAAEgB,mBAAUC;AAFlB;AAKA1B,QAAQ,CAACwB,SAAT,2CAAqB;AACnBvB,EAAAA,QAAQ,EAAEwB,mBAAUC,MADD;AAEnBxB,EAAAA,OAAO,EAAEuB,mBAAUE,OAAV,CACPF,mBAAUG,SAAV,CAAoB,CAACH,mBAAUI,KAAV,CAAgBN,kBAASC,SAAzB,CAAD,EAAsCC,mBAAUI,KAAV,CAAgBP,aAAhB,CAAtC,CAApB,CADO;AAFU,CAArB;eAOetB,Q","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {map, find} from 'lodash/fp';\nimport parseTemplateString from '../../../util/parse-template-string';\nimport DropDown from '../drop-down';\nimport FreeText from '../free-text';\nimport style from './style.css';\n\nconst Template = ({template, answers}) => {\n const totalTemplate = parseTemplateString(template);\n const templateCompose = map.convert({cap: false})((part, key) => {\n const type = part.type;\n if (type === 'string') {\n return (\n <span\n key={key}\n className={style.textPart}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: part.value}}\n />\n );\n }\n if (type === 'answerField') {\n const field = find({name: part.value}, answers);\n if (!field) return null;\n const {type: fieldType, ...fieldProps} = field;\n const fieldView =\n fieldType === 'text' ? (\n <FreeText {...fieldProps} className={style.text} />\n ) : (\n <DropDown {...fieldProps} theme=\"player\" />\n );\n\n return (\n <div className={style.answerType} key={part.value}>\n {fieldView}\n </div>\n );\n }\n }, totalTemplate);\n\n return (\n <div data-name=\"template-wrapper\" className={style.wrapper}>\n {templateCompose}\n </div>\n );\n};\n\nconst TextPropTypes = {\n ...DropDown.propTypes,\n type: PropTypes.string\n};\n\nTemplate.propTypes = {\n template: PropTypes.string,\n answers: PropTypes.arrayOf(\n PropTypes.oneOfType([PropTypes.shape(DropDown.propTypes), PropTypes.shape(TextPropTypes)])\n )\n};\n\nexport default Template;\n"],"file":"index.js"}
@@ -1,6 +1,8 @@
1
1
  @value breakpoints: "../../../variables/breakpoints.css";
2
2
  @value mobile from breakpoints;
3
3
  @value tablet from breakpoints;
4
+ @value colors: "../../../variables/colors.css";
5
+ @value cm_blue_900 from colors;
4
6
 
5
7
  .wrapper {
6
8
  display: block;
@@ -15,6 +17,10 @@
15
17
  text-align: center;
16
18
  }
17
19
 
20
+ .textPart {
21
+ color: cm_blue_900;
22
+ }
23
+
18
24
  .answerType {
19
25
  display: inline-block;
20
26
  margin: 4px 0 8px;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -133,7 +133,7 @@
133
133
  text-align: center;
134
134
  }
135
135
 
136
- ul {
136
+ .container ul {
137
137
  list-style: none;
138
138
  padding: 0px;
139
139
  margin: 0px;
@@ -215,7 +215,7 @@ ul {
215
215
  margin: 0px;
216
216
  }
217
217
 
218
- label {
218
+ .container label {
219
219
  width: 100%;
220
220
  right: 0px;
221
221
  display: flex;
@@ -223,11 +223,11 @@ ul {
223
223
  cursor: pointer;
224
224
  }
225
225
 
226
- label .tabletSummaryTitle{
226
+ .container label .tabletSummaryTitle{
227
227
  flex: 0 1 100%;
228
228
  }
229
229
 
230
- label .tabletSummaryIcon{
230
+ .container label .tabletSummaryIcon{
231
231
  width: 12px;
232
232
  transition: all 0.5s ease;
233
233
  }
@@ -12,8 +12,6 @@ var _default = _interopRequireDefault(require("./fixtures/default"));
12
12
 
13
13
  var _oneSection = _interopRequireDefault(require("./fixtures/one-section"));
14
14
 
15
- var _organizeCourses = _interopRequireDefault(require("./fixtures/organize-courses"));
16
-
17
15
  var _tabletClosed = _interopRequireDefault(require("./fixtures/tablet-closed"));
18
16
 
19
17
  var _threeSections = _interopRequireDefault(require("./fixtures/three-sections"));
@@ -30,7 +28,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
30
28
  });
31
29
  (0, _ava.default)('Molecule › MoleculeWizardSummary › Default › should be rendered', _renderComponent.default, _.default, _default.default);
32
30
  (0, _ava.default)('Molecule › MoleculeWizardSummary › OneSection › should be rendered', _renderComponent.default, _.default, _oneSection.default);
33
- (0, _ava.default)('Molecule › MoleculeWizardSummary › OrganizeCourses › should be rendered', _renderComponent.default, _.default, _organizeCourses.default);
34
31
  (0, _ava.default)('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', _renderComponent.default, _.default, _tabletClosed.default);
35
32
  (0, _ava.default)('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', _renderComponent.default, _.default, _threeSections.default);
36
33
  (0, _ava.default)('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', _renderComponent.default, _.default, _twoSections.default);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/molecule/wizard-summary/test/fixtures.js"],"names":["t","pass","MoleculeWizardSummary","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault","fixtureOneSection","fixtureOrganizeCourses","fixtureTabletClosed","fixtureThreeSections","fixtureTwoSections"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,gEAAL,EAAuEA,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAsBC,SAA9B,EAAyC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0DAAyDF,GAAI,mEAAtF;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,iEAAL,EAAwEG,wBAAxE,EAA8FN,SAA9F,EAAqHO,gBAArH;AACA,kBAAK,oEAAL,EAA2ED,wBAA3E,EAAiGN,SAAjG,EAAwHQ,mBAAxH;AACA,kBAAK,yEAAL,EAAgFF,wBAAhF,EAAsGN,SAAtG,EAA6HS,wBAA7H;AACA,kBAAK,sEAAL,EAA6EH,wBAA7E,EAAmGN,SAAnG,EAA0HU,qBAA1H;AACA,kBAAK,uEAAL,EAA8EJ,wBAA9E,EAAoGN,SAApG,EAA2HW,sBAA3H;AACA,kBAAK,qEAAL,EAA4EL,wBAA5E,EAAkGN,SAAlG,EAAyHY,oBAAzH","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeWizardSummary from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOneSection from './fixtures/one-section';\nimport fixtureOrganizeCourses from './fixtures/organize-courses';\nimport fixtureTabletClosed from './fixtures/tablet-closed';\nimport fixtureThreeSections from './fixtures/three-sections';\nimport fixtureTwoSections from './fixtures/two-sections';\n\ntest('Molecule › MoleculeWizardSummary > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeWizardSummary.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeWizardSummary.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeWizardSummary › Default › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureDefault);\ntest('Molecule › MoleculeWizardSummary › OneSection › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOneSection);\ntest('Molecule › MoleculeWizardSummary › OrganizeCourses › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOrganizeCourses);\ntest('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTabletClosed);\ntest('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureThreeSections);\ntest('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTwoSections);\n"],"file":"fixtures.js"}
1
+ {"version":3,"sources":["../../../../src/molecule/wizard-summary/test/fixtures.js"],"names":["t","pass","MoleculeWizardSummary","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault","fixtureOneSection","fixtureTabletClosed","fixtureThreeSections","fixtureTwoSections"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,gEAAL,EAAuEA,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAsBC,SAA9B,EAAyC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0DAAyDF,GAAI,mEAAtF;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,iEAAL,EAAwEG,wBAAxE,EAA8FN,SAA9F,EAAqHO,gBAArH;AACA,kBAAK,oEAAL,EAA2ED,wBAA3E,EAAiGN,SAAjG,EAAwHQ,mBAAxH;AACA,kBAAK,sEAAL,EAA6EF,wBAA7E,EAAmGN,SAAnG,EAA0HS,qBAA1H;AACA,kBAAK,uEAAL,EAA8EH,wBAA9E,EAAoGN,SAApG,EAA2HU,sBAA3H;AACA,kBAAK,qEAAL,EAA4EJ,wBAA5E,EAAkGN,SAAlG,EAAyHW,oBAAzH","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeWizardSummary from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOneSection from './fixtures/one-section';\nimport fixtureTabletClosed from './fixtures/tablet-closed';\nimport fixtureThreeSections from './fixtures/three-sections';\nimport fixtureTwoSections from './fixtures/two-sections';\n\ntest('Molecule › MoleculeWizardSummary > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeWizardSummary.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeWizardSummary.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeWizardSummary › Default › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureDefault);\ntest('Molecule › MoleculeWizardSummary › OneSection › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOneSection);\ntest('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTabletClosed);\ntest('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureThreeSections);\ntest('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTwoSections);\n"],"file":"fixtures.js"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -14,8 +14,6 @@ var _playlistGeneralSettingsCreate = _interopRequireDefault(require("./fixtures/
14
14
 
15
15
  var _playlistGeneralSettingsEdit = _interopRequireDefault(require("./fixtures/playlist-general-settings-edit"));
16
16
 
17
- var _playlistOrganizeCourses = _interopRequireDefault(require("./fixtures/playlist-organize-courses"));
18
-
19
17
  var _playlistPopulationsCreate = _interopRequireDefault(require("./fixtures/playlist-populations-create"));
20
18
 
21
19
  var _playlistTranslateEdit = _interopRequireDefault(require("./fixtures/playlist-translate-edit"));
@@ -31,7 +29,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
31
29
  (0, _ava.default)('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', _renderComponent.default, _.default, _playlistAddCoursesCreate.default);
32
30
  (0, _ava.default)('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', _renderComponent.default, _.default, _playlistGeneralSettingsCreate.default);
33
31
  (0, _ava.default)('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', _renderComponent.default, _.default, _playlistGeneralSettingsEdit.default);
34
- (0, _ava.default)('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', _renderComponent.default, _.default, _playlistOrganizeCourses.default);
35
32
  (0, _ava.default)('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', _renderComponent.default, _.default, _playlistPopulationsCreate.default);
36
33
  (0, _ava.default)('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', _renderComponent.default, _.default, _playlistTranslateEdit.default);
37
34
  //# sourceMappingURL=fixtures.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/organism/wizard-contents/test/fixtures.js"],"names":["t","pass","OrganismWizardContents","propTypes","value","key","not","undefined","renderComponentMacro","fixturePlaylistAddCoursesCreate","fixturePlaylistGeneralSettingsCreate","fixturePlaylistGeneralSettingsEdit","fixturePlaylistOrganizeCourses","fixturePlaylistPopulationsCreate","fixturePlaylistTranslateEdit"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,iEAAL,EAAwEA,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAuBC,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,mFAAL,EAA0FG,wBAA1F,EAAgHN,SAAhH,EAAwIO,iCAAxI;AACA,kBAAK,wFAAL,EAA+FD,wBAA/F,EAAqHN,SAArH,EAA6IQ,sCAA7I;AACA,kBAAK,sFAAL,EAA6FF,wBAA7F,EAAmHN,SAAnH,EAA2IS,oCAA3I;AACA,kBAAK,kFAAL,EAAyFH,wBAAzF,EAA+GN,SAA/G,EAAuIU,gCAAvI;AACA,kBAAK,oFAAL,EAA2FJ,wBAA3F,EAAiHN,SAAjH,EAAyIW,kCAAzI;AACA,kBAAK,gFAAL,EAAuFL,wBAAvF,EAA6GN,SAA7G,EAAqIY,8BAArI","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismWizardContents from '..';\nimport fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';\nimport fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';\nimport fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';\nimport fixturePlaylistOrganizeCourses from './fixtures/playlist-organize-courses';\nimport fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';\nimport fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';\n\ntest('Organism › OrganismWizardContents > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismWizardContents.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismWizardContents.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);\ntest('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistOrganizeCourses);\ntest('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);\ntest('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);\n"],"file":"fixtures.js"}
1
+ {"version":3,"sources":["../../../../src/organism/wizard-contents/test/fixtures.js"],"names":["t","pass","OrganismWizardContents","propTypes","value","key","not","undefined","renderComponentMacro","fixturePlaylistAddCoursesCreate","fixturePlaylistGeneralSettingsCreate","fixturePlaylistGeneralSettingsEdit","fixturePlaylistPopulationsCreate","fixturePlaylistTranslateEdit"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,iEAAL,EAAwEA,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAuBC,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,mFAAL,EAA0FG,wBAA1F,EAAgHN,SAAhH,EAAwIO,iCAAxI;AACA,kBAAK,wFAAL,EAA+FD,wBAA/F,EAAqHN,SAArH,EAA6IQ,sCAA7I;AACA,kBAAK,sFAAL,EAA6FF,wBAA7F,EAAmHN,SAAnH,EAA2IS,oCAA3I;AACA,kBAAK,oFAAL,EAA2FH,wBAA3F,EAAiHN,SAAjH,EAAyIU,kCAAzI;AACA,kBAAK,gFAAL,EAAuFJ,wBAAvF,EAA6GN,SAA7G,EAAqIW,8BAArI","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismWizardContents from '..';\nimport fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';\nimport fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';\nimport fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';\nimport fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';\nimport fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';\n\ntest('Organism › OrganismWizardContents > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismWizardContents.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismWizardContents.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);\ntest('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);\ntest('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);\n"],"file":"fixtures.js"}
File without changes
File without changes
File without changes