@coorpacademy/components 10.13.10 → 10.13.13

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 (973) hide show
  1. package/es/atom/checkbox-with-title/style.css +2 -4
  2. package/es/molecule/course-section/index.js +19 -16
  3. package/es/molecule/course-section/index.js.map +1 -1
  4. package/es/molecule/course-section/style.css +12 -15
  5. package/es/molecule/course-section/test/fixtures/advanced-level.js +22 -0
  6. package/es/molecule/course-section/test/fixtures/advanced-level.js.map +1 -0
  7. package/es/molecule/course-section/test/fixtures/base-level.js +18 -0
  8. package/es/molecule/course-section/test/fixtures/base-level.js.map +1 -0
  9. package/es/molecule/course-section/test/fixtures/chapter.js +2 -2
  10. package/es/molecule/course-section/test/fixtures/chapter.js.map +1 -1
  11. package/es/molecule/course-section/test/fixtures/coach-level.js +24 -0
  12. package/es/molecule/course-section/test/fixtures/coach-level.js.map +1 -0
  13. package/es/molecule/course-section/test/fixtures/course.js +2 -2
  14. package/es/molecule/course-section/test/fixtures/course.js.map +1 -1
  15. package/es/molecule/course-sections/test/fixtures/default.js +20 -20
  16. package/es/molecule/course-sections/test/fixtures/default.js.map +1 -1
  17. package/es/molecule/drag-and-drop-wrapper/style.css +5 -2
  18. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.js +8 -2
  19. package/es/molecule/drag-and-drop-wrapper/test/fixtures/default.js.map +1 -1
  20. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js +11 -3
  21. package/es/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js.map +1 -1
  22. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/index.js +0 -0
  23. package/es/molecule/input-text-with-titled-checkbox/index.js.map +1 -0
  24. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/style.css +0 -0
  25. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/checked.js +0 -0
  26. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/checked.js.map +1 -0
  27. package/es/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/unchecked.js +0 -0
  28. package/es/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.js.map +1 -0
  29. package/es/molecule/list-badges/index.js +38 -0
  30. package/es/molecule/list-badges/index.js.map +1 -0
  31. package/es/molecule/list-badges/style.css +15 -0
  32. package/es/molecule/list-badges/test/fixtures/advanced.js +9 -0
  33. package/es/molecule/list-badges/test/fixtures/advanced.js.map +1 -0
  34. package/es/molecule/list-badges/test/fixtures/base.js +8 -0
  35. package/es/molecule/list-badges/test/fixtures/base.js.map +1 -0
  36. package/es/molecule/list-badges/test/fixtures/coach.js +10 -0
  37. package/es/molecule/list-badges/test/fixtures/coach.js.map +1 -0
  38. package/es/molecule/list-badges/test/fixtures/course.js +8 -0
  39. package/es/molecule/list-badges/test/fixtures/course.js.map +1 -0
  40. package/es/molecule/skill-card/index.js +87 -0
  41. package/es/molecule/skill-card/index.js.map +1 -0
  42. package/es/molecule/skill-card/style.css +60 -0
  43. package/es/molecule/skill-card/test/fixtures/custom-skill.js +10 -0
  44. package/es/molecule/skill-card/test/fixtures/custom-skill.js.map +1 -0
  45. package/es/molecule/skill-card/test/fixtures/default.js +15 -0
  46. package/es/molecule/skill-card/test/fixtures/default.js.map +1 -0
  47. package/es/molecule/skill-card/test/fixtures/no-aria-labels.js +12 -0
  48. package/es/molecule/skill-card/test/fixtures/no-aria-labels.js.map +1 -0
  49. package/es/molecule/skill-card/test/fixtures/short-skill-title.js +10 -0
  50. package/es/molecule/skill-card/test/fixtures/short-skill-title.js.map +1 -0
  51. package/es/molecule/skill-card/test/skill-card.js +90 -0
  52. package/es/molecule/skill-card/test/skill-card.js.map +1 -0
  53. package/es/organism/rewards-form/index.js +41 -0
  54. package/es/organism/rewards-form/index.js.map +1 -0
  55. package/es/organism/rewards-form/style.css +12 -0
  56. package/es/organism/rewards-form/test/fixtures/default.js +17 -0
  57. package/es/organism/rewards-form/test/fixtures/default.js.map +1 -0
  58. package/es/organism/rewards-form/test/fixtures/no-rewards.js +6 -0
  59. package/es/organism/rewards-form/test/fixtures/no-rewards.js.map +1 -0
  60. package/es/organism/rewards-form/test/fixtures/one-reward.js +11 -0
  61. package/es/organism/rewards-form/test/fixtures/one-reward.js.map +1 -0
  62. package/es/organism/rewards-form/test/fixtures/two-rewards.js +14 -0
  63. package/es/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -0
  64. package/es/organism/wizard-contents/index.js +6 -0
  65. package/es/organism/wizard-contents/index.js.map +1 -1
  66. package/es/organism/wizard-contents/test/fixtures/certification-rewards.js +45 -0
  67. package/es/organism/wizard-contents/test/fixtures/certification-rewards.js.map +1 -0
  68. package/es/template/app-player/popin-correction/index.js +3 -3
  69. package/es/template/app-player/popin-correction/index.js.map +1 -1
  70. package/es/template/app-player/popin-correction/style.css +0 -4
  71. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js +22 -0
  72. package/es/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js.map +1 -0
  73. package/es/variables/colors.css +1 -0
  74. package/lib/atom/checkbox-with-title/style.css +2 -4
  75. package/lib/molecule/course-section/index.js +20 -16
  76. package/lib/molecule/course-section/index.js.map +1 -1
  77. package/lib/molecule/course-section/style.css +12 -15
  78. package/lib/molecule/course-section/test/fixtures/advanced-level.js +27 -0
  79. package/lib/molecule/course-section/test/fixtures/advanced-level.js.map +1 -0
  80. package/lib/molecule/course-section/test/fixtures/base-level.js +23 -0
  81. package/lib/molecule/course-section/test/fixtures/base-level.js.map +1 -0
  82. package/lib/molecule/course-section/test/fixtures/chapter.js +2 -2
  83. package/lib/molecule/course-section/test/fixtures/chapter.js.map +1 -1
  84. package/lib/molecule/course-section/test/fixtures/coach-level.js +29 -0
  85. package/lib/molecule/course-section/test/fixtures/coach-level.js.map +1 -0
  86. package/lib/molecule/course-section/test/fixtures/course.js +2 -2
  87. package/lib/molecule/course-section/test/fixtures/course.js.map +1 -1
  88. package/lib/molecule/course-sections/test/fixtures/default.js +20 -20
  89. package/lib/molecule/course-sections/test/fixtures/default.js.map +1 -1
  90. package/lib/molecule/drag-and-drop-wrapper/style.css +5 -2
  91. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.js +8 -2
  92. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/default.js.map +1 -1
  93. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js +11 -3
  94. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/two-drag-and-drops.js.map +1 -1
  95. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/index.js +0 -0
  96. package/lib/molecule/input-text-with-titled-checkbox/index.js.map +1 -0
  97. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/style.css +0 -0
  98. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/checked.js +0 -0
  99. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/checked.js.map +1 -0
  100. package/lib/molecule/{input-text-with-titeled-checkbox → input-text-with-titled-checkbox}/test/fixtures/unchecked.js +0 -0
  101. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures/unchecked.js.map +1 -0
  102. package/lib/molecule/list-badges/index.js +50 -0
  103. package/lib/molecule/list-badges/index.js.map +1 -0
  104. package/lib/molecule/list-badges/style.css +15 -0
  105. package/lib/molecule/list-badges/test/fixtures/advanced.js +19 -0
  106. package/lib/molecule/list-badges/test/fixtures/advanced.js.map +1 -0
  107. package/lib/molecule/list-badges/test/fixtures/base.js +17 -0
  108. package/lib/molecule/list-badges/test/fixtures/base.js.map +1 -0
  109. package/lib/molecule/list-badges/test/fixtures/coach.js +21 -0
  110. package/lib/molecule/list-badges/test/fixtures/coach.js.map +1 -0
  111. package/lib/molecule/list-badges/test/fixtures/course.js +17 -0
  112. package/lib/molecule/list-badges/test/fixtures/course.js.map +1 -0
  113. package/lib/molecule/skill-card/index.js +105 -0
  114. package/lib/molecule/skill-card/index.js.map +1 -0
  115. package/lib/molecule/skill-card/style.css +60 -0
  116. package/lib/molecule/skill-card/test/fixtures/custom-skill.js +17 -0
  117. package/lib/molecule/skill-card/test/fixtures/custom-skill.js.map +1 -0
  118. package/lib/molecule/skill-card/test/fixtures/default.js +21 -0
  119. package/lib/molecule/skill-card/test/fixtures/default.js.map +1 -0
  120. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.js +18 -0
  121. package/lib/molecule/skill-card/test/fixtures/no-aria-labels.js.map +1 -0
  122. package/lib/molecule/skill-card/test/fixtures/short-skill-title.js +17 -0
  123. package/lib/molecule/skill-card/test/fixtures/short-skill-title.js.map +1 -0
  124. package/lib/molecule/skill-card/test/skill-card.js +102 -0
  125. package/lib/molecule/skill-card/test/skill-card.js.map +1 -0
  126. package/lib/organism/rewards-form/index.js +55 -0
  127. package/lib/organism/rewards-form/index.js.map +1 -0
  128. package/lib/organism/rewards-form/style.css +12 -0
  129. package/lib/organism/rewards-form/test/fixtures/default.js +28 -0
  130. package/lib/organism/rewards-form/test/fixtures/default.js.map +1 -0
  131. package/lib/organism/rewards-form/test/fixtures/no-rewards.js +11 -0
  132. package/lib/organism/rewards-form/test/fixtures/no-rewards.js.map +1 -0
  133. package/lib/organism/rewards-form/test/fixtures/one-reward.js +20 -0
  134. package/lib/organism/rewards-form/test/fixtures/one-reward.js.map +1 -0
  135. package/lib/organism/rewards-form/test/fixtures/two-rewards.js +24 -0
  136. package/lib/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -0
  137. package/lib/organism/wizard-contents/index.js +7 -0
  138. package/lib/organism/wizard-contents/index.js.map +1 -1
  139. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.js +54 -0
  140. package/lib/organism/wizard-contents/test/fixtures/certification-rewards.js.map +1 -0
  141. package/lib/template/app-player/popin-correction/index.js +3 -3
  142. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  143. package/lib/template/app-player/popin-correction/style.css +0 -4
  144. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js +32 -0
  145. package/lib/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js.map +1 -0
  146. package/lib/variables/colors.css +1 -0
  147. package/package.json +2 -2
  148. package/es/atom/autocomplete/test/fixtures.js +0 -19
  149. package/es/atom/autocomplete/test/fixtures.js.map +0 -1
  150. package/es/atom/avatar/test/fixtures.js +0 -13
  151. package/es/atom/avatar/test/fixtures.js.map +0 -1
  152. package/es/atom/button/test/fixtures.js +0 -27
  153. package/es/atom/button/test/fixtures.js.map +0 -1
  154. package/es/atom/button-link/test/fixtures.js +0 -31
  155. package/es/atom/button-link/test/fixtures.js.map +0 -1
  156. package/es/atom/button-link-icon-only/test/fixtures.js +0 -21
  157. package/es/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  158. package/es/atom/button-menu/test/fixtures.js +0 -15
  159. package/es/atom/button-menu/test/fixtures.js.map +0 -1
  160. package/es/atom/card-image-preview/test/fixtures.js +0 -15
  161. package/es/atom/card-image-preview/test/fixtures.js.map +0 -1
  162. package/es/atom/catalog-section/test/fixtures.js +0 -15
  163. package/es/atom/catalog-section/test/fixtures.js.map +0 -1
  164. package/es/atom/centered-text/test/fixtures.js +0 -13
  165. package/es/atom/centered-text/test/fixtures.js.map +0 -1
  166. package/es/atom/checkbox/test/fixtures.js +0 -19
  167. package/es/atom/checkbox/test/fixtures.js.map +0 -1
  168. package/es/atom/checkbox-with-title/test/fixtures.js +0 -15
  169. package/es/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  170. package/es/atom/chips/test/fixtures.js +0 -17
  171. package/es/atom/chips/test/fixtures.js.map +0 -1
  172. package/es/atom/clue/test/fixtures.js +0 -17
  173. package/es/atom/clue/test/fixtures.js.map +0 -1
  174. package/es/atom/content-badge/test/fixtures.js +0 -29
  175. package/es/atom/content-badge/test/fixtures.js.map +0 -1
  176. package/es/atom/cta/test/fixtures.js +0 -37
  177. package/es/atom/cta/test/fixtures.js.map +0 -1
  178. package/es/atom/difficulty-level/test/fixtures.js +0 -19
  179. package/es/atom/difficulty-level/test/fixtures.js.map +0 -1
  180. package/es/atom/drag-and-drop/test/fixtures.js +0 -31
  181. package/es/atom/drag-and-drop/test/fixtures.js.map +0 -1
  182. package/es/atom/empty-search-result/test/fixtures.js +0 -13
  183. package/es/atom/empty-search-result/test/fixtures.js.map +0 -1
  184. package/es/atom/image-upload/test/fixtures.js +0 -31
  185. package/es/atom/image-upload/test/fixtures.js.map +0 -1
  186. package/es/atom/input-checkbox/test/fixtures.js +0 -25
  187. package/es/atom/input-checkbox/test/fixtures.js.map +0 -1
  188. package/es/atom/input-color/test/fixtures.js +0 -19
  189. package/es/atom/input-color/test/fixtures.js.map +0 -1
  190. package/es/atom/input-doublestep/test/fixtures.js +0 -21
  191. package/es/atom/input-doublestep/test/fixtures.js.map +0 -1
  192. package/es/atom/input-html/test/fixtures.js +0 -17
  193. package/es/atom/input-html/test/fixtures.js.map +0 -1
  194. package/es/atom/input-readonly/test/fixtures.js +0 -13
  195. package/es/atom/input-readonly/test/fixtures.js.map +0 -1
  196. package/es/atom/input-search/test/fixtures.js +0 -19
  197. package/es/atom/input-search/test/fixtures.js.map +0 -1
  198. package/es/atom/input-switch/test/fixtures.js +0 -33
  199. package/es/atom/input-switch/test/fixtures.js.map +0 -1
  200. package/es/atom/input-text/test/fixtures.js +0 -27
  201. package/es/atom/input-text/test/fixtures.js.map +0 -1
  202. package/es/atom/input-text-with-title/test/fixtures.js +0 -15
  203. package/es/atom/input-text-with-title/test/fixtures.js.map +0 -1
  204. package/es/atom/input-textarea/test/fixtures.js +0 -21
  205. package/es/atom/input-textarea/test/fixtures.js.map +0 -1
  206. package/es/atom/label/test/fixtures.js +0 -15
  207. package/es/atom/label/test/fixtures.js.map +0 -1
  208. package/es/atom/life/test/fixtures.js +0 -25
  209. package/es/atom/life/test/fixtures.js.map +0 -1
  210. package/es/atom/link/test/fixtures.js +0 -17
  211. package/es/atom/link/test/fixtures.js.map +0 -1
  212. package/es/atom/loader/test/fixtures.js +0 -15
  213. package/es/atom/loader/test/fixtures.js.map +0 -1
  214. package/es/atom/notification/test/fixtures.js +0 -17
  215. package/es/atom/notification/test/fixtures.js.map +0 -1
  216. package/es/atom/picture/test/fixtures.js +0 -19
  217. package/es/atom/picture/test/fixtures.js.map +0 -1
  218. package/es/atom/picture-background/test/fixtures.js +0 -19
  219. package/es/atom/picture-background/test/fixtures.js.map +0 -1
  220. package/es/atom/promo-code/test/fixtures.js +0 -17
  221. package/es/atom/promo-code/test/fixtures.js.map +0 -1
  222. package/es/atom/provider/test/fixtures.js +0 -13
  223. package/es/atom/provider/test/fixtures.js.map +0 -1
  224. package/es/atom/radio-group/test/fixtures.js +0 -17
  225. package/es/atom/radio-group/test/fixtures.js.map +0 -1
  226. package/es/atom/range/test/fixtures.js +0 -15
  227. package/es/atom/range/test/fixtures.js.map +0 -1
  228. package/es/atom/resource-miniature/test/fixtures.js +0 -21
  229. package/es/atom/resource-miniature/test/fixtures.js.map +0 -1
  230. package/es/atom/review-header-step-item/test/fixtures.js +0 -19
  231. package/es/atom/review-header-step-item/test/fixtures.js.map +0 -1
  232. package/es/atom/select/test/fixtures.js +0 -47
  233. package/es/atom/select/test/fixtures.js.map +0 -1
  234. package/es/atom/slide/test/fixtures.js +0 -21
  235. package/es/atom/slide/test/fixtures.js.map +0 -1
  236. package/es/atom/social-link/test/fixtures.js +0 -17
  237. package/es/atom/social-link/test/fixtures.js.map +0 -1
  238. package/es/atom/spinner/test/fixtures.js +0 -13
  239. package/es/atom/spinner/test/fixtures.js.map +0 -1
  240. package/es/atom/tab/test/fixtures.js +0 -13
  241. package/es/atom/tab/test/fixtures.js.map +0 -1
  242. package/es/atom/tab-content/test/fixtures.js +0 -15
  243. package/es/atom/tab-content/test/fixtures.js.map +0 -1
  244. package/es/atom/tag/test/fixtures.js +0 -21
  245. package/es/atom/tag/test/fixtures.js.map +0 -1
  246. package/es/atom/title/test/fixtures.js +0 -17
  247. package/es/atom/title/test/fixtures.js.map +0 -1
  248. package/es/atom/video-upload/test/fixtures.js +0 -21
  249. package/es/atom/video-upload/test/fixtures.js.map +0 -1
  250. package/es/atom/wizard-steps/test/fixtures.js +0 -17
  251. package/es/atom/wizard-steps/test/fixtures.js.map +0 -1
  252. package/es/hoc/animation/test/fixtures.js +0 -15
  253. package/es/hoc/animation/test/fixtures.js.map +0 -1
  254. package/es/hoc/animation-scheduler/test/fixtures.js +0 -15
  255. package/es/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  256. package/es/hoc/swapper/test/fixtures.js +0 -13
  257. package/es/hoc/swapper/test/fixtures.js.map +0 -1
  258. package/es/hoc/transition/test/fixtures.js +0 -13
  259. package/es/hoc/transition/test/fixtures.js.map +0 -1
  260. package/es/molecule/add-to-my-list/test/fixtures.js +0 -15
  261. package/es/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  262. package/es/molecule/answer/test/fixtures.js +0 -35
  263. package/es/molecule/answer/test/fixtures.js.map +0 -1
  264. package/es/molecule/audio/test/fixtures.js +0 -15
  265. package/es/molecule/audio/test/fixtures.js.map +0 -1
  266. package/es/molecule/banner/test/fixtures.js +0 -23
  267. package/es/molecule/banner/test/fixtures.js.map +0 -1
  268. package/es/molecule/battle-request/test/fixtures.js +0 -15
  269. package/es/molecule/battle-request/test/fixtures.js.map +0 -1
  270. package/es/molecule/brand-card/test/fixtures.js +0 -15
  271. package/es/molecule/brand-card/test/fixtures.js.map +0 -1
  272. package/es/molecule/brand-card-create/test/fixtures.js +0 -13
  273. package/es/molecule/brand-card-create/test/fixtures.js.map +0 -1
  274. package/es/molecule/brand-create-form/test/fixtures.js +0 -19
  275. package/es/molecule/brand-create-form/test/fixtures.js.map +0 -1
  276. package/es/molecule/brand-download-box/test/fixtures.js +0 -17
  277. package/es/molecule/brand-download-box/test/fixtures.js.map +0 -1
  278. package/es/molecule/brand-form-group/test/fixtures.js +0 -35
  279. package/es/molecule/brand-form-group/test/fixtures.js.map +0 -1
  280. package/es/molecule/brand-tabs/test/fixtures.js +0 -29
  281. package/es/molecule/brand-tabs/test/fixtures.js.map +0 -1
  282. package/es/molecule/brand-upload-box/test/fixtures.js +0 -17
  283. package/es/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  284. package/es/molecule/breadcrumbs/test/fixtures.js +0 -13
  285. package/es/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  286. package/es/molecule/bullet-point-menu-button/test/fixtures.js +0 -15
  287. package/es/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  288. package/es/molecule/card/test/fixtures.js +0 -45
  289. package/es/molecule/card/test/fixtures.js.map +0 -1
  290. package/es/molecule/card-content/test/fixtures.js +0 -27
  291. package/es/molecule/card-content/test/fixtures.js.map +0 -1
  292. package/es/molecule/card-with-button/test/fixtures.js +0 -17
  293. package/es/molecule/card-with-button/test/fixtures.js.map +0 -1
  294. package/es/molecule/cm-popin/test/fixtures.js +0 -17
  295. package/es/molecule/cm-popin/test/fixtures.js.map +0 -1
  296. package/es/molecule/cookie-banner/test/fixtures.js +0 -13
  297. package/es/molecule/cookie-banner/test/fixtures.js.map +0 -1
  298. package/es/molecule/coorp-manager-roles/test/fixtures.js +0 -13
  299. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  300. package/es/molecule/course-section/test/fixtures.js +0 -15
  301. package/es/molecule/course-section/test/fixtures.js.map +0 -1
  302. package/es/molecule/course-sections/test/fixtures.js +0 -17
  303. package/es/molecule/course-sections/test/fixtures.js.map +0 -1
  304. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +0 -15
  305. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  306. package/es/molecule/dashboard/cards-list/test/fixtures.js +0 -23
  307. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  308. package/es/molecule/dashboard/news-list/test/fixtures.js +0 -17
  309. package/es/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  310. package/es/molecule/dashboard/review-banner/test/fixtures.js +0 -13
  311. package/es/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  312. package/es/molecule/dashboard/start-battle/test/fixtures.js +0 -15
  313. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  314. package/es/molecule/discipline-cta/test/fixtures.js +0 -15
  315. package/es/molecule/discipline-cta/test/fixtures.js.map +0 -1
  316. package/es/molecule/discipline-header/test/fixtures.js +0 -27
  317. package/es/molecule/discipline-header/test/fixtures.js.map +0 -1
  318. package/es/molecule/discipline-partners/test/fixtures.js +0 -21
  319. package/es/molecule/discipline-partners/test/fixtures.js.map +0 -1
  320. package/es/molecule/discipline-scope/test/fixtures.js +0 -27
  321. package/es/molecule/discipline-scope/test/fixtures.js.map +0 -1
  322. package/es/molecule/drag-and-drop/test/fixtures.js +0 -25
  323. package/es/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  324. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -15
  325. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  326. package/es/molecule/draggable/test/fixtures.js +0 -13
  327. package/es/molecule/draggable/test/fixtures.js.map +0 -1
  328. package/es/molecule/draggable-list/test/fixtures.js +0 -15
  329. package/es/molecule/draggable-list/test/fixtures.js.map +0 -1
  330. package/es/molecule/external-content-button/test/fixtures.js +0 -19
  331. package/es/molecule/external-content-button/test/fixtures.js.map +0 -1
  332. package/es/molecule/external-content-viewer/test/fixtures.js +0 -27
  333. package/es/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  334. package/es/molecule/feedback/test/fixtures.js +0 -27
  335. package/es/molecule/feedback/test/fixtures.js.map +0 -1
  336. package/es/molecule/filters/test/fixtures.js +0 -33
  337. package/es/molecule/filters/test/fixtures.js.map +0 -1
  338. package/es/molecule/forum/forum-comment/test/fixtures.js +0 -17
  339. package/es/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  340. package/es/molecule/forum/forum-post/test/fixtures.js +0 -31
  341. package/es/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  342. package/es/molecule/forum/forum-thread/test/fixtures.js +0 -17
  343. package/es/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  344. package/es/molecule/hero/test/fixtures.js +0 -15
  345. package/es/molecule/hero/test/fixtures.js.map +0 -1
  346. package/es/molecule/input-text-with-titeled-checkbox/index.js.map +0 -1
  347. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures/checked.js.map +0 -1
  348. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures/unchecked.js.map +0 -1
  349. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js +0 -15
  350. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +0 -1
  351. package/es/molecule/login-alert/test/fixtures.js +0 -13
  352. package/es/molecule/login-alert/test/fixtures.js.map +0 -1
  353. package/es/molecule/menu-list/test/fixtures.js +0 -13
  354. package/es/molecule/menu-list/test/fixtures.js.map +0 -1
  355. package/es/molecule/message-popin/test/fixtures.js +0 -13
  356. package/es/molecule/message-popin/test/fixtures.js.map +0 -1
  357. package/es/molecule/modal/test/fixtures.js +0 -13
  358. package/es/molecule/modal/test/fixtures.js.map +0 -1
  359. package/es/molecule/module-bubble/test/fixtures.js +0 -17
  360. package/es/molecule/module-bubble/test/fixtures.js.map +0 -1
  361. package/es/molecule/module-card/test/fixtures.js +0 -17
  362. package/es/molecule/module-card/test/fixtures.js.map +0 -1
  363. package/es/molecule/news/test/fixtures.js +0 -23
  364. package/es/molecule/news/test/fixtures.js.map +0 -1
  365. package/es/molecule/notification-banner/test/fixtures.js +0 -17
  366. package/es/molecule/notification-banner/test/fixtures.js.map +0 -1
  367. package/es/molecule/pagination/test/fixtures.js +0 -15
  368. package/es/molecule/pagination/test/fixtures.js.map +0 -1
  369. package/es/molecule/payment-form/test/fixtures.js +0 -17
  370. package/es/molecule/payment-form/test/fixtures.js.map +0 -1
  371. package/es/molecule/pdf/test/fixtures.js +0 -13
  372. package/es/molecule/pdf/test/fixtures.js.map +0 -1
  373. package/es/molecule/popin/test/fixtures.js +0 -21
  374. package/es/molecule/popin/test/fixtures.js.map +0 -1
  375. package/es/molecule/product-card/test/fixtures.js +0 -13
  376. package/es/molecule/product-card/test/fixtures.js.map +0 -1
  377. package/es/molecule/progress-bar/test/fixtures.js +0 -15
  378. package/es/molecule/progress-bar/test/fixtures.js.map +0 -1
  379. package/es/molecule/questions/drop-down/test/fixtures.js +0 -15
  380. package/es/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  381. package/es/molecule/questions/free-text/test/fixtures.js +0 -17
  382. package/es/molecule/questions/free-text/test/fixtures.js.map +0 -1
  383. package/es/molecule/questions/qcm/test/fixtures.js +0 -19
  384. package/es/molecule/questions/qcm/test/fixtures.js.map +0 -1
  385. package/es/molecule/questions/qcm-drag/test/fixtures.js +0 -15
  386. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  387. package/es/molecule/questions/qcm-graphic/test/fixtures.js +0 -15
  388. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  389. package/es/molecule/questions/question-range/test/fixtures.js +0 -13
  390. package/es/molecule/questions/question-range/test/fixtures.js.map +0 -1
  391. package/es/molecule/questions/template/test/fixtures.js +0 -15
  392. package/es/molecule/questions/template/test/fixtures.js.map +0 -1
  393. package/es/molecule/quick-access-card/test/fixtures.js +0 -21
  394. package/es/molecule/quick-access-card/test/fixtures.js.map +0 -1
  395. package/es/molecule/quick-access-cards-group/test/fixtures.js +0 -21
  396. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  397. package/es/molecule/resource-player/test/fixtures.js +0 -25
  398. package/es/molecule/resource-player/test/fixtures.js.map +0 -1
  399. package/es/molecule/review-correction-popin/test/fixtures.js +0 -15
  400. package/es/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  401. package/es/molecule/review-header-steps/test/fixtures.js +0 -23
  402. package/es/molecule/review-header-steps/test/fixtures.js.map +0 -1
  403. package/es/molecule/scope-content/test/fixtures.js +0 -27
  404. package/es/molecule/scope-content/test/fixtures.js.map +0 -1
  405. package/es/molecule/scope-tabs/test/fixtures.js +0 -17
  406. package/es/molecule/scope-tabs/test/fixtures.js.map +0 -1
  407. package/es/molecule/search/test/fixtures.js +0 -15
  408. package/es/molecule/search/test/fixtures.js.map +0 -1
  409. package/es/molecule/search-form/test/fixtures.js +0 -13
  410. package/es/molecule/search-form/test/fixtures.js.map +0 -1
  411. package/es/molecule/select-multiple/test/fixtures.js +0 -31
  412. package/es/molecule/select-multiple/test/fixtures.js.map +0 -1
  413. package/es/molecule/setup-cohort-item/test/fixtures.js +0 -19
  414. package/es/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  415. package/es/molecule/setup-section/test/fixtures.js +0 -25
  416. package/es/molecule/setup-section/test/fixtures.js.map +0 -1
  417. package/es/molecule/setup-sections/test/fixtures.js +0 -19
  418. package/es/molecule/setup-sections/test/fixtures.js.map +0 -1
  419. package/es/molecule/setup-slide/test/fixtures.js +0 -25
  420. package/es/molecule/setup-slide/test/fixtures.js.map +0 -1
  421. package/es/molecule/setup-slider/test/fixtures.js +0 -15
  422. package/es/molecule/setup-slider/test/fixtures.js.map +0 -1
  423. package/es/molecule/share/test/fixtures.js +0 -13
  424. package/es/molecule/share/test/fixtures.js.map +0 -1
  425. package/es/molecule/ssmenu-list/test/fixtures.js +0 -19
  426. package/es/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  427. package/es/molecule/subscription-freemium/test/fixtures.js +0 -13
  428. package/es/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  429. package/es/molecule/subscription-premium/test/fixtures.js +0 -15
  430. package/es/molecule/subscription-premium/test/fixtures.js.map +0 -1
  431. package/es/molecule/table/test/fixtures.js +0 -19
  432. package/es/molecule/table/test/fixtures.js.map +0 -1
  433. package/es/molecule/teams-popin/test/fixtures.js +0 -29
  434. package/es/molecule/teams-popin/test/fixtures.js.map +0 -1
  435. package/es/molecule/theme-image/test/fixtures.js +0 -13
  436. package/es/molecule/theme-image/test/fixtures.js.map +0 -1
  437. package/es/molecule/titled-checkbox/test/fixtures.js +0 -17
  438. package/es/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  439. package/es/molecule/unsubscribe/test/fixtures.js +0 -15
  440. package/es/molecule/unsubscribe/test/fixtures.js.map +0 -1
  441. package/es/molecule/vertical-tabs/test/fixtures.js +0 -17
  442. package/es/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  443. package/es/molecule/video-iframe/test/fixtures.js +0 -25
  444. package/es/molecule/video-iframe/test/fixtures.js.map +0 -1
  445. package/es/molecule/video-player/test/fixtures.js +0 -29
  446. package/es/molecule/video-player/test/fixtures.js.map +0 -1
  447. package/es/molecule/wizard-summary/test/fixtures.js +0 -23
  448. package/es/molecule/wizard-summary/test/fixtures.js.map +0 -1
  449. package/es/organism/accordion/container/test/fixtures.js +0 -17
  450. package/es/organism/accordion/container/test/fixtures.js.map +0 -1
  451. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +0 -17
  452. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  453. package/es/organism/accordion/coorp-manager/test/fixtures.js +0 -13
  454. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  455. package/es/organism/accordion/part/test/fixtures.js +0 -15
  456. package/es/organism/accordion/part/test/fixtures.js.map +0 -1
  457. package/es/organism/accordion/toggler/test/fixtures.js +0 -17
  458. package/es/organism/accordion/toggler/test/fixtures.js.map +0 -1
  459. package/es/organism/brand-analytics/test/fixtures.js +0 -23
  460. package/es/organism/brand-analytics/test/fixtures.js.map +0 -1
  461. package/es/organism/brand-dashboard/test/fixtures.js +0 -15
  462. package/es/organism/brand-dashboard/test/fixtures.js.map +0 -1
  463. package/es/organism/brand-form/test/fixtures.js +0 -33
  464. package/es/organism/brand-form/test/fixtures.js.map +0 -1
  465. package/es/organism/brand-table/test/fixtures.js +0 -19
  466. package/es/organism/brand-table/test/fixtures.js.map +0 -1
  467. package/es/organism/brand-upload/test/fixtures.js +0 -15
  468. package/es/organism/brand-upload/test/fixtures.js.map +0 -1
  469. package/es/organism/cards-grid/test/fixtures.js +0 -19
  470. package/es/organism/cards-grid/test/fixtures.js.map +0 -1
  471. package/es/organism/cart/test/fixtures.js +0 -13
  472. package/es/organism/cart/test/fixtures.js.map +0 -1
  473. package/es/organism/content-translation/test/fixtures.js +0 -15
  474. package/es/organism/content-translation/test/fixtures.js.map +0 -1
  475. package/es/organism/course-selection/test/fixtures.js +0 -25
  476. package/es/organism/course-selection/test/fixtures.js.map +0 -1
  477. package/es/organism/discussion/test/fixtures.js +0 -19
  478. package/es/organism/discussion/test/fixtures.js.map +0 -1
  479. package/es/organism/get-the-app/test/fixtures.js +0 -13
  480. package/es/organism/get-the-app/test/fixtures.js.map +0 -1
  481. package/es/organism/grid-list/test/fixtures.js +0 -13
  482. package/es/organism/grid-list/test/fixtures.js.map +0 -1
  483. package/es/organism/header/test/fixtures.js +0 -13
  484. package/es/organism/header/test/fixtures.js.map +0 -1
  485. package/es/organism/hero/test/fixtures.js +0 -17
  486. package/es/organism/hero/test/fixtures.js.map +0 -1
  487. package/es/organism/list-item/test/fixtures.js +0 -19
  488. package/es/organism/list-item/test/fixtures.js.map +0 -1
  489. package/es/organism/list-items/test/fixtures.js +0 -17
  490. package/es/organism/list-items/test/fixtures.js.map +0 -1
  491. package/es/organism/mooc/image-slider/test/fixtures.js +0 -15
  492. package/es/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  493. package/es/organism/mooc-footer/test/fixtures.js +0 -23
  494. package/es/organism/mooc-footer/test/fixtures.js.map +0 -1
  495. package/es/organism/mooc-header/test/fixtures.js +0 -31
  496. package/es/organism/mooc-header/test/fixtures.js.map +0 -1
  497. package/es/organism/playlist-translation/test/fixtures.js +0 -15
  498. package/es/organism/playlist-translation/test/fixtures.js.map +0 -1
  499. package/es/organism/popin/test/fixtures.js +0 -13
  500. package/es/organism/popin/test/fixtures.js.map +0 -1
  501. package/es/organism/resource-browser/test/fixtures.js +0 -37
  502. package/es/organism/resource-browser/test/fixtures.js.map +0 -1
  503. package/es/organism/search-and-chips-results/test/fixtures.js +0 -23
  504. package/es/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  505. package/es/organism/settings/test/fixtures.js +0 -19
  506. package/es/organism/settings/test/fixtures.js.map +0 -1
  507. package/es/organism/setup-header/test/fixtures.js +0 -15
  508. package/es/organism/setup-header/test/fixtures.js.map +0 -1
  509. package/es/organism/sidebar/test/fixtures.js +0 -23
  510. package/es/organism/sidebar/test/fixtures.js.map +0 -1
  511. package/es/organism/slider/test/fixtures.js +0 -15
  512. package/es/organism/slider/test/fixtures.js.map +0 -1
  513. package/es/organism/user-preferences/test/fixtures.js +0 -13
  514. package/es/organism/user-preferences/test/fixtures.js.map +0 -1
  515. package/es/organism/wizard-contents/test/fixtures.js +0 -23
  516. package/es/organism/wizard-contents/test/fixtures.js.map +0 -1
  517. package/es/template/activity/test/fixtures.js +0 -21
  518. package/es/template/activity/test/fixtures.js.map +0 -1
  519. package/es/template/app-player/loading/test/fixtures.js +0 -13
  520. package/es/template/app-player/loading/test/fixtures.js.map +0 -1
  521. package/es/template/app-player/player/slides/footer/test/fixtures.js +0 -29
  522. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  523. package/es/template/app-player/player/slides/header/test/fixtures.js +0 -23
  524. package/es/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  525. package/es/template/app-player/player/slides/test/fixtures.js +0 -79
  526. package/es/template/app-player/player/slides/test/fixtures.js.map +0 -1
  527. package/es/template/app-player/player/test/fixtures.js +0 -55
  528. package/es/template/app-player/player/test/fixtures.js.map +0 -1
  529. package/es/template/app-player/popin-correction/test/fixtures.js +0 -47
  530. package/es/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  531. package/es/template/app-player/popin-end/test/fixtures.js +0 -51
  532. package/es/template/app-player/popin-end/test/fixtures.js.map +0 -1
  533. package/es/template/app-player/popin-header/test/fixtures.js +0 -29
  534. package/es/template/app-player/popin-header/test/fixtures.js.map +0 -1
  535. package/es/template/back-office/brand-create/test/fixtures.js +0 -19
  536. package/es/template/back-office/brand-create/test/fixtures.js.map +0 -1
  537. package/es/template/back-office/brand-list/test/fixtures.js +0 -17
  538. package/es/template/back-office/brand-list/test/fixtures.js.map +0 -1
  539. package/es/template/back-office/brand-update/test/fixtures.js +0 -87
  540. package/es/template/back-office/brand-update/test/fixtures.js.map +0 -1
  541. package/es/template/back-office/dashboard-preview/test/fixtures.js +0 -23
  542. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  543. package/es/template/battle-requests/test/fixtures.js +0 -13
  544. package/es/template/battle-requests/test/fixtures.js.map +0 -1
  545. package/es/template/cockpit/jw-uploader/test/fixtures.js +0 -13
  546. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  547. package/es/template/common/authors/test/fixtures.js +0 -15
  548. package/es/template/common/authors/test/fixtures.js.map +0 -1
  549. package/es/template/common/coorp-header/test/fixtures.js +0 -15
  550. package/es/template/common/coorp-header/test/fixtures.js.map +0 -1
  551. package/es/template/common/dashboard/test/fixtures.js +0 -17
  552. package/es/template/common/dashboard/test/fixtures.js.map +0 -1
  553. package/es/template/common/discipline/test/fixtures.js +0 -47
  554. package/es/template/common/discipline/test/fixtures.js.map +0 -1
  555. package/es/template/common/search-page/test/fixtures.js +0 -17
  556. package/es/template/common/search-page/test/fixtures.js.map +0 -1
  557. package/es/template/external-course/test/fixtures.js +0 -31
  558. package/es/template/external-course/test/fixtures.js.map +0 -1
  559. package/es/template/teams-dashboard/test/fixtures.js +0 -17
  560. package/es/template/teams-dashboard/test/fixtures.js.map +0 -1
  561. package/lib/atom/autocomplete/test/fixtures.js +0 -31
  562. package/lib/atom/autocomplete/test/fixtures.js.map +0 -1
  563. package/lib/atom/avatar/test/fixtures.js +0 -22
  564. package/lib/atom/avatar/test/fixtures.js.map +0 -1
  565. package/lib/atom/button/test/fixtures.js +0 -43
  566. package/lib/atom/button/test/fixtures.js.map +0 -1
  567. package/lib/atom/button-link/test/fixtures.js +0 -49
  568. package/lib/atom/button-link/test/fixtures.js.map +0 -1
  569. package/lib/atom/button-link-icon-only/test/fixtures.js +0 -34
  570. package/lib/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  571. package/lib/atom/button-menu/test/fixtures.js +0 -25
  572. package/lib/atom/button-menu/test/fixtures.js.map +0 -1
  573. package/lib/atom/card-image-preview/test/fixtures.js +0 -25
  574. package/lib/atom/card-image-preview/test/fixtures.js.map +0 -1
  575. package/lib/atom/catalog-section/test/fixtures.js +0 -25
  576. package/lib/atom/catalog-section/test/fixtures.js.map +0 -1
  577. package/lib/atom/centered-text/test/fixtures.js +0 -22
  578. package/lib/atom/centered-text/test/fixtures.js.map +0 -1
  579. package/lib/atom/checkbox/test/fixtures.js +0 -31
  580. package/lib/atom/checkbox/test/fixtures.js.map +0 -1
  581. package/lib/atom/checkbox-with-title/test/fixtures.js +0 -25
  582. package/lib/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  583. package/lib/atom/chips/test/fixtures.js +0 -28
  584. package/lib/atom/chips/test/fixtures.js.map +0 -1
  585. package/lib/atom/clue/test/fixtures.js +0 -28
  586. package/lib/atom/clue/test/fixtures.js.map +0 -1
  587. package/lib/atom/content-badge/test/fixtures.js +0 -46
  588. package/lib/atom/content-badge/test/fixtures.js.map +0 -1
  589. package/lib/atom/cta/test/fixtures.js +0 -58
  590. package/lib/atom/cta/test/fixtures.js.map +0 -1
  591. package/lib/atom/difficulty-level/test/fixtures.js +0 -31
  592. package/lib/atom/difficulty-level/test/fixtures.js.map +0 -1
  593. package/lib/atom/drag-and-drop/test/fixtures.js +0 -49
  594. package/lib/atom/drag-and-drop/test/fixtures.js.map +0 -1
  595. package/lib/atom/empty-search-result/test/fixtures.js +0 -22
  596. package/lib/atom/empty-search-result/test/fixtures.js.map +0 -1
  597. package/lib/atom/image-upload/test/fixtures.js +0 -49
  598. package/lib/atom/image-upload/test/fixtures.js.map +0 -1
  599. package/lib/atom/input-checkbox/test/fixtures.js +0 -40
  600. package/lib/atom/input-checkbox/test/fixtures.js.map +0 -1
  601. package/lib/atom/input-color/test/fixtures.js +0 -31
  602. package/lib/atom/input-color/test/fixtures.js.map +0 -1
  603. package/lib/atom/input-doublestep/test/fixtures.js +0 -34
  604. package/lib/atom/input-doublestep/test/fixtures.js.map +0 -1
  605. package/lib/atom/input-html/test/fixtures.js +0 -28
  606. package/lib/atom/input-html/test/fixtures.js.map +0 -1
  607. package/lib/atom/input-readonly/test/fixtures.js +0 -22
  608. package/lib/atom/input-readonly/test/fixtures.js.map +0 -1
  609. package/lib/atom/input-search/test/fixtures.js +0 -31
  610. package/lib/atom/input-search/test/fixtures.js.map +0 -1
  611. package/lib/atom/input-switch/test/fixtures.js +0 -52
  612. package/lib/atom/input-switch/test/fixtures.js.map +0 -1
  613. package/lib/atom/input-text/test/fixtures.js +0 -43
  614. package/lib/atom/input-text/test/fixtures.js.map +0 -1
  615. package/lib/atom/input-text-with-title/test/fixtures.js +0 -25
  616. package/lib/atom/input-text-with-title/test/fixtures.js.map +0 -1
  617. package/lib/atom/input-textarea/test/fixtures.js +0 -34
  618. package/lib/atom/input-textarea/test/fixtures.js.map +0 -1
  619. package/lib/atom/label/test/fixtures.js +0 -25
  620. package/lib/atom/label/test/fixtures.js.map +0 -1
  621. package/lib/atom/life/test/fixtures.js +0 -40
  622. package/lib/atom/life/test/fixtures.js.map +0 -1
  623. package/lib/atom/link/test/fixtures.js +0 -28
  624. package/lib/atom/link/test/fixtures.js.map +0 -1
  625. package/lib/atom/loader/test/fixtures.js +0 -25
  626. package/lib/atom/loader/test/fixtures.js.map +0 -1
  627. package/lib/atom/notification/test/fixtures.js +0 -28
  628. package/lib/atom/notification/test/fixtures.js.map +0 -1
  629. package/lib/atom/picture/test/fixtures.js +0 -31
  630. package/lib/atom/picture/test/fixtures.js.map +0 -1
  631. package/lib/atom/picture-background/test/fixtures.js +0 -31
  632. package/lib/atom/picture-background/test/fixtures.js.map +0 -1
  633. package/lib/atom/promo-code/test/fixtures.js +0 -28
  634. package/lib/atom/promo-code/test/fixtures.js.map +0 -1
  635. package/lib/atom/provider/test/fixtures.js +0 -22
  636. package/lib/atom/provider/test/fixtures.js.map +0 -1
  637. package/lib/atom/radio-group/test/fixtures.js +0 -28
  638. package/lib/atom/radio-group/test/fixtures.js.map +0 -1
  639. package/lib/atom/range/test/fixtures.js +0 -25
  640. package/lib/atom/range/test/fixtures.js.map +0 -1
  641. package/lib/atom/resource-miniature/test/fixtures.js +0 -34
  642. package/lib/atom/resource-miniature/test/fixtures.js.map +0 -1
  643. package/lib/atom/review-header-step-item/test/fixtures.js +0 -31
  644. package/lib/atom/review-header-step-item/test/fixtures.js.map +0 -1
  645. package/lib/atom/select/test/fixtures.js +0 -73
  646. package/lib/atom/select/test/fixtures.js.map +0 -1
  647. package/lib/atom/slide/test/fixtures.js +0 -34
  648. package/lib/atom/slide/test/fixtures.js.map +0 -1
  649. package/lib/atom/social-link/test/fixtures.js +0 -28
  650. package/lib/atom/social-link/test/fixtures.js.map +0 -1
  651. package/lib/atom/spinner/test/fixtures.js +0 -22
  652. package/lib/atom/spinner/test/fixtures.js.map +0 -1
  653. package/lib/atom/tab/test/fixtures.js +0 -22
  654. package/lib/atom/tab/test/fixtures.js.map +0 -1
  655. package/lib/atom/tab-content/test/fixtures.js +0 -25
  656. package/lib/atom/tab-content/test/fixtures.js.map +0 -1
  657. package/lib/atom/tag/test/fixtures.js +0 -34
  658. package/lib/atom/tag/test/fixtures.js.map +0 -1
  659. package/lib/atom/title/test/fixtures.js +0 -28
  660. package/lib/atom/title/test/fixtures.js.map +0 -1
  661. package/lib/atom/video-upload/test/fixtures.js +0 -34
  662. package/lib/atom/video-upload/test/fixtures.js.map +0 -1
  663. package/lib/atom/wizard-steps/test/fixtures.js +0 -28
  664. package/lib/atom/wizard-steps/test/fixtures.js.map +0 -1
  665. package/lib/hoc/animation/test/fixtures.js +0 -25
  666. package/lib/hoc/animation/test/fixtures.js.map +0 -1
  667. package/lib/hoc/animation-scheduler/test/fixtures.js +0 -25
  668. package/lib/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  669. package/lib/hoc/swapper/test/fixtures.js +0 -22
  670. package/lib/hoc/swapper/test/fixtures.js.map +0 -1
  671. package/lib/hoc/transition/test/fixtures.js +0 -22
  672. package/lib/hoc/transition/test/fixtures.js.map +0 -1
  673. package/lib/molecule/add-to-my-list/test/fixtures.js +0 -25
  674. package/lib/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  675. package/lib/molecule/answer/test/fixtures.js +0 -55
  676. package/lib/molecule/answer/test/fixtures.js.map +0 -1
  677. package/lib/molecule/audio/test/fixtures.js +0 -25
  678. package/lib/molecule/audio/test/fixtures.js.map +0 -1
  679. package/lib/molecule/banner/test/fixtures.js +0 -37
  680. package/lib/molecule/banner/test/fixtures.js.map +0 -1
  681. package/lib/molecule/battle-request/test/fixtures.js +0 -25
  682. package/lib/molecule/battle-request/test/fixtures.js.map +0 -1
  683. package/lib/molecule/brand-card/test/fixtures.js +0 -25
  684. package/lib/molecule/brand-card/test/fixtures.js.map +0 -1
  685. package/lib/molecule/brand-card-create/test/fixtures.js +0 -22
  686. package/lib/molecule/brand-card-create/test/fixtures.js.map +0 -1
  687. package/lib/molecule/brand-create-form/test/fixtures.js +0 -31
  688. package/lib/molecule/brand-create-form/test/fixtures.js.map +0 -1
  689. package/lib/molecule/brand-download-box/test/fixtures.js +0 -28
  690. package/lib/molecule/brand-download-box/test/fixtures.js.map +0 -1
  691. package/lib/molecule/brand-form-group/test/fixtures.js +0 -55
  692. package/lib/molecule/brand-form-group/test/fixtures.js.map +0 -1
  693. package/lib/molecule/brand-tabs/test/fixtures.js +0 -46
  694. package/lib/molecule/brand-tabs/test/fixtures.js.map +0 -1
  695. package/lib/molecule/brand-upload-box/test/fixtures.js +0 -28
  696. package/lib/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  697. package/lib/molecule/breadcrumbs/test/fixtures.js +0 -22
  698. package/lib/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  699. package/lib/molecule/bullet-point-menu-button/test/fixtures.js +0 -25
  700. package/lib/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  701. package/lib/molecule/card/test/fixtures.js +0 -70
  702. package/lib/molecule/card/test/fixtures.js.map +0 -1
  703. package/lib/molecule/card-content/test/fixtures.js +0 -43
  704. package/lib/molecule/card-content/test/fixtures.js.map +0 -1
  705. package/lib/molecule/card-with-button/test/fixtures.js +0 -28
  706. package/lib/molecule/card-with-button/test/fixtures.js.map +0 -1
  707. package/lib/molecule/cm-popin/test/fixtures.js +0 -28
  708. package/lib/molecule/cm-popin/test/fixtures.js.map +0 -1
  709. package/lib/molecule/cookie-banner/test/fixtures.js +0 -22
  710. package/lib/molecule/cookie-banner/test/fixtures.js.map +0 -1
  711. package/lib/molecule/coorp-manager-roles/test/fixtures.js +0 -22
  712. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  713. package/lib/molecule/course-section/test/fixtures.js +0 -25
  714. package/lib/molecule/course-section/test/fixtures.js.map +0 -1
  715. package/lib/molecule/course-sections/test/fixtures.js +0 -28
  716. package/lib/molecule/course-sections/test/fixtures.js.map +0 -1
  717. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +0 -25
  718. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  719. package/lib/molecule/dashboard/cards-list/test/fixtures.js +0 -37
  720. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  721. package/lib/molecule/dashboard/news-list/test/fixtures.js +0 -28
  722. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  723. package/lib/molecule/dashboard/review-banner/test/fixtures.js +0 -22
  724. package/lib/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  725. package/lib/molecule/dashboard/start-battle/test/fixtures.js +0 -25
  726. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  727. package/lib/molecule/discipline-cta/test/fixtures.js +0 -25
  728. package/lib/molecule/discipline-cta/test/fixtures.js.map +0 -1
  729. package/lib/molecule/discipline-header/test/fixtures.js +0 -43
  730. package/lib/molecule/discipline-header/test/fixtures.js.map +0 -1
  731. package/lib/molecule/discipline-partners/test/fixtures.js +0 -34
  732. package/lib/molecule/discipline-partners/test/fixtures.js.map +0 -1
  733. package/lib/molecule/discipline-scope/test/fixtures.js +0 -43
  734. package/lib/molecule/discipline-scope/test/fixtures.js.map +0 -1
  735. package/lib/molecule/drag-and-drop/test/fixtures.js +0 -40
  736. package/lib/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  737. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -25
  738. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  739. package/lib/molecule/draggable/test/fixtures.js +0 -22
  740. package/lib/molecule/draggable/test/fixtures.js.map +0 -1
  741. package/lib/molecule/draggable-list/test/fixtures.js +0 -25
  742. package/lib/molecule/draggable-list/test/fixtures.js.map +0 -1
  743. package/lib/molecule/external-content-button/test/fixtures.js +0 -31
  744. package/lib/molecule/external-content-button/test/fixtures.js.map +0 -1
  745. package/lib/molecule/external-content-viewer/test/fixtures.js +0 -43
  746. package/lib/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  747. package/lib/molecule/feedback/test/fixtures.js +0 -43
  748. package/lib/molecule/feedback/test/fixtures.js.map +0 -1
  749. package/lib/molecule/filters/test/fixtures.js +0 -52
  750. package/lib/molecule/filters/test/fixtures.js.map +0 -1
  751. package/lib/molecule/forum/forum-comment/test/fixtures.js +0 -28
  752. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  753. package/lib/molecule/forum/forum-post/test/fixtures.js +0 -49
  754. package/lib/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  755. package/lib/molecule/forum/forum-thread/test/fixtures.js +0 -28
  756. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  757. package/lib/molecule/hero/test/fixtures.js +0 -25
  758. package/lib/molecule/hero/test/fixtures.js.map +0 -1
  759. package/lib/molecule/input-text-with-titeled-checkbox/index.js.map +0 -1
  760. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures/checked.js.map +0 -1
  761. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures/unchecked.js.map +0 -1
  762. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js +0 -25
  763. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +0 -1
  764. package/lib/molecule/login-alert/test/fixtures.js +0 -22
  765. package/lib/molecule/login-alert/test/fixtures.js.map +0 -1
  766. package/lib/molecule/menu-list/test/fixtures.js +0 -22
  767. package/lib/molecule/menu-list/test/fixtures.js.map +0 -1
  768. package/lib/molecule/message-popin/test/fixtures.js +0 -22
  769. package/lib/molecule/message-popin/test/fixtures.js.map +0 -1
  770. package/lib/molecule/modal/test/fixtures.js +0 -22
  771. package/lib/molecule/modal/test/fixtures.js.map +0 -1
  772. package/lib/molecule/module-bubble/test/fixtures.js +0 -28
  773. package/lib/molecule/module-bubble/test/fixtures.js.map +0 -1
  774. package/lib/molecule/module-card/test/fixtures.js +0 -28
  775. package/lib/molecule/module-card/test/fixtures.js.map +0 -1
  776. package/lib/molecule/news/test/fixtures.js +0 -37
  777. package/lib/molecule/news/test/fixtures.js.map +0 -1
  778. package/lib/molecule/notification-banner/test/fixtures.js +0 -28
  779. package/lib/molecule/notification-banner/test/fixtures.js.map +0 -1
  780. package/lib/molecule/pagination/test/fixtures.js +0 -25
  781. package/lib/molecule/pagination/test/fixtures.js.map +0 -1
  782. package/lib/molecule/payment-form/test/fixtures.js +0 -28
  783. package/lib/molecule/payment-form/test/fixtures.js.map +0 -1
  784. package/lib/molecule/pdf/test/fixtures.js +0 -22
  785. package/lib/molecule/pdf/test/fixtures.js.map +0 -1
  786. package/lib/molecule/popin/test/fixtures.js +0 -34
  787. package/lib/molecule/popin/test/fixtures.js.map +0 -1
  788. package/lib/molecule/product-card/test/fixtures.js +0 -22
  789. package/lib/molecule/product-card/test/fixtures.js.map +0 -1
  790. package/lib/molecule/progress-bar/test/fixtures.js +0 -25
  791. package/lib/molecule/progress-bar/test/fixtures.js.map +0 -1
  792. package/lib/molecule/questions/drop-down/test/fixtures.js +0 -25
  793. package/lib/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  794. package/lib/molecule/questions/free-text/test/fixtures.js +0 -28
  795. package/lib/molecule/questions/free-text/test/fixtures.js.map +0 -1
  796. package/lib/molecule/questions/qcm/test/fixtures.js +0 -31
  797. package/lib/molecule/questions/qcm/test/fixtures.js.map +0 -1
  798. package/lib/molecule/questions/qcm-drag/test/fixtures.js +0 -25
  799. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  800. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +0 -25
  801. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  802. package/lib/molecule/questions/question-range/test/fixtures.js +0 -22
  803. package/lib/molecule/questions/question-range/test/fixtures.js.map +0 -1
  804. package/lib/molecule/questions/template/test/fixtures.js +0 -25
  805. package/lib/molecule/questions/template/test/fixtures.js.map +0 -1
  806. package/lib/molecule/quick-access-card/test/fixtures.js +0 -34
  807. package/lib/molecule/quick-access-card/test/fixtures.js.map +0 -1
  808. package/lib/molecule/quick-access-cards-group/test/fixtures.js +0 -34
  809. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  810. package/lib/molecule/resource-player/test/fixtures.js +0 -40
  811. package/lib/molecule/resource-player/test/fixtures.js.map +0 -1
  812. package/lib/molecule/review-correction-popin/test/fixtures.js +0 -25
  813. package/lib/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  814. package/lib/molecule/review-header-steps/test/fixtures.js +0 -37
  815. package/lib/molecule/review-header-steps/test/fixtures.js.map +0 -1
  816. package/lib/molecule/scope-content/test/fixtures.js +0 -43
  817. package/lib/molecule/scope-content/test/fixtures.js.map +0 -1
  818. package/lib/molecule/scope-tabs/test/fixtures.js +0 -28
  819. package/lib/molecule/scope-tabs/test/fixtures.js.map +0 -1
  820. package/lib/molecule/search/test/fixtures.js +0 -25
  821. package/lib/molecule/search/test/fixtures.js.map +0 -1
  822. package/lib/molecule/search-form/test/fixtures.js +0 -22
  823. package/lib/molecule/search-form/test/fixtures.js.map +0 -1
  824. package/lib/molecule/select-multiple/test/fixtures.js +0 -49
  825. package/lib/molecule/select-multiple/test/fixtures.js.map +0 -1
  826. package/lib/molecule/setup-cohort-item/test/fixtures.js +0 -31
  827. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  828. package/lib/molecule/setup-section/test/fixtures.js +0 -40
  829. package/lib/molecule/setup-section/test/fixtures.js.map +0 -1
  830. package/lib/molecule/setup-sections/test/fixtures.js +0 -31
  831. package/lib/molecule/setup-sections/test/fixtures.js.map +0 -1
  832. package/lib/molecule/setup-slide/test/fixtures.js +0 -40
  833. package/lib/molecule/setup-slide/test/fixtures.js.map +0 -1
  834. package/lib/molecule/setup-slider/test/fixtures.js +0 -25
  835. package/lib/molecule/setup-slider/test/fixtures.js.map +0 -1
  836. package/lib/molecule/share/test/fixtures.js +0 -22
  837. package/lib/molecule/share/test/fixtures.js.map +0 -1
  838. package/lib/molecule/ssmenu-list/test/fixtures.js +0 -31
  839. package/lib/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  840. package/lib/molecule/subscription-freemium/test/fixtures.js +0 -22
  841. package/lib/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  842. package/lib/molecule/subscription-premium/test/fixtures.js +0 -25
  843. package/lib/molecule/subscription-premium/test/fixtures.js.map +0 -1
  844. package/lib/molecule/table/test/fixtures.js +0 -31
  845. package/lib/molecule/table/test/fixtures.js.map +0 -1
  846. package/lib/molecule/teams-popin/test/fixtures.js +0 -46
  847. package/lib/molecule/teams-popin/test/fixtures.js.map +0 -1
  848. package/lib/molecule/theme-image/test/fixtures.js +0 -22
  849. package/lib/molecule/theme-image/test/fixtures.js.map +0 -1
  850. package/lib/molecule/titled-checkbox/test/fixtures.js +0 -28
  851. package/lib/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  852. package/lib/molecule/unsubscribe/test/fixtures.js +0 -25
  853. package/lib/molecule/unsubscribe/test/fixtures.js.map +0 -1
  854. package/lib/molecule/vertical-tabs/test/fixtures.js +0 -28
  855. package/lib/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  856. package/lib/molecule/video-iframe/test/fixtures.js +0 -40
  857. package/lib/molecule/video-iframe/test/fixtures.js.map +0 -1
  858. package/lib/molecule/video-player/test/fixtures.js +0 -46
  859. package/lib/molecule/video-player/test/fixtures.js.map +0 -1
  860. package/lib/molecule/wizard-summary/test/fixtures.js +0 -37
  861. package/lib/molecule/wizard-summary/test/fixtures.js.map +0 -1
  862. package/lib/organism/accordion/container/test/fixtures.js +0 -28
  863. package/lib/organism/accordion/container/test/fixtures.js.map +0 -1
  864. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +0 -28
  865. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  866. package/lib/organism/accordion/coorp-manager/test/fixtures.js +0 -22
  867. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  868. package/lib/organism/accordion/part/test/fixtures.js +0 -25
  869. package/lib/organism/accordion/part/test/fixtures.js.map +0 -1
  870. package/lib/organism/accordion/toggler/test/fixtures.js +0 -28
  871. package/lib/organism/accordion/toggler/test/fixtures.js.map +0 -1
  872. package/lib/organism/brand-analytics/test/fixtures.js +0 -37
  873. package/lib/organism/brand-analytics/test/fixtures.js.map +0 -1
  874. package/lib/organism/brand-dashboard/test/fixtures.js +0 -25
  875. package/lib/organism/brand-dashboard/test/fixtures.js.map +0 -1
  876. package/lib/organism/brand-form/test/fixtures.js +0 -52
  877. package/lib/organism/brand-form/test/fixtures.js.map +0 -1
  878. package/lib/organism/brand-table/test/fixtures.js +0 -31
  879. package/lib/organism/brand-table/test/fixtures.js.map +0 -1
  880. package/lib/organism/brand-upload/test/fixtures.js +0 -25
  881. package/lib/organism/brand-upload/test/fixtures.js.map +0 -1
  882. package/lib/organism/cards-grid/test/fixtures.js +0 -31
  883. package/lib/organism/cards-grid/test/fixtures.js.map +0 -1
  884. package/lib/organism/cart/test/fixtures.js +0 -22
  885. package/lib/organism/cart/test/fixtures.js.map +0 -1
  886. package/lib/organism/content-translation/test/fixtures.js +0 -25
  887. package/lib/organism/content-translation/test/fixtures.js.map +0 -1
  888. package/lib/organism/course-selection/test/fixtures.js +0 -40
  889. package/lib/organism/course-selection/test/fixtures.js.map +0 -1
  890. package/lib/organism/discussion/test/fixtures.js +0 -31
  891. package/lib/organism/discussion/test/fixtures.js.map +0 -1
  892. package/lib/organism/get-the-app/test/fixtures.js +0 -22
  893. package/lib/organism/get-the-app/test/fixtures.js.map +0 -1
  894. package/lib/organism/grid-list/test/fixtures.js +0 -22
  895. package/lib/organism/grid-list/test/fixtures.js.map +0 -1
  896. package/lib/organism/header/test/fixtures.js +0 -22
  897. package/lib/organism/header/test/fixtures.js.map +0 -1
  898. package/lib/organism/hero/test/fixtures.js +0 -28
  899. package/lib/organism/hero/test/fixtures.js.map +0 -1
  900. package/lib/organism/list-item/test/fixtures.js +0 -31
  901. package/lib/organism/list-item/test/fixtures.js.map +0 -1
  902. package/lib/organism/list-items/test/fixtures.js +0 -28
  903. package/lib/organism/list-items/test/fixtures.js.map +0 -1
  904. package/lib/organism/mooc/image-slider/test/fixtures.js +0 -25
  905. package/lib/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  906. package/lib/organism/mooc-footer/test/fixtures.js +0 -37
  907. package/lib/organism/mooc-footer/test/fixtures.js.map +0 -1
  908. package/lib/organism/mooc-header/test/fixtures.js +0 -49
  909. package/lib/organism/mooc-header/test/fixtures.js.map +0 -1
  910. package/lib/organism/playlist-translation/test/fixtures.js +0 -25
  911. package/lib/organism/playlist-translation/test/fixtures.js.map +0 -1
  912. package/lib/organism/popin/test/fixtures.js +0 -22
  913. package/lib/organism/popin/test/fixtures.js.map +0 -1
  914. package/lib/organism/resource-browser/test/fixtures.js +0 -58
  915. package/lib/organism/resource-browser/test/fixtures.js.map +0 -1
  916. package/lib/organism/search-and-chips-results/test/fixtures.js +0 -37
  917. package/lib/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  918. package/lib/organism/settings/test/fixtures.js +0 -31
  919. package/lib/organism/settings/test/fixtures.js.map +0 -1
  920. package/lib/organism/setup-header/test/fixtures.js +0 -25
  921. package/lib/organism/setup-header/test/fixtures.js.map +0 -1
  922. package/lib/organism/sidebar/test/fixtures.js +0 -37
  923. package/lib/organism/sidebar/test/fixtures.js.map +0 -1
  924. package/lib/organism/slider/test/fixtures.js +0 -25
  925. package/lib/organism/slider/test/fixtures.js.map +0 -1
  926. package/lib/organism/user-preferences/test/fixtures.js +0 -22
  927. package/lib/organism/user-preferences/test/fixtures.js.map +0 -1
  928. package/lib/organism/wizard-contents/test/fixtures.js +0 -37
  929. package/lib/organism/wizard-contents/test/fixtures.js.map +0 -1
  930. package/lib/template/activity/test/fixtures.js +0 -34
  931. package/lib/template/activity/test/fixtures.js.map +0 -1
  932. package/lib/template/app-player/loading/test/fixtures.js +0 -22
  933. package/lib/template/app-player/loading/test/fixtures.js.map +0 -1
  934. package/lib/template/app-player/player/slides/footer/test/fixtures.js +0 -46
  935. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  936. package/lib/template/app-player/player/slides/header/test/fixtures.js +0 -37
  937. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  938. package/lib/template/app-player/player/slides/test/fixtures.js +0 -121
  939. package/lib/template/app-player/player/slides/test/fixtures.js.map +0 -1
  940. package/lib/template/app-player/player/test/fixtures.js +0 -85
  941. package/lib/template/app-player/player/test/fixtures.js.map +0 -1
  942. package/lib/template/app-player/popin-correction/test/fixtures.js +0 -73
  943. package/lib/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  944. package/lib/template/app-player/popin-end/test/fixtures.js +0 -79
  945. package/lib/template/app-player/popin-end/test/fixtures.js.map +0 -1
  946. package/lib/template/app-player/popin-header/test/fixtures.js +0 -46
  947. package/lib/template/app-player/popin-header/test/fixtures.js.map +0 -1
  948. package/lib/template/back-office/brand-create/test/fixtures.js +0 -31
  949. package/lib/template/back-office/brand-create/test/fixtures.js.map +0 -1
  950. package/lib/template/back-office/brand-list/test/fixtures.js +0 -28
  951. package/lib/template/back-office/brand-list/test/fixtures.js.map +0 -1
  952. package/lib/template/back-office/brand-update/test/fixtures.js +0 -133
  953. package/lib/template/back-office/brand-update/test/fixtures.js.map +0 -1
  954. package/lib/template/back-office/dashboard-preview/test/fixtures.js +0 -37
  955. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  956. package/lib/template/battle-requests/test/fixtures.js +0 -22
  957. package/lib/template/battle-requests/test/fixtures.js.map +0 -1
  958. package/lib/template/cockpit/jw-uploader/test/fixtures.js +0 -22
  959. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  960. package/lib/template/common/authors/test/fixtures.js +0 -25
  961. package/lib/template/common/authors/test/fixtures.js.map +0 -1
  962. package/lib/template/common/coorp-header/test/fixtures.js +0 -25
  963. package/lib/template/common/coorp-header/test/fixtures.js.map +0 -1
  964. package/lib/template/common/dashboard/test/fixtures.js +0 -28
  965. package/lib/template/common/dashboard/test/fixtures.js.map +0 -1
  966. package/lib/template/common/discipline/test/fixtures.js +0 -73
  967. package/lib/template/common/discipline/test/fixtures.js.map +0 -1
  968. package/lib/template/common/search-page/test/fixtures.js +0 -28
  969. package/lib/template/common/search-page/test/fixtures.js.map +0 -1
  970. package/lib/template/external-course/test/fixtures.js +0 -49
  971. package/lib/template/external-course/test/fixtures.js.map +0 -1
  972. package/lib/template/teams-dashboard/test/fixtures.js +0 -28
  973. package/lib/template/teams-dashboard/test/fixtures.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":["extractTabs","items","map","type","item","iconType","title","isOpen","open","Resources","resources","overlay","style","browserWrapper","value","browser","propTypes","PropTypes","shape","ResourceBrowser","SimpleText","text","simpleTextWrapper","simpleText","innerHTML","__html","string","AssistanceLink","props","context","onClick","skin","white","wrapperAssistance","alertIcon","titleLink","contextTypes","Provider","childContextTypes","func","Question","header","answer","answerPrefix","question","questionHeader","answerWrapper","checkIcon","PopinCorrection","Component","constructor","state","initWrapper","bind","componentDidMount","deferOpen","clearTimeout","deferedOpen","onOpen","setState","wrapper","render","extraLifeGranted","gameOver","klf","tips","quit","assistanceLink","primary","tabs","isLoading","failed","className","finalBackground","initialBackground","cta","linkProps","quitCta","color","hideQuitCta","scrollWrapper","loadingWrapper","loadingContent","content","activeLoader","inactiveLoader","Header","Accordion","Link"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AAEA;;AAIA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEA,MAAMA,WAAW,GAAGC,KAAK,IACvB,oBAAKA,KAAL,EAAYC,GAAZ,CAAgBC,IAAI,IAAI;AACtB,QAAMC,IAAI,GAAGH,KAAK,CAACE,IAAD,CAAlB;AACA,SAAO;AAACE,IAAAA,QAAQ,EAAEF,IAAX;AAAiBG,IAAAA,KAAK,EAAEF,IAAI,CAACE,KAA7B;AAAoCC,IAAAA,MAAM,EAAEH,IAAI,CAACI;AAAjD,GAAP;AACD,CAHD,CADF;;AAMA,MAAMC,SAAS,GAAG,CAAC;AAACC,EAAAA,SAAD;AAAYC,EAAAA;AAAZ,CAAD,kBAChB;AAAK,EAAA,SAAS,EAAEC,gBAAMC;AAAtB,gBACE,6BAAC,wBAAD;AAAiB,EAAA,SAAS,EAAEH,SAAS,CAACI,KAAtC;AAA6C,EAAA,OAAO,EAAEH,OAAtD;AAA+D,EAAA,SAAS,EAAEC,gBAAMG;AAAhF,EADF,CADF;;AAMAN,SAAS,CAACO,SAAV,2CAAsB;AACpBN,EAAAA,SAAS,EAAEO,mBAAUC,KAAV,CAAgB;AACzBJ,IAAAA,KAAK,EAAEK,yBAAgBH,SAAhB,CAA0BN;AADR,GAAhB,CADS;AAIpBC,EAAAA,OAAO,EAAEQ,yBAAgBH,SAAhB,CAA0BL;AAJf,CAAtB;;AAOA,MAAMS,UAAU,GAAG,CAAC;AAACC,EAAAA;AAAD,CAAD,kBACjB;AAAK,eAAU,YAAf;AAA4B,EAAA,SAAS,EAAET,gBAAMU;AAA7C,gBACE;AACE,EAAA,SAAS,EAAE,yBAAWV,gBAAMW,UAAjB,EAA6BC,gBAA7B,CADb,CAEE;AAFF;AAGE,EAAA,uBAAuB,EAAE;AAACC,IAAAA,MAAM,EAAEJ;AAAT;AAH3B,EADF,CADF;;AAUAD,UAAU,CAACJ,SAAX,2CAAuB;AACrBK,EAAAA,IAAI,EAAEJ,mBAAUS;AADK,CAAvB;;AAIA,MAAMC,cAAc,GAAG,CAACC,KAAD,EAAQC,OAAR,KAAoB;AACzC,MAAI,uBAAQD,KAAR,CAAJ,EAAoB,OAAO,IAAP;AACpB,QAAM;AAACtB,IAAAA,KAAD;AAAQwB,IAAAA;AAAR,MAAmBF,KAAzB;AACA,QAAM;AAACG,IAAAA;AAAD,MAASF,OAAf;AACA,QAAMG,KAAK,GAAG,mBAAI,cAAJ,EAAoBD,IAApB,CAAd;AAEA,sBACE;AAAK,IAAA,SAAS,EAAEnB,gBAAMqB,iBAAtB;AAAyC,IAAA,OAAO,EAAEH;AAAlD,kBACE,6BAAC,wDAAD;AAAW,IAAA,SAAS,EAAElB,gBAAMsB,SAA5B;AAAuC,IAAA,KAAK,EAAEF;AAA9C,IADF,eAEE;AAAM,IAAA,SAAS,EAAEpB,gBAAMuB;AAAvB,UAAoC7B,KAApC,MAFF,CADF;AAMD,CAZD;;AAcAqB,cAAc,CAACS,YAAf,GAA8B;AAC5BL,EAAAA,IAAI,EAAEM,kBAASC,iBAAT,CAA2BP;AADL,CAA9B;AAIAJ,cAAc,CAACX,SAAf,2CAA2B;AACzBV,EAAAA,KAAK,EAAEW,mBAAUS,MADQ;AAEzBI,EAAAA,OAAO,EAAEb,mBAAUsB;AAFM,CAA3B;;AAKA,MAAMC,QAAQ,GAAG,CAAC;AAACC,EAAAA,MAAD;AAASC,EAAAA,MAAT;AAAiBC,EAAAA;AAAjB,CAAD,kBACf;AAAK,EAAA,SAAS,EAAE/B,gBAAMgC;AAAtB,gBACE;AACE,EAAA,SAAS,EAAE,yBAAWhC,gBAAMiC,cAAjB,EAAiCrB,gBAAjC,CADb,CAEE;AAFF;AAGE,EAAA,uBAAuB,EAAE;AAACC,IAAAA,MAAM,EAAEgB;AAAT;AAH3B,EADF,eAME;AAAK,EAAA,SAAS,EAAE7B,gBAAMkC;AAAtB,gBACE,6BAAC,2CAAD;AAAW,EAAA,SAAS,EAAElC,gBAAMmC,SAA5B;AAAuC,EAAA,KAAK,EAAC;AAA7C,EADF,EAEGJ,YAAY,gBAAG;AAAM,EAAA,SAAS,EAAE/B,gBAAM+B;AAAvB,GAAsCA,YAAtC,CAAH,GAAgE,IAF/E,eAGE;AACE,EAAA,SAAS,EAAE,yBAAW/B,gBAAM8B,MAAjB,EAAyBlB,gBAAzB,CADb,CAEE;AAFF;AAGE,EAAA,uBAAuB,EAAE;AAACC,IAAAA,MAAM,EAAEiB;AAAT;AAH3B,EAHF,CANF,CADF;;AAmBAF,QAAQ,CAACxB,SAAT,2CAAqB;AACnByB,EAAAA,MAAM,EAAExB,mBAAUS,MADC;AAEnBiB,EAAAA,YAAY,EAAE1B,mBAAUS,MAFL;AAGnBgB,EAAAA,MAAM,EAAEzB,mBAAUS;AAHC,CAArB;;AAMA,MAAMsB,eAAN,SAA8BC,gBAA9B,CAAwC;AAyBtCC,EAAAA,WAAW,CAACtB,KAAD,EAAQ;AACjB,UAAMA,KAAN;AACA,SAAKuB,KAAL,GAAa;AAAC3C,MAAAA,IAAI,EAAE;AAAP,KAAb;AACA,SAAK4C,WAAL,GAAmB,KAAKA,WAAL,CAAiBC,IAAjB,CAAsB,IAAtB,CAAnB;AACD;;AAEDC,EAAAA,iBAAiB,GAAG;AAClB,SAAKC,SAAL;AACD;;AAEDA,EAAAA,SAAS,GAAG;AACVC,IAAAA,YAAY,CAAC,KAAKC,WAAN,CAAZ;AAEA,SAAKA,WAAL,GAAmB,qBAAM,MAAM;AAC7B,YAAM;AAACC,QAAAA;AAAD,UAAW,KAAK9B,KAAtB;AACA,WAAK+B,QAAL,CAAc;AAACnD,QAAAA,IAAI,EAAE;AAAP,OAAd;AACAkD,MAAAA,MAAM,IAAIA,MAAM,EAAhB;AACD,KAJkB,CAAnB;AAKD;;AAEDN,EAAAA,WAAW,CAACQ,OAAD,EAAU;AACnB,SAAKA,OAAL,GAAeA,OAAf;AACD;;AAEDC,EAAAA,MAAM,GAAG;AACP,UAAM;AACJpB,MAAAA,MAAM,GAAG,EADL;AAEJqB,MAAAA,gBAFI;AAGJC,MAAAA,QAHI;AAIJnB,MAAAA,QAJI;AAKJjC,MAAAA,OALI;AAMJD,MAAAA,SANI;AAOJsD,MAAAA,GAPI;AAQJC,MAAAA,IARI;AASJnC,MAAAA,OATI;AAUJoC,MAAAA,IAAI,GAAG,EAVH;AAWJC,MAAAA,cAAc,GAAG;AAXb,QAYF,KAAKvC,KAZT;AAcA,UAAM;AAACpB,MAAAA;AAAD,QAAS,KAAK2C,KAApB;AAEA,UAAM;AAACpB,MAAAA;AAAD,QAAS,KAAKF,OAApB;AACA,UAAMuC,OAAO,GAAG,qBAAM,MAAN,EAAc,gBAAd,EAAgCrC,IAAhC,CAAhB;AAEA,UAAMsC,IAAI,GAAGrE,WAAW,CAAC;AAACU,MAAAA,SAAD;AAAYsD,MAAAA,GAAZ;AAAiBC,MAAAA;AAAjB,KAAD,CAAxB;AACA,UAAMK,SAAS,GAAG,qBAAM7B,MAAM,CAAC8B,MAAb,CAAlB;AACA,UAAMC,SAAS,GAAGhE,IAAI,GAAGI,gBAAM6D,eAAT,GAA2B7D,gBAAM8D,iBAAvD;;AACA,iBAA8BR,IAAI,CAACS,GAAL,IAAY,EAA1C;AAAA,UAAM;AAACrE,MAAAA;AAAD,KAAN;AAAA,UAAiBsE,SAAjB;;AAEA,UAAMC,OAAO,GACXvE,KAAK,IAAIwD,gBAAT,gBACE,6BAAC,aAAD,eACMc,SADN;AAEE,MAAA,KAAK,EAAE;AACLE,QAAAA,KAAK,EAAEV;AADF,OAFT;AAKE,MAAA,SAAS,EAAEN,gBAAgB,GAAGlD,gBAAMmE,WAAT,GAAuBnE,gBAAMiE,OAL1D;AAME,mBAAU,UANZ;AAOE,oBAAW,iBAPb;AAQE,mBAAU;AARZ,QAUGvE,KAVH,CADF,GAaI,IAdN;AAgBA,wBACE;AAAK,MAAA,GAAG,EAAE,KAAK8C,WAAf;AAA4B,MAAA,SAAS,EAAEoB,SAAvC;AAAkD,mBAAU;AAA5D,oBACE;AAAK,MAAA,SAAS,EAAE5D,gBAAMoE;AAAtB,oBACE;AAAK,MAAA,SAAS,EAAEV,SAAS,GAAG1D,gBAAMqE,cAAT,GAA0BrE,gBAAMgD;AAAzD,oBACE;AAAK,MAAA,SAAS,EAAEU,SAAS,GAAG1D,gBAAMsE,cAAT,GAA0BtE,gBAAMuE;AAAzD,oBACE,6BAAC,oBAAD,eACM1C,MADN;AAEE,MAAA,QAAQ,EAAEsB,QAFZ;AAGE,MAAA,gBAAgB,EAAED,gBAHpB;AAIE,MAAA,QAAQ;AAJV,OADF,eAOE,6BAAC,QAAD,EAAclB,QAAd,CAPF,eAQE,6BAAC,kBAAD;AAAW,MAAA,QAAQ,EAAEyB,IAArB;AAA2B,MAAA,OAAO,EAAEvC,OAApC;AAA6C,MAAA,UAAU;AAAvD,OACG,uBAAQ,qBAAM,EAAN,EAAU,OAAV,EAAmBpB,SAAnB,CAAR,IAAyC,IAAzC,gBACC,6BAAC,SAAD;AAAW,MAAA,SAAS,EAAEA,SAAtB;AAAiC,MAAA,OAAO,EAAEC;AAA1C,MAFJ,EAIGqD,GAAG,CAAClD,KAAJ,gBAAY,6BAAC,UAAD;AAAY,MAAA,IAAI,EAAEkD,GAAG,CAAClD;AAAtB,MAAZ,GAA8C,IAJjD,EAKGmD,IAAI,CAACnD,KAAL,gBAAa,6BAAC,UAAD;AAAY,MAAA,IAAI,EAAEmD,IAAI,CAACnD;AAAvB,MAAb,GAAgD,IALnD,CARF,CADF,EAiBG+D,OAjBH,eAkBE,6BAAC,cAAD,EAAoBV,cAApB,CAlBF,CADF,eAqBE,6BAAC,eAAD;AAAQ,MAAA,SAAS,EAAEG,SAAS,GAAG1D,gBAAMwE,YAAT,GAAwBxE,gBAAMyE;AAA1D,MArBF,CADF,CADF;AA2BD;;AArHqC;;gBAAlCrC,e,kBAqBkB;AACpBjB,EAAAA,IAAI,EAAEM,kBAASC,iBAAT,CAA2BP;AADb,C;;AArBlBiB,e,CACGhC,S,2CAAY;AACjBN,EAAAA,SAAS,EAAED,SAAS,CAACO,SAAV,CAAoBN,SADd;AAEjBC,EAAAA,OAAO,EAAEQ,yBAAgBH,SAAhB,CAA0BL,OAFlB;AAGjBwD,EAAAA,cAAc,EAAElD,mBAAUC,KAAV,CAAgBS,cAAc,CAACX,SAA/B,CAHC;AAIjByB,EAAAA,MAAM,EAAExB,mBAAUC,KAAV,CAAgB,oBAAK,CAAC,UAAD,CAAL,EAAmBoE,qBAAOtE,SAA1B,CAAhB,CAJS;AAKjB8C,EAAAA,gBAAgB,EAAEwB,qBAAOtE,SAAP,CAAiB8C,gBALlB;AAMjBC,EAAAA,QAAQ,EAAEuB,qBAAOtE,SAAP,CAAiB+C,QANV;AAOjBnB,EAAAA,QAAQ,EAAE3B,mBAAUC,KAAV,CAAgBsB,QAAQ,CAACxB,SAAzB,CAPO;AAQjBgD,EAAAA,GAAG,EAAE/C,mBAAUC,KAAV,CAAgBE,UAAU,CAACJ,SAA3B,CARY;AASjBiD,EAAAA,IAAI,EAAEhD,mBAAUC,KAAV,CAAgBE,UAAU,CAACJ,SAA3B,CATW;AAUjBc,EAAAA,OAAO,EAAEyD,mBAAUvE,SAAV,CAAoBc,OAVZ;AAWjBoC,EAAAA,IAAI,EAAEjD,mBAAUC,KAAV,CAAgB;AACpByD,IAAAA,GAAG,EAAE1D,mBAAUC,KAAV,uBACAsE,cAAKxE,SADL;AAEHV,MAAAA,KAAK,EAAEW,mBAAUS;AAFd;AADe,GAAhB,CAXW;AAiBjBgC,EAAAA,MAAM,EAAEzC,mBAAUsB;AAjBD,C;eAuHNS,e","sourcesContent":["import React, {Component} from 'react';\nimport PropTypes from 'prop-types';\nimport {defer, isNil, isEmpty, get, getOr, keys, omit} from 'lodash/fp';\nimport {\n NovaCompositionCoorpacademyCheck as CheckIcon,\n NovaLineInterfaceFeedbackInterfaceAlertCircle as AlertIcon\n} from '@coorpacademy/nova-icons';\nimport classnames from 'classnames';\nimport Loader from '../../../atom/loader';\nimport Link from '../../../atom/link';\nimport Provider from '../../../atom/provider';\nimport ResourceBrowser from '../../../organism/resource-browser';\nimport Accordion from '../../../organism/accordion/container';\nimport {innerHTML} from '../../../atom/label/style.css';\nimport Header from '../popin-header';\nimport style from './style.css';\n\nconst extractTabs = items =>\n keys(items).map(type => {\n const item = items[type];\n return {iconType: type, title: item.title, isOpen: item.open};\n });\n\nconst Resources = ({resources, overlay}) => (\n <div className={style.browserWrapper}>\n <ResourceBrowser resources={resources.value} overlay={overlay} className={style.browser} />\n </div>\n);\n\nResources.propTypes = {\n resources: PropTypes.shape({\n value: ResourceBrowser.propTypes.resources\n }),\n overlay: ResourceBrowser.propTypes.overlay\n};\n\nconst SimpleText = ({text}) => (\n <div data-name=\"simpleText\" className={style.simpleTextWrapper}>\n <p\n className={classnames(style.simpleText, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: text}}\n />\n </div>\n);\n\nSimpleText.propTypes = {\n text: PropTypes.string\n};\n\nconst AssistanceLink = (props, context) => {\n if (isEmpty(props)) return null;\n const {title, onClick} = props;\n const {skin} = context;\n const white = get('common.white', skin);\n\n return (\n <div className={style.wrapperAssistance} onClick={onClick}>\n <AlertIcon className={style.alertIcon} color={white} />\n <span className={style.titleLink}> {title} </span>\n </div>\n );\n};\n\nAssistanceLink.contextTypes = {\n skin: Provider.childContextTypes.skin\n};\n\nAssistanceLink.propTypes = {\n title: PropTypes.string,\n onClick: PropTypes.func\n};\n\nconst Question = ({header, answer, answerPrefix}) => (\n <div className={style.question}>\n <p\n className={classnames(style.questionHeader, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: header}}\n />\n <div className={style.answerWrapper}>\n <CheckIcon className={style.checkIcon} color=\"inherit\" />\n {answerPrefix ? <span className={style.answerPrefix}>{answerPrefix}</span> : null}\n <span\n className={classnames(style.answer, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: answer}}\n />\n </div>\n </div>\n);\n\nQuestion.propTypes = {\n header: PropTypes.string,\n answerPrefix: PropTypes.string,\n answer: PropTypes.string\n};\n\nclass PopinCorrection extends Component {\n static propTypes = {\n resources: Resources.propTypes.resources,\n overlay: ResourceBrowser.propTypes.overlay,\n assistanceLink: PropTypes.shape(AssistanceLink.propTypes),\n header: PropTypes.shape(omit(['animated'], Header.propTypes)),\n extraLifeGranted: Header.propTypes.extraLifeGranted,\n gameOver: Header.propTypes.gameOver,\n question: PropTypes.shape(Question.propTypes),\n klf: PropTypes.shape(SimpleText.propTypes),\n tips: PropTypes.shape(SimpleText.propTypes),\n onClick: Accordion.propTypes.onClick,\n quit: PropTypes.shape({\n cta: PropTypes.shape({\n ...Link.propTypes,\n title: PropTypes.string\n })\n }),\n onOpen: PropTypes.func\n };\n\n static contextTypes = {\n skin: Provider.childContextTypes.skin\n };\n\n constructor(props) {\n super(props);\n this.state = {open: false};\n this.initWrapper = this.initWrapper.bind(this);\n }\n\n componentDidMount() {\n this.deferOpen();\n }\n\n deferOpen() {\n clearTimeout(this.deferedOpen);\n\n this.deferedOpen = defer(() => {\n const {onOpen} = this.props;\n this.setState({open: true});\n onOpen && onOpen();\n });\n }\n\n initWrapper(wrapper) {\n this.wrapper = wrapper;\n }\n\n render() {\n const {\n header = {},\n extraLifeGranted,\n gameOver,\n question,\n overlay,\n resources,\n klf,\n tips,\n onClick,\n quit = {},\n assistanceLink = {}\n } = this.props;\n\n const {open} = this.state;\n\n const {skin} = this.context;\n const primary = getOr('#f0f', 'common.primary', skin);\n\n const tabs = extractTabs({resources, klf, tips});\n const isLoading = isNil(header.failed);\n const className = open ? style.finalBackground : style.initialBackground;\n const {title, ...linkProps} = quit.cta || {};\n\n const quitCta =\n title || extraLifeGranted ? (\n <Link\n {...linkProps}\n style={{\n color: primary\n }}\n className={extraLifeGranted ? style.hideQuitCta : style.quitCta}\n data-name=\"nextLink\"\n data-popin=\"popinCorrection\"\n data-next=\"quit-with-extra-life\"\n >\n {title}\n </Link>\n ) : null;\n\n return (\n <div ref={this.initWrapper} className={className} data-name=\"popinCorrection\">\n <div className={style.scrollWrapper}>\n <div className={isLoading ? style.loadingWrapper : style.wrapper}>\n <div className={isLoading ? style.loadingContent : style.content}>\n <Header\n {...header}\n gameOver={gameOver}\n extraLifeGranted={extraLifeGranted}\n animated\n />\n <Question {...question} />\n <Accordion tabProps={tabs} onClick={onClick} oneTabOnly>\n {isEmpty(getOr([], 'value', resources)) ? null : (\n <Resources resources={resources} overlay={overlay} />\n )}\n {klf.value ? <SimpleText text={klf.value} /> : null}\n {tips.value ? <SimpleText text={tips.value} /> : null}\n </Accordion>\n </div>\n {quitCta}\n <AssistanceLink {...assistanceLink} />\n </div>\n <Loader className={isLoading ? style.activeLoader : style.inactiveLoader} />\n </div>\n </div>\n );\n }\n}\n\nexport default PopinCorrection;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":["extractTabs","items","map","type","item","iconType","title","isOpen","open","Resources","resources","overlay","style","browserWrapper","value","browser","propTypes","PropTypes","shape","ResourceBrowser","SimpleText","text","simpleTextWrapper","simpleText","innerHTML","__html","string","AssistanceLink","props","context","onClick","skin","white","wrapperAssistance","alertIcon","titleLink","contextTypes","Provider","childContextTypes","func","Question","header","answer","answerPrefix","question","questionHeader","answerWrapper","checkIcon","PopinCorrection","Component","constructor","state","initWrapper","bind","componentDidMount","deferOpen","clearTimeout","deferedOpen","onOpen","setState","wrapper","render","extraLifeGranted","gameOver","klf","tips","quit","assistanceLink","primary","tabs","isLoading","failed","className","finalBackground","initialBackground","cta","linkProps","quitCta","color","hideQuitCta","scrollWrapper","loadingWrapper","loadingContent","content","activeLoader","Header","Accordion","Link"],"mappings":"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","sourcesContent":["import React, {Component} from 'react';\nimport PropTypes from 'prop-types';\nimport {defer, isNil, isEmpty, get, getOr, keys, omit} from 'lodash/fp';\nimport {\n NovaCompositionCoorpacademyCheck as CheckIcon,\n NovaLineInterfaceFeedbackInterfaceAlertCircle as AlertIcon\n} from '@coorpacademy/nova-icons';\nimport classnames from 'classnames';\nimport Loader from '../../../atom/loader';\nimport Link from '../../../atom/link';\nimport Provider from '../../../atom/provider';\nimport ResourceBrowser from '../../../organism/resource-browser';\nimport Accordion from '../../../organism/accordion/container';\nimport {innerHTML} from '../../../atom/label/style.css';\nimport Header from '../popin-header';\nimport style from './style.css';\n\nconst extractTabs = items =>\n keys(items).map(type => {\n const item = items[type];\n return {iconType: type, title: item.title, isOpen: item.open};\n });\n\nconst Resources = ({resources, overlay}) => (\n <div className={style.browserWrapper}>\n <ResourceBrowser resources={resources.value} overlay={overlay} className={style.browser} />\n </div>\n);\n\nResources.propTypes = {\n resources: PropTypes.shape({\n value: ResourceBrowser.propTypes.resources\n }),\n overlay: ResourceBrowser.propTypes.overlay\n};\n\nconst SimpleText = ({text}) => (\n <div data-name=\"simpleText\" className={style.simpleTextWrapper}>\n <p\n className={classnames(style.simpleText, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: text}}\n />\n </div>\n);\n\nSimpleText.propTypes = {\n text: PropTypes.string\n};\n\nconst AssistanceLink = (props, context) => {\n if (isEmpty(props)) return null;\n const {title, onClick} = props;\n const {skin} = context;\n const white = get('common.white', skin);\n\n return (\n <div className={style.wrapperAssistance} onClick={onClick}>\n <AlertIcon className={style.alertIcon} color={white} />\n <span className={style.titleLink}> {title} </span>\n </div>\n );\n};\n\nAssistanceLink.contextTypes = {\n skin: Provider.childContextTypes.skin\n};\n\nAssistanceLink.propTypes = {\n title: PropTypes.string,\n onClick: PropTypes.func\n};\n\nconst Question = ({header, answer, answerPrefix}) => (\n <div className={style.question}>\n <p\n className={classnames(style.questionHeader, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: header}}\n />\n <div className={style.answerWrapper}>\n <CheckIcon className={style.checkIcon} color=\"inherit\" />\n {answerPrefix ? <span className={style.answerPrefix}>{answerPrefix}</span> : null}\n <span\n className={classnames(style.answer, innerHTML)}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: answer}}\n />\n </div>\n </div>\n);\n\nQuestion.propTypes = {\n header: PropTypes.string,\n answerPrefix: PropTypes.string,\n answer: PropTypes.string\n};\n\nclass PopinCorrection extends Component {\n static propTypes = {\n resources: Resources.propTypes.resources,\n overlay: ResourceBrowser.propTypes.overlay,\n assistanceLink: PropTypes.shape(AssistanceLink.propTypes),\n header: PropTypes.shape(omit(['animated'], Header.propTypes)),\n extraLifeGranted: Header.propTypes.extraLifeGranted,\n gameOver: Header.propTypes.gameOver,\n question: PropTypes.shape(Question.propTypes),\n klf: PropTypes.shape(SimpleText.propTypes),\n tips: PropTypes.shape(SimpleText.propTypes),\n onClick: Accordion.propTypes.onClick,\n quit: PropTypes.shape({\n cta: PropTypes.shape({\n ...Link.propTypes,\n title: PropTypes.string\n })\n }),\n onOpen: PropTypes.func\n };\n\n static contextTypes = {\n skin: Provider.childContextTypes.skin\n };\n\n constructor(props) {\n super(props);\n this.state = {open: false};\n this.initWrapper = this.initWrapper.bind(this);\n }\n\n componentDidMount() {\n this.deferOpen();\n }\n\n deferOpen() {\n clearTimeout(this.deferedOpen);\n\n this.deferedOpen = defer(() => {\n const {onOpen} = this.props;\n this.setState({open: true});\n onOpen && onOpen();\n });\n }\n\n initWrapper(wrapper) {\n this.wrapper = wrapper;\n }\n\n render() {\n const {\n header = {},\n extraLifeGranted,\n gameOver,\n question,\n overlay,\n resources,\n klf,\n tips,\n onClick,\n quit = {},\n assistanceLink = {}\n } = this.props;\n\n const {open} = this.state;\n\n const {skin} = this.context;\n const primary = getOr('#f0f', 'common.primary', skin);\n\n const tabs = extractTabs({resources, klf, tips});\n const isLoading = isNil(header.failed);\n const className = open ? style.finalBackground : style.initialBackground;\n const {title, ...linkProps} = quit.cta || {};\n\n const quitCta =\n title || extraLifeGranted ? (\n <Link\n {...linkProps}\n style={{\n color: primary\n }}\n className={extraLifeGranted ? style.hideQuitCta : style.quitCta}\n data-name=\"nextLink\"\n data-popin=\"popinCorrection\"\n data-next=\"quit-with-extra-life\"\n >\n {title}\n </Link>\n ) : null;\n\n return (\n <div ref={this.initWrapper} className={className} data-name=\"popinCorrection\">\n <div className={style.scrollWrapper}>\n <div className={isLoading ? style.loadingWrapper : style.wrapper}>\n <div className={isLoading ? style.loadingContent : style.content}>\n <Header\n {...header}\n gameOver={gameOver}\n extraLifeGranted={extraLifeGranted}\n animated\n />\n <Question {...question} />\n <Accordion tabProps={tabs} onClick={onClick} oneTabOnly>\n {isEmpty(getOr([], 'value', resources)) ? null : (\n <Resources resources={resources} overlay={overlay} />\n )}\n {klf.value ? <SimpleText text={klf.value} /> : null}\n {tips.value ? <SimpleText text={tips.value} /> : null}\n </Accordion>\n </div>\n {quitCta}\n <AssistanceLink {...assistanceLink} />\n </div>\n {isLoading ? <Loader className={style.activeLoader} /> : null}\n </div>\n </div>\n );\n }\n}\n\nexport default PopinCorrection;\n"],"file":"index.js"}
