@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,37 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomCta from '..';
5
- import fixtureCertification from './fixtures/certification';
6
- import fixtureDisabled from './fixtures/disabled';
7
- import fixtureLightSmall from './fixtures/light-small';
8
- import fixtureLight from './fixtures/light';
9
- import fixtureLogout from './fixtures/logout';
10
- import fixtureNoSubmitValue from './fixtures/no-submit-value';
11
- import fixturePrimarySmall from './fixtures/primary-small';
12
- import fixturePrimary from './fixtures/primary';
13
- import fixtureRectangularSecondaryFullwidth from './fixtures/rectangular-secondary-fullwidth';
14
- import fixtureRectangularSecondary from './fixtures/rectangular-secondary';
15
- import fixtureRectangular from './fixtures/rectangular';
16
- import fixtureSecondarySmall from './fixtures/secondary-small';
17
- import fixtureSecondary from './fixtures/secondary';
18
- test('Atom › AtomCta > should have valid propTypes', t => {
19
- t.pass();
20
- forEach(AtomCta.propTypes, (value, key) => {
21
- t.not(value, undefined, `PropType for "Atom.AtomCta.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
22
- });
23
- });
24
- test('Atom › AtomCta › Certification › should be rendered', renderComponentMacro, AtomCta, fixtureCertification);
25
- test('Atom › AtomCta › Disabled › should be rendered', renderComponentMacro, AtomCta, fixtureDisabled);
26
- test('Atom › AtomCta › LightSmall › should be rendered', renderComponentMacro, AtomCta, fixtureLightSmall);
27
- test('Atom › AtomCta › Light › should be rendered', renderComponentMacro, AtomCta, fixtureLight);
28
- test('Atom › AtomCta › Logout › should be rendered', renderComponentMacro, AtomCta, fixtureLogout);
29
- test('Atom › AtomCta › NoSubmitValue › should be rendered', renderComponentMacro, AtomCta, fixtureNoSubmitValue);
30
- test('Atom › AtomCta › PrimarySmall › should be rendered', renderComponentMacro, AtomCta, fixturePrimarySmall);
31
- test('Atom › AtomCta › Primary › should be rendered', renderComponentMacro, AtomCta, fixturePrimary);
32
- test('Atom › AtomCta › RectangularSecondaryFullwidth › should be rendered', renderComponentMacro, AtomCta, fixtureRectangularSecondaryFullwidth);
33
- test('Atom › AtomCta › RectangularSecondary › should be rendered', renderComponentMacro, AtomCta, fixtureRectangularSecondary);
34
- test('Atom › AtomCta › Rectangular › should be rendered', renderComponentMacro, AtomCta, fixtureRectangular);
35
- test('Atom › AtomCta › SecondarySmall › should be rendered', renderComponentMacro, AtomCta, fixtureSecondarySmall);
36
- test('Atom › AtomCta › Secondary › should be rendered', renderComponentMacro, AtomCta, fixtureSecondary);
37
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/cta/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCta","fixtureCertification","fixtureDisabled","fixtureLightSmall","fixtureLight","fixtureLogout","fixtureNoSubmitValue","fixturePrimarySmall","fixturePrimary","fixtureRectangularSecondaryFullwidth","fixtureRectangularSecondary","fixtureRectangular","fixtureSecondarySmall","fixtureSecondary","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,OAAP,MAAoB,IAApB;AACA,OAAOC,oBAAP,MAAiC,0BAAjC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,oBAAP,MAAiC,4BAAjC;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,oCAAP,MAAiD,4CAAjD;AACA,OAAOC,2BAAP,MAAwC,kCAAxC;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AAEAhB,IAAI,CAAC,8CAAD,EAAiDiB,CAAC,IAAI;AACxDA,EAAAA,CAAC,CAACC,IAAF;AACAjB,EAAAA,OAAO,CAACE,OAAO,CAACgB,SAAT,EAAoB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzCJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wCAAuCF,GAAI,mEAApE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOArB,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,OAA9E,EAAuFC,oBAAvF,CAAJ;AACAJ,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,OAAzE,EAAkFE,eAAlF,CAAJ;AACAL,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,OAA3E,EAAoFG,iBAApF,CAAJ;AACAN,IAAI,CAAC,6CAAD,EAAgDE,oBAAhD,EAAsEC,OAAtE,EAA+EI,YAA/E,CAAJ;AACAP,IAAI,CAAC,8CAAD,EAAiDE,oBAAjD,EAAuEC,OAAvE,EAAgFK,aAAhF,CAAJ;AACAR,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,OAA9E,EAAuFM,oBAAvF,CAAJ;AACAT,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,OAA7E,EAAsFO,mBAAtF,CAAJ;AACAV,IAAI,CAAC,+CAAD,EAAkDE,oBAAlD,EAAwEC,OAAxE,EAAiFQ,cAAjF,CAAJ;AACAX,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,OAA9F,EAAuGS,oCAAvG,CAAJ;AACAZ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,OAArF,EAA8FU,2BAA9F,CAAJ;AACAb,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,OAA5E,EAAqFW,kBAArF,CAAJ;AACAd,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,OAA/E,EAAwFY,qBAAxF,CAAJ;AACAf,IAAI,CAAC,iDAAD,EAAoDE,oBAApD,EAA0EC,OAA1E,EAAmFa,gBAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCta from '..';\nimport fixtureCertification from './fixtures/certification';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureLightSmall from './fixtures/light-small';\nimport fixtureLight from './fixtures/light';\nimport fixtureLogout from './fixtures/logout';\nimport fixtureNoSubmitValue from './fixtures/no-submit-value';\nimport fixturePrimarySmall from './fixtures/primary-small';\nimport fixturePrimary from './fixtures/primary';\nimport fixtureRectangularSecondaryFullwidth from './fixtures/rectangular-secondary-fullwidth';\nimport fixtureRectangularSecondary from './fixtures/rectangular-secondary';\nimport fixtureRectangular from './fixtures/rectangular';\nimport fixtureSecondarySmall from './fixtures/secondary-small';\nimport fixtureSecondary from './fixtures/secondary';\n\ntest('Atom › AtomCta > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCta.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCta.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCta › Certification › should be rendered', renderComponentMacro, AtomCta, fixtureCertification);\ntest('Atom › AtomCta › Disabled › should be rendered', renderComponentMacro, AtomCta, fixtureDisabled);\ntest('Atom › AtomCta › LightSmall › should be rendered', renderComponentMacro, AtomCta, fixtureLightSmall);\ntest('Atom › AtomCta › Light › should be rendered', renderComponentMacro, AtomCta, fixtureLight);\ntest('Atom › AtomCta › Logout › should be rendered', renderComponentMacro, AtomCta, fixtureLogout);\ntest('Atom › AtomCta › NoSubmitValue › should be rendered', renderComponentMacro, AtomCta, fixtureNoSubmitValue);\ntest('Atom › AtomCta › PrimarySmall › should be rendered', renderComponentMacro, AtomCta, fixturePrimarySmall);\ntest('Atom › AtomCta › Primary › should be rendered', renderComponentMacro, AtomCta, fixturePrimary);\ntest('Atom › AtomCta › RectangularSecondaryFullwidth › should be rendered', renderComponentMacro, AtomCta, fixtureRectangularSecondaryFullwidth);\ntest('Atom › AtomCta › RectangularSecondary › should be rendered', renderComponentMacro, AtomCta, fixtureRectangularSecondary);\ntest('Atom › AtomCta › Rectangular › should be rendered', renderComponentMacro, AtomCta, fixtureRectangular);\ntest('Atom › AtomCta › SecondarySmall › should be rendered', renderComponentMacro, AtomCta, fixtureSecondarySmall);\ntest('Atom › AtomCta › Secondary › should be rendered', renderComponentMacro, AtomCta, fixtureSecondary);\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 AtomDifficultyLevel from '..';
5
- import fixtureEasy from './fixtures/easy';
6
- import fixtureHard from './fixtures/hard';
7
- import fixtureNormal from './fixtures/normal';
8
- import fixtureUnknown from './fixtures/unknown';
9
- test('Atom › AtomDifficultyLevel > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(AtomDifficultyLevel.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Atom.AtomDifficultyLevel.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Atom › AtomDifficultyLevel › Easy › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureEasy);
16
- test('Atom › AtomDifficultyLevel › Hard › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureHard);
17
- test('Atom › AtomDifficultyLevel › Normal › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureNormal);
18
- test('Atom › AtomDifficultyLevel › Unknown › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureUnknown);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/difficulty-level/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomDifficultyLevel","fixtureEasy","fixtureHard","fixtureNormal","fixtureUnknown","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAP,IAAI,CAAC,0DAAD,EAA6DQ,CAAC,IAAI;AACpEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,mBAAmB,CAACO,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oDAAmDF,GAAI,mEAAhF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,mBAAjF,EAAsGC,WAAtG,CAAJ;AACAJ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,mBAAjF,EAAsGE,WAAtG,CAAJ;AACAL,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,mBAAnF,EAAwGG,aAAxG,CAAJ;AACAN,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,mBAApF,EAAyGI,cAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomDifficultyLevel from '..';\nimport fixtureEasy from './fixtures/easy';\nimport fixtureHard from './fixtures/hard';\nimport fixtureNormal from './fixtures/normal';\nimport fixtureUnknown from './fixtures/unknown';\n\ntest('Atom › AtomDifficultyLevel > should have valid propTypes', t => {\n t.pass();\n forEach(AtomDifficultyLevel.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomDifficultyLevel.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomDifficultyLevel › Easy › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureEasy);\ntest('Atom › AtomDifficultyLevel › Hard › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureHard);\ntest('Atom › AtomDifficultyLevel › Normal › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureNormal);\ntest('Atom › AtomDifficultyLevel › Unknown › should be rendered', renderComponentMacro, AtomDifficultyLevel, fixtureUnknown);\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 AtomDragAndDrop from '..';
5
- import fixtureCleanAndModified from './fixtures/clean-and-modified';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureError from './fixtures/error';
8
- import fixtureLoading from './fixtures/loading';
9
- import fixtureModified from './fixtures/modified';
10
- import fixtureWithChildren from './fixtures/with-children';
11
- import fixtureWithImageReset from './fixtures/with-image-reset';
12
- import fixtureWithImage from './fixtures/with-image';
13
- import fixtureWithLongDescription from './fixtures/with-long-description';
14
- import fixtureWithVideo from './fixtures/with-video';
15
- test('Atom › AtomDragAndDrop > should have valid propTypes', t => {
16
- t.pass();
17
- forEach(AtomDragAndDrop.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Atom.AtomDragAndDrop.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- test('Atom › AtomDragAndDrop › CleanAndModified › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureCleanAndModified);
22
- test('Atom › AtomDragAndDrop › Default › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureDefault);
23
- test('Atom › AtomDragAndDrop › Error › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureError);
24
- test('Atom › AtomDragAndDrop › Loading › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureLoading);
25
- test('Atom › AtomDragAndDrop › Modified › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureModified);
26
- test('Atom › AtomDragAndDrop › WithChildren › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithChildren);
27
- test('Atom › AtomDragAndDrop › WithImageReset › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithImageReset);
28
- test('Atom › AtomDragAndDrop › WithImage › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithImage);
29
- test('Atom › AtomDragAndDrop › WithLongDescription › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithLongDescription);
30
- test('Atom › AtomDragAndDrop › WithVideo › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithVideo);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/drag-and-drop/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomDragAndDrop","fixtureCleanAndModified","fixtureDefault","fixtureError","fixtureLoading","fixtureModified","fixtureWithChildren","fixtureWithImageReset","fixtureWithImage","fixtureWithLongDescription","fixtureWithVideo","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,eAAP,MAA4B,IAA5B;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAb,IAAI,CAAC,sDAAD,EAAyDc,CAAC,IAAI;AAChEA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,eAAe,CAACa,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gDAA+CF,GAAI,mEAA5E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,eAAzF,EAA0GC,uBAA1G,CAAJ;AACAJ,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGE,cAAjG,CAAJ;AACAL,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,eAA9E,EAA+FG,YAA/F,CAAJ;AACAN,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGI,cAAjG,CAAJ;AACAP,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,eAAjF,EAAkGK,eAAlG,CAAJ;AACAR,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,eAArF,EAAsGM,mBAAtG,CAAJ;AACAT,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,eAAvF,EAAwGO,qBAAxG,CAAJ;AACAV,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,eAAlF,EAAmGQ,gBAAnG,CAAJ;AACAX,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,eAA5F,EAA6GS,0BAA7G,CAAJ;AACAZ,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,eAAlF,EAAmGU,gBAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomDragAndDrop from '..';\nimport fixtureCleanAndModified from './fixtures/clean-and-modified';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureModified from './fixtures/modified';\nimport fixtureWithChildren from './fixtures/with-children';\nimport fixtureWithImageReset from './fixtures/with-image-reset';\nimport fixtureWithImage from './fixtures/with-image';\nimport fixtureWithLongDescription from './fixtures/with-long-description';\nimport fixtureWithVideo from './fixtures/with-video';\n\ntest('Atom › AtomDragAndDrop > should have valid propTypes', t => {\n t.pass();\n forEach(AtomDragAndDrop.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomDragAndDrop.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomDragAndDrop › CleanAndModified › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureCleanAndModified);\ntest('Atom › AtomDragAndDrop › Default › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureDefault);\ntest('Atom › AtomDragAndDrop › Error › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureError);\ntest('Atom › AtomDragAndDrop › Loading › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureLoading);\ntest('Atom › AtomDragAndDrop › Modified › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureModified);\ntest('Atom › AtomDragAndDrop › WithChildren › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithChildren);\ntest('Atom › AtomDragAndDrop › WithImageReset › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithImageReset);\ntest('Atom › AtomDragAndDrop › WithImage › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithImage);\ntest('Atom › AtomDragAndDrop › WithLongDescription › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithLongDescription);\ntest('Atom › AtomDragAndDrop › WithVideo › should be rendered', renderComponentMacro, AtomDragAndDrop, fixtureWithVideo);\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 AtomEmptySearchResult from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Atom › AtomEmptySearchResult > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(AtomEmptySearchResult.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Atom.AtomEmptySearchResult.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Atom › AtomEmptySearchResult › Default › should be rendered', renderComponentMacro, AtomEmptySearchResult, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/empty-search-result/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomEmptySearchResult","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,qBAAP,MAAkC,IAAlC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,4DAAD,EAA+DK,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,qBAAqB,CAACI,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;AAOAT,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,qBAAtF,EAA6GC,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomEmptySearchResult from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomEmptySearchResult > should have valid propTypes', t => {\n t.pass();\n forEach(AtomEmptySearchResult.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomEmptySearchResult.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomEmptySearchResult › Default › should be rendered', renderComponentMacro, AtomEmptySearchResult, fixtureDefault);\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 AtomImageUpload from '..';
5
- import fixtureCleanModified from './fixtures/clean-modified';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureDesktopResetDescriptionMultiple from './fixtures/desktop-reset-description-multiple';
8
- import fixtureDesktopResetDescriptionOnlyPng from './fixtures/desktop-reset-description-only-png';
9
- import fixtureDesktopResetDescription from './fixtures/desktop-reset-description';
10
- import fixtureDesktopResetNoDescription from './fixtures/desktop-reset-no-description';
11
- import fixtureDesktop from './fixtures/desktop';
12
- import fixtureEmail from './fixtures/email';
13
- import fixtureMobile from './fixtures/mobile';
14
- import fixtureModified from './fixtures/modified';
15
- test('Atom › AtomImageUpload > should have valid propTypes', t => {
16
- t.pass();
17
- forEach(AtomImageUpload.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Atom.AtomImageUpload.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- test('Atom › AtomImageUpload › CleanModified › should be rendered', renderComponentMacro, AtomImageUpload, fixtureCleanModified);
22
- test('Atom › AtomImageUpload › Default › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDefault);
23
- test('Atom › AtomImageUpload › DesktopResetDescriptionMultiple › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescriptionMultiple);
24
- test('Atom › AtomImageUpload › DesktopResetDescriptionOnlyPng › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescriptionOnlyPng);
25
- test('Atom › AtomImageUpload › DesktopResetDescription › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescription);
26
- test('Atom › AtomImageUpload › DesktopResetNoDescription › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetNoDescription);
27
- test('Atom › AtomImageUpload › Desktop › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktop);
28
- test('Atom › AtomImageUpload › Email › should be rendered', renderComponentMacro, AtomImageUpload, fixtureEmail);
29
- test('Atom › AtomImageUpload › Mobile › should be rendered', renderComponentMacro, AtomImageUpload, fixtureMobile);
30
- test('Atom › AtomImageUpload › Modified › should be rendered', renderComponentMacro, AtomImageUpload, fixtureModified);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/image-upload/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomImageUpload","fixtureCleanModified","fixtureDefault","fixtureDesktopResetDescriptionMultiple","fixtureDesktopResetDescriptionOnlyPng","fixtureDesktopResetDescription","fixtureDesktopResetNoDescription","fixtureDesktop","fixtureEmail","fixtureMobile","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,eAAP,MAA4B,IAA5B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,sCAAP,MAAmD,+CAAnD;AACA,OAAOC,qCAAP,MAAkD,+CAAlD;AACA,OAAOC,8BAAP,MAA2C,sCAA3C;AACA,OAAOC,gCAAP,MAA6C,yCAA7C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAb,IAAI,CAAC,sDAAD,EAAyDc,CAAC,IAAI;AAChEA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,eAAe,CAACa,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gDAA+CF,GAAI,mEAA5E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,eAAtF,EAAuGC,oBAAvG,CAAJ;AACAJ,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGE,cAAjG,CAAJ;AACAL,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,eAAxG,EAAyHG,sCAAzH,CAAJ;AACAN,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,eAAvG,EAAwHI,qCAAxH,CAAJ;AACAP,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,eAAhG,EAAiHK,8BAAjH,CAAJ;AACAR,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,eAAlG,EAAmHM,gCAAnH,CAAJ;AACAT,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGO,cAAjG,CAAJ;AACAV,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,eAA9E,EAA+FQ,YAA/F,CAAJ;AACAX,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,eAA/E,EAAgGS,aAAhG,CAAJ;AACAZ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,eAAjF,EAAkGU,eAAlG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomImageUpload from '..';\nimport fixtureCleanModified from './fixtures/clean-modified';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDesktopResetDescriptionMultiple from './fixtures/desktop-reset-description-multiple';\nimport fixtureDesktopResetDescriptionOnlyPng from './fixtures/desktop-reset-description-only-png';\nimport fixtureDesktopResetDescription from './fixtures/desktop-reset-description';\nimport fixtureDesktopResetNoDescription from './fixtures/desktop-reset-no-description';\nimport fixtureDesktop from './fixtures/desktop';\nimport fixtureEmail from './fixtures/email';\nimport fixtureMobile from './fixtures/mobile';\nimport fixtureModified from './fixtures/modified';\n\ntest('Atom › AtomImageUpload > should have valid propTypes', t => {\n t.pass();\n forEach(AtomImageUpload.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomImageUpload.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomImageUpload › CleanModified › should be rendered', renderComponentMacro, AtomImageUpload, fixtureCleanModified);\ntest('Atom › AtomImageUpload › Default › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDefault);\ntest('Atom › AtomImageUpload › DesktopResetDescriptionMultiple › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescriptionMultiple);\ntest('Atom › AtomImageUpload › DesktopResetDescriptionOnlyPng › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescriptionOnlyPng);\ntest('Atom › AtomImageUpload › DesktopResetDescription › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetDescription);\ntest('Atom › AtomImageUpload › DesktopResetNoDescription › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktopResetNoDescription);\ntest('Atom › AtomImageUpload › Desktop › should be rendered', renderComponentMacro, AtomImageUpload, fixtureDesktop);\ntest('Atom › AtomImageUpload › Email › should be rendered', renderComponentMacro, AtomImageUpload, fixtureEmail);\ntest('Atom › AtomImageUpload › Mobile › should be rendered', renderComponentMacro, AtomImageUpload, fixtureMobile);\ntest('Atom › AtomImageUpload › Modified › should be rendered', renderComponentMacro, AtomImageUpload, fixtureModified);\n"],"file":"fixtures.js"}
@@ -1,25 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomInputCheckbox from '..';
5
- import fixtureCheckedDisabled from './fixtures/checked-disabled';
6
- import fixtureChecked from './fixtures/checked';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureDisabled from './fixtures/disabled';
9
- import fixtureError from './fixtures/error';
10
- import fixtureModified from './fixtures/modified';
11
- import fixtureRequired from './fixtures/required';
12
- test('Atom › AtomInputCheckbox > should have valid propTypes', t => {
13
- t.pass();
14
- forEach(AtomInputCheckbox.propTypes, (value, key) => {
15
- t.not(value, undefined, `PropType for "Atom.AtomInputCheckbox.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
- });
17
- });
18
- test('Atom › AtomInputCheckbox › CheckedDisabled › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureCheckedDisabled);
19
- test('Atom › AtomInputCheckbox › Checked › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureChecked);
20
- test('Atom › AtomInputCheckbox › Default › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureDefault);
21
- test('Atom › AtomInputCheckbox › Disabled › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureDisabled);
22
- test('Atom › AtomInputCheckbox › Error › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureError);
23
- test('Atom › AtomInputCheckbox › Modified › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureModified);
24
- test('Atom › AtomInputCheckbox › Required › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureRequired);
25
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-checkbox/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputCheckbox","fixtureCheckedDisabled","fixtureChecked","fixtureDefault","fixtureDisabled","fixtureError","fixtureModified","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,iBAAP,MAA8B,IAA9B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAV,IAAI,CAAC,wDAAD,EAA2DW,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,iBAAiB,CAACU,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,iBAA1F,EAA6GC,sBAA7G,CAAJ;AACAJ,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGE,cAArG,CAAJ;AACAL,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGG,cAArG,CAAJ;AACAN,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,iBAAnF,EAAsGI,eAAtG,CAAJ;AACAP,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,iBAAhF,EAAmGK,YAAnG,CAAJ;AACAR,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,iBAAnF,EAAsGM,eAAtG,CAAJ;AACAT,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,iBAAnF,EAAsGO,eAAtG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputCheckbox from '..';\nimport fixtureCheckedDisabled from './fixtures/checked-disabled';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureError from './fixtures/error';\nimport fixtureModified from './fixtures/modified';\nimport fixtureRequired from './fixtures/required';\n\ntest('Atom › AtomInputCheckbox > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputCheckbox.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputCheckbox.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputCheckbox › CheckedDisabled › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureCheckedDisabled);\ntest('Atom › AtomInputCheckbox › Checked › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureChecked);\ntest('Atom › AtomInputCheckbox › Default › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureDefault);\ntest('Atom › AtomInputCheckbox › Disabled › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureDisabled);\ntest('Atom › AtomInputCheckbox › Error › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureError);\ntest('Atom › AtomInputCheckbox › Modified › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureModified);\ntest('Atom › AtomInputCheckbox › Required › should be rendered', renderComponentMacro, AtomInputCheckbox, fixtureRequired);\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 AtomInputColor from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmpty from './fixtures/empty';
7
- import fixtureError from './fixtures/error';
8
- import fixtureModified from './fixtures/modified';
9
- test('Atom › AtomInputColor > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(AtomInputColor.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Atom.AtomInputColor.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Atom › AtomInputColor › Default › should be rendered', renderComponentMacro, AtomInputColor, fixtureDefault);
16
- test('Atom › AtomInputColor › Empty › should be rendered', renderComponentMacro, AtomInputColor, fixtureEmpty);
17
- test('Atom › AtomInputColor › Error › should be rendered', renderComponentMacro, AtomInputColor, fixtureError);
18
- test('Atom › AtomInputColor › Modified › should be rendered', renderComponentMacro, AtomInputColor, fixtureModified);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-color/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputColor","fixtureDefault","fixtureEmpty","fixtureError","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,cAAP,MAA2B,IAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,qDAAD,EAAwDQ,CAAC,IAAI;AAC/DA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,cAAc,CAACO,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;AAOAZ,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,cAA/E,EAA+FC,cAA/F,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,cAA7E,EAA6FE,YAA7F,CAAJ;AACAL,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,cAA7E,EAA6FG,YAA7F,CAAJ;AACAN,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,cAAhF,EAAgGI,eAAhG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputColor from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureError from './fixtures/error';\nimport fixtureModified from './fixtures/modified';\n\ntest('Atom › AtomInputColor > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputColor.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputColor.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputColor › Default › should be rendered', renderComponentMacro, AtomInputColor, fixtureDefault);\ntest('Atom › AtomInputColor › Empty › should be rendered', renderComponentMacro, AtomInputColor, fixtureEmpty);\ntest('Atom › AtomInputColor › Error › should be rendered', renderComponentMacro, AtomInputColor, fixtureError);\ntest('Atom › AtomInputColor › Modified › should be rendered', renderComponentMacro, AtomInputColor, fixtureModified);\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 AtomInputDoublestep from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureDisabled from './fixtures/disabled';
7
- import fixtureInputConfirmDisabled from './fixtures/input-confirm-disabled';
8
- import fixtureInputConfirmPending from './fixtures/input-confirm-pending';
9
- import fixtureInputConfirm from './fixtures/input-confirm';
10
- test('Atom › AtomInputDoublestep > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(AtomInputDoublestep.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Atom.AtomInputDoublestep.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Atom › AtomInputDoublestep › Default › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureDefault);
17
- test('Atom › AtomInputDoublestep › Disabled › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureDisabled);
18
- test('Atom › AtomInputDoublestep › InputConfirmDisabled › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirmDisabled);
19
- test('Atom › AtomInputDoublestep › InputConfirmPending › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirmPending);
20
- test('Atom › AtomInputDoublestep › InputConfirm › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirm);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-doublestep/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputDoublestep","fixtureDefault","fixtureDisabled","fixtureInputConfirmDisabled","fixtureInputConfirmPending","fixtureInputConfirm","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,2BAAP,MAAwC,mCAAxC;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AAEAR,IAAI,CAAC,0DAAD,EAA6DS,CAAC,IAAI;AACpEA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,mBAAmB,CAACQ,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oDAAmDF,GAAI,mEAAhF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,mBAApF,EAAyGC,cAAzG,CAAJ;AACAJ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,mBAArF,EAA0GE,eAA1G,CAAJ;AACAL,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,mBAAjG,EAAsHG,2BAAtH,CAAJ;AACAN,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,mBAAhG,EAAqHI,0BAArH,CAAJ;AACAP,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,mBAAzF,EAA8GK,mBAA9G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputDoublestep from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureInputConfirmDisabled from './fixtures/input-confirm-disabled';\nimport fixtureInputConfirmPending from './fixtures/input-confirm-pending';\nimport fixtureInputConfirm from './fixtures/input-confirm';\n\ntest('Atom › AtomInputDoublestep > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputDoublestep.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputDoublestep.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputDoublestep › Default › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureDefault);\ntest('Atom › AtomInputDoublestep › Disabled › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureDisabled);\ntest('Atom › AtomInputDoublestep › InputConfirmDisabled › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirmDisabled);\ntest('Atom › AtomInputDoublestep › InputConfirmPending › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirmPending);\ntest('Atom › AtomInputDoublestep › InputConfirm › should be rendered', renderComponentMacro, AtomInputDoublestep, fixtureInputConfirm);\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 AtomInputHtml from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmpty from './fixtures/empty';
7
- import fixtureError from './fixtures/error';
8
- test('Atom › AtomInputHtml > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(AtomInputHtml.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Atom.AtomInputHtml.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Atom › AtomInputHtml › Default › should be rendered', renderComponentMacro, AtomInputHtml, fixtureDefault);
15
- test('Atom › AtomInputHtml › Empty › should be rendered', renderComponentMacro, AtomInputHtml, fixtureEmpty);
16
- test('Atom › AtomInputHtml › Error › should be rendered', renderComponentMacro, AtomInputHtml, fixtureError);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-html/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputHtml","fixtureDefault","fixtureEmpty","fixtureError","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,aAAP,MAA0B,IAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAN,IAAI,CAAC,oDAAD,EAAuDO,CAAC,IAAI;AAC9DA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,aAAa,CAACM,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,8CAA6CF,GAAI,mEAA1E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,aAA9E,EAA6FC,cAA7F,CAAJ;AACAJ,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,aAA5E,EAA2FE,YAA3F,CAAJ;AACAL,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,aAA5E,EAA2FG,YAA3F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputHtml from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureError from './fixtures/error';\n\ntest('Atom › AtomInputHtml > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputHtml.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputHtml.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputHtml › Default › should be rendered', renderComponentMacro, AtomInputHtml, fixtureDefault);\ntest('Atom › AtomInputHtml › Empty › should be rendered', renderComponentMacro, AtomInputHtml, fixtureEmpty);\ntest('Atom › AtomInputHtml › Error › should be rendered', renderComponentMacro, AtomInputHtml, fixtureError);\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 AtomInputReadonly from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Atom › AtomInputReadonly > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(AtomInputReadonly.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Atom.AtomInputReadonly.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Atom › AtomInputReadonly › Default › should be rendered', renderComponentMacro, AtomInputReadonly, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-readonly/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputReadonly","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,iBAAP,MAA8B,IAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,wDAAD,EAA2DK,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,iBAAiB,CAACI,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGC,cAArG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputReadonly from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomInputReadonly > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputReadonly.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputReadonly.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputReadonly › Default › should be rendered', renderComponentMacro, AtomInputReadonly, 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 AtomInputSearch from '..';
5
- import fixtureCoorpmanagerWithValue from './fixtures/coorpmanager-with-value';
6
- import fixtureCoorpmanager from './fixtures/coorpmanager';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureWithValue from './fixtures/with-value';
9
- test('Atom › AtomInputSearch > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(AtomInputSearch.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Atom.AtomInputSearch.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Atom › AtomInputSearch › CoorpmanagerWithValue › should be rendered', renderComponentMacro, AtomInputSearch, fixtureCoorpmanagerWithValue);
16
- test('Atom › AtomInputSearch › Coorpmanager › should be rendered', renderComponentMacro, AtomInputSearch, fixtureCoorpmanager);
17
- test('Atom › AtomInputSearch › Default › should be rendered', renderComponentMacro, AtomInputSearch, fixtureDefault);
18
- test('Atom › AtomInputSearch › WithValue › should be rendered', renderComponentMacro, AtomInputSearch, fixtureWithValue);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-search/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputSearch","fixtureCoorpmanagerWithValue","fixtureCoorpmanager","fixtureDefault","fixtureWithValue","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,eAAP,MAA4B,IAA5B;AACA,OAAOC,4BAAP,MAAyC,oCAAzC;AACA,OAAOC,mBAAP,MAAgC,yBAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAP,IAAI,CAAC,sDAAD,EAAyDQ,CAAC,IAAI;AAChEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,eAAe,CAACO,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gDAA+CF,GAAI,mEAA5E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,eAA9F,EAA+GC,4BAA/G,CAAJ;AACAJ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,eAArF,EAAsGE,mBAAtG,CAAJ;AACAL,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGG,cAAjG,CAAJ;AACAN,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,eAAlF,EAAmGI,gBAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputSearch from '..';\nimport fixtureCoorpmanagerWithValue from './fixtures/coorpmanager-with-value';\nimport fixtureCoorpmanager from './fixtures/coorpmanager';\nimport fixtureDefault from './fixtures/default';\nimport fixtureWithValue from './fixtures/with-value';\n\ntest('Atom › AtomInputSearch > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputSearch.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputSearch.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputSearch › CoorpmanagerWithValue › should be rendered', renderComponentMacro, AtomInputSearch, fixtureCoorpmanagerWithValue);\ntest('Atom › AtomInputSearch › Coorpmanager › should be rendered', renderComponentMacro, AtomInputSearch, fixtureCoorpmanager);\ntest('Atom › AtomInputSearch › Default › should be rendered', renderComponentMacro, AtomInputSearch, fixtureDefault);\ntest('Atom › AtomInputSearch › WithValue › should be rendered', renderComponentMacro, AtomInputSearch, fixtureWithValue);\n"],"file":"fixtures.js"}
@@ -1,33 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomInputSwitch from '..';
5
- import fixtureChecked from './fixtures/checked';
6
- import fixtureCmLeft from './fixtures/cm-left';
7
- import fixtureCmRightChecked from './fixtures/cm-right-checked';
8
- import fixtureCmRightDisabled from './fixtures/cm-right-disabled';
9
- import fixtureCmRightModified from './fixtures/cm-right-modified';
10
- import fixtureCmRight from './fixtures/cm-right';
11
- import fixtureDisabled from './fixtures/disabled';
12
- import fixtureModified from './fixtures/modified';
13
- import fixtureNoTitle from './fixtures/no-title';
14
- import fixtureSso from './fixtures/sso';
15
- import fixtureUnchecked from './fixtures/unchecked';
16
- test('Atom › AtomInputSwitch > should have valid propTypes', t => {
17
- t.pass();
18
- forEach(AtomInputSwitch.propTypes, (value, key) => {
19
- t.not(value, undefined, `PropType for "Atom.AtomInputSwitch.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
20
- });
21
- });
22
- test('Atom › AtomInputSwitch › Checked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureChecked);
23
- test('Atom › AtomInputSwitch › CmLeft › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmLeft);
24
- test('Atom › AtomInputSwitch › CmRightChecked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightChecked);
25
- test('Atom › AtomInputSwitch › CmRightDisabled › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightDisabled);
26
- test('Atom › AtomInputSwitch › CmRightModified › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightModified);
27
- test('Atom › AtomInputSwitch › CmRight › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRight);
28
- test('Atom › AtomInputSwitch › Disabled › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureDisabled);
29
- test('Atom › AtomInputSwitch › Modified › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureModified);
30
- test('Atom › AtomInputSwitch › NoTitle › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureNoTitle);
31
- test('Atom › AtomInputSwitch › Sso › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureSso);
32
- test('Atom › AtomInputSwitch › Unchecked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureUnchecked);
33
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-switch/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputSwitch","fixtureChecked","fixtureCmLeft","fixtureCmRightChecked","fixtureCmRightDisabled","fixtureCmRightModified","fixtureCmRight","fixtureDisabled","fixtureModified","fixtureNoTitle","fixtureSso","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,eAAP,MAA4B,IAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,aAAP,MAA0B,oBAA1B;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AAEAd,IAAI,CAAC,sDAAD,EAAyDe,CAAC,IAAI;AAChEA,EAAAA,CAAC,CAACC,IAAF;AACAf,EAAAA,OAAO,CAACE,eAAe,CAACc,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gDAA+CF,GAAI,mEAA5E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAnB,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGC,cAAjG,CAAJ;AACAJ,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,eAA/E,EAAgGE,aAAhG,CAAJ;AACAL,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,eAAvF,EAAwGG,qBAAxG,CAAJ;AACAN,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,eAAxF,EAAyGI,sBAAzG,CAAJ;AACAP,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,eAAxF,EAAyGK,sBAAzG,CAAJ;AACAR,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGM,cAAjG,CAAJ;AACAT,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,eAAjF,EAAkGO,eAAlG,CAAJ;AACAV,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,eAAjF,EAAkGQ,eAAlG,CAAJ;AACAX,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,eAAhF,EAAiGS,cAAjG,CAAJ;AACAZ,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,eAA5E,EAA6FU,UAA7F,CAAJ;AACAb,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,eAAlF,EAAmGW,gBAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputSwitch from '..';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureCmLeft from './fixtures/cm-left';\nimport fixtureCmRightChecked from './fixtures/cm-right-checked';\nimport fixtureCmRightDisabled from './fixtures/cm-right-disabled';\nimport fixtureCmRightModified from './fixtures/cm-right-modified';\nimport fixtureCmRight from './fixtures/cm-right';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureModified from './fixtures/modified';\nimport fixtureNoTitle from './fixtures/no-title';\nimport fixtureSso from './fixtures/sso';\nimport fixtureUnchecked from './fixtures/unchecked';\n\ntest('Atom › AtomInputSwitch > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputSwitch.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputSwitch.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputSwitch › Checked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureChecked);\ntest('Atom › AtomInputSwitch › CmLeft › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmLeft);\ntest('Atom › AtomInputSwitch › CmRightChecked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightChecked);\ntest('Atom › AtomInputSwitch › CmRightDisabled › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightDisabled);\ntest('Atom › AtomInputSwitch › CmRightModified › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRightModified);\ntest('Atom › AtomInputSwitch › CmRight › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureCmRight);\ntest('Atom › AtomInputSwitch › Disabled › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureDisabled);\ntest('Atom › AtomInputSwitch › Modified › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureModified);\ntest('Atom › AtomInputSwitch › NoTitle › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureNoTitle);\ntest('Atom › AtomInputSwitch › Sso › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureSso);\ntest('Atom › AtomInputSwitch › Unchecked › should be rendered', renderComponentMacro, AtomInputSwitch, fixtureUnchecked);\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 AtomInputText from '..';
5
- import fixtureCmDefault from './fixtures/cm-default';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureDisabled from './fixtures/disabled';
8
- import fixtureEmpty from './fixtures/empty';
9
- import fixtureError from './fixtures/error';
10
- import fixtureModified from './fixtures/modified';
11
- import fixtureNotitle from './fixtures/notitle';
12
- import fixtureRequired from './fixtures/required';
13
- test('Atom › AtomInputText > should have valid propTypes', t => {
14
- t.pass();
15
- forEach(AtomInputText.propTypes, (value, key) => {
16
- t.not(value, undefined, `PropType for "Atom.AtomInputText.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
- });
18
- });
19
- test('Atom › AtomInputText › CmDefault › should be rendered', renderComponentMacro, AtomInputText, fixtureCmDefault);
20
- test('Atom › AtomInputText › Default › should be rendered', renderComponentMacro, AtomInputText, fixtureDefault);
21
- test('Atom › AtomInputText › Disabled › should be rendered', renderComponentMacro, AtomInputText, fixtureDisabled);
22
- test('Atom › AtomInputText › Empty › should be rendered', renderComponentMacro, AtomInputText, fixtureEmpty);
23
- test('Atom › AtomInputText › Error › should be rendered', renderComponentMacro, AtomInputText, fixtureError);
24
- test('Atom › AtomInputText › Modified › should be rendered', renderComponentMacro, AtomInputText, fixtureModified);
25
- test('Atom › AtomInputText › Notitle › should be rendered', renderComponentMacro, AtomInputText, fixtureNotitle);
26
- test('Atom › AtomInputText › Required › should be rendered', renderComponentMacro, AtomInputText, fixtureRequired);
27
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-text/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputText","fixtureCmDefault","fixtureDefault","fixtureDisabled","fixtureEmpty","fixtureError","fixtureModified","fixtureNotitle","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,aAAP,MAA0B,IAA1B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAX,IAAI,CAAC,oDAAD,EAAuDY,CAAC,IAAI;AAC9DA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,aAAa,CAACW,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,8CAA6CF,GAAI,mEAA1E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,aAAhF,EAA+FC,gBAA/F,CAAJ;AACAJ,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,aAA9E,EAA6FE,cAA7F,CAAJ;AACAL,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,aAA/E,EAA8FG,eAA9F,CAAJ;AACAN,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,aAA5E,EAA2FI,YAA3F,CAAJ;AACAP,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,aAA5E,EAA2FK,YAA3F,CAAJ;AACAR,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,aAA/E,EAA8FM,eAA9F,CAAJ;AACAT,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,aAA9E,EAA6FO,cAA7F,CAAJ;AACAV,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,aAA/E,EAA8FQ,eAA9F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputText from '..';\nimport fixtureCmDefault from './fixtures/cm-default';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureError from './fixtures/error';\nimport fixtureModified from './fixtures/modified';\nimport fixtureNotitle from './fixtures/notitle';\nimport fixtureRequired from './fixtures/required';\n\ntest('Atom › AtomInputText > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputText.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputText.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputText › CmDefault › should be rendered', renderComponentMacro, AtomInputText, fixtureCmDefault);\ntest('Atom › AtomInputText › Default › should be rendered', renderComponentMacro, AtomInputText, fixtureDefault);\ntest('Atom › AtomInputText › Disabled › should be rendered', renderComponentMacro, AtomInputText, fixtureDisabled);\ntest('Atom › AtomInputText › Empty › should be rendered', renderComponentMacro, AtomInputText, fixtureEmpty);\ntest('Atom › AtomInputText › Error › should be rendered', renderComponentMacro, AtomInputText, fixtureError);\ntest('Atom › AtomInputText › Modified › should be rendered', renderComponentMacro, AtomInputText, fixtureModified);\ntest('Atom › AtomInputText › Notitle › should be rendered', renderComponentMacro, AtomInputText, fixtureNotitle);\ntest('Atom › AtomInputText › Required › should be rendered', renderComponentMacro, AtomInputText, 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 AtomInputTextWithTitle from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureError from './fixtures/error';
7
- test('Atom › AtomInputTextWithTitle > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomInputTextWithTitle.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomInputTextWithTitle.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomInputTextWithTitle › Default › should be rendered', renderComponentMacro, AtomInputTextWithTitle, fixtureDefault);
14
- test('Atom › AtomInputTextWithTitle › Error › should be rendered', renderComponentMacro, AtomInputTextWithTitle, fixtureError);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-text-with-title/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputTextWithTitle","fixtureDefault","fixtureError","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAL,IAAI,CAAC,6DAAD,EAAgEM,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,sBAAsB,CAACK,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;AAOAV,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,sBAAvF,EAA+GC,cAA/G,CAAJ;AACAJ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,sBAArF,EAA6GE,YAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputTextWithTitle from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\n\ntest('Atom › AtomInputTextWithTitle > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputTextWithTitle.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputTextWithTitle.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputTextWithTitle › Default › should be rendered', renderComponentMacro, AtomInputTextWithTitle, fixtureDefault);\ntest('Atom › AtomInputTextWithTitle › Error › should be rendered', renderComponentMacro, AtomInputTextWithTitle, fixtureError);\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 AtomInputTextarea from '..';
5
- import fixtureCmDefault from './fixtures/cm-default';
6
- import fixtureCmEmpty from './fixtures/cm-empty';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureEmpty from './fixtures/empty';
9
- import fixtureError from './fixtures/error';
10
- test('Atom › AtomInputTextarea > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(AtomInputTextarea.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Atom.AtomInputTextarea.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Atom › AtomInputTextarea › CmDefault › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureCmDefault);
17
- test('Atom › AtomInputTextarea › CmEmpty › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureCmEmpty);
18
- test('Atom › AtomInputTextarea › Default › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureDefault);
19
- test('Atom › AtomInputTextarea › Empty › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureEmpty);
20
- test('Atom › AtomInputTextarea › Error › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureError);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/input-textarea/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomInputTextarea","fixtureCmDefault","fixtureCmEmpty","fixtureDefault","fixtureEmpty","fixtureError","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,iBAAP,MAA8B,IAA9B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAR,IAAI,CAAC,wDAAD,EAA2DS,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,iBAAiB,CAACQ,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,iBAApF,EAAuGC,gBAAvG,CAAJ;AACAJ,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGE,cAArG,CAAJ;AACAL,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGG,cAArG,CAAJ;AACAN,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,iBAAhF,EAAmGI,YAAnG,CAAJ;AACAP,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,iBAAhF,EAAmGK,YAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomInputTextarea from '..';\nimport fixtureCmDefault from './fixtures/cm-default';\nimport fixtureCmEmpty from './fixtures/cm-empty';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureError from './fixtures/error';\n\ntest('Atom › AtomInputTextarea > should have valid propTypes', t => {\n t.pass();\n forEach(AtomInputTextarea.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomInputTextarea.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomInputTextarea › CmDefault › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureCmDefault);\ntest('Atom › AtomInputTextarea › CmEmpty › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureCmEmpty);\ntest('Atom › AtomInputTextarea › Default › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureDefault);\ntest('Atom › AtomInputTextarea › Empty › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureEmpty);\ntest('Atom › AtomInputTextarea › Error › should be rendered', renderComponentMacro, AtomInputTextarea, fixtureError);\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 AtomLabel from '..';
5
- import fixtureOneChild from './fixtures/one-child';
6
- import fixtureTwoChildren from './fixtures/two-children';
7
- test('Atom › AtomLabel > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(AtomLabel.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Atom.AtomLabel.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Atom › AtomLabel › OneChild › should be rendered', renderComponentMacro, AtomLabel, fixtureOneChild);
14
- test('Atom › AtomLabel › TwoChildren › should be rendered', renderComponentMacro, AtomLabel, fixtureTwoChildren);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/label/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomLabel","fixtureOneChild","fixtureTwoChildren","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,eAAP,MAA4B,sBAA5B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAL,IAAI,CAAC,gDAAD,EAAmDM,CAAC,IAAI;AAC1DA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,SAAS,CAACK,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;AAOAV,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,SAA3E,EAAsFC,eAAtF,CAAJ;AACAJ,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,SAA9E,EAAyFE,kBAAzF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomLabel from '..';\nimport fixtureOneChild from './fixtures/one-child';\nimport fixtureTwoChildren from './fixtures/two-children';\n\ntest('Atom › AtomLabel > should have valid propTypes', t => {\n t.pass();\n forEach(AtomLabel.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomLabel.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomLabel › OneChild › should be rendered', renderComponentMacro, AtomLabel, fixtureOneChild);\ntest('Atom › AtomLabel › TwoChildren › should be rendered', renderComponentMacro, AtomLabel, fixtureTwoChildren);\n"],"file":"fixtures.js"}
@@ -1,25 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import AtomLife from '..';
5
- import fixtureAnimatedExtraLife from './fixtures/animated-extra-life';
6
- import fixtureAnimatedFail from './fixtures/animated-fail';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureFail from './fixtures/fail';
9
- import fixtureNull from './fixtures/null';
10
- import fixtureOverlayedExtraLife from './fixtures/overlayed-extra-life';
11
- import fixtureSmall from './fixtures/small';
12
- test('Atom › AtomLife > should have valid propTypes', t => {
13
- t.pass();
14
- forEach(AtomLife.propTypes, (value, key) => {
15
- t.not(value, undefined, `PropType for "Atom.AtomLife.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
- });
17
- });
18
- test('Atom › AtomLife › AnimatedExtraLife › should be rendered', renderComponentMacro, AtomLife, fixtureAnimatedExtraLife);
19
- test('Atom › AtomLife › AnimatedFail › should be rendered', renderComponentMacro, AtomLife, fixtureAnimatedFail);
20
- test('Atom › AtomLife › Default › should be rendered', renderComponentMacro, AtomLife, fixtureDefault);
21
- test('Atom › AtomLife › Fail › should be rendered', renderComponentMacro, AtomLife, fixtureFail);
22
- test('Atom › AtomLife › Null › should be rendered', renderComponentMacro, AtomLife, fixtureNull);
23
- test('Atom › AtomLife › OverlayedExtraLife › should be rendered', renderComponentMacro, AtomLife, fixtureOverlayedExtraLife);
24
- test('Atom › AtomLife › Small › should be rendered', renderComponentMacro, AtomLife, fixtureSmall);
25
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/life/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomLife","fixtureAnimatedExtraLife","fixtureAnimatedFail","fixtureDefault","fixtureFail","fixtureNull","fixtureOverlayedExtraLife","fixtureSmall","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,wBAAP,MAAqC,gCAArC;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAV,IAAI,CAAC,+CAAD,EAAkDW,CAAC,IAAI;AACzDA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,QAAQ,CAACU,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;AAOAf,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,QAAnF,EAA6FC,wBAA7F,CAAJ;AACAJ,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,QAA9E,EAAwFE,mBAAxF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,QAAzE,EAAmFG,cAAnF,CAAJ;AACAN,IAAI,CAAC,6CAAD,EAAgDE,oBAAhD,EAAsEC,QAAtE,EAAgFI,WAAhF,CAAJ;AACAP,IAAI,CAAC,6CAAD,EAAgDE,oBAAhD,EAAsEC,QAAtE,EAAgFK,WAAhF,CAAJ;AACAR,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,QAApF,EAA8FM,yBAA9F,CAAJ;AACAT,IAAI,CAAC,8CAAD,EAAiDE,oBAAjD,EAAuEC,QAAvE,EAAiFO,YAAjF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomLife from '..';\nimport fixtureAnimatedExtraLife from './fixtures/animated-extra-life';\nimport fixtureAnimatedFail from './fixtures/animated-fail';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFail from './fixtures/fail';\nimport fixtureNull from './fixtures/null';\nimport fixtureOverlayedExtraLife from './fixtures/overlayed-extra-life';\nimport fixtureSmall from './fixtures/small';\n\ntest('Atom › AtomLife > should have valid propTypes', t => {\n t.pass();\n forEach(AtomLife.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomLife.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomLife › AnimatedExtraLife › should be rendered', renderComponentMacro, AtomLife, fixtureAnimatedExtraLife);\ntest('Atom › AtomLife › AnimatedFail › should be rendered', renderComponentMacro, AtomLife, fixtureAnimatedFail);\ntest('Atom › AtomLife › Default › should be rendered', renderComponentMacro, AtomLife, fixtureDefault);\ntest('Atom › AtomLife › Fail › should be rendered', renderComponentMacro, AtomLife, fixtureFail);\ntest('Atom › AtomLife › Null › should be rendered', renderComponentMacro, AtomLife, fixtureNull);\ntest('Atom › AtomLife › OverlayedExtraLife › should be rendered', renderComponentMacro, AtomLife, fixtureOverlayedExtraLife);\ntest('Atom › AtomLife › Small › should be rendered', renderComponentMacro, AtomLife, fixtureSmall);\n"],"file":"fixtures.js"}