@coorpacademy/components 10.0.50 → 10.1.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 (795) hide show
  1. package/es/atom/autocomplete/test/fixtures.js +19 -0
  2. package/es/atom/autocomplete/test/fixtures.js.map +1 -0
  3. package/es/atom/avatar/test/fixtures.js +13 -0
  4. package/es/atom/avatar/test/fixtures.js.map +1 -0
  5. package/es/atom/button/test/fixtures.js +27 -0
  6. package/es/atom/button/test/fixtures.js.map +1 -0
  7. package/es/atom/catalog-section/test/fixtures.js +15 -0
  8. package/es/atom/catalog-section/test/fixtures.js.map +1 -0
  9. package/es/atom/centered-text/test/fixtures.js +13 -0
  10. package/es/atom/centered-text/test/fixtures.js.map +1 -0
  11. package/es/atom/checkbox/test/fixtures.js +19 -0
  12. package/es/atom/checkbox/test/fixtures.js.map +1 -0
  13. package/es/atom/chips/index.js +36 -0
  14. package/es/atom/chips/index.js.map +1 -0
  15. package/es/atom/chips/style.css +66 -0
  16. package/es/atom/chips/test/fixtures/default.js +9 -0
  17. package/es/atom/chips/test/fixtures/default.js.map +1 -0
  18. package/es/atom/chips/test/fixtures/non-selected.js +9 -0
  19. package/es/atom/chips/test/fixtures/non-selected.js.map +1 -0
  20. package/es/atom/chips/test/fixtures.js +15 -0
  21. package/es/atom/chips/test/fixtures.js.map +1 -0
  22. package/es/atom/clue/test/fixtures.js +17 -0
  23. package/es/atom/clue/test/fixtures.js.map +1 -0
  24. package/es/atom/content-badge/index.js +21 -0
  25. package/es/atom/content-badge/index.js.map +1 -0
  26. package/es/atom/content-badge/style.css +59 -0
  27. package/es/atom/content-badge/test/fixtures/advanced.js +7 -0
  28. package/es/atom/content-badge/test/fixtures/advanced.js.map +1 -0
  29. package/es/atom/content-badge/test/fixtures/article.js +7 -0
  30. package/es/atom/content-badge/test/fixtures/article.js.map +1 -0
  31. package/es/atom/content-badge/test/fixtures/chapter.js +7 -0
  32. package/es/atom/content-badge/test/fixtures/chapter.js.map +1 -0
  33. package/es/atom/content-badge/test/fixtures/coach.js +7 -0
  34. package/es/atom/content-badge/test/fixtures/coach.js.map +1 -0
  35. package/es/atom/content-badge/test/fixtures/default.js +7 -0
  36. package/es/atom/content-badge/test/fixtures/default.js.map +1 -0
  37. package/es/atom/content-badge/test/fixtures/podcast.js +7 -0
  38. package/es/atom/content-badge/test/fixtures/podcast.js.map +1 -0
  39. package/es/atom/content-badge/test/fixtures/scorm.js +7 -0
  40. package/es/atom/content-badge/test/fixtures/scorm.js.map +1 -0
  41. package/es/atom/content-badge/test/fixtures/video.js +7 -0
  42. package/es/atom/content-badge/test/fixtures/video.js.map +1 -0
  43. package/es/atom/content-badge/test/fixtures.js +27 -0
  44. package/es/atom/content-badge/test/fixtures.js.map +1 -0
  45. package/es/atom/cta/test/fixtures.js +37 -0
  46. package/es/atom/cta/test/fixtures.js.map +1 -0
  47. package/es/atom/difficulty-level/test/fixtures.js +19 -0
  48. package/es/atom/difficulty-level/test/fixtures.js.map +1 -0
  49. package/es/atom/drag-and-drop/test/fixtures.js +23 -0
  50. package/es/atom/drag-and-drop/test/fixtures.js.map +1 -0
  51. package/es/atom/image-upload/test/fixtures.js +29 -0
  52. package/es/atom/image-upload/test/fixtures.js.map +1 -0
  53. package/es/atom/input-checkbox/test/fixtures.js +25 -0
  54. package/es/atom/input-checkbox/test/fixtures.js.map +1 -0
  55. package/es/atom/input-color/test/fixtures.js +19 -0
  56. package/es/atom/input-color/test/fixtures.js.map +1 -0
  57. package/es/atom/input-doublestep/test/fixtures.js +21 -0
  58. package/es/atom/input-doublestep/test/fixtures.js.map +1 -0
  59. package/es/atom/input-html/test/fixtures.js +17 -0
  60. package/es/atom/input-html/test/fixtures.js.map +1 -0
  61. package/es/atom/input-readonly/test/fixtures.js +13 -0
  62. package/es/atom/input-readonly/test/fixtures.js.map +1 -0
  63. package/es/atom/input-switch/test/fixtures.js +23 -0
  64. package/es/atom/input-switch/test/fixtures.js.map +1 -0
  65. package/es/atom/input-text/test/fixtures.js +25 -0
  66. package/es/atom/input-text/test/fixtures.js.map +1 -0
  67. package/es/atom/input-textarea/test/fixtures.js +17 -0
  68. package/es/atom/input-textarea/test/fixtures.js.map +1 -0
  69. package/es/atom/label/test/fixtures.js +15 -0
  70. package/es/atom/label/test/fixtures.js.map +1 -0
  71. package/es/atom/life/test/fixtures.js +25 -0
  72. package/es/atom/life/test/fixtures.js.map +1 -0
  73. package/es/atom/link/test/fixtures.js +17 -0
  74. package/es/atom/link/test/fixtures.js.map +1 -0
  75. package/es/atom/loader/test/fixtures.js +13 -0
  76. package/es/atom/loader/test/fixtures.js.map +1 -0
  77. package/es/atom/notification/test/fixtures.js +17 -0
  78. package/es/atom/notification/test/fixtures.js.map +1 -0
  79. package/es/atom/picture/test/fixtures.js +19 -0
  80. package/es/atom/picture/test/fixtures.js.map +1 -0
  81. package/es/atom/picture-background/test/fixtures.js +19 -0
  82. package/es/atom/picture-background/test/fixtures.js.map +1 -0
  83. package/es/atom/promo-code/test/fixtures.js +17 -0
  84. package/es/atom/promo-code/test/fixtures.js.map +1 -0
  85. package/es/atom/provider/test/fixtures.js +13 -0
  86. package/es/atom/provider/test/fixtures.js.map +1 -0
  87. package/es/atom/radio-group/test/fixtures.js +17 -0
  88. package/es/atom/radio-group/test/fixtures.js.map +1 -0
  89. package/es/atom/range/test/fixtures.js +15 -0
  90. package/es/atom/range/test/fixtures.js.map +1 -0
  91. package/es/atom/resource-miniature/test/fixtures.js +21 -0
  92. package/es/atom/resource-miniature/test/fixtures.js.map +1 -0
  93. package/es/atom/select/test/fixtures.js +43 -0
  94. package/es/atom/select/test/fixtures.js.map +1 -0
  95. package/es/atom/slide/test/fixtures.js +21 -0
  96. package/es/atom/slide/test/fixtures.js.map +1 -0
  97. package/es/atom/social-link/test/fixtures.js +17 -0
  98. package/es/atom/social-link/test/fixtures.js.map +1 -0
  99. package/es/atom/spinner/test/fixtures.js +13 -0
  100. package/es/atom/spinner/test/fixtures.js.map +1 -0
  101. package/es/atom/tab/test/fixtures.js +13 -0
  102. package/es/atom/tab/test/fixtures.js.map +1 -0
  103. package/es/atom/tab-content/test/fixtures.js +15 -0
  104. package/es/atom/tab-content/test/fixtures.js.map +1 -0
  105. package/es/atom/title/test/fixtures.js +17 -0
  106. package/es/atom/title/test/fixtures.js.map +1 -0
  107. package/es/atom/video-upload/test/fixtures.js +21 -0
  108. package/es/atom/video-upload/test/fixtures.js.map +1 -0
  109. package/es/atom/wizard-steps/index.js +38 -0
  110. package/es/atom/wizard-steps/index.js.map +1 -0
  111. package/es/atom/wizard-steps/style.css +150 -0
  112. package/es/atom/wizard-steps/test/fixtures/default.js +28 -0
  113. package/es/atom/wizard-steps/test/fixtures/default.js.map +1 -0
  114. package/es/atom/wizard-steps/test/fixtures/first-step.js +28 -0
  115. package/es/atom/wizard-steps/test/fixtures/first-step.js.map +1 -0
  116. package/es/atom/wizard-steps/test/fixtures/last-step.js +28 -0
  117. package/es/atom/wizard-steps/test/fixtures/last-step.js.map +1 -0
  118. package/es/atom/wizard-steps/test/fixtures.js +17 -0
  119. package/es/atom/wizard-steps/test/fixtures.js.map +1 -0
  120. package/es/hoc/animation/test/fixtures.js +15 -0
  121. package/es/hoc/animation/test/fixtures.js.map +1 -0
  122. package/es/hoc/animation-scheduler/test/fixtures.js +15 -0
  123. package/es/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  124. package/es/hoc/swapper/test/fixtures.js +13 -0
  125. package/es/hoc/swapper/test/fixtures.js.map +1 -0
  126. package/es/hoc/transition/test/fixtures.js +13 -0
  127. package/es/hoc/transition/test/fixtures.js.map +1 -0
  128. package/es/molecule/add-to-my-list/test/fixtures.js +15 -0
  129. package/es/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  130. package/es/molecule/answer/test/fixtures.js +35 -0
  131. package/es/molecule/answer/test/fixtures.js.map +1 -0
  132. package/es/molecule/audio/test/fixtures.js +15 -0
  133. package/es/molecule/audio/test/fixtures.js.map +1 -0
  134. package/es/molecule/battle-request/test/fixtures.js +15 -0
  135. package/es/molecule/battle-request/test/fixtures.js.map +1 -0
  136. package/es/molecule/brand-card/test/fixtures.js +15 -0
  137. package/es/molecule/brand-card/test/fixtures.js.map +1 -0
  138. package/es/molecule/brand-card-create/test/fixtures.js +13 -0
  139. package/es/molecule/brand-card-create/test/fixtures.js.map +1 -0
  140. package/es/molecule/brand-create-form/test/fixtures.js +19 -0
  141. package/es/molecule/brand-create-form/test/fixtures.js.map +1 -0
  142. package/es/molecule/brand-download-box/test/fixtures.js +17 -0
  143. package/es/molecule/brand-download-box/test/fixtures.js.map +1 -0
  144. package/es/molecule/brand-form-group/test/fixtures.js +33 -0
  145. package/es/molecule/brand-form-group/test/fixtures.js.map +1 -0
  146. package/es/molecule/brand-tabs/test/fixtures.js +29 -0
  147. package/es/molecule/brand-tabs/test/fixtures.js.map +1 -0
  148. package/es/molecule/brand-upload-box/test/fixtures.js +17 -0
  149. package/es/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  150. package/es/molecule/breadcrumbs/test/fixtures.js +13 -0
  151. package/es/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  152. package/es/molecule/card/test/fixtures.js +39 -0
  153. package/es/molecule/card/test/fixtures.js.map +1 -0
  154. package/es/molecule/card-content/test/fixtures.js +27 -0
  155. package/es/molecule/card-content/test/fixtures.js.map +1 -0
  156. package/es/molecule/card-with-button/test/fixtures.js +17 -0
  157. package/es/molecule/card-with-button/test/fixtures.js.map +1 -0
  158. package/es/molecule/cookie-banner/test/fixtures.js +13 -0
  159. package/es/molecule/cookie-banner/test/fixtures.js.map +1 -0
  160. package/es/molecule/coorp-manager-roles/test/fixtures.js +13 -0
  161. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  162. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +15 -0
  163. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  164. package/es/molecule/dashboard/cards-list/test/fixtures.js +23 -0
  165. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  166. package/es/molecule/dashboard/news-list/test/fixtures.js +17 -0
  167. package/es/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  168. package/es/molecule/dashboard/start-battle/test/fixtures.js +15 -0
  169. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  170. package/es/molecule/discipline-cta/test/fixtures.js +15 -0
  171. package/es/molecule/discipline-cta/test/fixtures.js.map +1 -0
  172. package/es/molecule/discipline-header/test/fixtures.js +27 -0
  173. package/es/molecule/discipline-header/test/fixtures.js.map +1 -0
  174. package/es/molecule/discipline-partners/index.js +5 -2
  175. package/es/molecule/discipline-partners/index.js.map +1 -1
  176. package/es/molecule/discipline-partners/test/fixtures.js +21 -0
  177. package/es/molecule/discipline-partners/test/fixtures.js.map +1 -0
  178. package/es/molecule/discipline-scope/test/fixtures.js +27 -0
  179. package/es/molecule/discipline-scope/test/fixtures.js.map +1 -0
  180. package/es/molecule/drag-and-drop/test/fixtures.js +25 -0
  181. package/es/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  182. package/es/molecule/external-content-button/test/fixtures.js +19 -0
  183. package/es/molecule/external-content-button/test/fixtures.js.map +1 -0
  184. package/es/molecule/external-content-viewer/test/fixtures.js +27 -0
  185. package/es/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  186. package/es/molecule/feedback/test/fixtures.js +27 -0
  187. package/es/molecule/feedback/test/fixtures.js.map +1 -0
  188. package/es/molecule/filters/test/fixtures.js +33 -0
  189. package/es/molecule/filters/test/fixtures.js.map +1 -0
  190. package/es/molecule/forum/forum-comment/test/fixtures.js +17 -0
  191. package/es/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  192. package/es/molecule/forum/forum-post/test/fixtures.js +31 -0
  193. package/es/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  194. package/es/molecule/forum/forum-thread/test/fixtures.js +17 -0
  195. package/es/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  196. package/es/molecule/hero/test/fixtures.js +15 -0
  197. package/es/molecule/hero/test/fixtures.js.map +1 -0
  198. package/es/molecule/login-alert/test/fixtures.js +13 -0
  199. package/es/molecule/login-alert/test/fixtures.js.map +1 -0
  200. package/es/molecule/menu-list/test/fixtures.js +13 -0
  201. package/es/molecule/menu-list/test/fixtures.js.map +1 -0
  202. package/es/molecule/message-popin/test/fixtures.js +13 -0
  203. package/es/molecule/message-popin/test/fixtures.js.map +1 -0
  204. package/es/molecule/modal/test/fixtures.js +13 -0
  205. package/es/molecule/modal/test/fixtures.js.map +1 -0
  206. package/es/molecule/module-bubble/test/fixtures.js +17 -0
  207. package/es/molecule/module-bubble/test/fixtures.js.map +1 -0
  208. package/es/molecule/module-card/test/fixtures.js +17 -0
  209. package/es/molecule/module-card/test/fixtures.js.map +1 -0
  210. package/es/molecule/news/test/fixtures.js +23 -0
  211. package/es/molecule/news/test/fixtures.js.map +1 -0
  212. package/es/molecule/notification-banner/test/fixtures.js +17 -0
  213. package/es/molecule/notification-banner/test/fixtures.js.map +1 -0
  214. package/es/molecule/pagination/test/fixtures.js +15 -0
  215. package/es/molecule/pagination/test/fixtures.js.map +1 -0
  216. package/es/molecule/payment-form/test/fixtures.js +17 -0
  217. package/es/molecule/payment-form/test/fixtures.js.map +1 -0
  218. package/es/molecule/pdf/test/fixtures.js +13 -0
  219. package/es/molecule/pdf/test/fixtures.js.map +1 -0
  220. package/es/molecule/popin/test/fixtures.js +21 -0
  221. package/es/molecule/popin/test/fixtures.js.map +1 -0
  222. package/es/molecule/product-card/test/fixtures.js +13 -0
  223. package/es/molecule/product-card/test/fixtures.js.map +1 -0
  224. package/es/molecule/progress-bar/test/fixtures.js +15 -0
  225. package/es/molecule/progress-bar/test/fixtures.js.map +1 -0
  226. package/es/molecule/questions/drop-down/test/fixtures.js +15 -0
  227. package/es/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  228. package/es/molecule/questions/free-text/test/fixtures.js +15 -0
  229. package/es/molecule/questions/free-text/test/fixtures.js.map +1 -0
  230. package/es/molecule/questions/qcm/test/fixtures.js +19 -0
  231. package/es/molecule/questions/qcm/test/fixtures.js.map +1 -0
  232. package/es/molecule/questions/qcm-drag/test/fixtures.js +15 -0
  233. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  234. package/es/molecule/questions/qcm-graphic/test/fixtures.js +15 -0
  235. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  236. package/es/molecule/questions/question-range/test/fixtures.js +13 -0
  237. package/es/molecule/questions/question-range/test/fixtures.js.map +1 -0
  238. package/es/molecule/questions/template/test/fixtures.js +15 -0
  239. package/es/molecule/questions/template/test/fixtures.js.map +1 -0
  240. package/es/molecule/quick-access-card/test/fixtures.js +21 -0
  241. package/es/molecule/quick-access-card/test/fixtures.js.map +1 -0
  242. package/es/molecule/quick-access-cards-group/test/fixtures.js +21 -0
  243. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  244. package/es/molecule/resource-player/test/fixtures.js +25 -0
  245. package/es/molecule/resource-player/test/fixtures.js.map +1 -0
  246. package/es/molecule/scope-content/test/fixtures.js +27 -0
  247. package/es/molecule/scope-content/test/fixtures.js.map +1 -0
  248. package/es/molecule/scope-tabs/test/fixtures.js +17 -0
  249. package/es/molecule/scope-tabs/test/fixtures.js.map +1 -0
  250. package/es/molecule/search/test/fixtures.js +15 -0
  251. package/es/molecule/search/test/fixtures.js.map +1 -0
  252. package/es/molecule/search-form/test/fixtures.js +13 -0
  253. package/es/molecule/search-form/test/fixtures.js.map +1 -0
  254. package/es/molecule/select-multiple/test/fixtures.js +23 -0
  255. package/es/molecule/select-multiple/test/fixtures.js.map +1 -0
  256. package/es/molecule/setup-cohort-item/test/fixtures.js +19 -0
  257. package/es/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  258. package/es/molecule/setup-section/test/fixtures.js +25 -0
  259. package/es/molecule/setup-section/test/fixtures.js.map +1 -0
  260. package/es/molecule/setup-sections/test/fixtures.js +19 -0
  261. package/es/molecule/setup-sections/test/fixtures.js.map +1 -0
  262. package/es/molecule/setup-slide/test/fixtures.js +23 -0
  263. package/es/molecule/setup-slide/test/fixtures.js.map +1 -0
  264. package/es/molecule/setup-slider/test/fixtures.js +15 -0
  265. package/es/molecule/setup-slider/test/fixtures.js.map +1 -0
  266. package/es/molecule/share/test/fixtures.js +13 -0
  267. package/es/molecule/share/test/fixtures.js.map +1 -0
  268. package/es/molecule/ssmenu-list/test/fixtures.js +19 -0
  269. package/es/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  270. package/es/molecule/subscription-freemium/test/fixtures.js +13 -0
  271. package/es/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  272. package/es/molecule/subscription-premium/test/fixtures.js +15 -0
  273. package/es/molecule/subscription-premium/test/fixtures.js.map +1 -0
  274. package/es/molecule/table/test/fixtures.js +19 -0
  275. package/es/molecule/table/test/fixtures.js.map +1 -0
  276. package/es/molecule/teams-popin/test/fixtures.js +29 -0
  277. package/es/molecule/teams-popin/test/fixtures.js.map +1 -0
  278. package/es/molecule/theme-image/test/fixtures.js +13 -0
  279. package/es/molecule/theme-image/test/fixtures.js.map +1 -0
  280. package/es/molecule/titled-checkbox/test/fixtures.js +17 -0
  281. package/es/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  282. package/es/molecule/unsubscribe/test/fixtures.js +15 -0
  283. package/es/molecule/unsubscribe/test/fixtures.js.map +1 -0
  284. package/es/molecule/vertical-tabs/index.js +51 -0
  285. package/es/molecule/vertical-tabs/index.js.map +1 -0
  286. package/es/molecule/vertical-tabs/style.css +69 -0
  287. package/es/molecule/vertical-tabs/test/fixtures/default.js +41 -0
  288. package/es/molecule/vertical-tabs/test/fixtures/default.js.map +1 -0
  289. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.js +81 -0
  290. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.js.map +1 -0
  291. package/es/molecule/vertical-tabs/test/fixtures.js +15 -0
  292. package/es/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  293. package/es/molecule/video-iframe/test/fixtures.js +25 -0
  294. package/es/molecule/video-iframe/test/fixtures.js.map +1 -0
  295. package/es/molecule/video-player/test/fixtures.js +29 -0
  296. package/es/molecule/video-player/test/fixtures.js.map +1 -0
  297. package/es/molecule/wizard-summary/test/fixtures.js +19 -0
  298. package/es/molecule/wizard-summary/test/fixtures.js.map +1 -0
  299. package/es/organism/accordion/container/test/fixtures.js +17 -0
  300. package/es/organism/accordion/container/test/fixtures.js.map +1 -0
  301. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +17 -0
  302. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  303. package/es/organism/accordion/coorp-manager/test/fixtures.js +13 -0
  304. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  305. package/es/organism/accordion/part/test/fixtures.js +15 -0
  306. package/es/organism/accordion/part/test/fixtures.js.map +1 -0
  307. package/es/organism/accordion/toggler/test/fixtures.js +17 -0
  308. package/es/organism/accordion/toggler/test/fixtures.js.map +1 -0
  309. package/es/organism/brand-analytics/test/fixtures.js +23 -0
  310. package/es/organism/brand-analytics/test/fixtures.js.map +1 -0
  311. package/es/organism/brand-dashboard/test/fixtures.js +15 -0
  312. package/es/organism/brand-dashboard/test/fixtures.js.map +1 -0
  313. package/es/organism/brand-form/test/fixtures.js +31 -0
  314. package/es/organism/brand-form/test/fixtures.js.map +1 -0
  315. package/es/organism/brand-table/test/fixtures.js +19 -0
  316. package/es/organism/brand-table/test/fixtures.js.map +1 -0
  317. package/es/organism/brand-upload/test/fixtures.js +15 -0
  318. package/es/organism/brand-upload/test/fixtures.js.map +1 -0
  319. package/es/organism/cards-grid/test/fixtures.js +19 -0
  320. package/es/organism/cards-grid/test/fixtures.js.map +1 -0
  321. package/es/organism/cart/test/fixtures.js +13 -0
  322. package/es/organism/cart/test/fixtures.js.map +1 -0
  323. package/es/organism/discussion/test/fixtures.js +19 -0
  324. package/es/organism/discussion/test/fixtures.js.map +1 -0
  325. package/es/organism/get-the-app/test/fixtures.js +13 -0
  326. package/es/organism/get-the-app/test/fixtures.js.map +1 -0
  327. package/es/organism/grid-list/test/fixtures.js +13 -0
  328. package/es/organism/grid-list/test/fixtures.js.map +1 -0
  329. package/es/organism/header/test/fixtures.js +13 -0
  330. package/es/organism/header/test/fixtures.js.map +1 -0
  331. package/es/organism/hero/test/fixtures.js +17 -0
  332. package/es/organism/hero/test/fixtures.js.map +1 -0
  333. package/es/organism/mooc/image-slider/test/fixtures.js +15 -0
  334. package/es/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  335. package/es/organism/mooc-footer/test/fixtures.js +23 -0
  336. package/es/organism/mooc-footer/test/fixtures.js.map +1 -0
  337. package/es/organism/mooc-header/test/fixtures.js +31 -0
  338. package/es/organism/mooc-header/test/fixtures.js.map +1 -0
  339. package/es/organism/popin/test/fixtures.js +13 -0
  340. package/es/organism/popin/test/fixtures.js.map +1 -0
  341. package/es/organism/resource-browser/test/fixtures.js +37 -0
  342. package/es/organism/resource-browser/test/fixtures.js.map +1 -0
  343. package/es/organism/settings/test/fixtures.js +19 -0
  344. package/es/organism/settings/test/fixtures.js.map +1 -0
  345. package/es/organism/setup-header/test/fixtures.js +15 -0
  346. package/es/organism/setup-header/test/fixtures.js.map +1 -0
  347. package/es/organism/sidebar/test/fixtures.js +23 -0
  348. package/es/organism/sidebar/test/fixtures.js.map +1 -0
  349. package/es/organism/slider/test/fixtures.js +15 -0
  350. package/es/organism/slider/test/fixtures.js.map +1 -0
  351. package/es/organism/user-preferences/test/fixtures.js +13 -0
  352. package/es/organism/user-preferences/test/fixtures.js.map +1 -0
  353. package/es/template/activity/test/fixtures.js +21 -0
  354. package/es/template/activity/test/fixtures.js.map +1 -0
  355. package/es/template/app-player/loading/test/fixtures.js +13 -0
  356. package/es/template/app-player/loading/test/fixtures.js.map +1 -0
  357. package/es/template/app-player/player/slides/footer/test/fixtures.js +29 -0
  358. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  359. package/es/template/app-player/player/slides/header/test/fixtures.js +23 -0
  360. package/es/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  361. package/es/template/app-player/player/slides/test/fixtures.js +79 -0
  362. package/es/template/app-player/player/slides/test/fixtures.js.map +1 -0
  363. package/es/template/app-player/player/test/fixtures.js +55 -0
  364. package/es/template/app-player/player/test/fixtures.js.map +1 -0
  365. package/es/template/app-player/popin-correction/test/fixtures.js +47 -0
  366. package/es/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  367. package/es/template/app-player/popin-end/test/fixtures.js +49 -0
  368. package/es/template/app-player/popin-end/test/fixtures.js.map +1 -0
  369. package/es/template/app-player/popin-header/test/fixtures.js +29 -0
  370. package/es/template/app-player/popin-header/test/fixtures.js.map +1 -0
  371. package/es/template/back-office/brand-create/test/fixtures.js +19 -0
  372. package/es/template/back-office/brand-create/test/fixtures.js.map +1 -0
  373. package/es/template/back-office/brand-list/test/fixtures.js +17 -0
  374. package/es/template/back-office/brand-list/test/fixtures.js.map +1 -0
  375. package/es/template/back-office/brand-update/test/fixtures.js +67 -0
  376. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -0
  377. package/es/template/back-office/dashboard-preview/test/fixtures.js +23 -0
  378. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  379. package/es/template/battle-requests/test/fixtures.js +13 -0
  380. package/es/template/battle-requests/test/fixtures.js.map +1 -0
  381. package/es/template/cockpit/jw-uploader/test/fixtures.js +13 -0
  382. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  383. package/es/template/common/authors/test/fixtures.js +15 -0
  384. package/es/template/common/authors/test/fixtures.js.map +1 -0
  385. package/es/template/common/coorp-header/test/fixtures.js +15 -0
  386. package/es/template/common/coorp-header/test/fixtures.js.map +1 -0
  387. package/es/template/common/dashboard/test/fixtures.js +17 -0
  388. package/es/template/common/dashboard/test/fixtures.js.map +1 -0
  389. package/es/template/common/discipline/test/fixtures.js +47 -0
  390. package/es/template/common/discipline/test/fixtures.js.map +1 -0
  391. package/es/template/common/search-page/test/fixtures.js +17 -0
  392. package/es/template/common/search-page/test/fixtures.js.map +1 -0
  393. package/es/template/external-course/test/fixtures.js +31 -0
  394. package/es/template/external-course/test/fixtures.js.map +1 -0
  395. package/es/template/teams-dashboard/test/fixtures.js +17 -0
  396. package/es/template/teams-dashboard/test/fixtures.js.map +1 -0
  397. package/es/variables/colors.css +8 -0
  398. package/lib/atom/autocomplete/test/fixtures.js +31 -0
  399. package/lib/atom/autocomplete/test/fixtures.js.map +1 -0
  400. package/lib/atom/avatar/test/fixtures.js +22 -0
  401. package/lib/atom/avatar/test/fixtures.js.map +1 -0
  402. package/lib/atom/button/test/fixtures.js +43 -0
  403. package/lib/atom/button/test/fixtures.js.map +1 -0
  404. package/lib/atom/catalog-section/test/fixtures.js +25 -0
  405. package/lib/atom/catalog-section/test/fixtures.js.map +1 -0
  406. package/lib/atom/centered-text/test/fixtures.js +22 -0
  407. package/lib/atom/centered-text/test/fixtures.js.map +1 -0
  408. package/lib/atom/checkbox/test/fixtures.js +31 -0
  409. package/lib/atom/checkbox/test/fixtures.js.map +1 -0
  410. package/lib/atom/chips/index.js +52 -0
  411. package/lib/atom/chips/index.js.map +1 -0
  412. package/lib/atom/chips/style.css +66 -0
  413. package/lib/atom/chips/test/fixtures/default.js +14 -0
  414. package/lib/atom/chips/test/fixtures/default.js.map +1 -0
  415. package/lib/atom/chips/test/fixtures/non-selected.js +14 -0
  416. package/lib/atom/chips/test/fixtures/non-selected.js.map +1 -0
  417. package/lib/atom/chips/test/fixtures.js +25 -0
  418. package/lib/atom/chips/test/fixtures.js.map +1 -0
  419. package/lib/atom/clue/test/fixtures.js +28 -0
  420. package/lib/atom/clue/test/fixtures.js.map +1 -0
  421. package/lib/atom/content-badge/index.js +32 -0
  422. package/lib/atom/content-badge/index.js.map +1 -0
  423. package/lib/atom/content-badge/style.css +59 -0
  424. package/lib/atom/content-badge/test/fixtures/advanced.js +12 -0
  425. package/lib/atom/content-badge/test/fixtures/advanced.js.map +1 -0
  426. package/lib/atom/content-badge/test/fixtures/article.js +12 -0
  427. package/lib/atom/content-badge/test/fixtures/article.js.map +1 -0
  428. package/lib/atom/content-badge/test/fixtures/chapter.js +12 -0
  429. package/lib/atom/content-badge/test/fixtures/chapter.js.map +1 -0
  430. package/lib/atom/content-badge/test/fixtures/coach.js +12 -0
  431. package/lib/atom/content-badge/test/fixtures/coach.js.map +1 -0
  432. package/lib/atom/content-badge/test/fixtures/default.js +12 -0
  433. package/lib/atom/content-badge/test/fixtures/default.js.map +1 -0
  434. package/lib/atom/content-badge/test/fixtures/podcast.js +12 -0
  435. package/lib/atom/content-badge/test/fixtures/podcast.js.map +1 -0
  436. package/lib/atom/content-badge/test/fixtures/scorm.js +12 -0
  437. package/lib/atom/content-badge/test/fixtures/scorm.js.map +1 -0
  438. package/lib/atom/content-badge/test/fixtures/video.js +12 -0
  439. package/lib/atom/content-badge/test/fixtures/video.js.map +1 -0
  440. package/lib/atom/content-badge/test/fixtures.js +43 -0
  441. package/lib/atom/content-badge/test/fixtures.js.map +1 -0
  442. package/lib/atom/cta/test/fixtures.js +58 -0
  443. package/lib/atom/cta/test/fixtures.js.map +1 -0
  444. package/lib/atom/difficulty-level/test/fixtures.js +31 -0
  445. package/lib/atom/difficulty-level/test/fixtures.js.map +1 -0
  446. package/lib/atom/drag-and-drop/test/fixtures.js +37 -0
  447. package/lib/atom/drag-and-drop/test/fixtures.js.map +1 -0
  448. package/lib/atom/image-upload/test/fixtures.js +46 -0
  449. package/lib/atom/image-upload/test/fixtures.js.map +1 -0
  450. package/lib/atom/input-checkbox/test/fixtures.js +40 -0
  451. package/lib/atom/input-checkbox/test/fixtures.js.map +1 -0
  452. package/lib/atom/input-color/test/fixtures.js +31 -0
  453. package/lib/atom/input-color/test/fixtures.js.map +1 -0
  454. package/lib/atom/input-doublestep/test/fixtures.js +34 -0
  455. package/lib/atom/input-doublestep/test/fixtures.js.map +1 -0
  456. package/lib/atom/input-html/test/fixtures.js +28 -0
  457. package/lib/atom/input-html/test/fixtures.js.map +1 -0
  458. package/lib/atom/input-readonly/test/fixtures.js +22 -0
  459. package/lib/atom/input-readonly/test/fixtures.js.map +1 -0
  460. package/lib/atom/input-switch/test/fixtures.js +37 -0
  461. package/lib/atom/input-switch/test/fixtures.js.map +1 -0
  462. package/lib/atom/input-text/test/fixtures.js +40 -0
  463. package/lib/atom/input-text/test/fixtures.js.map +1 -0
  464. package/lib/atom/input-textarea/test/fixtures.js +28 -0
  465. package/lib/atom/input-textarea/test/fixtures.js.map +1 -0
  466. package/lib/atom/label/test/fixtures.js +25 -0
  467. package/lib/atom/label/test/fixtures.js.map +1 -0
  468. package/lib/atom/life/test/fixtures.js +40 -0
  469. package/lib/atom/life/test/fixtures.js.map +1 -0
  470. package/lib/atom/link/test/fixtures.js +28 -0
  471. package/lib/atom/link/test/fixtures.js.map +1 -0
  472. package/lib/atom/loader/test/fixtures.js +22 -0
  473. package/lib/atom/loader/test/fixtures.js.map +1 -0
  474. package/lib/atom/notification/test/fixtures.js +28 -0
  475. package/lib/atom/notification/test/fixtures.js.map +1 -0
  476. package/lib/atom/picture/test/fixtures.js +31 -0
  477. package/lib/atom/picture/test/fixtures.js.map +1 -0
  478. package/lib/atom/picture-background/test/fixtures.js +31 -0
  479. package/lib/atom/picture-background/test/fixtures.js.map +1 -0
  480. package/lib/atom/promo-code/test/fixtures.js +28 -0
  481. package/lib/atom/promo-code/test/fixtures.js.map +1 -0
  482. package/lib/atom/provider/test/fixtures.js +22 -0
  483. package/lib/atom/provider/test/fixtures.js.map +1 -0
  484. package/lib/atom/radio-group/test/fixtures.js +28 -0
  485. package/lib/atom/radio-group/test/fixtures.js.map +1 -0
  486. package/lib/atom/range/test/fixtures.js +25 -0
  487. package/lib/atom/range/test/fixtures.js.map +1 -0
  488. package/lib/atom/resource-miniature/test/fixtures.js +34 -0
  489. package/lib/atom/resource-miniature/test/fixtures.js.map +1 -0
  490. package/lib/atom/select/test/fixtures.js +67 -0
  491. package/lib/atom/select/test/fixtures.js.map +1 -0
  492. package/lib/atom/slide/test/fixtures.js +34 -0
  493. package/lib/atom/slide/test/fixtures.js.map +1 -0
  494. package/lib/atom/social-link/test/fixtures.js +28 -0
  495. package/lib/atom/social-link/test/fixtures.js.map +1 -0
  496. package/lib/atom/spinner/test/fixtures.js +22 -0
  497. package/lib/atom/spinner/test/fixtures.js.map +1 -0
  498. package/lib/atom/tab/test/fixtures.js +22 -0
  499. package/lib/atom/tab/test/fixtures.js.map +1 -0
  500. package/lib/atom/tab-content/test/fixtures.js +25 -0
  501. package/lib/atom/tab-content/test/fixtures.js.map +1 -0
  502. package/lib/atom/title/test/fixtures.js +28 -0
  503. package/lib/atom/title/test/fixtures.js.map +1 -0
  504. package/lib/atom/video-upload/test/fixtures.js +34 -0
  505. package/lib/atom/video-upload/test/fixtures.js.map +1 -0
  506. package/lib/atom/wizard-steps/index.js +49 -0
  507. package/lib/atom/wizard-steps/index.js.map +1 -0
  508. package/lib/atom/wizard-steps/style.css +150 -0
  509. package/lib/atom/wizard-steps/test/fixtures/default.js +33 -0
  510. package/lib/atom/wizard-steps/test/fixtures/default.js.map +1 -0
  511. package/lib/atom/wizard-steps/test/fixtures/first-step.js +33 -0
  512. package/lib/atom/wizard-steps/test/fixtures/first-step.js.map +1 -0
  513. package/lib/atom/wizard-steps/test/fixtures/last-step.js +33 -0
  514. package/lib/atom/wizard-steps/test/fixtures/last-step.js.map +1 -0
  515. package/lib/atom/wizard-steps/test/fixtures.js +28 -0
  516. package/lib/atom/wizard-steps/test/fixtures.js.map +1 -0
  517. package/lib/hoc/animation/test/fixtures.js +25 -0
  518. package/lib/hoc/animation/test/fixtures.js.map +1 -0
  519. package/lib/hoc/animation-scheduler/test/fixtures.js +25 -0
  520. package/lib/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  521. package/lib/hoc/swapper/test/fixtures.js +22 -0
  522. package/lib/hoc/swapper/test/fixtures.js.map +1 -0
  523. package/lib/hoc/transition/test/fixtures.js +22 -0
  524. package/lib/hoc/transition/test/fixtures.js.map +1 -0
  525. package/lib/molecule/add-to-my-list/test/fixtures.js +25 -0
  526. package/lib/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  527. package/lib/molecule/answer/test/fixtures.js +55 -0
  528. package/lib/molecule/answer/test/fixtures.js.map +1 -0
  529. package/lib/molecule/audio/test/fixtures.js +25 -0
  530. package/lib/molecule/audio/test/fixtures.js.map +1 -0
  531. package/lib/molecule/battle-request/test/fixtures.js +25 -0
  532. package/lib/molecule/battle-request/test/fixtures.js.map +1 -0
  533. package/lib/molecule/brand-card/test/fixtures.js +25 -0
  534. package/lib/molecule/brand-card/test/fixtures.js.map +1 -0
  535. package/lib/molecule/brand-card-create/test/fixtures.js +22 -0
  536. package/lib/molecule/brand-card-create/test/fixtures.js.map +1 -0
  537. package/lib/molecule/brand-create-form/test/fixtures.js +31 -0
  538. package/lib/molecule/brand-create-form/test/fixtures.js.map +1 -0
  539. package/lib/molecule/brand-download-box/test/fixtures.js +28 -0
  540. package/lib/molecule/brand-download-box/test/fixtures.js.map +1 -0
  541. package/lib/molecule/brand-form-group/test/fixtures.js +52 -0
  542. package/lib/molecule/brand-form-group/test/fixtures.js.map +1 -0
  543. package/lib/molecule/brand-tabs/test/fixtures.js +46 -0
  544. package/lib/molecule/brand-tabs/test/fixtures.js.map +1 -0
  545. package/lib/molecule/brand-upload-box/test/fixtures.js +28 -0
  546. package/lib/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  547. package/lib/molecule/breadcrumbs/test/fixtures.js +22 -0
  548. package/lib/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  549. package/lib/molecule/card/test/fixtures.js +61 -0
  550. package/lib/molecule/card/test/fixtures.js.map +1 -0
  551. package/lib/molecule/card-content/test/fixtures.js +43 -0
  552. package/lib/molecule/card-content/test/fixtures.js.map +1 -0
  553. package/lib/molecule/card-with-button/test/fixtures.js +28 -0
  554. package/lib/molecule/card-with-button/test/fixtures.js.map +1 -0
  555. package/lib/molecule/cookie-banner/test/fixtures.js +22 -0
  556. package/lib/molecule/cookie-banner/test/fixtures.js.map +1 -0
  557. package/lib/molecule/coorp-manager-roles/test/fixtures.js +22 -0
  558. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  559. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +25 -0
  560. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  561. package/lib/molecule/dashboard/cards-list/test/fixtures.js +37 -0
  562. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  563. package/lib/molecule/dashboard/news-list/test/fixtures.js +28 -0
  564. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  565. package/lib/molecule/dashboard/start-battle/test/fixtures.js +25 -0
  566. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  567. package/lib/molecule/discipline-cta/test/fixtures.js +25 -0
  568. package/lib/molecule/discipline-cta/test/fixtures.js.map +1 -0
  569. package/lib/molecule/discipline-header/test/fixtures.js +43 -0
  570. package/lib/molecule/discipline-header/test/fixtures.js.map +1 -0
  571. package/lib/molecule/discipline-partners/index.js +5 -2
  572. package/lib/molecule/discipline-partners/index.js.map +1 -1
  573. package/lib/molecule/discipline-partners/test/fixtures.js +34 -0
  574. package/lib/molecule/discipline-partners/test/fixtures.js.map +1 -0
  575. package/lib/molecule/discipline-scope/test/fixtures.js +43 -0
  576. package/lib/molecule/discipline-scope/test/fixtures.js.map +1 -0
  577. package/lib/molecule/drag-and-drop/test/fixtures.js +40 -0
  578. package/lib/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  579. package/lib/molecule/external-content-button/test/fixtures.js +31 -0
  580. package/lib/molecule/external-content-button/test/fixtures.js.map +1 -0
  581. package/lib/molecule/external-content-viewer/test/fixtures.js +43 -0
  582. package/lib/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  583. package/lib/molecule/feedback/test/fixtures.js +43 -0
  584. package/lib/molecule/feedback/test/fixtures.js.map +1 -0
  585. package/lib/molecule/filters/test/fixtures.js +52 -0
  586. package/lib/molecule/filters/test/fixtures.js.map +1 -0
  587. package/lib/molecule/forum/forum-comment/test/fixtures.js +28 -0
  588. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  589. package/lib/molecule/forum/forum-post/test/fixtures.js +49 -0
  590. package/lib/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  591. package/lib/molecule/forum/forum-thread/test/fixtures.js +28 -0
  592. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  593. package/lib/molecule/hero/test/fixtures.js +25 -0
  594. package/lib/molecule/hero/test/fixtures.js.map +1 -0
  595. package/lib/molecule/login-alert/test/fixtures.js +22 -0
  596. package/lib/molecule/login-alert/test/fixtures.js.map +1 -0
  597. package/lib/molecule/menu-list/test/fixtures.js +22 -0
  598. package/lib/molecule/menu-list/test/fixtures.js.map +1 -0
  599. package/lib/molecule/message-popin/test/fixtures.js +22 -0
  600. package/lib/molecule/message-popin/test/fixtures.js.map +1 -0
  601. package/lib/molecule/modal/test/fixtures.js +22 -0
  602. package/lib/molecule/modal/test/fixtures.js.map +1 -0
  603. package/lib/molecule/module-bubble/test/fixtures.js +28 -0
  604. package/lib/molecule/module-bubble/test/fixtures.js.map +1 -0
  605. package/lib/molecule/module-card/test/fixtures.js +28 -0
  606. package/lib/molecule/module-card/test/fixtures.js.map +1 -0
  607. package/lib/molecule/news/test/fixtures.js +37 -0
  608. package/lib/molecule/news/test/fixtures.js.map +1 -0
  609. package/lib/molecule/notification-banner/test/fixtures.js +28 -0
  610. package/lib/molecule/notification-banner/test/fixtures.js.map +1 -0
  611. package/lib/molecule/pagination/test/fixtures.js +25 -0
  612. package/lib/molecule/pagination/test/fixtures.js.map +1 -0
  613. package/lib/molecule/payment-form/test/fixtures.js +28 -0
  614. package/lib/molecule/payment-form/test/fixtures.js.map +1 -0
  615. package/lib/molecule/pdf/test/fixtures.js +22 -0
  616. package/lib/molecule/pdf/test/fixtures.js.map +1 -0
  617. package/lib/molecule/popin/test/fixtures.js +34 -0
  618. package/lib/molecule/popin/test/fixtures.js.map +1 -0
  619. package/lib/molecule/product-card/test/fixtures.js +22 -0
  620. package/lib/molecule/product-card/test/fixtures.js.map +1 -0
  621. package/lib/molecule/progress-bar/test/fixtures.js +25 -0
  622. package/lib/molecule/progress-bar/test/fixtures.js.map +1 -0
  623. package/lib/molecule/questions/drop-down/test/fixtures.js +25 -0
  624. package/lib/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  625. package/lib/molecule/questions/free-text/test/fixtures.js +25 -0
  626. package/lib/molecule/questions/free-text/test/fixtures.js.map +1 -0
  627. package/lib/molecule/questions/qcm/test/fixtures.js +31 -0
  628. package/lib/molecule/questions/qcm/test/fixtures.js.map +1 -0
  629. package/lib/molecule/questions/qcm-drag/test/fixtures.js +25 -0
  630. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  631. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +25 -0
  632. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  633. package/lib/molecule/questions/question-range/test/fixtures.js +22 -0
  634. package/lib/molecule/questions/question-range/test/fixtures.js.map +1 -0
  635. package/lib/molecule/questions/template/test/fixtures.js +25 -0
  636. package/lib/molecule/questions/template/test/fixtures.js.map +1 -0
  637. package/lib/molecule/quick-access-card/test/fixtures.js +34 -0
  638. package/lib/molecule/quick-access-card/test/fixtures.js.map +1 -0
  639. package/lib/molecule/quick-access-cards-group/test/fixtures.js +34 -0
  640. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  641. package/lib/molecule/resource-player/test/fixtures.js +40 -0
  642. package/lib/molecule/resource-player/test/fixtures.js.map +1 -0
  643. package/lib/molecule/scope-content/test/fixtures.js +43 -0
  644. package/lib/molecule/scope-content/test/fixtures.js.map +1 -0
  645. package/lib/molecule/scope-tabs/test/fixtures.js +28 -0
  646. package/lib/molecule/scope-tabs/test/fixtures.js.map +1 -0
  647. package/lib/molecule/search/test/fixtures.js +25 -0
  648. package/lib/molecule/search/test/fixtures.js.map +1 -0
  649. package/lib/molecule/search-form/test/fixtures.js +22 -0
  650. package/lib/molecule/search-form/test/fixtures.js.map +1 -0
  651. package/lib/molecule/select-multiple/test/fixtures.js +37 -0
  652. package/lib/molecule/select-multiple/test/fixtures.js.map +1 -0
  653. package/lib/molecule/setup-cohort-item/test/fixtures.js +31 -0
  654. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  655. package/lib/molecule/setup-section/test/fixtures.js +40 -0
  656. package/lib/molecule/setup-section/test/fixtures.js.map +1 -0
  657. package/lib/molecule/setup-sections/test/fixtures.js +31 -0
  658. package/lib/molecule/setup-sections/test/fixtures.js.map +1 -0
  659. package/lib/molecule/setup-slide/test/fixtures.js +37 -0
  660. package/lib/molecule/setup-slide/test/fixtures.js.map +1 -0
  661. package/lib/molecule/setup-slider/test/fixtures.js +25 -0
  662. package/lib/molecule/setup-slider/test/fixtures.js.map +1 -0
  663. package/lib/molecule/share/test/fixtures.js +22 -0
  664. package/lib/molecule/share/test/fixtures.js.map +1 -0
  665. package/lib/molecule/ssmenu-list/test/fixtures.js +31 -0
  666. package/lib/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  667. package/lib/molecule/subscription-freemium/test/fixtures.js +22 -0
  668. package/lib/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  669. package/lib/molecule/subscription-premium/test/fixtures.js +25 -0
  670. package/lib/molecule/subscription-premium/test/fixtures.js.map +1 -0
  671. package/lib/molecule/table/test/fixtures.js +31 -0
  672. package/lib/molecule/table/test/fixtures.js.map +1 -0
  673. package/lib/molecule/teams-popin/test/fixtures.js +46 -0
  674. package/lib/molecule/teams-popin/test/fixtures.js.map +1 -0
  675. package/lib/molecule/theme-image/test/fixtures.js +22 -0
  676. package/lib/molecule/theme-image/test/fixtures.js.map +1 -0
  677. package/lib/molecule/titled-checkbox/test/fixtures.js +28 -0
  678. package/lib/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  679. package/lib/molecule/unsubscribe/test/fixtures.js +25 -0
  680. package/lib/molecule/unsubscribe/test/fixtures.js.map +1 -0
  681. package/lib/molecule/vertical-tabs/index.js +66 -0
  682. package/lib/molecule/vertical-tabs/index.js.map +1 -0
  683. package/lib/molecule/vertical-tabs/style.css +69 -0
  684. package/lib/molecule/vertical-tabs/test/fixtures/default.js +46 -0
  685. package/lib/molecule/vertical-tabs/test/fixtures/default.js.map +1 -0
  686. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.js +86 -0
  687. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.js.map +1 -0
  688. package/lib/molecule/vertical-tabs/test/fixtures.js +25 -0
  689. package/lib/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  690. package/lib/molecule/video-iframe/test/fixtures.js +40 -0
  691. package/lib/molecule/video-iframe/test/fixtures.js.map +1 -0
  692. package/lib/molecule/video-player/test/fixtures.js +46 -0
  693. package/lib/molecule/video-player/test/fixtures.js.map +1 -0
  694. package/lib/molecule/wizard-summary/test/fixtures.js +31 -0
  695. package/lib/molecule/wizard-summary/test/fixtures.js.map +1 -0
  696. package/lib/organism/accordion/container/test/fixtures.js +28 -0
  697. package/lib/organism/accordion/container/test/fixtures.js.map +1 -0
  698. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +28 -0
  699. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  700. package/lib/organism/accordion/coorp-manager/test/fixtures.js +22 -0
  701. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  702. package/lib/organism/accordion/part/test/fixtures.js +25 -0
  703. package/lib/organism/accordion/part/test/fixtures.js.map +1 -0
  704. package/lib/organism/accordion/toggler/test/fixtures.js +28 -0
  705. package/lib/organism/accordion/toggler/test/fixtures.js.map +1 -0
  706. package/lib/organism/brand-analytics/test/fixtures.js +37 -0
  707. package/lib/organism/brand-analytics/test/fixtures.js.map +1 -0
  708. package/lib/organism/brand-dashboard/test/fixtures.js +25 -0
  709. package/lib/organism/brand-dashboard/test/fixtures.js.map +1 -0
  710. package/lib/organism/brand-form/test/fixtures.js +49 -0
  711. package/lib/organism/brand-form/test/fixtures.js.map +1 -0
  712. package/lib/organism/brand-table/test/fixtures.js +31 -0
  713. package/lib/organism/brand-table/test/fixtures.js.map +1 -0
  714. package/lib/organism/brand-upload/test/fixtures.js +25 -0
  715. package/lib/organism/brand-upload/test/fixtures.js.map +1 -0
  716. package/lib/organism/cards-grid/test/fixtures.js +31 -0
  717. package/lib/organism/cards-grid/test/fixtures.js.map +1 -0
  718. package/lib/organism/cart/test/fixtures.js +22 -0
  719. package/lib/organism/cart/test/fixtures.js.map +1 -0
  720. package/lib/organism/discussion/test/fixtures.js +31 -0
  721. package/lib/organism/discussion/test/fixtures.js.map +1 -0
  722. package/lib/organism/get-the-app/test/fixtures.js +22 -0
  723. package/lib/organism/get-the-app/test/fixtures.js.map +1 -0
  724. package/lib/organism/grid-list/test/fixtures.js +22 -0
  725. package/lib/organism/grid-list/test/fixtures.js.map +1 -0
  726. package/lib/organism/header/test/fixtures.js +22 -0
  727. package/lib/organism/header/test/fixtures.js.map +1 -0
  728. package/lib/organism/hero/test/fixtures.js +28 -0
  729. package/lib/organism/hero/test/fixtures.js.map +1 -0
  730. package/lib/organism/mooc/image-slider/test/fixtures.js +25 -0
  731. package/lib/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  732. package/lib/organism/mooc-footer/test/fixtures.js +37 -0
  733. package/lib/organism/mooc-footer/test/fixtures.js.map +1 -0
  734. package/lib/organism/mooc-header/test/fixtures.js +49 -0
  735. package/lib/organism/mooc-header/test/fixtures.js.map +1 -0
  736. package/lib/organism/popin/test/fixtures.js +22 -0
  737. package/lib/organism/popin/test/fixtures.js.map +1 -0
  738. package/lib/organism/resource-browser/test/fixtures.js +58 -0
  739. package/lib/organism/resource-browser/test/fixtures.js.map +1 -0
  740. package/lib/organism/settings/test/fixtures.js +31 -0
  741. package/lib/organism/settings/test/fixtures.js.map +1 -0
  742. package/lib/organism/setup-header/test/fixtures.js +25 -0
  743. package/lib/organism/setup-header/test/fixtures.js.map +1 -0
  744. package/lib/organism/sidebar/test/fixtures.js +37 -0
  745. package/lib/organism/sidebar/test/fixtures.js.map +1 -0
  746. package/lib/organism/slider/test/fixtures.js +25 -0
  747. package/lib/organism/slider/test/fixtures.js.map +1 -0
  748. package/lib/organism/user-preferences/test/fixtures.js +22 -0
  749. package/lib/organism/user-preferences/test/fixtures.js.map +1 -0
  750. package/lib/template/activity/test/fixtures.js +34 -0
  751. package/lib/template/activity/test/fixtures.js.map +1 -0
  752. package/lib/template/app-player/loading/test/fixtures.js +22 -0
  753. package/lib/template/app-player/loading/test/fixtures.js.map +1 -0
  754. package/lib/template/app-player/player/slides/footer/test/fixtures.js +46 -0
  755. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  756. package/lib/template/app-player/player/slides/header/test/fixtures.js +37 -0
  757. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  758. package/lib/template/app-player/player/slides/test/fixtures.js +121 -0
  759. package/lib/template/app-player/player/slides/test/fixtures.js.map +1 -0
  760. package/lib/template/app-player/player/test/fixtures.js +85 -0
  761. package/lib/template/app-player/player/test/fixtures.js.map +1 -0
  762. package/lib/template/app-player/popin-correction/test/fixtures.js +73 -0
  763. package/lib/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  764. package/lib/template/app-player/popin-end/test/fixtures.js +76 -0
  765. package/lib/template/app-player/popin-end/test/fixtures.js.map +1 -0
  766. package/lib/template/app-player/popin-header/test/fixtures.js +46 -0
  767. package/lib/template/app-player/popin-header/test/fixtures.js.map +1 -0
  768. package/lib/template/back-office/brand-create/test/fixtures.js +31 -0
  769. package/lib/template/back-office/brand-create/test/fixtures.js.map +1 -0
  770. package/lib/template/back-office/brand-list/test/fixtures.js +28 -0
  771. package/lib/template/back-office/brand-list/test/fixtures.js.map +1 -0
  772. package/lib/template/back-office/brand-update/test/fixtures.js +103 -0
  773. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -0
  774. package/lib/template/back-office/dashboard-preview/test/fixtures.js +37 -0
  775. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  776. package/lib/template/battle-requests/test/fixtures.js +22 -0
  777. package/lib/template/battle-requests/test/fixtures.js.map +1 -0
  778. package/lib/template/cockpit/jw-uploader/test/fixtures.js +22 -0
  779. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  780. package/lib/template/common/authors/test/fixtures.js +25 -0
  781. package/lib/template/common/authors/test/fixtures.js.map +1 -0
  782. package/lib/template/common/coorp-header/test/fixtures.js +25 -0
  783. package/lib/template/common/coorp-header/test/fixtures.js.map +1 -0
  784. package/lib/template/common/dashboard/test/fixtures.js +28 -0
  785. package/lib/template/common/dashboard/test/fixtures.js.map +1 -0
  786. package/lib/template/common/discipline/test/fixtures.js +73 -0
  787. package/lib/template/common/discipline/test/fixtures.js.map +1 -0
  788. package/lib/template/common/search-page/test/fixtures.js +28 -0
  789. package/lib/template/common/search-page/test/fixtures.js.map +1 -0
  790. package/lib/template/external-course/test/fixtures.js +49 -0
  791. package/lib/template/external-course/test/fixtures.js.map +1 -0
  792. package/lib/template/teams-dashboard/test/fixtures.js +28 -0
  793. package/lib/template/teams-dashboard/test/fixtures.js.map +1 -0
  794. package/lib/variables/colors.css +8 -0
  795. package/package.json +3 -3