@@ -104,10 +104,6 @@
104
104
  transition: opacity 0.3s;
105
105
  }
106
106
 
107
- .inactiveLoader {
108
- opacity: 0;
109
- }
110
-
111
107
  /* Question -------------- */
112
108
 
113
109
  .question {
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.default = void 0;
5
+
6
+ var _certificationRewards = _interopRequireDefault(require("../../../../../organism/wizard-contents/test/fixtures/certification-rewards"));
7
+
8
+ var _default2 = _interopRequireDefault(require("./default"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+
12
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+
14
+ const {
15
+ header,
16
+ items
17
+ } = _default2.default.props;
18
+ const form = _certificationRewards.default.props;
19
+ var _default = {
20
+ props: {
21
+ header,
22
+ items,
23
+ notifications: [],
24
+ content: _extends(_extends({}, form), {}, {
25
+ isLoading: false,
26
+ key: 'rewards',
27
+ type: 'wizard'
28
+ })
29
+ }
30
+ };
31
+ exports.default = _default;
32
+ //# sourceMappingURL=wizard-rewards-certification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/template/back-office/brand-update/test/fixtures/wizard-rewards-certification.js"],"names":["header","items","headerAndMenu","props","form","WizardForm","notifications","content","isLoading","key","type"],"mappings":";;;;;AAAA;;AACA;;;;;;AAEA,MAAM;AAACA,EAAAA,MAAD;AAASC,EAAAA;AAAT,IAAkBC,kBAAcC,KAAtC;AACA,MAAMC,IAAI,GAAGC,8BAAWF,KAAxB;eAEe;AACbA,EAAAA,KAAK,EAAE;AACLH,IAAAA,MADK;AAELC,IAAAA,KAFK;AAGLK,IAAAA,aAAa,EAAE,EAHV;AAILC,IAAAA,OAAO,wBACFH,IADE;AAELI,MAAAA,SAAS,EAAE,KAFN;AAGLC,MAAAA,GAAG,EAAE,SAHA;AAILC,MAAAA,IAAI,EAAE;AAJD;AAJF;AADM,C","sourcesContent":["import WizardForm from '../../../../../organism/wizard-contents/test/fixtures/certification-rewards';\nimport headerAndMenu from './default';\n\nconst {header, items} = headerAndMenu.props;\nconst form = WizardForm.props;\n\nexport default {\n props: {\n header,\n items,\n notifications: [],\n content: {\n ...form,\n isLoading: false,\n key: 'rewards',\n type: 'wizard'\n }\n }\n};\n"],"file":"wizard-rewards-certification.js"}
@@ -62,6 +62,7 @@
62
62
  @value cm_red_video: #E8335E;
63
63
  @value cm_violet_podcast: #432ba7;
64
64
  @value cm_warning_50: rgba(255, 192, 67, 0.13);
65
+ @value box_shadow_medium_dark: rgba(0, 0, 0, 0.15);
65
66
  @value box_shadow_light_dark: rgba(0, 0, 0, 0.12);
66
67
  @value box_shadow_medium_dark: rgba(0, 0, 0, 0.2);
67
68
  @value box_shadow_orange_700: rgba(255, 84, 31, 0.15);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.13.10",
3
+ "version": "10.13.13",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "e2f383410212d0b16ced16d629c8cbeabee3bc7f"
122
+ "gitHead": "4716f46184e0fc52c9fe7f0781b6c751a9f8f2a4"
123
123
  }
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomAutocomplete from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureError from './fixtures/error';
7
- import fixtureFilled from './fixtures/filled';
8
- import fixtureModified from './fixtures/modified';
9
- test('Atom › AtomAutocomplete > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(AtomAutocomplete.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Atom.AtomAutocomplete.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Atom › AtomAutocomplete › Default › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureDefault);
16
- test('Atom › AtomAutocomplete › Error › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureError);
17
- test('Atom › AtomAutocomplete › Filled › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureFilled);
18
- test('Atom › AtomAutocomplete › Modified › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureModified);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/autocomplete/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomAutocomplete","fixtureDefault","fixtureError","fixtureFilled","fixtureModified","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,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,uDAAD,EAA0DQ,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,gBAAgB,CAACO,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGC,cAAnG,CAAJ;AACAJ,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,gBAA/E,EAAiGE,YAAjG,CAAJ;AACAL,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,gBAAhF,EAAkGG,aAAlG,CAAJ;AACAN,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,gBAAlF,EAAoGI,eAApG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAutocomplete from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureFilled from './fixtures/filled';\nimport fixtureModified from './fixtures/modified';\n\ntest('Atom › AtomAutocomplete > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAutocomplete.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAutocomplete.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAutocomplete › Default › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureDefault);\ntest('Atom › AtomAutocomplete › Error › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureError);\ntest('Atom › AtomAutocomplete › Filled › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureFilled);\ntest('Atom › AtomAutocomplete › Modified › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureModified);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomAvatar from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Atom › AtomAvatar > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(AtomAvatar.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Atom.AtomAvatar.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Atom › AtomAvatar › Default › should be rendered', renderComponentMacro, AtomAvatar, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/avatar/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomAvatar","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,UAAP,MAAuB,IAAvB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,iDAAD,EAAoDK,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,UAAU,CAACI,SAAZ,EAAuB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,UAA3E,EAAuFC,cAAvF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAvatar from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomAvatar > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAvatar.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAvatar.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAvatar › Default › should be rendered', renderComponentMacro, AtomAvatar, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,27 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomButton from '..';
5
- import fixtureA from './fixtures/a';
6
- import fixtureClassName from './fixtures/class-name';
7
- import fixtureClear from './fixtures/clear';
8
- import fixtureDefault from './fixtures/default';
9
- import fixtureDisabled from './fixtures/disabled';
10
- import fixtureDownload from './fixtures/download';
11
- import fixtureLink from './fixtures/link';
12
- import fixtureSso from './fixtures/sso';
13
- test('Atom › AtomButton > should have valid propTypes', t => {
14
- t.pass();
15
- forEach(AtomButton.propTypes, (value, key) => {
16
- t.not(value, undefined, `PropType for "Atom.AtomButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
- });
18
- });
19
- test('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);
20
- test('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);
21
- test('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);
22
- test('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);
23
- test('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);
24
- test('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);
25
- test('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);
26
- test('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);
27
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/button/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButton","fixtureA","fixtureClassName","fixtureClear","fixtureDefault","fixtureDisabled","fixtureDownload","fixtureLink","fixtureSso","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,UAAP,MAAuB,IAAvB;AACA,OAAOC,QAAP,MAAqB,cAArB;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AAEAX,IAAI,CAAC,iDAAD,EAAoDY,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,UAAU,CAACW,SAAZ,EAAuB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,4CAAD,EAA+CE,oBAA/C,EAAqEC,UAArE,EAAiFC,QAAjF,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,UAA7E,EAAyFE,gBAAzF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,UAAzE,EAAqFG,YAArF,CAAJ;AACAN,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,UAA3E,EAAuFI,cAAvF,CAAJ;AACAP,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFK,eAAxF,CAAJ;AACAR,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFM,eAAxF,CAAJ;AACAT,IAAI,CAAC,+CAAD,EAAkDE,oBAAlD,EAAwEC,UAAxE,EAAoFO,WAApF,CAAJ;AACAV,IAAI,CAAC,8CAAD,EAAiDE,oBAAjD,EAAuEC,UAAvE,EAAmFQ,UAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButton from '..';\nimport fixtureA from './fixtures/a';\nimport fixtureClassName from './fixtures/class-name';\nimport fixtureClear from './fixtures/clear';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureDownload from './fixtures/download';\nimport fixtureLink from './fixtures/link';\nimport fixtureSso from './fixtures/sso';\n\ntest('Atom › AtomButton > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);\ntest('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);\ntest('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);\ntest('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);\ntest('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);\ntest('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);\ntest('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);\ntest('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);\n"],"file":"fixtures.js"}
@@ -1,31 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomButtonLink from '..';
5
- import fixtureButtonDangerousNoIcon from './fixtures/button-dangerous-no-icon';
6
- import fixtureButtonPrimaryIconLeft from './fixtures/button-primary-icon-left';
7
- import fixtureButtonPrimaryNoIcon from './fixtures/button-primary-no-icon';
8
- import fixtureButtonSecondaryNoIconDisabled from './fixtures/button-secondary-no-icon-disabled';
9
- import fixtureButtonTertiaryIconLeft from './fixtures/button-tertiary-icon-left';
10
- import fixtureLinkPrimaryDisabledIconRight from './fixtures/link-primary-disabled-icon-right';
11
- import fixtureLinkSecondaryIconRight from './fixtures/link-secondary-icon-right';
12
- import fixtureLinkTertiaryNoIcon from './fixtures/link-tertiary-no-icon';
13
- import fixtureLinkTextIconRightTargetBlank from './fixtures/link-text-icon-right-target-blank';
14
- import fixtureLinkTextNoIconDownload from './fixtures/link-text-no-icon-download';
15
- test('Atom › AtomButtonLink > should have valid propTypes', t => {
16
- t.pass();
17
- forEach(AtomButtonLink.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Atom.AtomButtonLink.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- test('Atom › AtomButtonLink › ButtonDangerousNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonDangerousNoIcon);
22
- test('Atom › AtomButtonLink › ButtonPrimaryIconLeft › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonPrimaryIconLeft);
23
- test('Atom › AtomButtonLink › ButtonPrimaryNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonPrimaryNoIcon);
24
- test('Atom › AtomButtonLink › ButtonSecondaryNoIconDisabled › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonSecondaryNoIconDisabled);
25
- test('Atom › AtomButtonLink › ButtonTertiaryIconLeft › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonTertiaryIconLeft);
26
- test('Atom › AtomButtonLink › LinkPrimaryDisabledIconRight › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkPrimaryDisabledIconRight);
27
- test('Atom › AtomButtonLink › LinkSecondaryIconRight › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkSecondaryIconRight);
28
- test('Atom › AtomButtonLink › LinkTertiaryNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTertiaryNoIcon);
29
- test('Atom › AtomButtonLink › LinkTextIconRightTargetBlank › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTextIconRightTargetBlank);
30
- test('Atom › AtomButtonLink › LinkTextNoIconDownload › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTextNoIconDownload);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/button-link/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButtonLink","fixtureButtonDangerousNoIcon","fixtureButtonPrimaryIconLeft","fixtureButtonPrimaryNoIcon","fixtureButtonSecondaryNoIconDisabled","fixtureButtonTertiaryIconLeft","fixtureLinkPrimaryDisabledIconRight","fixtureLinkSecondaryIconRight","fixtureLinkTertiaryNoIcon","fixtureLinkTextIconRightTargetBlank","fixtureLinkTextNoIconDownload","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,cAAP,MAA2B,IAA3B;AACA,OAAOC,4BAAP,MAAyC,qCAAzC;AACA,OAAOC,4BAAP,MAAyC,qCAAzC;AACA,OAAOC,0BAAP,MAAuC,mCAAvC;AACA,OAAOC,oCAAP,MAAiD,8CAAjD;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,mCAAP,MAAgD,6CAAhD;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,yBAAP,MAAsC,kCAAtC;AACA,OAAOC,mCAAP,MAAgD,8CAAhD;AACA,OAAOC,6BAAP,MAA0C,uCAA1C;AAEAb,IAAI,CAAC,qDAAD,EAAwDc,CAAC,IAAI;AAC/DA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,cAAc,CAACa,SAAhB,EAA2B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,+CAA8CF,GAAI,mEAA3E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,cAA7F,EAA6GC,4BAA7G,CAAJ;AACAJ,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,cAA7F,EAA6GE,4BAA7G,CAAJ;AACAL,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,cAA3F,EAA2GG,0BAA3G,CAAJ;AACAN,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,cAArG,EAAqHI,oCAArH,CAAJ;AACAP,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,cAA9F,EAA8GK,6BAA9G,CAAJ;AACAR,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,cAApG,EAAoHM,mCAApH,CAAJ;AACAT,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,cAA9F,EAA8GO,6BAA9G,CAAJ;AACAV,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,cAA1F,EAA0GQ,yBAA1G,CAAJ;AACAX,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,cAApG,EAAoHS,mCAApH,CAAJ;AACAZ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,cAA9F,EAA8GU,6BAA9G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButtonLink from '..';\nimport fixtureButtonDangerousNoIcon from './fixtures/button-dangerous-no-icon';\nimport fixtureButtonPrimaryIconLeft from './fixtures/button-primary-icon-left';\nimport fixtureButtonPrimaryNoIcon from './fixtures/button-primary-no-icon';\nimport fixtureButtonSecondaryNoIconDisabled from './fixtures/button-secondary-no-icon-disabled';\nimport fixtureButtonTertiaryIconLeft from './fixtures/button-tertiary-icon-left';\nimport fixtureLinkPrimaryDisabledIconRight from './fixtures/link-primary-disabled-icon-right';\nimport fixtureLinkSecondaryIconRight from './fixtures/link-secondary-icon-right';\nimport fixtureLinkTertiaryNoIcon from './fixtures/link-tertiary-no-icon';\nimport fixtureLinkTextIconRightTargetBlank from './fixtures/link-text-icon-right-target-blank';\nimport fixtureLinkTextNoIconDownload from './fixtures/link-text-no-icon-download';\n\ntest('Atom › AtomButtonLink > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButtonLink.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButtonLink.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButtonLink › ButtonDangerousNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonDangerousNoIcon);\ntest('Atom › AtomButtonLink › ButtonPrimaryIconLeft › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonPrimaryIconLeft);\ntest('Atom › AtomButtonLink › ButtonPrimaryNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonPrimaryNoIcon);\ntest('Atom › AtomButtonLink › ButtonSecondaryNoIconDisabled › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonSecondaryNoIconDisabled);\ntest('Atom › AtomButtonLink › ButtonTertiaryIconLeft › should be rendered', renderComponentMacro, AtomButtonLink, fixtureButtonTertiaryIconLeft);\ntest('Atom › AtomButtonLink › LinkPrimaryDisabledIconRight › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkPrimaryDisabledIconRight);\ntest('Atom › AtomButtonLink › LinkSecondaryIconRight › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkSecondaryIconRight);\ntest('Atom › AtomButtonLink › LinkTertiaryNoIcon › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTertiaryNoIcon);\ntest('Atom › AtomButtonLink › LinkTextIconRightTargetBlank › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTextIconRightTargetBlank);\ntest('Atom › AtomButtonLink › LinkTextNoIconDownload › should be rendered', renderComponentMacro, AtomButtonLink, fixtureLinkTextNoIconDownload);\n"],"file":"fixtures.js"}
@@ -1,21 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomButtonLinkIconOnly from '..';
5
- import fixtureButtonIconBullet from './fixtures/button-icon-bullet';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureNoIcon from './fixtures/no-icon';
8
- import fixtureSmallButtonDisabled from './fixtures/small-button-disabled';
9
- import fixtureSmallLinkDownload from './fixtures/small-link-download';
10
- test('Atom › AtomButtonLinkIconOnly > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(AtomButtonLinkIconOnly.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Atom.AtomButtonLinkIconOnly.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Atom › AtomButtonLinkIconOnly › ButtonIconBullet › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureButtonIconBullet);
17
- test('Atom › AtomButtonLinkIconOnly › Default › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureDefault);
18
- test('Atom › AtomButtonLinkIconOnly › NoIcon › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureNoIcon);
19
- test('Atom › AtomButtonLinkIconOnly › SmallButtonDisabled › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureSmallButtonDisabled);
20
- test('Atom › AtomButtonLinkIconOnly › SmallLinkDownload › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureSmallLinkDownload);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/button-link-icon-only/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButtonLinkIconOnly","fixtureButtonIconBullet","fixtureDefault","fixtureNoIcon","fixtureSmallButtonDisabled","fixtureSmallLinkDownload","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,uBAAP,MAAoC,+BAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,aAAP,MAA0B,oBAA1B;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,wBAAP,MAAqC,gCAArC;AAEAR,IAAI,CAAC,6DAAD,EAAgES,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,sBAAsB,CAACQ,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,sBAAhG,EAAwHC,uBAAxH,CAAJ;AACAJ,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,sBAAvF,EAA+GE,cAA/G,CAAJ;AACAL,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,sBAAtF,EAA8GG,aAA9G,CAAJ;AACAN,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,sBAAnG,EAA2HI,0BAA3H,CAAJ;AACAP,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,sBAAjG,EAAyHK,wBAAzH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButtonLinkIconOnly from '..';\nimport fixtureButtonIconBullet from './fixtures/button-icon-bullet';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoIcon from './fixtures/no-icon';\nimport fixtureSmallButtonDisabled from './fixtures/small-button-disabled';\nimport fixtureSmallLinkDownload from './fixtures/small-link-download';\n\ntest('Atom › AtomButtonLinkIconOnly > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButtonLinkIconOnly.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButtonLinkIconOnly.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButtonLinkIconOnly › ButtonIconBullet › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureButtonIconBullet);\ntest('Atom › AtomButtonLinkIconOnly › Default › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureDefault);\ntest('Atom › AtomButtonLinkIconOnly › NoIcon › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureNoIcon);\ntest('Atom › AtomButtonLinkIconOnly › SmallButtonDisabled › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureSmallButtonDisabled);\ntest('Atom › AtomButtonLinkIconOnly › SmallLinkDownload › should be rendered', renderComponentMacro, AtomButtonLinkIconOnly, fixtureSmallLinkDownload);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomButtonMenu from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureMultipleButtons from './fixtures/multiple-buttons';
7
- test('Atom › AtomButtonMenu > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomButtonMenu.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomButtonMenu.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomButtonMenu › Default › should be rendered', renderComponentMacro, AtomButtonMenu, fixtureDefault);
14
- test('Atom › AtomButtonMenu › MultipleButtons › should be rendered', renderComponentMacro, AtomButtonMenu, fixtureMultipleButtons);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/button-menu/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButtonMenu","fixtureDefault","fixtureMultipleButtons","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,cAAP,MAA2B,IAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AAEAL,IAAI,CAAC,qDAAD,EAAwDM,CAAC,IAAI;AAC/DA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,cAAc,CAACK,SAAhB,EAA2B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,+CAA8CF,GAAI,mEAA3E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,cAA/E,EAA+FC,cAA/F,CAAJ;AACAJ,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,cAAvF,EAAuGE,sBAAvG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButtonMenu from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureMultipleButtons from './fixtures/multiple-buttons';\n\ntest('Atom › AtomButtonMenu > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButtonMenu.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButtonMenu.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButtonMenu › Default › should be rendered', renderComponentMacro, AtomButtonMenu, fixtureDefault);\ntest('Atom › AtomButtonMenu › MultipleButtons › should be rendered', renderComponentMacro, AtomButtonMenu, fixtureMultipleButtons);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCardImagePreview from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmpty from './fixtures/empty';
7
- test('Atom › AtomCardImagePreview > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomCardImagePreview.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomCardImagePreview.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomCardImagePreview › Default › should be rendered', renderComponentMacro, AtomCardImagePreview, fixtureDefault);
14
- test('Atom › AtomCardImagePreview › Empty › should be rendered', renderComponentMacro, AtomCardImagePreview, fixtureEmpty);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/card-image-preview/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCardImagePreview","fixtureDefault","fixtureEmpty","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;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAL,IAAI,CAAC,2DAAD,EAA8DM,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,oBAAoB,CAACK,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,oBAArF,EAA2GC,cAA3G,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,oBAAnF,EAAyGE,YAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCardImagePreview from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\n\ntest('Atom › AtomCardImagePreview > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCardImagePreview.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCardImagePreview.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCardImagePreview › Default › should be rendered', renderComponentMacro, AtomCardImagePreview, fixtureDefault);\ntest('Atom › AtomCardImagePreview › Empty › should be rendered', renderComponentMacro, AtomCardImagePreview, fixtureEmpty);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCatalogSection from '..';
5
- import fixtureList from './fixtures/list';
6
- import fixturePicture from './fixtures/picture';
7
- test('Atom › AtomCatalogSection > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomCatalogSection.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomCatalogSection.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomCatalogSection › List › should be rendered', renderComponentMacro, AtomCatalogSection, fixtureList);
14
- test('Atom › AtomCatalogSection › Picture › should be rendered', renderComponentMacro, AtomCatalogSection, fixturePicture);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/catalog-section/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCatalogSection","fixtureList","fixturePicture","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,kBAAP,MAA+B,IAA/B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAL,IAAI,CAAC,yDAAD,EAA4DM,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,kBAAkB,CAACK,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,kBAAhF,EAAoGC,WAApG,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,kBAAnF,EAAuGE,cAAvG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCatalogSection from '..';\nimport fixtureList from './fixtures/list';\nimport fixturePicture from './fixtures/picture';\n\ntest('Atom › AtomCatalogSection > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCatalogSection.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCatalogSection.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCatalogSection › List › should be rendered', renderComponentMacro, AtomCatalogSection, fixtureList);\ntest('Atom › AtomCatalogSection › Picture › should be rendered', renderComponentMacro, AtomCatalogSection, fixturePicture);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCenteredText from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Atom › AtomCenteredText > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(AtomCenteredText.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Atom.AtomCenteredText.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Atom › AtomCenteredText › Default › should be rendered', renderComponentMacro, AtomCenteredText, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/centered-text/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCenteredText","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,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,uDAAD,EAA0DK,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,gBAAgB,CAACI,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGC,cAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCenteredText from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomCenteredText > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCenteredText.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCenteredText.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCenteredText › Default › should be rendered', renderComponentMacro, AtomCenteredText, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCheckbox from '..';
5
- import fixtureChecked from './fixtures/checked';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureDisabled from './fixtures/disabled';
8
- import fixtureRequired from './fixtures/required';
9
- test('Atom › AtomCheckbox > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(AtomCheckbox.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Atom.AtomCheckbox.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Atom › AtomCheckbox › Checked › should be rendered', renderComponentMacro, AtomCheckbox, fixtureChecked);
16
- test('Atom › AtomCheckbox › Default › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDefault);
17
- test('Atom › AtomCheckbox › Disabled › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDisabled);
18
- test('Atom › AtomCheckbox › Required › should be rendered', renderComponentMacro, AtomCheckbox, fixtureRequired);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/checkbox/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCheckbox","fixtureChecked","fixtureDefault","fixtureDisabled","fixtureRequired","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,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,mDAAD,EAAsDQ,CAAC,IAAI;AAC7DA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,YAAY,CAACO,SAAd,EAAyB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,6CAA4CF,GAAI,mEAAzE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,YAA7E,EAA2FC,cAA3F,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,YAA7E,EAA2FE,cAA3F,CAAJ;AACAL,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,YAA9E,EAA4FG,eAA5F,CAAJ;AACAN,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,YAA9E,EAA4FI,eAA5F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCheckbox from '..';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureRequired from './fixtures/required';\n\ntest('Atom › AtomCheckbox > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCheckbox.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCheckbox.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCheckbox › Checked › should be rendered', renderComponentMacro, AtomCheckbox, fixtureChecked);\ntest('Atom › AtomCheckbox › Default › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDefault);\ntest('Atom › AtomCheckbox › Disabled › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDisabled);\ntest('Atom › AtomCheckbox › Required › should be rendered', renderComponentMacro, AtomCheckbox, fixtureRequired);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCheckboxWithTitle from '..';
5
- import fixtureChecked from './fixtures/checked';
6
- import fixtureUnchecked from './fixtures/unchecked';
7
- test('Atom › AtomCheckboxWithTitle > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomCheckboxWithTitle.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomCheckboxWithTitle.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomCheckboxWithTitle › Checked › should be rendered', renderComponentMacro, AtomCheckboxWithTitle, fixtureChecked);
14
- test('Atom › AtomCheckboxWithTitle › Unchecked › should be rendered', renderComponentMacro, AtomCheckboxWithTitle, fixtureUnchecked);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/checkbox-with-title/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCheckboxWithTitle","fixtureChecked","fixtureUnchecked","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,gBAAP,MAA6B,sBAA7B;AAEAL,IAAI,CAAC,4DAAD,EAA+DM,CAAC,IAAI;AACtEA,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,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,qBAAtF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,qBAAxF,EAA+GE,gBAA/G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCheckboxWithTitle from '..';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureUnchecked from './fixtures/unchecked';\n\ntest('Atom › AtomCheckboxWithTitle > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCheckboxWithTitle.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCheckboxWithTitle.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCheckboxWithTitle › Checked › should be rendered', renderComponentMacro, AtomCheckboxWithTitle, fixtureChecked);\ntest('Atom › AtomCheckboxWithTitle › Unchecked › should be rendered', renderComponentMacro, AtomCheckboxWithTitle, fixtureUnchecked);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomChips from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureLongText from './fixtures/long-text';
7
- import fixtureNonSelected from './fixtures/non-selected';
8
- test('Atom › AtomChips > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(AtomChips.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Atom.AtomChips.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Atom › AtomChips › Default › should be rendered', renderComponentMacro, AtomChips, fixtureDefault);
15
- test('Atom › AtomChips › LongText › should be rendered', renderComponentMacro, AtomChips, fixtureLongText);
16
- test('Atom › AtomChips › NonSelected › should be rendered', renderComponentMacro, AtomChips, fixtureNonSelected);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/chips/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomChips","fixtureDefault","fixtureLongText","fixtureNonSelected","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,SAAP,MAAsB,IAAtB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAN,IAAI,CAAC,gDAAD,EAAmDO,CAAC,IAAI;AAC1DA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,SAAS,CAACM,SAAX,EAAsB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0CAAyCF,GAAI,mEAAtE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,iDAAD,EAAoDE,oBAApD,EAA0EC,SAA1E,EAAqFC,cAArF,CAAJ;AACAJ,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,SAA3E,EAAsFE,eAAtF,CAAJ;AACAL,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,SAA9E,EAAyFG,kBAAzF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomChips from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLongText from './fixtures/long-text';\nimport fixtureNonSelected from './fixtures/non-selected';\n\ntest('Atom › AtomChips > should have valid propTypes', t => {\n t.pass();\n forEach(AtomChips.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomChips.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomChips › Default › should be rendered', renderComponentMacro, AtomChips, fixtureDefault);\ntest('Atom › AtomChips › LongText › should be rendered', renderComponentMacro, AtomChips, fixtureLongText);\ntest('Atom › AtomChips › NonSelected › should be rendered', renderComponentMacro, AtomChips, fixtureNonSelected);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomClue from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureLink from './fixtures/link';
7
- import fixtureLoading from './fixtures/loading';
8
- test('Atom › AtomClue > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(AtomClue.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Atom.AtomClue.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Atom › AtomClue › Default › should be rendered', renderComponentMacro, AtomClue, fixtureDefault);
15
- test('Atom › AtomClue › Link › should be rendered', renderComponentMacro, AtomClue, fixtureLink);
16
- test('Atom › AtomClue › Loading › should be rendered', renderComponentMacro, AtomClue, fixtureLoading);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/clue/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomClue","fixtureDefault","fixtureLink","fixtureLoading","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,QAAP,MAAqB,IAArB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAN,IAAI,CAAC,+CAAD,EAAkDO,CAAC,IAAI;AACzDA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,QAAQ,CAACM,SAAV,EAAqB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yCAAwCF,GAAI,mEAArE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,QAAzE,EAAmFC,cAAnF,CAAJ;AACAJ,IAAI,CAAC,6CAAD,EAAgDE,oBAAhD,EAAsEC,QAAtE,EAAgFE,WAAhF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,QAAzE,EAAmFG,cAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomClue from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLink from './fixtures/link';\nimport fixtureLoading from './fixtures/loading';\n\ntest('Atom › AtomClue > should have valid propTypes', t => {\n t.pass();\n forEach(AtomClue.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomClue.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomClue › Default › should be rendered', renderComponentMacro, AtomClue, fixtureDefault);\ntest('Atom › AtomClue › Link › should be rendered', renderComponentMacro, AtomClue, fixtureLink);\ntest('Atom › AtomClue › Loading › should be rendered', renderComponentMacro, AtomClue, fixtureLoading);\n"],"file":"fixtures.js"}
@@ -1,29 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomContentBadge from '..';
5
- import fixtureAdvanced from './fixtures/advanced';
6
- import fixtureArticle from './fixtures/article';
7
- import fixtureChapter from './fixtures/chapter';
8
- import fixtureCoach from './fixtures/coach';
9
- import fixtureCourse from './fixtures/course';
10
- import fixtureDefault from './fixtures/default';
11
- import fixturePodcast from './fixtures/podcast';
12
- import fixtureScorm from './fixtures/scorm';
13
- import fixtureVideo from './fixtures/video';
14
- test('Atom › AtomContentBadge > should have valid propTypes', t => {
15
- t.pass();
16
- forEach(AtomContentBadge.propTypes, (value, key) => {
17
- t.not(value, undefined, `PropType for "Atom.AtomContentBadge.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
18
- });
19
- });
20
- test('Atom › AtomContentBadge › Advanced › should be rendered', renderComponentMacro, AtomContentBadge, fixtureAdvanced);
21
- test('Atom › AtomContentBadge › Article › should be rendered', renderComponentMacro, AtomContentBadge, fixtureArticle);
22
- test('Atom › AtomContentBadge › Chapter › should be rendered', renderComponentMacro, AtomContentBadge, fixtureChapter);
23
- test('Atom › AtomContentBadge › Coach › should be rendered', renderComponentMacro, AtomContentBadge, fixtureCoach);
24
- test('Atom › AtomContentBadge › Course › should be rendered', renderComponentMacro, AtomContentBadge, fixtureCourse);
25
- test('Atom › AtomContentBadge › Default › should be rendered', renderComponentMacro, AtomContentBadge, fixtureDefault);
26
- test('Atom › AtomContentBadge › Podcast › should be rendered', renderComponentMacro, AtomContentBadge, fixturePodcast);
27
- test('Atom › AtomContentBadge › Scorm › should be rendered', renderComponentMacro, AtomContentBadge, fixtureScorm);
28
- test('Atom › AtomContentBadge › Video › should be rendered', renderComponentMacro, AtomContentBadge, fixtureVideo);
29
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/content-badge/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomContentBadge","fixtureAdvanced","fixtureArticle","fixtureChapter","fixtureCoach","fixtureCourse","fixtureDefault","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,gBAAP,MAA6B,IAA7B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAZ,IAAI,CAAC,uDAAD,EAA0Da,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAb,EAAAA,OAAO,CAACE,gBAAgB,CAACY,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAjB,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,gBAAlF,EAAoGC,eAApG,CAAJ;AACAJ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGE,cAAnG,CAAJ;AACAL,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGG,cAAnG,CAAJ;AACAN,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,gBAA/E,EAAiGI,YAAjG,CAAJ;AACAP,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,gBAAhF,EAAkGK,aAAlG,CAAJ;AACAR,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGM,cAAnG,CAAJ;AACAT,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGO,cAAnG,CAAJ;AACAV,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,gBAA/E,EAAiGQ,YAAjG,CAAJ;AACAX,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,gBAA/E,EAAiGS,YAAjG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomContentBadge from '..';\nimport fixtureAdvanced from './fixtures/advanced';\nimport fixtureArticle from './fixtures/article';\nimport fixtureChapter from './fixtures/chapter';\nimport fixtureCoach from './fixtures/coach';\nimport fixtureCourse from './fixtures/course';\nimport fixtureDefault from './fixtures/default';\nimport fixturePodcast from './fixtures/podcast';\nimport fixtureScorm from './fixtures/scorm';\nimport fixtureVideo from './fixtures/video';\n\ntest('Atom › AtomContentBadge > should have valid propTypes', t => {\n t.pass();\n forEach(AtomContentBadge.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomContentBadge.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomContentBadge › Advanced › should be rendered', renderComponentMacro, AtomContentBadge, fixtureAdvanced);\ntest('Atom › AtomContentBadge › Article › should be rendered', renderComponentMacro, AtomContentBadge, fixtureArticle);\ntest('Atom › AtomContentBadge › Chapter › should be rendered', renderComponentMacro, AtomContentBadge, fixtureChapter);\ntest('Atom › AtomContentBadge › Coach › should be rendered', renderComponentMacro, AtomContentBadge, fixtureCoach);\ntest('Atom › AtomContentBadge › Course › should be rendered', renderComponentMacro, AtomContentBadge, fixtureCourse);\ntest('Atom › AtomContentBadge › Default › should be rendered', renderComponentMacro, AtomContentBadge, fixtureDefault);\ntest('Atom › AtomContentBadge › Podcast › should be rendered', renderComponentMacro, AtomContentBadge, fixturePodcast);\ntest('Atom › AtomContentBadge › Scorm › should be rendered', renderComponentMacro, AtomContentBadge, fixtureScorm);\ntest('Atom › AtomContentBadge › Video › should be rendered', renderComponentMacro, AtomContentBadge, fixtureVideo);\n"],"file":"fixtures.js"}