@@ -0,0 +1,39 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeCard from '..';
5
+ import fixtureAdaptivAndDisabled from './fixtures/adaptiv-and-disabled';
6
+ import fixtureAdaptiv from './fixtures/adaptiv';
7
+ import fixtureArabic from './fixtures/arabic';
8
+ import fixtureArticle from './fixtures/article';
9
+ import fixtureDefault from './fixtures/default';
10
+ import fixtureDisabled from './fixtures/disabled';
11
+ import fixtureEmpty from './fixtures/empty';
12
+ import fixtureExternalContent from './fixtures/external-content';
13
+ import fixtureFavorite from './fixtures/favorite';
14
+ import fixtureFreerunAndDisabled from './fixtures/freerun-and-disabled';
15
+ import fixtureFreerun from './fixtures/freerun';
16
+ import fixturePodcast from './fixtures/podcast';
17
+ import fixtureScorm from './fixtures/scorm';
18
+ import fixtureVideo from './fixtures/video';
19
+ test('Molecule › MoleculeCard > should have valid propTypes', t => {
20
+ t.pass();
21
+ forEach(MoleculeCard.propTypes, (value, key) => {
22
+ t.not(value, undefined, `PropType for "Molecule.MoleculeCard.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
23
+ });
24
+ });
25
+ test('Molecule › MoleculeCard › AdaptivAndDisabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureAdaptivAndDisabled);
26
+ test('Molecule › MoleculeCard › Adaptiv › should be rendered', renderComponentMacro, MoleculeCard, fixtureAdaptiv);
27
+ test('Molecule › MoleculeCard › Arabic › should be rendered', renderComponentMacro, MoleculeCard, fixtureArabic);
28
+ test('Molecule › MoleculeCard › Article › should be rendered', renderComponentMacro, MoleculeCard, fixtureArticle);
29
+ test('Molecule › MoleculeCard › Default › should be rendered', renderComponentMacro, MoleculeCard, fixtureDefault);
30
+ test('Molecule › MoleculeCard › Disabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureDisabled);
31
+ test('Molecule › MoleculeCard › Empty › should be rendered', renderComponentMacro, MoleculeCard, fixtureEmpty);
32
+ test('Molecule › MoleculeCard › ExternalContent › should be rendered', renderComponentMacro, MoleculeCard, fixtureExternalContent);
33
+ test('Molecule › MoleculeCard › Favorite › should be rendered', renderComponentMacro, MoleculeCard, fixtureFavorite);
34
+ test('Molecule › MoleculeCard › FreerunAndDisabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureFreerunAndDisabled);
35
+ test('Molecule › MoleculeCard › Freerun › should be rendered', renderComponentMacro, MoleculeCard, fixtureFreerun);
36
+ test('Molecule › MoleculeCard › Podcast › should be rendered', renderComponentMacro, MoleculeCard, fixturePodcast);
37
+ test('Molecule › MoleculeCard › Scorm › should be rendered', renderComponentMacro, MoleculeCard, fixtureScorm);
38
+ test('Molecule › MoleculeCard › Video › should be rendered', renderComponentMacro, MoleculeCard, fixtureVideo);
39
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/card/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeCard","fixtureAdaptivAndDisabled","fixtureAdaptiv","fixtureArabic","fixtureArticle","fixtureDefault","fixtureDisabled","fixtureEmpty","fixtureExternalContent","fixtureFavorite","fixtureFreerunAndDisabled","fixtureFreerun","fixturePodcast","fixtureScorm","fixtureVideo","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,YAAP,MAAyB,IAAzB;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAjB,IAAI,CAAC,uDAAD,EAA0DkB,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAlB,EAAAA,OAAO,CAACE,YAAY,CAACiB,SAAd,EAAyB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAtB,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,YAA5F,EAA0GC,yBAA1G,CAAJ;AACAJ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FE,cAA/F,CAAJ;AACAL,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,YAAhF,EAA8FG,aAA9F,CAAJ;AACAN,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FI,cAA/F,CAAJ;AACAP,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FK,cAA/F,CAAJ;AACAR,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,YAAlF,EAAgGM,eAAhG,CAAJ;AACAT,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,YAA/E,EAA6FO,YAA7F,CAAJ;AACAV,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,YAAzF,EAAuGQ,sBAAvG,CAAJ;AACAX,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,YAAlF,EAAgGS,eAAhG,CAAJ;AACAZ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,YAA5F,EAA0GU,yBAA1G,CAAJ;AACAb,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FW,cAA/F,CAAJ;AACAd,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FY,cAA/F,CAAJ;AACAf,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,YAA/E,EAA6Fa,YAA7F,CAAJ;AACAhB,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,YAA/E,EAA6Fc,YAA7F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCard from '..';\nimport fixtureAdaptivAndDisabled from './fixtures/adaptiv-and-disabled';\nimport fixtureAdaptiv from './fixtures/adaptiv';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureArticle from './fixtures/article';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureExternalContent from './fixtures/external-content';\nimport fixtureFavorite from './fixtures/favorite';\nimport fixtureFreerunAndDisabled from './fixtures/freerun-and-disabled';\nimport fixtureFreerun from './fixtures/freerun';\nimport fixturePodcast from './fixtures/podcast';\nimport fixtureScorm from './fixtures/scorm';\nimport fixtureVideo from './fixtures/video';\n\ntest('Molecule › MoleculeCard > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCard.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCard.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCard › AdaptivAndDisabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureAdaptivAndDisabled);\ntest('Molecule › MoleculeCard › Adaptiv › should be rendered', renderComponentMacro, MoleculeCard, fixtureAdaptiv);\ntest('Molecule › MoleculeCard › Arabic › should be rendered', renderComponentMacro, MoleculeCard, fixtureArabic);\ntest('Molecule › MoleculeCard › Article › should be rendered', renderComponentMacro, MoleculeCard, fixtureArticle);\ntest('Molecule › MoleculeCard › Default › should be rendered', renderComponentMacro, MoleculeCard, fixtureDefault);\ntest('Molecule › MoleculeCard › Disabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureDisabled);\ntest('Molecule › MoleculeCard › Empty › should be rendered', renderComponentMacro, MoleculeCard, fixtureEmpty);\ntest('Molecule › MoleculeCard › ExternalContent › should be rendered', renderComponentMacro, MoleculeCard, fixtureExternalContent);\ntest('Molecule › MoleculeCard › Favorite › should be rendered', renderComponentMacro, MoleculeCard, fixtureFavorite);\ntest('Molecule › MoleculeCard › FreerunAndDisabled › should be rendered', renderComponentMacro, MoleculeCard, fixtureFreerunAndDisabled);\ntest('Molecule › MoleculeCard › Freerun › should be rendered', renderComponentMacro, MoleculeCard, fixtureFreerun);\ntest('Molecule › MoleculeCard › Podcast › should be rendered', renderComponentMacro, MoleculeCard, fixturePodcast);\ntest('Molecule › MoleculeCard › Scorm › should be rendered', renderComponentMacro, MoleculeCard, fixtureScorm);\ntest('Molecule › MoleculeCard › Video › should be rendered', renderComponentMacro, MoleculeCard, fixtureVideo);\n"],"file":"fixtures.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeCardContent from '..';
5
+ import fixtureAdaptivAndDisabled from './fixtures/adaptiv-and-disabled';
6
+ import fixtureAdaptiv from './fixtures/adaptiv';
7
+ import fixtureArabicHero from './fixtures/arabic-hero';
8
+ import fixtureCardNoProgressBar from './fixtures/card-no-progress-bar';
9
+ import fixtureCard from './fixtures/card';
10
+ import fixtureDisabled from './fixtures/disabled';
11
+ import fixtureEmpty from './fixtures/empty';
12
+ import fixtureHero from './fixtures/hero';
13
+ test('Molecule › MoleculeCardContent > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(MoleculeCardContent.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Molecule.MoleculeCardContent.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Molecule › MoleculeCardContent › AdaptivAndDisabled › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureAdaptivAndDisabled);
20
+ test('Molecule › MoleculeCardContent › Adaptiv › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureAdaptiv);
21
+ test('Molecule › MoleculeCardContent › ArabicHero › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureArabicHero);
22
+ test('Molecule › MoleculeCardContent › CardNoProgressBar › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureCardNoProgressBar);
23
+ test('Molecule › MoleculeCardContent › Card › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureCard);
24
+ test('Molecule › MoleculeCardContent › Disabled › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureDisabled);
25
+ test('Molecule › MoleculeCardContent › Empty › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureEmpty);
26
+ test('Molecule › MoleculeCardContent › Hero › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureHero);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/card-content/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeCardContent","fixtureAdaptivAndDisabled","fixtureAdaptiv","fixtureArabicHero","fixtureCardNoProgressBar","fixtureCard","fixtureDisabled","fixtureEmpty","fixtureHero","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,wBAAP,MAAqC,iCAArC;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AAEAX,IAAI,CAAC,8DAAD,EAAiEY,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,mBAAmB,CAACW,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,mBAAnG,EAAwHC,yBAAxH,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GE,cAA7G,CAAJ;AACAL,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,mBAA3F,EAAgHG,iBAAhH,CAAJ;AACAN,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,mBAAlG,EAAuHI,wBAAvH,CAAJ;AACAP,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,mBAArF,EAA0GK,WAA1G,CAAJ;AACAR,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,mBAAzF,EAA8GM,eAA9G,CAAJ;AACAT,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,mBAAtF,EAA2GO,YAA3G,CAAJ;AACAV,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,mBAArF,EAA0GQ,WAA1G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCardContent from '..';\nimport fixtureAdaptivAndDisabled from './fixtures/adaptiv-and-disabled';\nimport fixtureAdaptiv from './fixtures/adaptiv';\nimport fixtureArabicHero from './fixtures/arabic-hero';\nimport fixtureCardNoProgressBar from './fixtures/card-no-progress-bar';\nimport fixtureCard from './fixtures/card';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureHero from './fixtures/hero';\n\ntest('Molecule › MoleculeCardContent > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCardContent.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCardContent.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCardContent › AdaptivAndDisabled › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureAdaptivAndDisabled);\ntest('Molecule › MoleculeCardContent › Adaptiv › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureAdaptiv);\ntest('Molecule › MoleculeCardContent › ArabicHero › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureArabicHero);\ntest('Molecule › MoleculeCardContent › CardNoProgressBar › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureCardNoProgressBar);\ntest('Molecule › MoleculeCardContent › Card › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureCard);\ntest('Molecule › MoleculeCardContent › Disabled › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureDisabled);\ntest('Molecule › MoleculeCardContent › Empty › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureEmpty);\ntest('Molecule › MoleculeCardContent › Hero › should be rendered', renderComponentMacro, MoleculeCardContent, fixtureHero);\n"],"file":"fixtures.js"}
@@ -0,0 +1,17 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeCardWithButton from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureWithAvatar from './fixtures/with-avatar';
7
+ import fixtureWithoutLabel from './fixtures/without-label';
8
+ test('Molecule › MoleculeCardWithButton > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(MoleculeCardWithButton.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "Molecule.MoleculeCardWithButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('Molecule › MoleculeCardWithButton › Default › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureDefault);
15
+ test('Molecule › MoleculeCardWithButton › WithAvatar › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureWithAvatar);
16
+ test('Molecule › MoleculeCardWithButton › WithoutLabel › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureWithoutLabel);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/card-with-button/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeCardWithButton","fixtureDefault","fixtureWithAvatar","fixtureWithoutLabel","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AAEAN,IAAI,CAAC,iEAAD,EAAoEO,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,sBAAsB,CAACM,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ;AACAJ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,sBAA9F,EAAsHE,iBAAtH,CAAJ;AACAL,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,sBAAhG,EAAwHG,mBAAxH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCardWithButton from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureWithAvatar from './fixtures/with-avatar';\nimport fixtureWithoutLabel from './fixtures/without-label';\n\ntest('Molecule › MoleculeCardWithButton > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCardWithButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCardWithButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCardWithButton › Default › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureDefault);\ntest('Molecule › MoleculeCardWithButton › WithAvatar › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureWithAvatar);\ntest('Molecule › MoleculeCardWithButton › WithoutLabel › should be rendered', renderComponentMacro, MoleculeCardWithButton, fixtureWithoutLabel);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeCookieBanner from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Molecule › MoleculeCookieBanner > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeCookieBanner.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeCookieBanner.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeCookieBanner › Default › should be rendered', renderComponentMacro, MoleculeCookieBanner, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/cookie-banner/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeCookieBanner","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,oBAAP,MAAiC,IAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,+DAAD,EAAkEK,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,oBAAoB,CAACI,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GC,cAA/G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCookieBanner from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeCookieBanner > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCookieBanner.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCookieBanner.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCookieBanner › Default › should be rendered', renderComponentMacro, MoleculeCookieBanner, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeCoorpManagerRoles from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Molecule › MoleculeCoorpManagerRoles > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeCoorpManagerRoles.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeCoorpManagerRoles.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeCoorpManagerRoles › Default › should be rendered', renderComponentMacro, MoleculeCoorpManagerRoles, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/coorp-manager-roles/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeCoorpManagerRoles","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,yBAAP,MAAsC,IAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,oEAAD,EAAuEK,CAAC,IAAI;AAC9EA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,yBAAyB,CAACI,SAA3B,EAAsC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,8DAA6DF,GAAI,mEAA1F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,yBAA9F,EAAyHC,cAAzH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCoorpManagerRoles from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeCoorpManagerRoles > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCoorpManagerRoles.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCoorpManagerRoles.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCoorpManagerRoles › Default › should be rendered', renderComponentMacro, MoleculeCoorpManagerRoles, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../../test/helpers/render-component';
4
+ import MoleculeDashboardBattleRequestList from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureEmpty from './fixtures/empty';
7
+ test('MoleculeDashboard › MoleculeDashboardBattleRequestList > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeDashboardBattleRequestList.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "MoleculeDashboard.MoleculeDashboardBattleRequestList.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('MoleculeDashboard › MoleculeDashboardBattleRequestList › Default › should be rendered', renderComponentMacro, MoleculeDashboardBattleRequestList, fixtureDefault);
14
+ test('MoleculeDashboard › MoleculeDashboardBattleRequestList › Empty › should be rendered', renderComponentMacro, MoleculeDashboardBattleRequestList, fixtureEmpty);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/dashboard/battle-request-list/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDashboardBattleRequestList","fixtureDefault","fixtureEmpty","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,kCAAP,MAA+C,IAA/C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAL,IAAI,CAAC,sFAAD,EAAyFM,CAAC,IAAI;AAChGA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,kCAAkC,CAACK,SAApC,EAA+C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpEJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gFAA+EF,GAAI,mEAA5G;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,kCAAhH,EAAoJC,cAApJ,CAAJ;AACAJ,IAAI,CAAC,qFAAD,EAAwFE,oBAAxF,EAA8GC,kCAA9G,EAAkJE,YAAlJ,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport MoleculeDashboardBattleRequestList from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\n\ntest('MoleculeDashboard › MoleculeDashboardBattleRequestList > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDashboardBattleRequestList.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"MoleculeDashboard.MoleculeDashboardBattleRequestList.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('MoleculeDashboard › MoleculeDashboardBattleRequestList › Default › should be rendered', renderComponentMacro, MoleculeDashboardBattleRequestList, fixtureDefault);\ntest('MoleculeDashboard › MoleculeDashboardBattleRequestList › Empty › should be rendered', renderComponentMacro, MoleculeDashboardBattleRequestList, fixtureEmpty);\n"],"file":"fixtures.js"}
@@ -0,0 +1,23 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../../test/helpers/render-component';
4
+ import MoleculeDashboardCardsList from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureManyEmpty from './fixtures/many-empty';
7
+ import fixtureMany from './fixtures/many';
8
+ import fixtureMicrolearning from './fixtures/microlearning';
9
+ import fixtureNoIcon from './fixtures/no-icon';
10
+ import fixturePerformance from './fixtures/performance';
11
+ test('MoleculeDashboard › MoleculeDashboardCardsList > should have valid propTypes', t => {
12
+ t.pass();
13
+ forEach(MoleculeDashboardCardsList.propTypes, (value, key) => {
14
+ t.not(value, undefined, `PropType for "MoleculeDashboard.MoleculeDashboardCardsList.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
+ });
16
+ });
17
+ test('MoleculeDashboard › MoleculeDashboardCardsList › Default › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureDefault);
18
+ test('MoleculeDashboard › MoleculeDashboardCardsList › ManyEmpty › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureManyEmpty);
19
+ test('MoleculeDashboard › MoleculeDashboardCardsList › Many › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureMany);
20
+ test('MoleculeDashboard › MoleculeDashboardCardsList › Microlearning › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureMicrolearning);
21
+ test('MoleculeDashboard › MoleculeDashboardCardsList › NoIcon › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureNoIcon);
22
+ test('MoleculeDashboard › MoleculeDashboardCardsList › Performance › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixturePerformance);
23
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/dashboard/cards-list/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDashboardCardsList","fixtureDefault","fixtureManyEmpty","fixtureMany","fixtureMicrolearning","fixtureNoIcon","fixturePerformance","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,0BAAP,MAAuC,IAAvC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,oBAAP,MAAiC,0BAAjC;AACA,OAAOC,aAAP,MAA0B,oBAA1B;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AAEAT,IAAI,CAAC,8EAAD,EAAiFU,CAAC,IAAI;AACxFA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,0BAA0B,CAACS,SAA5B,EAAuC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wEAAuEF,GAAI,mEAApG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,0BAAxG,EAAoIC,cAApI,CAAJ;AACAJ,IAAI,CAAC,iFAAD,EAAoFE,oBAApF,EAA0GC,0BAA1G,EAAsIE,gBAAtI,CAAJ;AACAL,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,0BAArG,EAAiIG,WAAjI,CAAJ;AACAN,IAAI,CAAC,qFAAD,EAAwFE,oBAAxF,EAA8GC,0BAA9G,EAA0II,oBAA1I,CAAJ;AACAP,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,0BAAvG,EAAmIK,aAAnI,CAAJ;AACAR,IAAI,CAAC,mFAAD,EAAsFE,oBAAtF,EAA4GC,0BAA5G,EAAwIM,kBAAxI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport MoleculeDashboardCardsList from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureManyEmpty from './fixtures/many-empty';\nimport fixtureMany from './fixtures/many';\nimport fixtureMicrolearning from './fixtures/microlearning';\nimport fixtureNoIcon from './fixtures/no-icon';\nimport fixturePerformance from './fixtures/performance';\n\ntest('MoleculeDashboard › MoleculeDashboardCardsList > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDashboardCardsList.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"MoleculeDashboard.MoleculeDashboardCardsList.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('MoleculeDashboard › MoleculeDashboardCardsList › Default › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureDefault);\ntest('MoleculeDashboard › MoleculeDashboardCardsList › ManyEmpty › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureManyEmpty);\ntest('MoleculeDashboard › MoleculeDashboardCardsList › Many › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureMany);\ntest('MoleculeDashboard › MoleculeDashboardCardsList › Microlearning › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureMicrolearning);\ntest('MoleculeDashboard › MoleculeDashboardCardsList › NoIcon › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixtureNoIcon);\ntest('MoleculeDashboard › MoleculeDashboardCardsList › Performance › should be rendered', renderComponentMacro, MoleculeDashboardCardsList, fixturePerformance);\n"],"file":"fixtures.js"}
@@ -0,0 +1,17 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../../test/helpers/render-component';
4
+ import MoleculeDashboardNewsList from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureLoading from './fixtures/loading';
7
+ import fixtureMore from './fixtures/more';
8
+ test('MoleculeDashboard › MoleculeDashboardNewsList > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(MoleculeDashboardNewsList.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "MoleculeDashboard.MoleculeDashboardNewsList.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('MoleculeDashboard › MoleculeDashboardNewsList › Default › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureDefault);
15
+ test('MoleculeDashboard › MoleculeDashboardNewsList › Loading › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureLoading);
16
+ test('MoleculeDashboard › MoleculeDashboardNewsList › More › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureMore);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/dashboard/news-list/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDashboardNewsList","fixtureDefault","fixtureLoading","fixtureMore","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,yBAAP,MAAsC,IAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AAEAN,IAAI,CAAC,6EAAD,EAAgFO,CAAC,IAAI;AACvFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,yBAAyB,CAACM,SAA3B,EAAsC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uEAAsEF,GAAI,mEAAnG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,yBAAvG,EAAkIC,cAAlI,CAAJ;AACAJ,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,yBAAvG,EAAkIE,cAAlI,CAAJ;AACAL,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,yBAApG,EAA+HG,WAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport MoleculeDashboardNewsList from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureMore from './fixtures/more';\n\ntest('MoleculeDashboard › MoleculeDashboardNewsList > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDashboardNewsList.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"MoleculeDashboard.MoleculeDashboardNewsList.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('MoleculeDashboard › MoleculeDashboardNewsList › Default › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureDefault);\ntest('MoleculeDashboard › MoleculeDashboardNewsList › Loading › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureLoading);\ntest('MoleculeDashboard › MoleculeDashboardNewsList › More › should be rendered', renderComponentMacro, MoleculeDashboardNewsList, fixtureMore);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../../test/helpers/render-component';
4
+ import MoleculeDashboardStartBattle from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureHref from './fixtures/href';
7
+ test('MoleculeDashboard › MoleculeDashboardStartBattle > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeDashboardStartBattle.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "MoleculeDashboard.MoleculeDashboardStartBattle.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('MoleculeDashboard › MoleculeDashboardStartBattle › Default › should be rendered', renderComponentMacro, MoleculeDashboardStartBattle, fixtureDefault);
14
+ test('MoleculeDashboard › MoleculeDashboardStartBattle › Href › should be rendered', renderComponentMacro, MoleculeDashboardStartBattle, fixtureHref);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/dashboard/start-battle/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDashboardStartBattle","fixtureDefault","fixtureHref","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,4BAAP,MAAyC,IAAzC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AAEAL,IAAI,CAAC,gFAAD,EAAmFM,CAAC,IAAI;AAC1FA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,4BAA4B,CAACK,SAA9B,EAAyC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0EAAyEF,GAAI,mEAAtG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,iFAAD,EAAoFE,oBAApF,EAA0GC,4BAA1G,EAAwIC,cAAxI,CAAJ;AACAJ,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,4BAAvG,EAAqIE,WAArI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport MoleculeDashboardStartBattle from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureHref from './fixtures/href';\n\ntest('MoleculeDashboard › MoleculeDashboardStartBattle > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDashboardStartBattle.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"MoleculeDashboard.MoleculeDashboardStartBattle.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('MoleculeDashboard › MoleculeDashboardStartBattle › Default › should be rendered', renderComponentMacro, MoleculeDashboardStartBattle, fixtureDefault);\ntest('MoleculeDashboard › MoleculeDashboardStartBattle › Href › should be rendered', renderComponentMacro, MoleculeDashboardStartBattle, fixtureHref);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeDisciplineCta from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureNoStart from './fixtures/no-start';
7
+ test('Molecule › MoleculeDisciplineCta > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeDisciplineCta.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeDisciplineCta.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeDisciplineCta › Default › should be rendered', renderComponentMacro, MoleculeDisciplineCta, fixtureDefault);
14
+ test('Molecule › MoleculeDisciplineCta › NoStart › should be rendered', renderComponentMacro, MoleculeDisciplineCta, fixtureNoStart);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/discipline-cta/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDisciplineCta","fixtureDefault","fixtureNoStart","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,qBAAP,MAAkC,IAAlC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AAEAL,IAAI,CAAC,gEAAD,EAAmEM,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,qBAAqB,CAACK,SAAvB,EAAkC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0DAAyDF,GAAI,mEAAtF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHC,cAAjH,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHE,cAAjH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeDisciplineCta from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoStart from './fixtures/no-start';\n\ntest('Molecule › MoleculeDisciplineCta > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDisciplineCta.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeDisciplineCta.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeDisciplineCta › Default › should be rendered', renderComponentMacro, MoleculeDisciplineCta, fixtureDefault);\ntest('Molecule › MoleculeDisciplineCta › NoStart › should be rendered', renderComponentMacro, MoleculeDisciplineCta, fixtureNoStart);\n"],"file":"fixtures.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeDisciplineHeader from '..';
5
+ import fixtureArabic from './fixtures/arabic';
6
+ import fixtureDefault from './fixtures/default';
7
+ import fixtureJwplayer from './fixtures/jwplayer';
8
+ import fixtureLongDescription from './fixtures/long-description';
9
+ import fixtureNoVideoNoImage from './fixtures/no-video-no-image';
10
+ import fixtureNoVideo from './fixtures/no-video';
11
+ import fixturePortaitRatio from './fixtures/portait-ratio';
12
+ import fixtureVimeo from './fixtures/vimeo';
13
+ test('Molecule › MoleculeDisciplineHeader > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(MoleculeDisciplineHeader.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Molecule.MoleculeDisciplineHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Molecule › MoleculeDisciplineHeader › Arabic › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureArabic);
20
+ test('Molecule › MoleculeDisciplineHeader › Default › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureDefault);
21
+ test('Molecule › MoleculeDisciplineHeader › Jwplayer › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureJwplayer);
22
+ test('Molecule › MoleculeDisciplineHeader › LongDescription › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureLongDescription);
23
+ test('Molecule › MoleculeDisciplineHeader › NoVideoNoImage › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureNoVideoNoImage);
24
+ test('Molecule › MoleculeDisciplineHeader › NoVideo › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureNoVideo);
25
+ test('Molecule › MoleculeDisciplineHeader › PortaitRatio › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixturePortaitRatio);
26
+ test('Molecule › MoleculeDisciplineHeader › Vimeo › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureVimeo);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/discipline-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDisciplineHeader","fixtureArabic","fixtureDefault","fixtureJwplayer","fixtureLongDescription","fixtureNoVideoNoImage","fixtureNoVideo","fixturePortaitRatio","fixtureVimeo","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,wBAAP,MAAqC,IAArC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,qBAAP,MAAkC,8BAAlC;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAX,IAAI,CAAC,mEAAD,EAAsEY,CAAC,IAAI;AAC7EA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,wBAAwB,CAACW,SAA1B,EAAqC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,6DAA4DF,GAAI,mEAAzF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,wBAA5F,EAAsHC,aAAtH,CAAJ;AACAJ,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,wBAA7F,EAAuHE,cAAvH,CAAJ;AACAL,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,wBAA9F,EAAwHG,eAAxH,CAAJ;AACAN,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,wBAArG,EAA+HI,sBAA/H,CAAJ;AACAP,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,wBAApG,EAA8HK,qBAA9H,CAAJ;AACAR,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,wBAA7F,EAAuHM,cAAvH,CAAJ;AACAT,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,wBAAlG,EAA4HO,mBAA5H,CAAJ;AACAV,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,wBAA3F,EAAqHQ,YAArH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeDisciplineHeader from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureDefault from './fixtures/default';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureLongDescription from './fixtures/long-description';\nimport fixtureNoVideoNoImage from './fixtures/no-video-no-image';\nimport fixtureNoVideo from './fixtures/no-video';\nimport fixturePortaitRatio from './fixtures/portait-ratio';\nimport fixtureVimeo from './fixtures/vimeo';\n\ntest('Molecule › MoleculeDisciplineHeader > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDisciplineHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeDisciplineHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeDisciplineHeader › Arabic › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureArabic);\ntest('Molecule › MoleculeDisciplineHeader › Default › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureDefault);\ntest('Molecule › MoleculeDisciplineHeader › Jwplayer › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureJwplayer);\ntest('Molecule › MoleculeDisciplineHeader › LongDescription › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureLongDescription);\ntest('Molecule › MoleculeDisciplineHeader › NoVideoNoImage › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureNoVideoNoImage);\ntest('Molecule › MoleculeDisciplineHeader › NoVideo › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureNoVideo);\ntest('Molecule › MoleculeDisciplineHeader › PortaitRatio › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixturePortaitRatio);\ntest('Molecule › MoleculeDisciplineHeader › Vimeo › should be rendered', renderComponentMacro, MoleculeDisciplineHeader, fixtureVimeo);\n"],"file":"fixtures.js"}
@@ -1,3 +1,4 @@
1
+ import _uniqueId from "lodash/fp/uniqueId";
1
2
  import _map from "lodash/fp/map";
2
3
  import _isEmpty from "lodash/fp/isEmpty";
3
4
  import _getOr from "lodash/fp/getOr";
@@ -37,6 +38,8 @@ const DisciplinePartners = (props, context) => {
37
38
 
38
39
  const autName = _get('name', author);
39
40
 
41
+ const authorToggleId = _uniqueId('author-toggle-');
42
+
40
43
  const linkView = /*#__PURE__*/React.createElement("div", {
41
44
  className: style.authorLink
42
45
  }, /*#__PURE__*/React.createElement("a", {
@@ -88,11 +91,11 @@ const DisciplinePartners = (props, context) => {
88
91
  className: style.authorWrapper
89
92
  }, /*#__PURE__*/React.createElement("input", {
90
93
  type: "checkbox",
91
- id: `author-toggle-${index}`,
94
+ id: authorToggleId,
92
95
  className: style.toggle,
93
96
  defaultChecked: authors.length === 1 ? true : null
94
97
  }), /*#__PURE__*/React.createElement("label", {
95
- htmlFor: `author-toggle-${index}`
98
+ htmlFor: authorToggleId
96
99
  }, logoView), authorContent);
97
100
  }, authors);
98
101
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/discipline-partners/index.js"],"names":["React","PropTypes","NovaCompositionNavigationArrowRight","ArrowRight","NovaCompositionNavigationArrowDown","ArrowDown","SocialLink","Provider","CatalogSection","Picture","style","DisciplinePartners","props","context","translate","skin","authorTitle","authors","authorLabel","defaultColor","authorsView","convert","cap","author","index","socialLinks","authorLogo","authorHref","moreDetails","autName","linkView","authorLink","color","moreInfoView","linkicon","socialView","map","social","i","link","aNameView","authorName","logoView","logoContainer","logo","src","arrowWrapper","arrow","authorContent","links","authorWrapper","toggle","length","colDetails","contextTypes","childContextTypes","propTypes","arrayOf","shape","name","string","href","array"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get, getOr, isEmpty, map} from 'lodash/fp';\nimport {\n NovaCompositionNavigationArrowRight as ArrowRight,\n NovaCompositionNavigationArrowDown as ArrowDown\n} from '@coorpacademy/nova-icons';\nimport SocialLink from '../../atom/social-link';\nimport Provider from '../../atom/provider';\nimport CatalogSection from '../../atom/catalog-section';\nimport Picture from '../../atom/picture';\nimport style from './style.css';\n\nconst DisciplinePartners = (props, context) => {\n const {translate, skin} = context;\n\n const {authorTitle, authors = []} = props;\n\n const authorLabel = authorTitle || translate('author');\n const defaultColor = get('common.primary', skin);\n const authorsView = map.convert({cap: false})((author, index) => {\n const socialLinks = getOr([], 'socialLinks', author);\n const authorLogo = get('logo', author);\n const authorHref = get('href', author);\n const moreDetails = get('more', author);\n const autName = get('name', author);\n\n const linkView = (\n <div className={style.authorLink}>\n <a\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n style={{\n color: defaultColor\n }}\n href={authorHref}\n >\n {authorHref}\n </a>\n </div>\n );\n const moreInfoView = (\n <div className={style.authorLink}>\n <a\n href={authorHref}\n style={{\n color: defaultColor\n }}\n >\n {moreDetails}\n <ArrowRight color={defaultColor} className={style.linkicon} />\n </a>\n </div>\n );\n\n const socialView = socialLinks.map((social, i) => (\n <div key={i} className={style.link}>\n <SocialLink {...social} />\n </div>\n ));\n\n const aNameView = autName ? (\n <div data-name=\"authorName\" className={style.authorName}>\n {autName}\n </div>\n ) : null;\n\n const logoView = authorLogo ? (\n <div className={style.logoContainer}>\n <Picture className={style.logo} src={authorLogo.src} />\n <div className={style.arrowWrapper}>\n <ArrowDown className={style.arrow} height={14} whidth={14} />\n </div>\n </div>\n ) : null;\n\n const authorContent =\n authorHref || aNameView || socialView ? (\n <div className={style.authorContent}>\n {autName ? aNameView : null}\n {moreDetails ? moreInfoView : null}\n {!moreDetails && authorHref ? linkView : null}\n <div className={style.links}>{socialView}</div>\n </div>\n ) : null;\n\n return (\n <div key={index} className={style.authorWrapper}>\n <input\n type=\"checkbox\"\n id={`author-toggle-${index}`}\n className={style.toggle}\n defaultChecked={authors.length === 1 ? true : null}\n />\n <label htmlFor={`author-toggle-${index}`}>{logoView}</label>\n {authorContent}\n </div>\n );\n }, authors);\n\n return !isEmpty(authors) ? (\n <div data-name=\"disciplinePartner\" className={style.colDetails}>\n <CatalogSection title={authorLabel}>{authorsView}</CatalogSection>\n </div>\n ) : null;\n};\n\nDisciplinePartners.contextTypes = {\n translate: Provider.childContextTypes.translate,\n skin: Provider.childContextTypes.skin\n};\n\nDisciplinePartners.propTypes = {\n authors: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n href: PropTypes.string,\n logo: PropTypes.shape({\n src: PropTypes.string,\n href: PropTypes.string\n }),\n socialLinks: PropTypes.array\n })\n ),\n authorTitle: PropTypes.string\n};\n\nexport default DisciplinePartners;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/discipline-partners/index.js"],"names":["React","PropTypes","NovaCompositionNavigationArrowRight","ArrowRight","NovaCompositionNavigationArrowDown","ArrowDown","SocialLink","Provider","CatalogSection","Picture","style","DisciplinePartners","props","context","translate","skin","authorTitle","authors","authorLabel","defaultColor","authorsView","convert","cap","author","index","socialLinks","authorLogo","authorHref","moreDetails","autName","authorToggleId","linkView","authorLink","color","moreInfoView","linkicon","socialView","map","social","i","link","aNameView","authorName","logoView","logoContainer","logo","src","arrowWrapper","arrow","authorContent","links","authorWrapper","toggle","length","colDetails","contextTypes","childContextTypes","propTypes","arrayOf","shape","name","string","href","array"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {get, getOr, isEmpty, map, uniqueId} from 'lodash/fp';\nimport {\n NovaCompositionNavigationArrowRight as ArrowRight,\n NovaCompositionNavigationArrowDown as ArrowDown\n} from '@coorpacademy/nova-icons';\nimport SocialLink from '../../atom/social-link';\nimport Provider from '../../atom/provider';\nimport CatalogSection from '../../atom/catalog-section';\nimport Picture from '../../atom/picture';\nimport style from './style.css';\n\nconst DisciplinePartners = (props, context) => {\n const {translate, skin} = context;\n\n const {authorTitle, authors = []} = props;\n\n const authorLabel = authorTitle || translate('author');\n const defaultColor = get('common.primary', skin);\n const authorsView = map.convert({cap: false})((author, index) => {\n const socialLinks = getOr([], 'socialLinks', author);\n const authorLogo = get('logo', author);\n const authorHref = get('href', author);\n const moreDetails = get('more', author);\n const autName = get('name', author);\n const authorToggleId = uniqueId('author-toggle-');\n const linkView = (\n <div className={style.authorLink}>\n <a\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n style={{\n color: defaultColor\n }}\n href={authorHref}\n >\n {authorHref}\n </a>\n </div>\n );\n const moreInfoView = (\n <div className={style.authorLink}>\n <a\n href={authorHref}\n style={{\n color: defaultColor\n }}\n >\n {moreDetails}\n <ArrowRight color={defaultColor} className={style.linkicon} />\n </a>\n </div>\n );\n\n const socialView = socialLinks.map((social, i) => (\n <div key={i} className={style.link}>\n <SocialLink {...social} />\n </div>\n ));\n\n const aNameView = autName ? (\n <div data-name=\"authorName\" className={style.authorName}>\n {autName}\n </div>\n ) : null;\n\n const logoView = authorLogo ? (\n <div className={style.logoContainer}>\n <Picture className={style.logo} src={authorLogo.src} />\n <div className={style.arrowWrapper}>\n <ArrowDown className={style.arrow} height={14} whidth={14} />\n </div>\n </div>\n ) : null;\n\n const authorContent =\n authorHref || aNameView || socialView ? (\n <div className={style.authorContent}>\n {autName ? aNameView : null}\n {moreDetails ? moreInfoView : null}\n {!moreDetails && authorHref ? linkView : null}\n <div className={style.links}>{socialView}</div>\n </div>\n ) : null;\n\n return (\n <div key={index} className={style.authorWrapper}>\n <input\n type=\"checkbox\"\n id={authorToggleId}\n className={style.toggle}\n defaultChecked={authors.length === 1 ? true : null}\n />\n <label htmlFor={authorToggleId}>{logoView}</label>\n {authorContent}\n </div>\n );\n }, authors);\n\n return !isEmpty(authors) ? (\n <div data-name=\"disciplinePartner\" className={style.colDetails}>\n <CatalogSection title={authorLabel}>{authorsView}</CatalogSection>\n </div>\n ) : null;\n};\n\nDisciplinePartners.contextTypes = {\n translate: Provider.childContextTypes.translate,\n skin: Provider.childContextTypes.skin\n};\n\nDisciplinePartners.propTypes = {\n authors: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n href: PropTypes.string,\n logo: PropTypes.shape({\n src: PropTypes.string,\n href: PropTypes.string\n }),\n socialLinks: PropTypes.array\n })\n ),\n authorTitle: PropTypes.string\n};\n\nexport default DisciplinePartners;\n"],"file":"index.js"}
@@ -0,0 +1,21 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeDisciplinePartners from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureDoubleAuthors from './fixtures/double-authors';
7
+ import fixtureMoreInfo from './fixtures/more-info';
8
+ import fixtureNoAuthor from './fixtures/no-author';
9
+ import fixtureNosite from './fixtures/nosite';
10
+ test('Molecule › MoleculeDisciplinePartners > should have valid propTypes', t => {
11
+ t.pass();
12
+ forEach(MoleculeDisciplinePartners.propTypes, (value, key) => {
13
+ t.not(value, undefined, `PropType for "Molecule.MoleculeDisciplinePartners.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
+ });
15
+ });
16
+ test('Molecule › MoleculeDisciplinePartners › Default › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureDefault);
17
+ test('Molecule › MoleculeDisciplinePartners › DoubleAuthors › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureDoubleAuthors);
18
+ test('Molecule › MoleculeDisciplinePartners › MoreInfo › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureMoreInfo);
19
+ test('Molecule › MoleculeDisciplinePartners › NoAuthor › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureNoAuthor);
20
+ test('Molecule › MoleculeDisciplinePartners › Nosite › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureNosite);
21
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/discipline-partners/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDisciplinePartners","fixtureDefault","fixtureDoubleAuthors","fixtureMoreInfo","fixtureNoAuthor","fixtureNosite","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,0BAAP,MAAuC,IAAvC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AAEAR,IAAI,CAAC,qEAAD,EAAwES,CAAC,IAAI;AAC/EA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,0BAA0B,CAACQ,SAA5B,EAAuC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,+DAA8DF,GAAI,mEAA3F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,0BAA/F,EAA2HC,cAA3H,CAAJ;AACAJ,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,0BAArG,EAAiIE,oBAAjI,CAAJ;AACAL,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,0BAAhG,EAA4HG,eAA5H,CAAJ;AACAN,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,0BAAhG,EAA4HI,eAA5H,CAAJ;AACAP,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,0BAA9F,EAA0HK,aAA1H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeDisciplinePartners from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDoubleAuthors from './fixtures/double-authors';\nimport fixtureMoreInfo from './fixtures/more-info';\nimport fixtureNoAuthor from './fixtures/no-author';\nimport fixtureNosite from './fixtures/nosite';\n\ntest('Molecule › MoleculeDisciplinePartners > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDisciplinePartners.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeDisciplinePartners.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeDisciplinePartners › Default › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureDefault);\ntest('Molecule › MoleculeDisciplinePartners › DoubleAuthors › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureDoubleAuthors);\ntest('Molecule › MoleculeDisciplinePartners › MoreInfo › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureMoreInfo);\ntest('Molecule › MoleculeDisciplinePartners › NoAuthor › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureNoAuthor);\ntest('Molecule › MoleculeDisciplinePartners › Nosite › should be rendered', renderComponentMacro, MoleculeDisciplinePartners, fixtureNosite);\n"],"file":"fixtures.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeDisciplineScope from '..';
5
+ import fixtureArabic from './fixtures/arabic';
6
+ import fixtureAudio from './fixtures/audio';
7
+ import fixtureDefault from './fixtures/default';
8
+ import fixtureEmpty from './fixtures/empty';
9
+ import fixtureMedias from './fixtures/medias';
10
+ import fixturePdf from './fixtures/pdf';
11
+ import fixtureVimeo from './fixtures/vimeo';
12
+ import fixtureWithOnclick from './fixtures/with-onclick';
13
+ test('Molecule › MoleculeDisciplineScope > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(MoleculeDisciplineScope.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Molecule.MoleculeDisciplineScope.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Molecule › MoleculeDisciplineScope › Arabic › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureArabic);
20
+ test('Molecule › MoleculeDisciplineScope › Audio › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureAudio);
21
+ test('Molecule › MoleculeDisciplineScope › Default › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureDefault);
22
+ test('Molecule › MoleculeDisciplineScope › Empty › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureEmpty);
23
+ test('Molecule › MoleculeDisciplineScope › Medias › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureMedias);
24
+ test('Molecule › MoleculeDisciplineScope › Pdf › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixturePdf);
25
+ test('Molecule › MoleculeDisciplineScope › Vimeo › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureVimeo);
26
+ test('Molecule › MoleculeDisciplineScope › WithOnclick › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureWithOnclick);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/discipline-scope/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDisciplineScope","fixtureArabic","fixtureAudio","fixtureDefault","fixtureEmpty","fixtureMedias","fixturePdf","fixtureVimeo","fixtureWithOnclick","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAX,IAAI,CAAC,kEAAD,EAAqEY,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,uBAAuB,CAACW,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,uBAA3F,EAAoHC,aAApH,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHE,YAAnH,CAAJ;AACAL,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHG,cAArH,CAAJ;AACAN,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHI,YAAnH,CAAJ;AACAP,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,uBAA3F,EAAoHK,aAApH,CAAJ;AACAR,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHM,UAAjH,CAAJ;AACAT,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHO,YAAnH,CAAJ;AACAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,uBAAhG,EAAyHQ,kBAAzH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeDisciplineScope from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureAudio from './fixtures/audio';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureMedias from './fixtures/medias';\nimport fixturePdf from './fixtures/pdf';\nimport fixtureVimeo from './fixtures/vimeo';\nimport fixtureWithOnclick from './fixtures/with-onclick';\n\ntest('Molecule › MoleculeDisciplineScope > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDisciplineScope.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeDisciplineScope.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeDisciplineScope › Arabic › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureArabic);\ntest('Molecule › MoleculeDisciplineScope › Audio › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureAudio);\ntest('Molecule › MoleculeDisciplineScope › Default › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureDefault);\ntest('Molecule › MoleculeDisciplineScope › Empty › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureEmpty);\ntest('Molecule › MoleculeDisciplineScope › Medias › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureMedias);\ntest('Molecule › MoleculeDisciplineScope › Pdf › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixturePdf);\ntest('Molecule › MoleculeDisciplineScope › Vimeo › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureVimeo);\ntest('Molecule › MoleculeDisciplineScope › WithOnclick › should be rendered', renderComponentMacro, MoleculeDisciplineScope, fixtureWithOnclick);\n"],"file":"fixtures.js"}
@@ -0,0 +1,25 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeDragAndDrop from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureError from './fixtures/error';
7
+ import fixtureLoading from './fixtures/loading';
8
+ import fixtureReadyInvalid from './fixtures/ready-invalid';
9
+ import fixtureReady from './fixtures/ready';
10
+ import fixtureSuccessVideo from './fixtures/success-video';
11
+ import fixtureSuccess from './fixtures/success';
12
+ test('Molecule › MoleculeDragAndDrop > should have valid propTypes', t => {
13
+ t.pass();
14
+ forEach(MoleculeDragAndDrop.propTypes, (value, key) => {
15
+ t.not(value, undefined, `PropType for "Molecule.MoleculeDragAndDrop.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
+ });
17
+ });
18
+ test('Molecule › MoleculeDragAndDrop › Default › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureDefault);
19
+ test('Molecule › MoleculeDragAndDrop › Error › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureError);
20
+ test('Molecule › MoleculeDragAndDrop › Loading › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureLoading);
21
+ test('Molecule › MoleculeDragAndDrop › ReadyInvalid › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureReadyInvalid);
22
+ test('Molecule › MoleculeDragAndDrop › Ready › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureReady);
23
+ test('Molecule › MoleculeDragAndDrop › SuccessVideo › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureSuccessVideo);
24
+ test('Molecule › MoleculeDragAndDrop › Success › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureSuccess);
25
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/drag-and-drop/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeDragAndDrop","fixtureDefault","fixtureError","fixtureLoading","fixtureReadyInvalid","fixtureReady","fixtureSuccessVideo","fixtureSuccess","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAV,IAAI,CAAC,8DAAD,EAAiEW,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,mBAAmB,CAACU,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,mBAAtF,EAA2GE,YAA3G,CAAJ;AACAL,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GG,cAA7G,CAAJ;AACAN,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,mBAA7F,EAAkHI,mBAAlH,CAAJ;AACAP,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,mBAAtF,EAA2GK,YAA3G,CAAJ;AACAR,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,mBAA7F,EAAkHM,mBAAlH,CAAJ;AACAT,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GO,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeDragAndDrop from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureReadyInvalid from './fixtures/ready-invalid';\nimport fixtureReady from './fixtures/ready';\nimport fixtureSuccessVideo from './fixtures/success-video';\nimport fixtureSuccess from './fixtures/success';\n\ntest('Molecule › MoleculeDragAndDrop > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeDragAndDrop.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeDragAndDrop.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeDragAndDrop › Default › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureDefault);\ntest('Molecule › MoleculeDragAndDrop › Error › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureError);\ntest('Molecule › MoleculeDragAndDrop › Loading › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureLoading);\ntest('Molecule › MoleculeDragAndDrop › ReadyInvalid › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureReadyInvalid);\ntest('Molecule › MoleculeDragAndDrop › Ready › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureReady);\ntest('Molecule › MoleculeDragAndDrop › SuccessVideo › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureSuccessVideo);\ntest('Molecule › MoleculeDragAndDrop › Success › should be rendered', renderComponentMacro, MoleculeDragAndDrop, fixtureSuccess);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeExternalContentButton from '..';
5
+ import fixtureArticle from './fixtures/article';
6
+ import fixturePodcast from './fixtures/podcast';
7
+ import fixtureScorm from './fixtures/scorm';
8
+ import fixtureVideo from './fixtures/video';
9
+ test('Molecule › MoleculeExternalContentButton > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeExternalContentButton.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeExternalContentButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeExternalContentButton › Article › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureArticle);
16
+ test('Molecule › MoleculeExternalContentButton › Podcast › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixturePodcast);
17
+ test('Molecule › MoleculeExternalContentButton › Scorm › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureScorm);
18
+ test('Molecule › MoleculeExternalContentButton › Video › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureVideo);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/external-content-button/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeExternalContentButton","fixtureArticle","fixturePodcast","fixtureScorm","fixtureVideo","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAP,IAAI,CAAC,wEAAD,EAA2EQ,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,6BAA6B,CAACO,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kEAAiEF,GAAI,mEAA9F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiIC,cAAjI,CAAJ;AACAJ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiIE,cAAjI,CAAJ;AACAL,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HG,YAA/H,CAAJ;AACAN,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HI,YAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeExternalContentButton from '..';\nimport fixtureArticle from './fixtures/article';\nimport fixturePodcast from './fixtures/podcast';\nimport fixtureScorm from './fixtures/scorm';\nimport fixtureVideo from './fixtures/video';\n\ntest('Molecule › MoleculeExternalContentButton > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeExternalContentButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeExternalContentButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeExternalContentButton › Article › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureArticle);\ntest('Molecule › MoleculeExternalContentButton › Podcast › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixturePodcast);\ntest('Molecule › MoleculeExternalContentButton › Scorm › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureScorm);\ntest('Molecule › MoleculeExternalContentButton › Video › should be rendered', renderComponentMacro, MoleculeExternalContentButton, fixtureVideo);\n"],"file":"fixtures.js"}