@coorpacademy/components 10.13.13 → 10.13.14

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 (919) hide show
  1. package/es/atom/autocomplete/test/fixtures.js +19 -0
  2. package/es/atom/autocomplete/test/fixtures.js.map +1 -0
  3. package/es/atom/avatar/test/fixtures.js +13 -0
  4. package/es/atom/avatar/test/fixtures.js.map +1 -0
  5. package/es/atom/button/test/fixtures.js +27 -0
  6. package/es/atom/button/test/fixtures.js.map +1 -0
  7. package/es/atom/button-link/test/fixtures.js +31 -0
  8. package/es/atom/button-link/test/fixtures.js.map +1 -0
  9. package/es/atom/button-link-icon-only/test/fixtures.js +23 -0
  10. package/es/atom/button-link-icon-only/test/fixtures.js.map +1 -0
  11. package/es/atom/button-menu/test/fixtures.js +15 -0
  12. package/es/atom/button-menu/test/fixtures.js.map +1 -0
  13. package/es/atom/card-image-preview/test/fixtures.js +15 -0
  14. package/es/atom/card-image-preview/test/fixtures.js.map +1 -0
  15. package/es/atom/catalog-section/test/fixtures.js +15 -0
  16. package/es/atom/catalog-section/test/fixtures.js.map +1 -0
  17. package/es/atom/centered-text/test/fixtures.js +13 -0
  18. package/es/atom/centered-text/test/fixtures.js.map +1 -0
  19. package/es/atom/checkbox/test/fixtures.js +19 -0
  20. package/es/atom/checkbox/test/fixtures.js.map +1 -0
  21. package/es/atom/checkbox-with-title/test/fixtures.js +15 -0
  22. package/es/atom/checkbox-with-title/test/fixtures.js.map +1 -0
  23. package/es/atom/chips/test/fixtures.js +17 -0
  24. package/es/atom/chips/test/fixtures.js.map +1 -0
  25. package/es/atom/clue/test/fixtures.js +17 -0
  26. package/es/atom/clue/test/fixtures.js.map +1 -0
  27. package/es/atom/content-badge/test/fixtures.js +29 -0
  28. package/es/atom/content-badge/test/fixtures.js.map +1 -0
  29. package/es/atom/cta/test/fixtures.js +37 -0
  30. package/es/atom/cta/test/fixtures.js.map +1 -0
  31. package/es/atom/difficulty-level/test/fixtures.js +19 -0
  32. package/es/atom/difficulty-level/test/fixtures.js.map +1 -0
  33. package/es/atom/drag-and-drop/test/fixtures.js +31 -0
  34. package/es/atom/drag-and-drop/test/fixtures.js.map +1 -0
  35. package/es/atom/empty-search-result/test/fixtures.js +13 -0
  36. package/es/atom/empty-search-result/test/fixtures.js.map +1 -0
  37. package/es/atom/image-upload/test/fixtures.js +31 -0
  38. package/es/atom/image-upload/test/fixtures.js.map +1 -0
  39. package/es/atom/input-checkbox/test/fixtures.js +25 -0
  40. package/es/atom/input-checkbox/test/fixtures.js.map +1 -0
  41. package/es/atom/input-color/test/fixtures.js +19 -0
  42. package/es/atom/input-color/test/fixtures.js.map +1 -0
  43. package/es/atom/input-doublestep/test/fixtures.js +21 -0
  44. package/es/atom/input-doublestep/test/fixtures.js.map +1 -0
  45. package/es/atom/input-html/test/fixtures.js +17 -0
  46. package/es/atom/input-html/test/fixtures.js.map +1 -0
  47. package/es/atom/input-readonly/test/fixtures.js +13 -0
  48. package/es/atom/input-readonly/test/fixtures.js.map +1 -0
  49. package/es/atom/input-search/test/fixtures.js +19 -0
  50. package/es/atom/input-search/test/fixtures.js.map +1 -0
  51. package/es/atom/input-switch/test/fixtures.js +33 -0
  52. package/es/atom/input-switch/test/fixtures.js.map +1 -0
  53. package/es/atom/input-text/test/fixtures.js +27 -0
  54. package/es/atom/input-text/test/fixtures.js.map +1 -0
  55. package/es/atom/input-text-with-title/index.js +2 -2
  56. package/es/atom/input-text-with-title/index.js.map +1 -1
  57. package/es/atom/input-text-with-title/test/fixtures.js +15 -0
  58. package/es/atom/input-text-with-title/test/fixtures.js.map +1 -0
  59. package/es/atom/input-textarea/test/fixtures.js +21 -0
  60. package/es/atom/input-textarea/test/fixtures.js.map +1 -0
  61. package/es/atom/label/test/fixtures.js +15 -0
  62. package/es/atom/label/test/fixtures.js.map +1 -0
  63. package/es/atom/life/test/fixtures.js +25 -0
  64. package/es/atom/life/test/fixtures.js.map +1 -0
  65. package/es/atom/link/test/fixtures.js +17 -0
  66. package/es/atom/link/test/fixtures.js.map +1 -0
  67. package/es/atom/loader/test/fixtures.js +15 -0
  68. package/es/atom/loader/test/fixtures.js.map +1 -0
  69. package/es/atom/notification/test/fixtures.js +17 -0
  70. package/es/atom/notification/test/fixtures.js.map +1 -0
  71. package/es/atom/picture/test/fixtures.js +19 -0
  72. package/es/atom/picture/test/fixtures.js.map +1 -0
  73. package/es/atom/picture-background/test/fixtures.js +19 -0
  74. package/es/atom/picture-background/test/fixtures.js.map +1 -0
  75. package/es/atom/promo-code/test/fixtures.js +17 -0
  76. package/es/atom/promo-code/test/fixtures.js.map +1 -0
  77. package/es/atom/provider/test/fixtures.js +13 -0
  78. package/es/atom/provider/test/fixtures.js.map +1 -0
  79. package/es/atom/radio-group/test/fixtures.js +17 -0
  80. package/es/atom/radio-group/test/fixtures.js.map +1 -0
  81. package/es/atom/range/test/fixtures.js +15 -0
  82. package/es/atom/range/test/fixtures.js.map +1 -0
  83. package/es/atom/resource-miniature/test/fixtures.js +21 -0
  84. package/es/atom/resource-miniature/test/fixtures.js.map +1 -0
  85. package/es/atom/review-header-step-item/test/fixtures.js +19 -0
  86. package/es/atom/review-header-step-item/test/fixtures.js.map +1 -0
  87. package/es/atom/select/test/fixtures.js +47 -0
  88. package/es/atom/select/test/fixtures.js.map +1 -0
  89. package/es/atom/slide/test/fixtures.js +21 -0
  90. package/es/atom/slide/test/fixtures.js.map +1 -0
  91. package/es/atom/social-link/test/fixtures.js +17 -0
  92. package/es/atom/social-link/test/fixtures.js.map +1 -0
  93. package/es/atom/spinner/test/fixtures.js +13 -0
  94. package/es/atom/spinner/test/fixtures.js.map +1 -0
  95. package/es/atom/tab/test/fixtures.js +13 -0
  96. package/es/atom/tab/test/fixtures.js.map +1 -0
  97. package/es/atom/tab-content/test/fixtures.js +15 -0
  98. package/es/atom/tab-content/test/fixtures.js.map +1 -0
  99. package/es/atom/tag/test/fixtures.js +21 -0
  100. package/es/atom/tag/test/fixtures.js.map +1 -0
  101. package/es/atom/title/test/fixtures.js +17 -0
  102. package/es/atom/title/test/fixtures.js.map +1 -0
  103. package/es/atom/video-upload/test/fixtures.js +21 -0
  104. package/es/atom/video-upload/test/fixtures.js.map +1 -0
  105. package/es/atom/wizard-steps/test/fixtures.js +17 -0
  106. package/es/atom/wizard-steps/test/fixtures.js.map +1 -0
  107. package/es/hoc/animation/test/fixtures.js +15 -0
  108. package/es/hoc/animation/test/fixtures.js.map +1 -0
  109. package/es/hoc/animation-scheduler/test/fixtures.js +15 -0
  110. package/es/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  111. package/es/hoc/swapper/test/fixtures.js +13 -0
  112. package/es/hoc/swapper/test/fixtures.js.map +1 -0
  113. package/es/hoc/transition/test/fixtures.js +13 -0
  114. package/es/hoc/transition/test/fixtures.js.map +1 -0
  115. package/es/molecule/add-to-my-list/test/fixtures.js +15 -0
  116. package/es/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  117. package/es/molecule/answer/test/fixtures.js +35 -0
  118. package/es/molecule/answer/test/fixtures.js.map +1 -0
  119. package/es/molecule/audio/test/fixtures.js +15 -0
  120. package/es/molecule/audio/test/fixtures.js.map +1 -0
  121. package/es/molecule/banner/test/fixtures.js +23 -0
  122. package/es/molecule/banner/test/fixtures.js.map +1 -0
  123. package/es/molecule/battle-request/test/fixtures.js +15 -0
  124. package/es/molecule/battle-request/test/fixtures.js.map +1 -0
  125. package/es/molecule/brand-card/test/fixtures.js +15 -0
  126. package/es/molecule/brand-card/test/fixtures.js.map +1 -0
  127. package/es/molecule/brand-card-create/test/fixtures.js +13 -0
  128. package/es/molecule/brand-card-create/test/fixtures.js.map +1 -0
  129. package/es/molecule/brand-create-form/test/fixtures.js +19 -0
  130. package/es/molecule/brand-create-form/test/fixtures.js.map +1 -0
  131. package/es/molecule/brand-download-box/test/fixtures.js +17 -0
  132. package/es/molecule/brand-download-box/test/fixtures.js.map +1 -0
  133. package/es/molecule/brand-form-group/index.js +4 -0
  134. package/es/molecule/brand-form-group/index.js.map +1 -1
  135. package/es/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.js +16 -0
  136. package/es/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.js.map +1 -0
  137. package/es/molecule/brand-form-group/test/fixtures.js +37 -0
  138. package/es/molecule/brand-form-group/test/fixtures.js.map +1 -0
  139. package/es/molecule/brand-tabs/test/fixtures.js +29 -0
  140. package/es/molecule/brand-tabs/test/fixtures.js.map +1 -0
  141. package/es/molecule/brand-upload-box/test/fixtures.js +17 -0
  142. package/es/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  143. package/es/molecule/breadcrumbs/test/fixtures.js +13 -0
  144. package/es/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  145. package/es/molecule/bullet-point-menu-button/test/fixtures.js +15 -0
  146. package/es/molecule/bullet-point-menu-button/test/fixtures.js.map +1 -0
  147. package/es/molecule/card/test/fixtures.js +45 -0
  148. package/es/molecule/card/test/fixtures.js.map +1 -0
  149. package/es/molecule/card-content/test/fixtures.js +27 -0
  150. package/es/molecule/card-content/test/fixtures.js.map +1 -0
  151. package/es/molecule/card-with-button/test/fixtures.js +17 -0
  152. package/es/molecule/card-with-button/test/fixtures.js.map +1 -0
  153. package/es/molecule/cm-popin/test/fixtures.js +17 -0
  154. package/es/molecule/cm-popin/test/fixtures.js.map +1 -0
  155. package/es/molecule/cookie-banner/test/fixtures.js +13 -0
  156. package/es/molecule/cookie-banner/test/fixtures.js.map +1 -0
  157. package/es/molecule/coorp-manager-roles/test/fixtures.js +13 -0
  158. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  159. package/es/molecule/course-section/test/fixtures.js +21 -0
  160. package/es/molecule/course-section/test/fixtures.js.map +1 -0
  161. package/es/molecule/course-sections/index.js +15 -8
  162. package/es/molecule/course-sections/index.js.map +1 -1
  163. package/es/molecule/course-sections/style.css +0 -4
  164. package/es/molecule/course-sections/test/fixtures.js +17 -0
  165. package/es/molecule/course-sections/test/fixtures.js.map +1 -0
  166. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +15 -0
  167. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  168. package/es/molecule/dashboard/cards-list/test/fixtures.js +23 -0
  169. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  170. package/es/molecule/dashboard/news-list/test/fixtures.js +17 -0
  171. package/es/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  172. package/es/molecule/dashboard/review-banner/test/fixtures.js +13 -0
  173. package/es/molecule/dashboard/review-banner/test/fixtures.js.map +1 -0
  174. package/es/molecule/dashboard/start-battle/test/fixtures.js +15 -0
  175. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  176. package/es/molecule/discipline-cta/test/fixtures.js +15 -0
  177. package/es/molecule/discipline-cta/test/fixtures.js.map +1 -0
  178. package/es/molecule/discipline-header/test/fixtures.js +27 -0
  179. package/es/molecule/discipline-header/test/fixtures.js.map +1 -0
  180. package/es/molecule/discipline-partners/test/fixtures.js +21 -0
  181. package/es/molecule/discipline-partners/test/fixtures.js.map +1 -0
  182. package/es/molecule/discipline-scope/test/fixtures.js +27 -0
  183. package/es/molecule/discipline-scope/test/fixtures.js.map +1 -0
  184. package/es/molecule/drag-and-drop/test/fixtures.js +25 -0
  185. package/es/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  186. package/es/molecule/drag-and-drop-wrapper/index.js +1 -4
  187. package/es/molecule/drag-and-drop-wrapper/index.js.map +1 -1
  188. package/es/molecule/drag-and-drop-wrapper/style.css +0 -4
  189. package/es/molecule/drag-and-drop-wrapper/test/fixtures/without-checkbox.js +11 -0
  190. package/es/molecule/drag-and-drop-wrapper/test/fixtures/without-checkbox.js.map +1 -0
  191. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js +17 -0
  192. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js.map +1 -0
  193. package/es/molecule/draggable/test/fixtures.js +13 -0
  194. package/es/molecule/draggable/test/fixtures.js.map +1 -0
  195. package/es/molecule/draggable-list/test/fixtures.js +15 -0
  196. package/es/molecule/draggable-list/test/fixtures.js.map +1 -0
  197. package/es/molecule/external-content-button/test/fixtures.js +19 -0
  198. package/es/molecule/external-content-button/test/fixtures.js.map +1 -0
  199. package/es/molecule/external-content-viewer/test/fixtures.js +27 -0
  200. package/es/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  201. package/es/molecule/feedback/test/fixtures.js +27 -0
  202. package/es/molecule/feedback/test/fixtures.js.map +1 -0
  203. package/es/molecule/filters/test/fixtures.js +33 -0
  204. package/es/molecule/filters/test/fixtures.js.map +1 -0
  205. package/es/molecule/forum/forum-comment/test/fixtures.js +17 -0
  206. package/es/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  207. package/es/molecule/forum/forum-post/test/fixtures.js +31 -0
  208. package/es/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  209. package/es/molecule/forum/forum-thread/test/fixtures.js +17 -0
  210. package/es/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  211. package/es/molecule/hero/test/fixtures.js +15 -0
  212. package/es/molecule/hero/test/fixtures.js.map +1 -0
  213. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js +15 -0
  214. package/es/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +1 -0
  215. package/es/molecule/input-text-with-titled-checkbox/test/fixtures.js +15 -0
  216. package/es/molecule/input-text-with-titled-checkbox/test/fixtures.js.map +1 -0
  217. package/es/molecule/list-badges/test/fixtures.js +19 -0
  218. package/es/molecule/list-badges/test/fixtures.js.map +1 -0
  219. package/es/molecule/login-alert/test/fixtures.js +13 -0
  220. package/es/molecule/login-alert/test/fixtures.js.map +1 -0
  221. package/es/molecule/menu-list/test/fixtures.js +13 -0
  222. package/es/molecule/menu-list/test/fixtures.js.map +1 -0
  223. package/es/molecule/message-popin/test/fixtures.js +13 -0
  224. package/es/molecule/message-popin/test/fixtures.js.map +1 -0
  225. package/es/molecule/modal/test/fixtures.js +13 -0
  226. package/es/molecule/modal/test/fixtures.js.map +1 -0
  227. package/es/molecule/module-bubble/test/fixtures.js +17 -0
  228. package/es/molecule/module-bubble/test/fixtures.js.map +1 -0
  229. package/es/molecule/module-card/test/fixtures.js +17 -0
  230. package/es/molecule/module-card/test/fixtures.js.map +1 -0
  231. package/es/molecule/news/test/fixtures.js +23 -0
  232. package/es/molecule/news/test/fixtures.js.map +1 -0
  233. package/es/molecule/notification-banner/test/fixtures.js +17 -0
  234. package/es/molecule/notification-banner/test/fixtures.js.map +1 -0
  235. package/es/molecule/pagination/test/fixtures.js +15 -0
  236. package/es/molecule/pagination/test/fixtures.js.map +1 -0
  237. package/es/molecule/payment-form/test/fixtures.js +17 -0
  238. package/es/molecule/payment-form/test/fixtures.js.map +1 -0
  239. package/es/molecule/pdf/test/fixtures.js +13 -0
  240. package/es/molecule/pdf/test/fixtures.js.map +1 -0
  241. package/es/molecule/popin/test/fixtures.js +21 -0
  242. package/es/molecule/popin/test/fixtures.js.map +1 -0
  243. package/es/molecule/product-card/test/fixtures.js +13 -0
  244. package/es/molecule/product-card/test/fixtures.js.map +1 -0
  245. package/es/molecule/progress-bar/test/fixtures.js +15 -0
  246. package/es/molecule/progress-bar/test/fixtures.js.map +1 -0
  247. package/es/molecule/questions/drop-down/test/fixtures.js +15 -0
  248. package/es/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  249. package/es/molecule/questions/free-text/test/fixtures.js +17 -0
  250. package/es/molecule/questions/free-text/test/fixtures.js.map +1 -0
  251. package/es/molecule/questions/qcm/test/fixtures.js +19 -0
  252. package/es/molecule/questions/qcm/test/fixtures.js.map +1 -0
  253. package/es/molecule/questions/qcm-drag/test/fixtures.js +15 -0
  254. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  255. package/es/molecule/questions/qcm-graphic/test/fixtures.js +15 -0
  256. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  257. package/es/molecule/questions/question-range/test/fixtures.js +13 -0
  258. package/es/molecule/questions/question-range/test/fixtures.js.map +1 -0
  259. package/es/molecule/questions/template/test/fixtures.js +15 -0
  260. package/es/molecule/questions/template/test/fixtures.js.map +1 -0
  261. package/es/molecule/quick-access-card/test/fixtures.js +21 -0
  262. package/es/molecule/quick-access-card/test/fixtures.js.map +1 -0
  263. package/es/molecule/quick-access-cards-group/test/fixtures.js +21 -0
  264. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  265. package/es/molecule/resource-player/test/fixtures.js +25 -0
  266. package/es/molecule/resource-player/test/fixtures.js.map +1 -0
  267. package/es/molecule/review-correction-popin/test/fixtures.js +15 -0
  268. package/es/molecule/review-correction-popin/test/fixtures.js.map +1 -0
  269. package/es/molecule/review-header-steps/test/fixtures.js +23 -0
  270. package/es/molecule/review-header-steps/test/fixtures.js.map +1 -0
  271. package/es/molecule/scope-content/test/fixtures.js +27 -0
  272. package/es/molecule/scope-content/test/fixtures.js.map +1 -0
  273. package/es/molecule/scope-tabs/test/fixtures.js +17 -0
  274. package/es/molecule/scope-tabs/test/fixtures.js.map +1 -0
  275. package/es/molecule/search/test/fixtures.js +15 -0
  276. package/es/molecule/search/test/fixtures.js.map +1 -0
  277. package/es/molecule/search-form/test/fixtures.js +13 -0
  278. package/es/molecule/search-form/test/fixtures.js.map +1 -0
  279. package/es/molecule/select-multiple/test/fixtures.js +31 -0
  280. package/es/molecule/select-multiple/test/fixtures.js.map +1 -0
  281. package/es/molecule/setup-cohort-item/test/fixtures.js +19 -0
  282. package/es/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  283. package/es/molecule/setup-section/test/fixtures.js +25 -0
  284. package/es/molecule/setup-section/test/fixtures.js.map +1 -0
  285. package/es/molecule/setup-sections/test/fixtures.js +19 -0
  286. package/es/molecule/setup-sections/test/fixtures.js.map +1 -0
  287. package/es/molecule/setup-slide/test/fixtures.js +25 -0
  288. package/es/molecule/setup-slide/test/fixtures.js.map +1 -0
  289. package/es/molecule/setup-slider/test/fixtures.js +15 -0
  290. package/es/molecule/setup-slider/test/fixtures.js.map +1 -0
  291. package/es/molecule/share/test/fixtures.js +13 -0
  292. package/es/molecule/share/test/fixtures.js.map +1 -0
  293. package/es/molecule/skill-card/test/fixtures.js +19 -0
  294. package/es/molecule/skill-card/test/fixtures.js.map +1 -0
  295. package/es/molecule/ssmenu-list/test/fixtures.js +19 -0
  296. package/es/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  297. package/es/molecule/subscription-freemium/test/fixtures.js +13 -0
  298. package/es/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  299. package/es/molecule/subscription-premium/test/fixtures.js +15 -0
  300. package/es/molecule/subscription-premium/test/fixtures.js.map +1 -0
  301. package/es/molecule/table/test/fixtures.js +19 -0
  302. package/es/molecule/table/test/fixtures.js.map +1 -0
  303. package/es/molecule/teams-popin/test/fixtures.js +29 -0
  304. package/es/molecule/teams-popin/test/fixtures.js.map +1 -0
  305. package/es/molecule/theme-image/test/fixtures.js +13 -0
  306. package/es/molecule/theme-image/test/fixtures.js.map +1 -0
  307. package/es/molecule/title-and-checkbox-wrapper/index.js +41 -0
  308. package/es/molecule/title-and-checkbox-wrapper/index.js.map +1 -0
  309. package/es/molecule/title-and-checkbox-wrapper/style.css +6 -0
  310. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/default.js +11 -0
  311. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/default.js.map +1 -0
  312. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.js +13 -0
  313. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.js.map +1 -0
  314. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.js +11 -0
  315. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.js.map +1 -0
  316. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.js +14 -0
  317. package/es/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.js.map +1 -0
  318. package/es/molecule/title-and-checkbox-wrapper/test/fixtures.js +19 -0
  319. package/es/molecule/title-and-checkbox-wrapper/test/fixtures.js.map +1 -0
  320. package/es/molecule/titled-checkbox/test/fixtures.js +17 -0
  321. package/es/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  322. package/es/molecule/unsubscribe/test/fixtures.js +15 -0
  323. package/es/molecule/unsubscribe/test/fixtures.js.map +1 -0
  324. package/es/molecule/vertical-tabs/test/fixtures.js +17 -0
  325. package/es/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  326. package/es/molecule/video-iframe/test/fixtures.js +25 -0
  327. package/es/molecule/video-iframe/test/fixtures.js.map +1 -0
  328. package/es/molecule/video-player/test/fixtures.js +29 -0
  329. package/es/molecule/video-player/test/fixtures.js.map +1 -0
  330. package/es/molecule/wizard-summary/test/fixtures.js +23 -0
  331. package/es/molecule/wizard-summary/test/fixtures.js.map +1 -0
  332. package/es/organism/accordion/container/test/fixtures.js +17 -0
  333. package/es/organism/accordion/container/test/fixtures.js.map +1 -0
  334. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +17 -0
  335. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  336. package/es/organism/accordion/coorp-manager/test/fixtures.js +13 -0
  337. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  338. package/es/organism/accordion/part/test/fixtures.js +15 -0
  339. package/es/organism/accordion/part/test/fixtures.js.map +1 -0
  340. package/es/organism/accordion/toggler/test/fixtures.js +17 -0
  341. package/es/organism/accordion/toggler/test/fixtures.js.map +1 -0
  342. package/es/organism/brand-analytics/test/fixtures.js +23 -0
  343. package/es/organism/brand-analytics/test/fixtures.js.map +1 -0
  344. package/es/organism/brand-dashboard/test/fixtures.js +15 -0
  345. package/es/organism/brand-dashboard/test/fixtures.js.map +1 -0
  346. package/es/organism/brand-form/test/fixtures/wizard-certification.js +57 -0
  347. package/es/organism/brand-form/test/fixtures/wizard-certification.js.map +1 -0
  348. package/es/organism/brand-form/test/fixtures.js +35 -0
  349. package/es/organism/brand-form/test/fixtures.js.map +1 -0
  350. package/es/organism/brand-table/test/fixtures.js +19 -0
  351. package/es/organism/brand-table/test/fixtures.js.map +1 -0
  352. package/es/organism/brand-upload/test/fixtures.js +15 -0
  353. package/es/organism/brand-upload/test/fixtures.js.map +1 -0
  354. package/es/organism/cards-grid/test/fixtures.js +19 -0
  355. package/es/organism/cards-grid/test/fixtures.js.map +1 -0
  356. package/es/organism/cart/test/fixtures.js +13 -0
  357. package/es/organism/cart/test/fixtures.js.map +1 -0
  358. package/es/organism/content-translation/test/fixtures.js +15 -0
  359. package/es/organism/content-translation/test/fixtures.js.map +1 -0
  360. package/es/organism/course-selection/test/fixtures.js +25 -0
  361. package/es/organism/course-selection/test/fixtures.js.map +1 -0
  362. package/es/organism/discussion/test/fixtures.js +19 -0
  363. package/es/organism/discussion/test/fixtures.js.map +1 -0
  364. package/es/organism/get-the-app/test/fixtures.js +13 -0
  365. package/es/organism/get-the-app/test/fixtures.js.map +1 -0
  366. package/es/organism/grid-list/test/fixtures.js +13 -0
  367. package/es/organism/grid-list/test/fixtures.js.map +1 -0
  368. package/es/organism/header/test/fixtures.js +13 -0
  369. package/es/organism/header/test/fixtures.js.map +1 -0
  370. package/es/organism/hero/test/fixtures.js +17 -0
  371. package/es/organism/hero/test/fixtures.js.map +1 -0
  372. package/es/organism/list-item/test/fixtures.js +19 -0
  373. package/es/organism/list-item/test/fixtures.js.map +1 -0
  374. package/es/organism/list-items/test/fixtures.js +17 -0
  375. package/es/organism/list-items/test/fixtures.js.map +1 -0
  376. package/es/organism/mooc/image-slider/test/fixtures.js +15 -0
  377. package/es/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  378. package/es/organism/mooc-footer/test/fixtures.js +23 -0
  379. package/es/organism/mooc-footer/test/fixtures.js.map +1 -0
  380. package/es/organism/mooc-header/test/fixtures.js +31 -0
  381. package/es/organism/mooc-header/test/fixtures.js.map +1 -0
  382. package/es/organism/playlist-translation/test/fixtures.js +15 -0
  383. package/es/organism/playlist-translation/test/fixtures.js.map +1 -0
  384. package/es/organism/popin/test/fixtures.js +13 -0
  385. package/es/organism/popin/test/fixtures.js.map +1 -0
  386. package/es/organism/resource-browser/test/fixtures.js +37 -0
  387. package/es/organism/resource-browser/test/fixtures.js.map +1 -0
  388. package/es/organism/review-header/test/fixtures.js +23 -0
  389. package/es/organism/review-header/test/fixtures.js.map +1 -0
  390. package/es/organism/rewards-form/index.js +6 -14
  391. package/es/organism/rewards-form/index.js.map +1 -1
  392. package/es/organism/rewards-form/test/fixtures/default.js +24 -8
  393. package/es/organism/rewards-form/test/fixtures/default.js.map +1 -1
  394. package/es/organism/rewards-form/test/fixtures/one-reward.js +5 -3
  395. package/es/organism/rewards-form/test/fixtures/one-reward.js.map +1 -1
  396. package/es/organism/rewards-form/test/fixtures/two-rewards.js +10 -6
  397. package/es/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -1
  398. package/es/organism/rewards-form/test/fixtures.js +19 -0
  399. package/es/organism/rewards-form/test/fixtures.js.map +1 -0
  400. package/es/organism/search-and-chips-results/test/fixtures.js +23 -0
  401. package/es/organism/search-and-chips-results/test/fixtures.js.map +1 -0
  402. package/es/organism/settings/test/fixtures.js +19 -0
  403. package/es/organism/settings/test/fixtures.js.map +1 -0
  404. package/es/organism/setup-header/test/fixtures.js +15 -0
  405. package/es/organism/setup-header/test/fixtures.js.map +1 -0
  406. package/es/organism/sidebar/test/fixtures.js +23 -0
  407. package/es/organism/sidebar/test/fixtures.js.map +1 -0
  408. package/es/organism/slider/test/fixtures.js +15 -0
  409. package/es/organism/slider/test/fixtures.js.map +1 -0
  410. package/es/organism/user-preferences/test/fixtures.js +13 -0
  411. package/es/organism/user-preferences/test/fixtures.js.map +1 -0
  412. package/es/organism/wizard-contents/test/fixtures/certification-general-settings-edit.js +37 -0
  413. package/es/organism/wizard-contents/test/fixtures/certification-general-settings-edit.js.map +1 -0
  414. package/es/organism/wizard-contents/test/fixtures.js +27 -0
  415. package/es/organism/wizard-contents/test/fixtures.js.map +1 -0
  416. package/es/template/activity/test/fixtures.js +21 -0
  417. package/es/template/activity/test/fixtures.js.map +1 -0
  418. package/es/template/app-player/loading/test/fixtures.js +13 -0
  419. package/es/template/app-player/loading/test/fixtures.js.map +1 -0
  420. package/es/template/app-player/player/slides/footer/test/fixtures.js +29 -0
  421. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  422. package/es/template/app-player/player/slides/header/test/fixtures.js +23 -0
  423. package/es/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  424. package/es/template/app-player/player/slides/test/fixtures.js +79 -0
  425. package/es/template/app-player/player/slides/test/fixtures.js.map +1 -0
  426. package/es/template/app-player/player/test/fixtures.js +55 -0
  427. package/es/template/app-player/player/test/fixtures.js.map +1 -0
  428. package/es/template/app-player/popin-correction/test/fixtures.js +47 -0
  429. package/es/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  430. package/es/template/app-player/popin-end/test/fixtures.js +51 -0
  431. package/es/template/app-player/popin-end/test/fixtures.js.map +1 -0
  432. package/es/template/app-player/popin-header/test/fixtures.js +29 -0
  433. package/es/template/app-player/popin-header/test/fixtures.js.map +1 -0
  434. package/es/template/back-office/brand-create/test/fixtures.js +19 -0
  435. package/es/template/back-office/brand-create/test/fixtures.js.map +1 -0
  436. package/es/template/back-office/brand-list/test/fixtures.js +17 -0
  437. package/es/template/back-office/brand-list/test/fixtures.js.map +1 -0
  438. package/es/template/back-office/brand-update/test/fixtures.js +89 -0
  439. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -0
  440. package/es/template/back-office/dashboard-preview/test/fixtures.js +23 -0
  441. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  442. package/es/template/battle-requests/test/fixtures.js +13 -0
  443. package/es/template/battle-requests/test/fixtures.js.map +1 -0
  444. package/es/template/cockpit/jw-uploader/test/fixtures.js +13 -0
  445. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  446. package/es/template/common/authors/test/fixtures.js +15 -0
  447. package/es/template/common/authors/test/fixtures.js.map +1 -0
  448. package/es/template/common/coorp-header/test/fixtures.js +15 -0
  449. package/es/template/common/coorp-header/test/fixtures.js.map +1 -0
  450. package/es/template/common/dashboard/test/fixtures.js +17 -0
  451. package/es/template/common/dashboard/test/fixtures.js.map +1 -0
  452. package/es/template/common/discipline/test/fixtures.js +47 -0
  453. package/es/template/common/discipline/test/fixtures.js.map +1 -0
  454. package/es/template/common/search-page/test/fixtures.js +17 -0
  455. package/es/template/common/search-page/test/fixtures.js.map +1 -0
  456. package/es/template/external-course/test/fixtures.js +31 -0
  457. package/es/template/external-course/test/fixtures.js.map +1 -0
  458. package/es/template/teams-dashboard/test/fixtures.js +17 -0
  459. package/es/template/teams-dashboard/test/fixtures.js.map +1 -0
  460. package/lib/atom/autocomplete/test/fixtures.js +31 -0
  461. package/lib/atom/autocomplete/test/fixtures.js.map +1 -0
  462. package/lib/atom/avatar/test/fixtures.js +22 -0
  463. package/lib/atom/avatar/test/fixtures.js.map +1 -0
  464. package/lib/atom/button/test/fixtures.js +43 -0
  465. package/lib/atom/button/test/fixtures.js.map +1 -0
  466. package/lib/atom/button-link/test/fixtures.js +49 -0
  467. package/lib/atom/button-link/test/fixtures.js.map +1 -0
  468. package/lib/atom/button-link-icon-only/test/fixtures.js +37 -0
  469. package/lib/atom/button-link-icon-only/test/fixtures.js.map +1 -0
  470. package/lib/atom/button-menu/test/fixtures.js +25 -0
  471. package/lib/atom/button-menu/test/fixtures.js.map +1 -0
  472. package/lib/atom/card-image-preview/test/fixtures.js +25 -0
  473. package/lib/atom/card-image-preview/test/fixtures.js.map +1 -0
  474. package/lib/atom/catalog-section/test/fixtures.js +25 -0
  475. package/lib/atom/catalog-section/test/fixtures.js.map +1 -0
  476. package/lib/atom/centered-text/test/fixtures.js +22 -0
  477. package/lib/atom/centered-text/test/fixtures.js.map +1 -0
  478. package/lib/atom/checkbox/test/fixtures.js +31 -0
  479. package/lib/atom/checkbox/test/fixtures.js.map +1 -0
  480. package/lib/atom/checkbox-with-title/test/fixtures.js +25 -0
  481. package/lib/atom/checkbox-with-title/test/fixtures.js.map +1 -0
  482. package/lib/atom/chips/test/fixtures.js +28 -0
  483. package/lib/atom/chips/test/fixtures.js.map +1 -0
  484. package/lib/atom/clue/test/fixtures.js +28 -0
  485. package/lib/atom/clue/test/fixtures.js.map +1 -0
  486. package/lib/atom/content-badge/test/fixtures.js +46 -0
  487. package/lib/atom/content-badge/test/fixtures.js.map +1 -0
  488. package/lib/atom/cta/test/fixtures.js +58 -0
  489. package/lib/atom/cta/test/fixtures.js.map +1 -0
  490. package/lib/atom/difficulty-level/test/fixtures.js +31 -0
  491. package/lib/atom/difficulty-level/test/fixtures.js.map +1 -0
  492. package/lib/atom/drag-and-drop/test/fixtures.js +49 -0
  493. package/lib/atom/drag-and-drop/test/fixtures.js.map +1 -0
  494. package/lib/atom/empty-search-result/test/fixtures.js +22 -0
  495. package/lib/atom/empty-search-result/test/fixtures.js.map +1 -0
  496. package/lib/atom/image-upload/test/fixtures.js +49 -0
  497. package/lib/atom/image-upload/test/fixtures.js.map +1 -0
  498. package/lib/atom/input-checkbox/test/fixtures.js +40 -0
  499. package/lib/atom/input-checkbox/test/fixtures.js.map +1 -0
  500. package/lib/atom/input-color/test/fixtures.js +31 -0
  501. package/lib/atom/input-color/test/fixtures.js.map +1 -0
  502. package/lib/atom/input-doublestep/test/fixtures.js +34 -0
  503. package/lib/atom/input-doublestep/test/fixtures.js.map +1 -0
  504. package/lib/atom/input-html/test/fixtures.js +28 -0
  505. package/lib/atom/input-html/test/fixtures.js.map +1 -0
  506. package/lib/atom/input-readonly/test/fixtures.js +22 -0
  507. package/lib/atom/input-readonly/test/fixtures.js.map +1 -0
  508. package/lib/atom/input-search/test/fixtures.js +31 -0
  509. package/lib/atom/input-search/test/fixtures.js.map +1 -0
  510. package/lib/atom/input-switch/test/fixtures.js +52 -0
  511. package/lib/atom/input-switch/test/fixtures.js.map +1 -0
  512. package/lib/atom/input-text/test/fixtures.js +43 -0
  513. package/lib/atom/input-text/test/fixtures.js.map +1 -0
  514. package/lib/atom/input-text-with-title/index.js +2 -2
  515. package/lib/atom/input-text-with-title/index.js.map +1 -1
  516. package/lib/atom/input-text-with-title/test/fixtures.js +25 -0
  517. package/lib/atom/input-text-with-title/test/fixtures.js.map +1 -0
  518. package/lib/atom/input-textarea/test/fixtures.js +34 -0
  519. package/lib/atom/input-textarea/test/fixtures.js.map +1 -0
  520. package/lib/atom/label/test/fixtures.js +25 -0
  521. package/lib/atom/label/test/fixtures.js.map +1 -0
  522. package/lib/atom/life/test/fixtures.js +40 -0
  523. package/lib/atom/life/test/fixtures.js.map +1 -0
  524. package/lib/atom/link/test/fixtures.js +28 -0
  525. package/lib/atom/link/test/fixtures.js.map +1 -0
  526. package/lib/atom/loader/test/fixtures.js +25 -0
  527. package/lib/atom/loader/test/fixtures.js.map +1 -0
  528. package/lib/atom/notification/test/fixtures.js +28 -0
  529. package/lib/atom/notification/test/fixtures.js.map +1 -0
  530. package/lib/atom/picture/test/fixtures.js +31 -0
  531. package/lib/atom/picture/test/fixtures.js.map +1 -0
  532. package/lib/atom/picture-background/test/fixtures.js +31 -0
  533. package/lib/atom/picture-background/test/fixtures.js.map +1 -0
  534. package/lib/atom/promo-code/test/fixtures.js +28 -0
  535. package/lib/atom/promo-code/test/fixtures.js.map +1 -0
  536. package/lib/atom/provider/test/fixtures.js +22 -0
  537. package/lib/atom/provider/test/fixtures.js.map +1 -0
  538. package/lib/atom/radio-group/test/fixtures.js +28 -0
  539. package/lib/atom/radio-group/test/fixtures.js.map +1 -0
  540. package/lib/atom/range/test/fixtures.js +25 -0
  541. package/lib/atom/range/test/fixtures.js.map +1 -0
  542. package/lib/atom/resource-miniature/test/fixtures.js +34 -0
  543. package/lib/atom/resource-miniature/test/fixtures.js.map +1 -0
  544. package/lib/atom/review-header-step-item/test/fixtures.js +31 -0
  545. package/lib/atom/review-header-step-item/test/fixtures.js.map +1 -0
  546. package/lib/atom/select/test/fixtures.js +73 -0
  547. package/lib/atom/select/test/fixtures.js.map +1 -0
  548. package/lib/atom/slide/test/fixtures.js +34 -0
  549. package/lib/atom/slide/test/fixtures.js.map +1 -0
  550. package/lib/atom/social-link/test/fixtures.js +28 -0
  551. package/lib/atom/social-link/test/fixtures.js.map +1 -0
  552. package/lib/atom/spinner/test/fixtures.js +22 -0
  553. package/lib/atom/spinner/test/fixtures.js.map +1 -0
  554. package/lib/atom/tab/test/fixtures.js +22 -0
  555. package/lib/atom/tab/test/fixtures.js.map +1 -0
  556. package/lib/atom/tab-content/test/fixtures.js +25 -0
  557. package/lib/atom/tab-content/test/fixtures.js.map +1 -0
  558. package/lib/atom/tag/test/fixtures.js +34 -0
  559. package/lib/atom/tag/test/fixtures.js.map +1 -0
  560. package/lib/atom/title/test/fixtures.js +28 -0
  561. package/lib/atom/title/test/fixtures.js.map +1 -0
  562. package/lib/atom/video-upload/test/fixtures.js +34 -0
  563. package/lib/atom/video-upload/test/fixtures.js.map +1 -0
  564. package/lib/atom/wizard-steps/test/fixtures.js +28 -0
  565. package/lib/atom/wizard-steps/test/fixtures.js.map +1 -0
  566. package/lib/hoc/animation/test/fixtures.js +25 -0
  567. package/lib/hoc/animation/test/fixtures.js.map +1 -0
  568. package/lib/hoc/animation-scheduler/test/fixtures.js +25 -0
  569. package/lib/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  570. package/lib/hoc/swapper/test/fixtures.js +22 -0
  571. package/lib/hoc/swapper/test/fixtures.js.map +1 -0
  572. package/lib/hoc/transition/test/fixtures.js +22 -0
  573. package/lib/hoc/transition/test/fixtures.js.map +1 -0
  574. package/lib/molecule/add-to-my-list/test/fixtures.js +25 -0
  575. package/lib/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  576. package/lib/molecule/answer/test/fixtures.js +55 -0
  577. package/lib/molecule/answer/test/fixtures.js.map +1 -0
  578. package/lib/molecule/audio/test/fixtures.js +25 -0
  579. package/lib/molecule/audio/test/fixtures.js.map +1 -0
  580. package/lib/molecule/banner/test/fixtures.js +37 -0
  581. package/lib/molecule/banner/test/fixtures.js.map +1 -0
  582. package/lib/molecule/battle-request/test/fixtures.js +25 -0
  583. package/lib/molecule/battle-request/test/fixtures.js.map +1 -0
  584. package/lib/molecule/brand-card/test/fixtures.js +25 -0
  585. package/lib/molecule/brand-card/test/fixtures.js.map +1 -0
  586. package/lib/molecule/brand-card-create/test/fixtures.js +22 -0
  587. package/lib/molecule/brand-card-create/test/fixtures.js.map +1 -0
  588. package/lib/molecule/brand-create-form/test/fixtures.js +31 -0
  589. package/lib/molecule/brand-create-form/test/fixtures.js.map +1 -0
  590. package/lib/molecule/brand-download-box/test/fixtures.js +28 -0
  591. package/lib/molecule/brand-download-box/test/fixtures.js.map +1 -0
  592. package/lib/molecule/brand-form-group/index.js +5 -0
  593. package/lib/molecule/brand-form-group/index.js.map +1 -1
  594. package/lib/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.js +25 -0
  595. package/lib/molecule/brand-form-group/test/fixtures/title-and-checkbox-wrapper.js.map +1 -0
  596. package/lib/molecule/brand-form-group/test/fixtures.js +58 -0
  597. package/lib/molecule/brand-form-group/test/fixtures.js.map +1 -0
  598. package/lib/molecule/brand-tabs/test/fixtures.js +46 -0
  599. package/lib/molecule/brand-tabs/test/fixtures.js.map +1 -0
  600. package/lib/molecule/brand-upload-box/test/fixtures.js +28 -0
  601. package/lib/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  602. package/lib/molecule/breadcrumbs/test/fixtures.js +22 -0
  603. package/lib/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  604. package/lib/molecule/bullet-point-menu-button/test/fixtures.js +25 -0
  605. package/lib/molecule/bullet-point-menu-button/test/fixtures.js.map +1 -0
  606. package/lib/molecule/card/test/fixtures.js +70 -0
  607. package/lib/molecule/card/test/fixtures.js.map +1 -0
  608. package/lib/molecule/card-content/test/fixtures.js +43 -0
  609. package/lib/molecule/card-content/test/fixtures.js.map +1 -0
  610. package/lib/molecule/card-with-button/test/fixtures.js +28 -0
  611. package/lib/molecule/card-with-button/test/fixtures.js.map +1 -0
  612. package/lib/molecule/cm-popin/test/fixtures.js +28 -0
  613. package/lib/molecule/cm-popin/test/fixtures.js.map +1 -0
  614. package/lib/molecule/cookie-banner/test/fixtures.js +22 -0
  615. package/lib/molecule/cookie-banner/test/fixtures.js.map +1 -0
  616. package/lib/molecule/coorp-manager-roles/test/fixtures.js +22 -0
  617. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  618. package/lib/molecule/course-section/test/fixtures.js +34 -0
  619. package/lib/molecule/course-section/test/fixtures.js.map +1 -0
  620. package/lib/molecule/course-sections/index.js +16 -8
  621. package/lib/molecule/course-sections/index.js.map +1 -1
  622. package/lib/molecule/course-sections/style.css +0 -4
  623. package/lib/molecule/course-sections/test/fixtures.js +28 -0
  624. package/lib/molecule/course-sections/test/fixtures.js.map +1 -0
  625. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +25 -0
  626. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  627. package/lib/molecule/dashboard/cards-list/test/fixtures.js +37 -0
  628. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  629. package/lib/molecule/dashboard/news-list/test/fixtures.js +28 -0
  630. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  631. package/lib/molecule/dashboard/review-banner/test/fixtures.js +22 -0
  632. package/lib/molecule/dashboard/review-banner/test/fixtures.js.map +1 -0
  633. package/lib/molecule/dashboard/start-battle/test/fixtures.js +25 -0
  634. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  635. package/lib/molecule/discipline-cta/test/fixtures.js +25 -0
  636. package/lib/molecule/discipline-cta/test/fixtures.js.map +1 -0
  637. package/lib/molecule/discipline-header/test/fixtures.js +43 -0
  638. package/lib/molecule/discipline-header/test/fixtures.js.map +1 -0
  639. package/lib/molecule/discipline-partners/test/fixtures.js +34 -0
  640. package/lib/molecule/discipline-partners/test/fixtures.js.map +1 -0
  641. package/lib/molecule/discipline-scope/test/fixtures.js +43 -0
  642. package/lib/molecule/discipline-scope/test/fixtures.js.map +1 -0
  643. package/lib/molecule/drag-and-drop/test/fixtures.js +40 -0
  644. package/lib/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  645. package/lib/molecule/drag-and-drop-wrapper/index.js +1 -4
  646. package/lib/molecule/drag-and-drop-wrapper/index.js.map +1 -1
  647. package/lib/molecule/drag-and-drop-wrapper/style.css +0 -4
  648. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/without-checkbox.js +20 -0
  649. package/lib/molecule/drag-and-drop-wrapper/test/fixtures/without-checkbox.js.map +1 -0
  650. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js +28 -0
  651. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js.map +1 -0
  652. package/lib/molecule/draggable/test/fixtures.js +22 -0
  653. package/lib/molecule/draggable/test/fixtures.js.map +1 -0
  654. package/lib/molecule/draggable-list/test/fixtures.js +25 -0
  655. package/lib/molecule/draggable-list/test/fixtures.js.map +1 -0
  656. package/lib/molecule/external-content-button/test/fixtures.js +31 -0
  657. package/lib/molecule/external-content-button/test/fixtures.js.map +1 -0
  658. package/lib/molecule/external-content-viewer/test/fixtures.js +43 -0
  659. package/lib/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  660. package/lib/molecule/feedback/test/fixtures.js +43 -0
  661. package/lib/molecule/feedback/test/fixtures.js.map +1 -0
  662. package/lib/molecule/filters/test/fixtures.js +52 -0
  663. package/lib/molecule/filters/test/fixtures.js.map +1 -0
  664. package/lib/molecule/forum/forum-comment/test/fixtures.js +28 -0
  665. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  666. package/lib/molecule/forum/forum-post/test/fixtures.js +49 -0
  667. package/lib/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  668. package/lib/molecule/forum/forum-thread/test/fixtures.js +28 -0
  669. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  670. package/lib/molecule/hero/test/fixtures.js +25 -0
  671. package/lib/molecule/hero/test/fixtures.js.map +1 -0
  672. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js +25 -0
  673. package/lib/molecule/input-text-with-titeled-checkbox/test/fixtures.js.map +1 -0
  674. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures.js +25 -0
  675. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures.js.map +1 -0
  676. package/lib/molecule/list-badges/test/fixtures.js +31 -0
  677. package/lib/molecule/list-badges/test/fixtures.js.map +1 -0
  678. package/lib/molecule/login-alert/test/fixtures.js +22 -0
  679. package/lib/molecule/login-alert/test/fixtures.js.map +1 -0
  680. package/lib/molecule/menu-list/test/fixtures.js +22 -0
  681. package/lib/molecule/menu-list/test/fixtures.js.map +1 -0
  682. package/lib/molecule/message-popin/test/fixtures.js +22 -0
  683. package/lib/molecule/message-popin/test/fixtures.js.map +1 -0
  684. package/lib/molecule/modal/test/fixtures.js +22 -0
  685. package/lib/molecule/modal/test/fixtures.js.map +1 -0
  686. package/lib/molecule/module-bubble/test/fixtures.js +28 -0
  687. package/lib/molecule/module-bubble/test/fixtures.js.map +1 -0
  688. package/lib/molecule/module-card/test/fixtures.js +28 -0
  689. package/lib/molecule/module-card/test/fixtures.js.map +1 -0
  690. package/lib/molecule/news/test/fixtures.js +37 -0
  691. package/lib/molecule/news/test/fixtures.js.map +1 -0
  692. package/lib/molecule/notification-banner/test/fixtures.js +28 -0
  693. package/lib/molecule/notification-banner/test/fixtures.js.map +1 -0
  694. package/lib/molecule/pagination/test/fixtures.js +25 -0
  695. package/lib/molecule/pagination/test/fixtures.js.map +1 -0
  696. package/lib/molecule/payment-form/test/fixtures.js +28 -0
  697. package/lib/molecule/payment-form/test/fixtures.js.map +1 -0
  698. package/lib/molecule/pdf/test/fixtures.js +22 -0
  699. package/lib/molecule/pdf/test/fixtures.js.map +1 -0
  700. package/lib/molecule/popin/test/fixtures.js +34 -0
  701. package/lib/molecule/popin/test/fixtures.js.map +1 -0
  702. package/lib/molecule/product-card/test/fixtures.js +22 -0
  703. package/lib/molecule/product-card/test/fixtures.js.map +1 -0
  704. package/lib/molecule/progress-bar/test/fixtures.js +25 -0
  705. package/lib/molecule/progress-bar/test/fixtures.js.map +1 -0
  706. package/lib/molecule/questions/drop-down/test/fixtures.js +25 -0
  707. package/lib/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  708. package/lib/molecule/questions/free-text/test/fixtures.js +28 -0
  709. package/lib/molecule/questions/free-text/test/fixtures.js.map +1 -0
  710. package/lib/molecule/questions/qcm/test/fixtures.js +31 -0
  711. package/lib/molecule/questions/qcm/test/fixtures.js.map +1 -0
  712. package/lib/molecule/questions/qcm-drag/test/fixtures.js +25 -0
  713. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  714. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +25 -0
  715. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  716. package/lib/molecule/questions/question-range/test/fixtures.js +22 -0
  717. package/lib/molecule/questions/question-range/test/fixtures.js.map +1 -0
  718. package/lib/molecule/questions/template/test/fixtures.js +25 -0
  719. package/lib/molecule/questions/template/test/fixtures.js.map +1 -0
  720. package/lib/molecule/quick-access-card/test/fixtures.js +34 -0
  721. package/lib/molecule/quick-access-card/test/fixtures.js.map +1 -0
  722. package/lib/molecule/quick-access-cards-group/test/fixtures.js +34 -0
  723. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  724. package/lib/molecule/resource-player/test/fixtures.js +40 -0
  725. package/lib/molecule/resource-player/test/fixtures.js.map +1 -0
  726. package/lib/molecule/review-correction-popin/test/fixtures.js +25 -0
  727. package/lib/molecule/review-correction-popin/test/fixtures.js.map +1 -0
  728. package/lib/molecule/review-header-steps/test/fixtures.js +37 -0
  729. package/lib/molecule/review-header-steps/test/fixtures.js.map +1 -0
  730. package/lib/molecule/scope-content/test/fixtures.js +43 -0
  731. package/lib/molecule/scope-content/test/fixtures.js.map +1 -0
  732. package/lib/molecule/scope-tabs/test/fixtures.js +28 -0
  733. package/lib/molecule/scope-tabs/test/fixtures.js.map +1 -0
  734. package/lib/molecule/search/test/fixtures.js +25 -0
  735. package/lib/molecule/search/test/fixtures.js.map +1 -0
  736. package/lib/molecule/search-form/test/fixtures.js +22 -0
  737. package/lib/molecule/search-form/test/fixtures.js.map +1 -0
  738. package/lib/molecule/select-multiple/test/fixtures.js +49 -0
  739. package/lib/molecule/select-multiple/test/fixtures.js.map +1 -0
  740. package/lib/molecule/setup-cohort-item/test/fixtures.js +31 -0
  741. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  742. package/lib/molecule/setup-section/test/fixtures.js +40 -0
  743. package/lib/molecule/setup-section/test/fixtures.js.map +1 -0
  744. package/lib/molecule/setup-sections/test/fixtures.js +31 -0
  745. package/lib/molecule/setup-sections/test/fixtures.js.map +1 -0
  746. package/lib/molecule/setup-slide/test/fixtures.js +40 -0
  747. package/lib/molecule/setup-slide/test/fixtures.js.map +1 -0
  748. package/lib/molecule/setup-slider/test/fixtures.js +25 -0
  749. package/lib/molecule/setup-slider/test/fixtures.js.map +1 -0
  750. package/lib/molecule/share/test/fixtures.js +22 -0
  751. package/lib/molecule/share/test/fixtures.js.map +1 -0
  752. package/lib/molecule/skill-card/test/fixtures.js +31 -0
  753. package/lib/molecule/skill-card/test/fixtures.js.map +1 -0
  754. package/lib/molecule/ssmenu-list/test/fixtures.js +31 -0
  755. package/lib/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  756. package/lib/molecule/subscription-freemium/test/fixtures.js +22 -0
  757. package/lib/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  758. package/lib/molecule/subscription-premium/test/fixtures.js +25 -0
  759. package/lib/molecule/subscription-premium/test/fixtures.js.map +1 -0
  760. package/lib/molecule/table/test/fixtures.js +31 -0
  761. package/lib/molecule/table/test/fixtures.js.map +1 -0
  762. package/lib/molecule/teams-popin/test/fixtures.js +46 -0
  763. package/lib/molecule/teams-popin/test/fixtures.js.map +1 -0
  764. package/lib/molecule/theme-image/test/fixtures.js +22 -0
  765. package/lib/molecule/theme-image/test/fixtures.js.map +1 -0
  766. package/lib/molecule/title-and-checkbox-wrapper/index.js +56 -0
  767. package/lib/molecule/title-and-checkbox-wrapper/index.js.map +1 -0
  768. package/lib/molecule/title-and-checkbox-wrapper/style.css +6 -0
  769. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/default.js +20 -0
  770. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/default.js.map +1 -0
  771. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.js +23 -0
  772. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.js.map +1 -0
  773. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.js +20 -0
  774. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.js.map +1 -0
  775. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.js +23 -0
  776. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.js.map +1 -0
  777. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures.js +31 -0
  778. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures.js.map +1 -0
  779. package/lib/molecule/titled-checkbox/test/fixtures.js +28 -0
  780. package/lib/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  781. package/lib/molecule/unsubscribe/test/fixtures.js +25 -0
  782. package/lib/molecule/unsubscribe/test/fixtures.js.map +1 -0
  783. package/lib/molecule/vertical-tabs/test/fixtures.js +28 -0
  784. package/lib/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  785. package/lib/molecule/video-iframe/test/fixtures.js +40 -0
  786. package/lib/molecule/video-iframe/test/fixtures.js.map +1 -0
  787. package/lib/molecule/video-player/test/fixtures.js +46 -0
  788. package/lib/molecule/video-player/test/fixtures.js.map +1 -0
  789. package/lib/molecule/wizard-summary/test/fixtures.js +37 -0
  790. package/lib/molecule/wizard-summary/test/fixtures.js.map +1 -0
  791. package/lib/organism/accordion/container/test/fixtures.js +28 -0
  792. package/lib/organism/accordion/container/test/fixtures.js.map +1 -0
  793. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +28 -0
  794. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  795. package/lib/organism/accordion/coorp-manager/test/fixtures.js +22 -0
  796. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  797. package/lib/organism/accordion/part/test/fixtures.js +25 -0
  798. package/lib/organism/accordion/part/test/fixtures.js.map +1 -0
  799. package/lib/organism/accordion/toggler/test/fixtures.js +28 -0
  800. package/lib/organism/accordion/toggler/test/fixtures.js.map +1 -0
  801. package/lib/organism/brand-analytics/test/fixtures.js +37 -0
  802. package/lib/organism/brand-analytics/test/fixtures.js.map +1 -0
  803. package/lib/organism/brand-dashboard/test/fixtures.js +25 -0
  804. package/lib/organism/brand-dashboard/test/fixtures.js.map +1 -0
  805. package/lib/organism/brand-form/test/fixtures/wizard-certification.js +66 -0
  806. package/lib/organism/brand-form/test/fixtures/wizard-certification.js.map +1 -0
  807. package/lib/organism/brand-form/test/fixtures.js +55 -0
  808. package/lib/organism/brand-form/test/fixtures.js.map +1 -0
  809. package/lib/organism/brand-table/test/fixtures.js +31 -0
  810. package/lib/organism/brand-table/test/fixtures.js.map +1 -0
  811. package/lib/organism/brand-upload/test/fixtures.js +25 -0
  812. package/lib/organism/brand-upload/test/fixtures.js.map +1 -0
  813. package/lib/organism/cards-grid/test/fixtures.js +31 -0
  814. package/lib/organism/cards-grid/test/fixtures.js.map +1 -0
  815. package/lib/organism/cart/test/fixtures.js +22 -0
  816. package/lib/organism/cart/test/fixtures.js.map +1 -0
  817. package/lib/organism/content-translation/test/fixtures.js +25 -0
  818. package/lib/organism/content-translation/test/fixtures.js.map +1 -0
  819. package/lib/organism/course-selection/test/fixtures.js +40 -0
  820. package/lib/organism/course-selection/test/fixtures.js.map +1 -0
  821. package/lib/organism/discussion/test/fixtures.js +31 -0
  822. package/lib/organism/discussion/test/fixtures.js.map +1 -0
  823. package/lib/organism/get-the-app/test/fixtures.js +22 -0
  824. package/lib/organism/get-the-app/test/fixtures.js.map +1 -0
  825. package/lib/organism/grid-list/test/fixtures.js +22 -0
  826. package/lib/organism/grid-list/test/fixtures.js.map +1 -0
  827. package/lib/organism/header/test/fixtures.js +22 -0
  828. package/lib/organism/header/test/fixtures.js.map +1 -0
  829. package/lib/organism/hero/test/fixtures.js +28 -0
  830. package/lib/organism/hero/test/fixtures.js.map +1 -0
  831. package/lib/organism/list-item/test/fixtures.js +31 -0
  832. package/lib/organism/list-item/test/fixtures.js.map +1 -0
  833. package/lib/organism/list-items/test/fixtures.js +28 -0
  834. package/lib/organism/list-items/test/fixtures.js.map +1 -0
  835. package/lib/organism/mooc/image-slider/test/fixtures.js +25 -0
  836. package/lib/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  837. package/lib/organism/mooc-footer/test/fixtures.js +37 -0
  838. package/lib/organism/mooc-footer/test/fixtures.js.map +1 -0
  839. package/lib/organism/mooc-header/test/fixtures.js +49 -0
  840. package/lib/organism/mooc-header/test/fixtures.js.map +1 -0
  841. package/lib/organism/playlist-translation/test/fixtures.js +25 -0
  842. package/lib/organism/playlist-translation/test/fixtures.js.map +1 -0
  843. package/lib/organism/popin/test/fixtures.js +22 -0
  844. package/lib/organism/popin/test/fixtures.js.map +1 -0
  845. package/lib/organism/resource-browser/test/fixtures.js +58 -0
  846. package/lib/organism/resource-browser/test/fixtures.js.map +1 -0
  847. package/lib/organism/review-header/test/fixtures.js +37 -0
  848. package/lib/organism/review-header/test/fixtures.js.map +1 -0
  849. package/lib/organism/rewards-form/index.js +6 -16
  850. package/lib/organism/rewards-form/index.js.map +1 -1
  851. package/lib/organism/rewards-form/test/fixtures/default.js +25 -8
  852. package/lib/organism/rewards-form/test/fixtures/default.js.map +1 -1
  853. package/lib/organism/rewards-form/test/fixtures/one-reward.js +5 -3
  854. package/lib/organism/rewards-form/test/fixtures/one-reward.js.map +1 -1
  855. package/lib/organism/rewards-form/test/fixtures/two-rewards.js +10 -6
  856. package/lib/organism/rewards-form/test/fixtures/two-rewards.js.map +1 -1
  857. package/lib/organism/rewards-form/test/fixtures.js +31 -0
  858. package/lib/organism/rewards-form/test/fixtures.js.map +1 -0
  859. package/lib/organism/search-and-chips-results/test/fixtures.js +37 -0
  860. package/lib/organism/search-and-chips-results/test/fixtures.js.map +1 -0
  861. package/lib/organism/settings/test/fixtures.js +31 -0
  862. package/lib/organism/settings/test/fixtures.js.map +1 -0
  863. package/lib/organism/setup-header/test/fixtures.js +25 -0
  864. package/lib/organism/setup-header/test/fixtures.js.map +1 -0
  865. package/lib/organism/sidebar/test/fixtures.js +37 -0
  866. package/lib/organism/sidebar/test/fixtures.js.map +1 -0
  867. package/lib/organism/slider/test/fixtures.js +25 -0
  868. package/lib/organism/slider/test/fixtures.js.map +1 -0
  869. package/lib/organism/user-preferences/test/fixtures.js +22 -0
  870. package/lib/organism/user-preferences/test/fixtures.js.map +1 -0
  871. package/lib/organism/wizard-contents/test/fixtures/certification-general-settings-edit.js +46 -0
  872. package/lib/organism/wizard-contents/test/fixtures/certification-general-settings-edit.js.map +1 -0
  873. package/lib/organism/wizard-contents/test/fixtures.js +43 -0
  874. package/lib/organism/wizard-contents/test/fixtures.js.map +1 -0
  875. package/lib/template/activity/test/fixtures.js +34 -0
  876. package/lib/template/activity/test/fixtures.js.map +1 -0
  877. package/lib/template/app-player/loading/test/fixtures.js +22 -0
  878. package/lib/template/app-player/loading/test/fixtures.js.map +1 -0
  879. package/lib/template/app-player/player/slides/footer/test/fixtures.js +46 -0
  880. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  881. package/lib/template/app-player/player/slides/header/test/fixtures.js +37 -0
  882. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  883. package/lib/template/app-player/player/slides/test/fixtures.js +121 -0
  884. package/lib/template/app-player/player/slides/test/fixtures.js.map +1 -0
  885. package/lib/template/app-player/player/test/fixtures.js +85 -0
  886. package/lib/template/app-player/player/test/fixtures.js.map +1 -0
  887. package/lib/template/app-player/popin-correction/test/fixtures.js +73 -0
  888. package/lib/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  889. package/lib/template/app-player/popin-end/test/fixtures.js +79 -0
  890. package/lib/template/app-player/popin-end/test/fixtures.js.map +1 -0
  891. package/lib/template/app-player/popin-header/test/fixtures.js +46 -0
  892. package/lib/template/app-player/popin-header/test/fixtures.js.map +1 -0
  893. package/lib/template/back-office/brand-create/test/fixtures.js +31 -0
  894. package/lib/template/back-office/brand-create/test/fixtures.js.map +1 -0
  895. package/lib/template/back-office/brand-list/test/fixtures.js +28 -0
  896. package/lib/template/back-office/brand-list/test/fixtures.js.map +1 -0
  897. package/lib/template/back-office/brand-update/test/fixtures.js +136 -0
  898. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -0
  899. package/lib/template/back-office/dashboard-preview/test/fixtures.js +37 -0
  900. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  901. package/lib/template/battle-requests/test/fixtures.js +22 -0
  902. package/lib/template/battle-requests/test/fixtures.js.map +1 -0
  903. package/lib/template/cockpit/jw-uploader/test/fixtures.js +22 -0
  904. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  905. package/lib/template/common/authors/test/fixtures.js +25 -0
  906. package/lib/template/common/authors/test/fixtures.js.map +1 -0
  907. package/lib/template/common/coorp-header/test/fixtures.js +25 -0
  908. package/lib/template/common/coorp-header/test/fixtures.js.map +1 -0
  909. package/lib/template/common/dashboard/test/fixtures.js +28 -0
  910. package/lib/template/common/dashboard/test/fixtures.js.map +1 -0
  911. package/lib/template/common/discipline/test/fixtures.js +73 -0
  912. package/lib/template/common/discipline/test/fixtures.js.map +1 -0
  913. package/lib/template/common/search-page/test/fixtures.js +28 -0
  914. package/lib/template/common/search-page/test/fixtures.js.map +1 -0
  915. package/lib/template/external-course/test/fixtures.js +49 -0
  916. package/lib/template/external-course/test/fixtures.js.map +1 -0
  917. package/lib/template/teams-dashboard/test/fixtures.js +28 -0
  918. package/lib/template/teams-dashboard/test/fixtures.js.map +1 -0
  919. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/resource-player/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeResourcePlayer","fixtureAudio","fixtureImage","fixtureJwplayerWithOverlay","fixturePdfWithOverlay","fixturePdf","fixtureVimeoWithOverlay","fixtureVimeo","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAV,IAAI,CAAC,iEAAD,EAAoEW,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,sBAAsB,CAACU,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,sBAAzF,EAAiHC,YAAjH,CAAJ;AACAJ,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,sBAAzF,EAAiHE,YAAjH,CAAJ;AACAL,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,sBAAvG,EAA+HG,0BAA/H,CAAJ;AACAN,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,sBAAlG,EAA0HI,qBAA1H,CAAJ;AACAP,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,sBAAvF,EAA+GK,UAA/G,CAAJ;AACAR,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,sBAApG,EAA4HM,uBAA5H,CAAJ;AACAT,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,sBAAzF,EAAiHO,YAAjH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeResourcePlayer from '..';\nimport fixtureAudio from './fixtures/audio';\nimport fixtureImage from './fixtures/image';\nimport fixtureJwplayerWithOverlay from './fixtures/jwplayer-with-overlay';\nimport fixturePdfWithOverlay from './fixtures/pdf-with-overlay';\nimport fixturePdf from './fixtures/pdf';\nimport fixtureVimeoWithOverlay from './fixtures/vimeo-with-overlay';\nimport fixtureVimeo from './fixtures/vimeo';\n\ntest('Molecule › MoleculeResourcePlayer > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeResourcePlayer.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeResourcePlayer.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeResourcePlayer › Audio › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixtureAudio);\ntest('Molecule › MoleculeResourcePlayer › Image › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixtureImage);\ntest('Molecule › MoleculeResourcePlayer › JwplayerWithOverlay › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixtureJwplayerWithOverlay);\ntest('Molecule › MoleculeResourcePlayer › PdfWithOverlay › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixturePdfWithOverlay);\ntest('Molecule › MoleculeResourcePlayer › Pdf › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixturePdf);\ntest('Molecule › MoleculeResourcePlayer › VimeoWithOverlay › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixtureVimeoWithOverlay);\ntest('Molecule › MoleculeResourcePlayer › Vimeo › should be rendered', renderComponentMacro, MoleculeResourcePlayer, fixtureVimeo);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeReviewCorrectionPopin from '..';
5
+ import fixtureRight from './fixtures/right';
6
+ import fixtureWrong from './fixtures/wrong';
7
+ test('Molecule › MoleculeReviewCorrectionPopin > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeReviewCorrectionPopin.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeReviewCorrectionPopin.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeReviewCorrectionPopin › Right › should be rendered', renderComponentMacro, MoleculeReviewCorrectionPopin, fixtureRight);
14
+ test('Molecule › MoleculeReviewCorrectionPopin › Wrong › should be rendered', renderComponentMacro, MoleculeReviewCorrectionPopin, fixtureWrong);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/review-correction-popin/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeReviewCorrectionPopin","fixtureRight","fixtureWrong","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAL,IAAI,CAAC,wEAAD,EAA2EM,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,6BAA6B,CAACK,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kEAAiEF,GAAI,mEAA9F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HC,YAA/H,CAAJ;AACAJ,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HE,YAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeReviewCorrectionPopin from '..';\nimport fixtureRight from './fixtures/right';\nimport fixtureWrong from './fixtures/wrong';\n\ntest('Molecule › MoleculeReviewCorrectionPopin > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeReviewCorrectionPopin.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeReviewCorrectionPopin.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeReviewCorrectionPopin › Right › should be rendered', renderComponentMacro, MoleculeReviewCorrectionPopin, fixtureRight);\ntest('Molecule › MoleculeReviewCorrectionPopin › Wrong › should be rendered', renderComponentMacro, MoleculeReviewCorrectionPopin, fixtureWrong);\n"],"file":"fixtures.js"}
@@ -0,0 +1,23 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeReviewHeaderSteps from '..';
5
+ import fixtureAllQuestionsOk from './fixtures/all-questions-ok';
6
+ import fixtureCurrentQuestionNoAswered from './fixtures/current-question-no-aswered';
7
+ import fixtureCurrentQuestionWrong from './fixtures/current-question-wrong';
8
+ import fixtureFirstQuestionCurrentRight from './fixtures/first-question-current-right';
9
+ import fixtureNoAnsweredQuestion from './fixtures/no-answered-question';
10
+ import fixtureQuestionToRepeat from './fixtures/question-to-repeat';
11
+ test('Molecule › MoleculeReviewHeaderSteps > should have valid propTypes', t => {
12
+ t.pass();
13
+ forEach(MoleculeReviewHeaderSteps.propTypes, (value, key) => {
14
+ t.not(value, undefined, `PropType for "Molecule.MoleculeReviewHeaderSteps.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
+ });
16
+ });
17
+ test('Molecule › MoleculeReviewHeaderSteps › AllQuestionsOk › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureAllQuestionsOk);
18
+ test('Molecule › MoleculeReviewHeaderSteps › CurrentQuestionNoAswered › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureCurrentQuestionNoAswered);
19
+ test('Molecule › MoleculeReviewHeaderSteps › CurrentQuestionWrong › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureCurrentQuestionWrong);
20
+ test('Molecule › MoleculeReviewHeaderSteps › FirstQuestionCurrentRight › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureFirstQuestionCurrentRight);
21
+ test('Molecule › MoleculeReviewHeaderSteps › NoAnsweredQuestion › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureNoAnsweredQuestion);
22
+ test('Molecule › MoleculeReviewHeaderSteps › QuestionToRepeat › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureQuestionToRepeat);
23
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/review-header-steps/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeReviewHeaderSteps","fixtureAllQuestionsOk","fixtureCurrentQuestionNoAswered","fixtureCurrentQuestionWrong","fixtureFirstQuestionCurrentRight","fixtureNoAnsweredQuestion","fixtureQuestionToRepeat","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,yBAAP,MAAsC,IAAtC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AACA,OAAOC,2BAAP,MAAwC,mCAAxC;AACA,OAAOC,gCAAP,MAA6C,yCAA7C;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AAEAT,IAAI,CAAC,oEAAD,EAAuEU,CAAC,IAAI;AAC9EA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,yBAAyB,CAACS,SAA3B,EAAsC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,8DAA6DF,GAAI,mEAA1F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,yBAArG,EAAgIC,qBAAhI,CAAJ;AACAJ,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,yBAA/G,EAA0IE,+BAA1I,CAAJ;AACAL,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,yBAA3G,EAAsIG,2BAAtI,CAAJ;AACAN,IAAI,CAAC,uFAAD,EAA0FE,oBAA1F,EAAgHC,yBAAhH,EAA2II,gCAA3I,CAAJ;AACAP,IAAI,CAAC,gFAAD,EAAmFE,oBAAnF,EAAyGC,yBAAzG,EAAoIK,yBAApI,CAAJ;AACAR,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,yBAAvG,EAAkIM,uBAAlI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeReviewHeaderSteps from '..';\nimport fixtureAllQuestionsOk from './fixtures/all-questions-ok';\nimport fixtureCurrentQuestionNoAswered from './fixtures/current-question-no-aswered';\nimport fixtureCurrentQuestionWrong from './fixtures/current-question-wrong';\nimport fixtureFirstQuestionCurrentRight from './fixtures/first-question-current-right';\nimport fixtureNoAnsweredQuestion from './fixtures/no-answered-question';\nimport fixtureQuestionToRepeat from './fixtures/question-to-repeat';\n\ntest('Molecule › MoleculeReviewHeaderSteps > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeReviewHeaderSteps.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeReviewHeaderSteps.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeReviewHeaderSteps › AllQuestionsOk › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureAllQuestionsOk);\ntest('Molecule › MoleculeReviewHeaderSteps › CurrentQuestionNoAswered › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureCurrentQuestionNoAswered);\ntest('Molecule › MoleculeReviewHeaderSteps › CurrentQuestionWrong › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureCurrentQuestionWrong);\ntest('Molecule › MoleculeReviewHeaderSteps › FirstQuestionCurrentRight › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureFirstQuestionCurrentRight);\ntest('Molecule › MoleculeReviewHeaderSteps › NoAnsweredQuestion › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureNoAnsweredQuestion);\ntest('Molecule › MoleculeReviewHeaderSteps › QuestionToRepeat › should be rendered', renderComponentMacro, MoleculeReviewHeaderSteps, fixtureQuestionToRepeat);\n"],"file":"fixtures.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeScopeContent from '..';
5
+ import fixtureArabic from './fixtures/arabic';
6
+ import fixtureAudio from './fixtures/audio';
7
+ import fixtureDefault from './fixtures/default';
8
+ import fixtureEmpty from './fixtures/empty';
9
+ import fixtureMedias from './fixtures/medias';
10
+ import fixturePdf from './fixtures/pdf';
11
+ import fixtureVimeo from './fixtures/vimeo';
12
+ import fixtureWithOnclick from './fixtures/with-onclick';
13
+ test('Molecule › MoleculeScopeContent > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(MoleculeScopeContent.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Molecule.MoleculeScopeContent.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Molecule › MoleculeScopeContent › Arabic › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureArabic);
20
+ test('Molecule › MoleculeScopeContent › Audio › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureAudio);
21
+ test('Molecule › MoleculeScopeContent › Default › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureDefault);
22
+ test('Molecule › MoleculeScopeContent › Empty › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureEmpty);
23
+ test('Molecule › MoleculeScopeContent › Medias › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureMedias);
24
+ test('Molecule › MoleculeScopeContent › Pdf › should be rendered', renderComponentMacro, MoleculeScopeContent, fixturePdf);
25
+ test('Molecule › MoleculeScopeContent › Vimeo › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureVimeo);
26
+ test('Molecule › MoleculeScopeContent › WithOnclick › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureWithOnclick);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/scope-content/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeScopeContent","fixtureArabic","fixtureAudio","fixtureDefault","fixtureEmpty","fixtureMedias","fixturePdf","fixtureVimeo","fixtureWithOnclick","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,oBAAP,MAAiC,IAAjC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAX,IAAI,CAAC,+DAAD,EAAkEY,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,oBAAoB,CAACW,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,oBAAxF,EAA8GC,aAA9G,CAAJ;AACAJ,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,oBAAvF,EAA6GE,YAA7G,CAAJ;AACAL,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GG,cAA/G,CAAJ;AACAN,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,oBAAvF,EAA6GI,YAA7G,CAAJ;AACAP,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,oBAAxF,EAA8GK,aAA9G,CAAJ;AACAR,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,oBAArF,EAA2GM,UAA3G,CAAJ;AACAT,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,oBAAvF,EAA6GO,YAA7G,CAAJ;AACAV,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,oBAA7F,EAAmHQ,kBAAnH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeScopeContent from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureAudio from './fixtures/audio';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureMedias from './fixtures/medias';\nimport fixturePdf from './fixtures/pdf';\nimport fixtureVimeo from './fixtures/vimeo';\nimport fixtureWithOnclick from './fixtures/with-onclick';\n\ntest('Molecule › MoleculeScopeContent > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeScopeContent.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeScopeContent.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeScopeContent › Arabic › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureArabic);\ntest('Molecule › MoleculeScopeContent › Audio › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureAudio);\ntest('Molecule › MoleculeScopeContent › Default › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureDefault);\ntest('Molecule › MoleculeScopeContent › Empty › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureEmpty);\ntest('Molecule › MoleculeScopeContent › Medias › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureMedias);\ntest('Molecule › MoleculeScopeContent › Pdf › should be rendered', renderComponentMacro, MoleculeScopeContent, fixturePdf);\ntest('Molecule › MoleculeScopeContent › Vimeo › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureVimeo);\ntest('Molecule › MoleculeScopeContent › WithOnclick › should be rendered', renderComponentMacro, MoleculeScopeContent, fixtureWithOnclick);\n"],"file":"fixtures.js"}
@@ -0,0 +1,17 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeScopeTabs from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureEmpty from './fixtures/empty';
7
+ import fixtureWithoutStatus from './fixtures/without-status';
8
+ test('Molecule › MoleculeScopeTabs > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(MoleculeScopeTabs.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "Molecule.MoleculeScopeTabs.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('Molecule › MoleculeScopeTabs › Default › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureDefault);
15
+ test('Molecule › MoleculeScopeTabs › Empty › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureEmpty);
16
+ test('Molecule › MoleculeScopeTabs › WithoutStatus › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureWithoutStatus);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/scope-tabs/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeScopeTabs","fixtureDefault","fixtureEmpty","fixtureWithoutStatus","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;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AAEAN,IAAI,CAAC,4DAAD,EAA+DO,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,iBAAiB,CAACM,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,iBAAtF,EAAyGC,cAAzG,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,iBAApF,EAAuGE,YAAvG,CAAJ;AACAL,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,iBAA5F,EAA+GG,oBAA/G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeScopeTabs from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureWithoutStatus from './fixtures/without-status';\n\ntest('Molecule › MoleculeScopeTabs > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeScopeTabs.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeScopeTabs.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeScopeTabs › Default › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureDefault);\ntest('Molecule › MoleculeScopeTabs › Empty › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureEmpty);\ntest('Molecule › MoleculeScopeTabs › WithoutStatus › should be rendered', renderComponentMacro, MoleculeScopeTabs, fixtureWithoutStatus);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSearch from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureWithValue from './fixtures/with-value';
7
+ test('Molecule › MoleculeSearch > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeSearch.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSearch.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeSearch › Default › should be rendered', renderComponentMacro, MoleculeSearch, fixtureDefault);
14
+ test('Molecule › MoleculeSearch › WithValue › should be rendered', renderComponentMacro, MoleculeSearch, fixtureWithValue);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/search/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSearch","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,cAAP,MAA2B,IAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAL,IAAI,CAAC,yDAAD,EAA4DM,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,cAAc,CAACK,SAAhB,EAA2B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,cAAnF,EAAmGC,cAAnG,CAAJ;AACAJ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,cAArF,EAAqGE,gBAArG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSearch from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureWithValue from './fixtures/with-value';\n\ntest('Molecule › MoleculeSearch > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSearch.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSearch.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSearch › Default › should be rendered', renderComponentMacro, MoleculeSearch, fixtureDefault);\ntest('Molecule › MoleculeSearch › WithValue › should be rendered', renderComponentMacro, MoleculeSearch, fixtureWithValue);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSearchForm from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Molecule › MoleculeSearchForm > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeSearchForm.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSearchForm.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeSearchForm › Default › should be rendered', renderComponentMacro, MoleculeSearchForm, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/search-form/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSearchForm","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,kBAAP,MAA+B,IAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,6DAAD,EAAgEK,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,kBAAkB,CAACI,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GC,cAA3G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSearchForm from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeSearchForm > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSearchForm.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSearchForm.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSearchForm › Default › should be rendered', renderComponentMacro, MoleculeSearchForm, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,31 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSelectMultiple from '..';
5
+ import fixtureCheckedCmThemeDisabled from './fixtures/checked-cm-theme-disabled';
6
+ import fixtureCheckedCmThemeError from './fixtures/checked-cm-theme-error';
7
+ import fixtureCheckedCmThemeMultiple from './fixtures/checked-cm-theme-multiple';
8
+ import fixtureCheckedCmTheme from './fixtures/checked-cm-theme';
9
+ import fixtureCheckedCockpitTheme from './fixtures/checked-cockpit-theme';
10
+ import fixtureCheckedSetupTheme from './fixtures/checked-setup-theme';
11
+ import fixtureChecked from './fixtures/checked';
12
+ import fixtureDefault from './fixtures/default';
13
+ import fixtureSetupThemeError from './fixtures/setup-theme-error';
14
+ import fixtureSetupTheme from './fixtures/setup-theme';
15
+ test('Molecule › MoleculeSelectMultiple > should have valid propTypes', t => {
16
+ t.pass();
17
+ forEach(MoleculeSelectMultiple.propTypes, (value, key) => {
18
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSelectMultiple.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
+ });
20
+ });
21
+ test('Molecule › MoleculeSelectMultiple › CheckedCmThemeDisabled › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeDisabled);
22
+ test('Molecule › MoleculeSelectMultiple › CheckedCmThemeError › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeError);
23
+ test('Molecule › MoleculeSelectMultiple › CheckedCmThemeMultiple › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeMultiple);
24
+ test('Molecule › MoleculeSelectMultiple › CheckedCmTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmTheme);
25
+ test('Molecule › MoleculeSelectMultiple › CheckedCockpitTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCockpitTheme);
26
+ test('Molecule › MoleculeSelectMultiple › CheckedSetupTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedSetupTheme);
27
+ test('Molecule › MoleculeSelectMultiple › Checked › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureChecked);
28
+ test('Molecule › MoleculeSelectMultiple › Default › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureDefault);
29
+ test('Molecule › MoleculeSelectMultiple › SetupThemeError › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureSetupThemeError);
30
+ test('Molecule › MoleculeSelectMultiple › SetupTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureSetupTheme);
31
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/select-multiple/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSelectMultiple","fixtureCheckedCmThemeDisabled","fixtureCheckedCmThemeError","fixtureCheckedCmThemeMultiple","fixtureCheckedCmTheme","fixtureCheckedCockpitTheme","fixtureCheckedSetupTheme","fixtureChecked","fixtureDefault","fixtureSetupThemeError","fixtureSetupTheme","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,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,0BAAP,MAAuC,mCAAvC;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,wBAAP,MAAqC,gCAArC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AAEAb,IAAI,CAAC,iEAAD,EAAoEc,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,sBAAsB,CAACa,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,iFAAD,EAAoFE,oBAApF,EAA0GC,sBAA1G,EAAkIC,6BAAlI,CAAJ;AACAJ,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,sBAAvG,EAA+HE,0BAA/H,CAAJ;AACAL,IAAI,CAAC,iFAAD,EAAoFE,oBAApF,EAA0GC,sBAA1G,EAAkIG,6BAAlI,CAAJ;AACAN,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,sBAAlG,EAA0HI,qBAA1H,CAAJ;AACAP,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,sBAAvG,EAA+HK,0BAA/H,CAAJ;AACAR,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,sBAArG,EAA6HM,wBAA7H,CAAJ;AACAT,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHO,cAAnH,CAAJ;AACAV,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHQ,cAAnH,CAAJ;AACAX,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,sBAAnG,EAA2HS,sBAA3H,CAAJ;AACAZ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,sBAA9F,EAAsHU,iBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSelectMultiple from '..';\nimport fixtureCheckedCmThemeDisabled from './fixtures/checked-cm-theme-disabled';\nimport fixtureCheckedCmThemeError from './fixtures/checked-cm-theme-error';\nimport fixtureCheckedCmThemeMultiple from './fixtures/checked-cm-theme-multiple';\nimport fixtureCheckedCmTheme from './fixtures/checked-cm-theme';\nimport fixtureCheckedCockpitTheme from './fixtures/checked-cockpit-theme';\nimport fixtureCheckedSetupTheme from './fixtures/checked-setup-theme';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureDefault from './fixtures/default';\nimport fixtureSetupThemeError from './fixtures/setup-theme-error';\nimport fixtureSetupTheme from './fixtures/setup-theme';\n\ntest('Molecule › MoleculeSelectMultiple > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSelectMultiple.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSelectMultiple.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSelectMultiple › CheckedCmThemeDisabled › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeDisabled);\ntest('Molecule › MoleculeSelectMultiple › CheckedCmThemeError › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeError);\ntest('Molecule › MoleculeSelectMultiple › CheckedCmThemeMultiple › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmThemeMultiple);\ntest('Molecule › MoleculeSelectMultiple › CheckedCmTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCmTheme);\ntest('Molecule › MoleculeSelectMultiple › CheckedCockpitTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedCockpitTheme);\ntest('Molecule › MoleculeSelectMultiple › CheckedSetupTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureCheckedSetupTheme);\ntest('Molecule › MoleculeSelectMultiple › Checked › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureChecked);\ntest('Molecule › MoleculeSelectMultiple › Default › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureDefault);\ntest('Molecule › MoleculeSelectMultiple › SetupThemeError › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureSetupThemeError);\ntest('Molecule › MoleculeSelectMultiple › SetupTheme › should be rendered', renderComponentMacro, MoleculeSelectMultiple, fixtureSetupTheme);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSetupCohortItem from '..';
5
+ import fixtureCreateNewValid from './fixtures/create-new-valid';
6
+ import fixtureCreateNew from './fixtures/create-new';
7
+ import fixtureDefault from './fixtures/default';
8
+ import fixtureDisabledSubmit from './fixtures/disabled-submit';
9
+ test('Molecule › MoleculeSetupCohortItem > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeSetupCohortItem.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSetupCohortItem.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeSetupCohortItem › CreateNewValid › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureCreateNewValid);
16
+ test('Molecule › MoleculeSetupCohortItem › CreateNew › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureCreateNew);
17
+ test('Molecule › MoleculeSetupCohortItem › Default › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureDefault);
18
+ test('Molecule › MoleculeSetupCohortItem › DisabledSubmit › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureDisabledSubmit);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/setup-cohort-item/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSetupCohortItem","fixtureCreateNewValid","fixtureCreateNew","fixtureDefault","fixtureDisabledSubmit","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAP,IAAI,CAAC,kEAAD,EAAqEQ,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,uBAAuB,CAACO,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,uBAAnG,EAA4HC,qBAA5H,CAAJ;AACAJ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,uBAA9F,EAAuHE,gBAAvH,CAAJ;AACAL,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHG,cAArH,CAAJ;AACAN,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,uBAAnG,EAA4HI,qBAA5H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSetupCohortItem from '..';\nimport fixtureCreateNewValid from './fixtures/create-new-valid';\nimport fixtureCreateNew from './fixtures/create-new';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabledSubmit from './fixtures/disabled-submit';\n\ntest('Molecule › MoleculeSetupCohortItem > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSetupCohortItem.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSetupCohortItem.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSetupCohortItem › CreateNewValid › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureCreateNewValid);\ntest('Molecule › MoleculeSetupCohortItem › CreateNew › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureCreateNew);\ntest('Molecule › MoleculeSetupCohortItem › Default › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureDefault);\ntest('Molecule › MoleculeSetupCohortItem › DisabledSubmit › should be rendered', renderComponentMacro, MoleculeSetupCohortItem, fixtureDisabledSubmit);\n"],"file":"fixtures.js"}
@@ -0,0 +1,25 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSetupSection from '..';
5
+ import fixtureAnalyticsBoutique from './fixtures/analytics-boutique';
6
+ import fixtureAnalyticsBranch from './fixtures/analytics-branch';
7
+ import fixtureAnalyticsRegion from './fixtures/analytics-region';
8
+ import fixtureDefault from './fixtures/default';
9
+ import fixtureFirst from './fixtures/first';
10
+ import fixtureNoContentTypes from './fixtures/no-content-types';
11
+ import fixtureOther from './fixtures/other';
12
+ test('Molecule › MoleculeSetupSection > should have valid propTypes', t => {
13
+ t.pass();
14
+ forEach(MoleculeSetupSection.propTypes, (value, key) => {
15
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSetupSection.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
+ });
17
+ });
18
+ test('Molecule › MoleculeSetupSection › AnalyticsBoutique › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsBoutique);
19
+ test('Molecule › MoleculeSetupSection › AnalyticsBranch › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsBranch);
20
+ test('Molecule › MoleculeSetupSection › AnalyticsRegion › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsRegion);
21
+ test('Molecule › MoleculeSetupSection › Default › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureDefault);
22
+ test('Molecule › MoleculeSetupSection › First › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureFirst);
23
+ test('Molecule › MoleculeSetupSection › NoContentTypes › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureNoContentTypes);
24
+ test('Molecule › MoleculeSetupSection › Other › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureOther);
25
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/setup-section/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSetupSection","fixtureAnalyticsBoutique","fixtureAnalyticsBranch","fixtureAnalyticsRegion","fixtureDefault","fixtureFirst","fixtureNoContentTypes","fixtureOther","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,oBAAP,MAAiC,IAAjC;AACA,OAAOC,wBAAP,MAAqC,+BAArC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAV,IAAI,CAAC,+DAAD,EAAkEW,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,oBAAoB,CAACU,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,oBAAnG,EAAyHC,wBAAzH,CAAJ;AACAJ,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,oBAAjG,EAAuHE,sBAAvH,CAAJ;AACAL,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,oBAAjG,EAAuHG,sBAAvH,CAAJ;AACAN,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GI,cAA/G,CAAJ;AACAP,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,oBAAvF,EAA6GK,YAA7G,CAAJ;AACAR,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,oBAAhG,EAAsHM,qBAAtH,CAAJ;AACAT,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,oBAAvF,EAA6GO,YAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSetupSection from '..';\nimport fixtureAnalyticsBoutique from './fixtures/analytics-boutique';\nimport fixtureAnalyticsBranch from './fixtures/analytics-branch';\nimport fixtureAnalyticsRegion from './fixtures/analytics-region';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFirst from './fixtures/first';\nimport fixtureNoContentTypes from './fixtures/no-content-types';\nimport fixtureOther from './fixtures/other';\n\ntest('Molecule › MoleculeSetupSection > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSetupSection.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSetupSection.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSetupSection › AnalyticsBoutique › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsBoutique);\ntest('Molecule › MoleculeSetupSection › AnalyticsBranch › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsBranch);\ntest('Molecule › MoleculeSetupSection › AnalyticsRegion › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureAnalyticsRegion);\ntest('Molecule › MoleculeSetupSection › Default › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureDefault);\ntest('Molecule › MoleculeSetupSection › First › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureFirst);\ntest('Molecule › MoleculeSetupSection › NoContentTypes › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureNoContentTypes);\ntest('Molecule › MoleculeSetupSection › Other › should be rendered', renderComponentMacro, MoleculeSetupSection, fixtureOther);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSetupSections from '..';
5
+ import fixtureAnalytics from './fixtures/analytics';
6
+ import fixtureDashboard from './fixtures/dashboard';
7
+ import fixtureDefault from './fixtures/default';
8
+ import fixtureLoading from './fixtures/loading';
9
+ test('Molecule › MoleculeSetupSections > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeSetupSections.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSetupSections.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeSetupSections › Analytics › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureAnalytics);
16
+ test('Molecule › MoleculeSetupSections › Dashboard › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureDashboard);
17
+ test('Molecule › MoleculeSetupSections › Default › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureDefault);
18
+ test('Molecule › MoleculeSetupSections › Loading › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureLoading);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/setup-sections/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSetupSections","fixtureAnalytics","fixtureDashboard","fixtureDefault","fixtureLoading","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,qBAAP,MAAkC,IAAlC;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAP,IAAI,CAAC,gEAAD,EAAmEQ,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,qBAAqB,CAACO,SAAvB,EAAkC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,0DAAyDF,GAAI,mEAAtF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,qBAA5F,EAAmHC,gBAAnH,CAAJ;AACAJ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,qBAA5F,EAAmHE,gBAAnH,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHG,cAAjH,CAAJ;AACAN,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHI,cAAjH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSetupSections from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureDashboard from './fixtures/dashboard';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLoading from './fixtures/loading';\n\ntest('Molecule › MoleculeSetupSections > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSetupSections.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSetupSections.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSetupSections › Analytics › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureAnalytics);\ntest('Molecule › MoleculeSetupSections › Dashboard › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureDashboard);\ntest('Molecule › MoleculeSetupSections › Default › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureDefault);\ntest('Molecule › MoleculeSetupSections › Loading › should be rendered', renderComponentMacro, MoleculeSetupSections, fixtureLoading);\n"],"file":"fixtures.js"}
@@ -0,0 +1,25 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSetupSlide from '..';
5
+ import fixtureAlertMessage from './fixtures/alert-message';
6
+ import fixtureCheckbox from './fixtures/checkbox';
7
+ import fixtureCohort from './fixtures/cohort';
8
+ import fixtureCreateNewCohort from './fixtures/create-new-cohort';
9
+ import fixtureDefault from './fixtures/default';
10
+ import fixtureSplitForm from './fixtures/split-form';
11
+ import fixtureWithoutUploadImage from './fixtures/without-upload-image';
12
+ test('Molecule › MoleculeSetupSlide > should have valid propTypes', t => {
13
+ t.pass();
14
+ forEach(MoleculeSetupSlide.propTypes, (value, key) => {
15
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSetupSlide.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
+ });
17
+ });
18
+ test('Molecule › MoleculeSetupSlide › AlertMessage › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureAlertMessage);
19
+ test('Molecule › MoleculeSetupSlide › Checkbox › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCheckbox);
20
+ test('Molecule › MoleculeSetupSlide › Cohort › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCohort);
21
+ test('Molecule › MoleculeSetupSlide › CreateNewCohort › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCreateNewCohort);
22
+ test('Molecule › MoleculeSetupSlide › Default › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureDefault);
23
+ test('Molecule › MoleculeSetupSlide › SplitForm › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureSplitForm);
24
+ test('Molecule › MoleculeSetupSlide › WithoutUploadImage › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureWithoutUploadImage);
25
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/setup-slide/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSetupSlide","fixtureAlertMessage","fixtureCheckbox","fixtureCohort","fixtureCreateNewCohort","fixtureDefault","fixtureSplitForm","fixtureWithoutUploadImage","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AAEAV,IAAI,CAAC,6DAAD,EAAgEW,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,kBAAkB,CAACU,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,kBAA5F,EAAgHC,mBAAhH,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,kBAAxF,EAA4GE,eAA5G,CAAJ;AACAL,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,kBAAtF,EAA0GG,aAA1G,CAAJ;AACAN,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,kBAA/F,EAAmHI,sBAAnH,CAAJ;AACAP,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GK,cAA3G,CAAJ;AACAR,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,kBAAzF,EAA6GM,gBAA7G,CAAJ;AACAT,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,kBAAlG,EAAsHO,yBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSetupSlide from '..';\nimport fixtureAlertMessage from './fixtures/alert-message';\nimport fixtureCheckbox from './fixtures/checkbox';\nimport fixtureCohort from './fixtures/cohort';\nimport fixtureCreateNewCohort from './fixtures/create-new-cohort';\nimport fixtureDefault from './fixtures/default';\nimport fixtureSplitForm from './fixtures/split-form';\nimport fixtureWithoutUploadImage from './fixtures/without-upload-image';\n\ntest('Molecule › MoleculeSetupSlide > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSetupSlide.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSetupSlide.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSetupSlide › AlertMessage › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureAlertMessage);\ntest('Molecule › MoleculeSetupSlide › Checkbox › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCheckbox);\ntest('Molecule › MoleculeSetupSlide › Cohort › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCohort);\ntest('Molecule › MoleculeSetupSlide › CreateNewCohort › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureCreateNewCohort);\ntest('Molecule › MoleculeSetupSlide › Default › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureDefault);\ntest('Molecule › MoleculeSetupSlide › SplitForm › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureSplitForm);\ntest('Molecule › MoleculeSetupSlide › WithoutUploadImage › should be rendered', renderComponentMacro, MoleculeSetupSlide, fixtureWithoutUploadImage);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSetupSlider from '..';
5
+ import fixtureDefaultCohort from './fixtures/default-cohort';
6
+ import fixtureDefault from './fixtures/default';
7
+ test('Molecule › MoleculeSetupSlider > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeSetupSlider.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSetupSlider.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeSetupSlider › DefaultCohort › should be rendered', renderComponentMacro, MoleculeSetupSlider, fixtureDefaultCohort);
14
+ test('Molecule › MoleculeSetupSlider › Default › should be rendered', renderComponentMacro, MoleculeSetupSlider, fixtureDefault);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/setup-slider/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSetupSlider","fixtureDefaultCohort","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,mBAAP,MAAgC,IAAhC;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAL,IAAI,CAAC,8DAAD,EAAiEM,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,mBAAmB,CAACK,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,mBAA9F,EAAmHC,oBAAnH,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GE,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSetupSlider from '..';\nimport fixtureDefaultCohort from './fixtures/default-cohort';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeSetupSlider > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSetupSlider.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSetupSlider.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSetupSlider › DefaultCohort › should be rendered', renderComponentMacro, MoleculeSetupSlider, fixtureDefaultCohort);\ntest('Molecule › MoleculeSetupSlider › Default › should be rendered', renderComponentMacro, MoleculeSetupSlider, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeShare from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Molecule › MoleculeShare > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeShare.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeShare.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeShare › Default › should be rendered', renderComponentMacro, MoleculeShare, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/share/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeShare","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,aAAP,MAA0B,IAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,wDAAD,EAA2DK,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,aAAa,CAACI,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,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,aAAlF,EAAiGC,cAAjG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeShare from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeShare > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeShare.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeShare.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeShare › Default › should be rendered', renderComponentMacro, MoleculeShare, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSkillCard from '..';
5
+ import fixtureCustomSkill from './fixtures/custom-skill';
6
+ import fixtureDefault from './fixtures/default';
7
+ import fixtureNoAriaLabels from './fixtures/no-aria-labels';
8
+ import fixtureShortSkillTitle from './fixtures/short-skill-title';
9
+ test('Molecule › MoleculeSkillCard > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeSkillCard.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSkillCard.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeSkillCard › CustomSkill › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureCustomSkill);
16
+ test('Molecule › MoleculeSkillCard › Default › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureDefault);
17
+ test('Molecule › MoleculeSkillCard › NoAriaLabels › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureNoAriaLabels);
18
+ test('Molecule › MoleculeSkillCard › ShortSkillTitle › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureShortSkillTitle);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/skill-card/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSkillCard","fixtureCustomSkill","fixtureDefault","fixtureNoAriaLabels","fixtureShortSkillTitle","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,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,mBAAP,MAAgC,2BAAhC;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AAEAP,IAAI,CAAC,4DAAD,EAA+DQ,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,iBAAiB,CAACO,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,iBAA1F,EAA6GC,kBAA7G,CAAJ;AACAJ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,iBAAtF,EAAyGE,cAAzG,CAAJ;AACAL,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,iBAA3F,EAA8GG,mBAA9G,CAAJ;AACAN,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,iBAA9F,EAAiHI,sBAAjH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSkillCard from '..';\nimport fixtureCustomSkill from './fixtures/custom-skill';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoAriaLabels from './fixtures/no-aria-labels';\nimport fixtureShortSkillTitle from './fixtures/short-skill-title';\n\ntest('Molecule › MoleculeSkillCard > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSkillCard.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSkillCard.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSkillCard › CustomSkill › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureCustomSkill);\ntest('Molecule › MoleculeSkillCard › Default › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureDefault);\ntest('Molecule › MoleculeSkillCard › NoAriaLabels › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureNoAriaLabels);\ntest('Molecule › MoleculeSkillCard › ShortSkillTitle › should be rendered', renderComponentMacro, MoleculeSkillCard, fixtureShortSkillTitle);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSsmenuList from '..';
5
+ import fixtureCoorpacademy from './fixtures/coorpacademy';
6
+ import fixtureEmpty from './fixtures/empty';
7
+ import fixtureFormations from './fixtures/formations';
8
+ import fixtureSolutions from './fixtures/solutions';
9
+ test('Molecule › MoleculeSsmenuList > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeSsmenuList.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSsmenuList.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeSsmenuList › Coorpacademy › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureCoorpacademy);
16
+ test('Molecule › MoleculeSsmenuList › Empty › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureEmpty);
17
+ test('Molecule › MoleculeSsmenuList › Formations › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureFormations);
18
+ test('Molecule › MoleculeSsmenuList › Solutions › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureSolutions);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/ssmenu-list/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSsmenuList","fixtureCoorpacademy","fixtureEmpty","fixtureFormations","fixtureSolutions","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,mBAAP,MAAgC,yBAAhC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AAEAP,IAAI,CAAC,6DAAD,EAAgEQ,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,kBAAkB,CAACO,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,kBAA5F,EAAgHC,mBAAhH,CAAJ;AACAJ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGE,YAAzG,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,kBAA1F,EAA8GG,iBAA9G,CAAJ;AACAN,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,kBAAzF,EAA6GI,gBAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSsmenuList from '..';\nimport fixtureCoorpacademy from './fixtures/coorpacademy';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureFormations from './fixtures/formations';\nimport fixtureSolutions from './fixtures/solutions';\n\ntest('Molecule › MoleculeSsmenuList > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSsmenuList.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSsmenuList.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSsmenuList › Coorpacademy › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureCoorpacademy);\ntest('Molecule › MoleculeSsmenuList › Empty › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureEmpty);\ntest('Molecule › MoleculeSsmenuList › Formations › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureFormations);\ntest('Molecule › MoleculeSsmenuList › Solutions › should be rendered', renderComponentMacro, MoleculeSsmenuList, fixtureSolutions);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSubscriptionFreemium from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Molecule › MoleculeSubscriptionFreemium > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeSubscriptionFreemium.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSubscriptionFreemium.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeSubscriptionFreemium › Default › should be rendered', renderComponentMacro, MoleculeSubscriptionFreemium, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/subscription-freemium/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSubscriptionFreemium","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,4BAAP,MAAyC,IAAzC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,uEAAD,EAA0EK,CAAC,IAAI;AACjFA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,4BAA4B,CAACI,SAA9B,EAAyC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iEAAgEF,GAAI,mEAA7F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,4BAAjG,EAA+HC,cAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSubscriptionFreemium from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Molecule › MoleculeSubscriptionFreemium > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSubscriptionFreemium.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSubscriptionFreemium.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSubscriptionFreemium › Default › should be rendered', renderComponentMacro, MoleculeSubscriptionFreemium, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeSubscriptionPremium from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixturePromoCode from './fixtures/promo-code';
7
+ test('Molecule › MoleculeSubscriptionPremium > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeSubscriptionPremium.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeSubscriptionPremium.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeSubscriptionPremium › Default › should be rendered', renderComponentMacro, MoleculeSubscriptionPremium, fixtureDefault);
14
+ test('Molecule › MoleculeSubscriptionPremium › PromoCode › should be rendered', renderComponentMacro, MoleculeSubscriptionPremium, fixturePromoCode);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/subscription-premium/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeSubscriptionPremium","fixtureDefault","fixturePromoCode","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,2BAAP,MAAwC,IAAxC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAL,IAAI,CAAC,sEAAD,EAAyEM,CAAC,IAAI;AAChFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,2BAA2B,CAACK,SAA7B,EAAwC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC7DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gEAA+DF,GAAI,mEAA5F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,2BAAhG,EAA6HC,cAA7H,CAAJ;AACAJ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,2BAAlG,EAA+HE,gBAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSubscriptionPremium from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixturePromoCode from './fixtures/promo-code';\n\ntest('Molecule › MoleculeSubscriptionPremium > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSubscriptionPremium.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSubscriptionPremium.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSubscriptionPremium › Default › should be rendered', renderComponentMacro, MoleculeSubscriptionPremium, fixtureDefault);\ntest('Molecule › MoleculeSubscriptionPremium › PromoCode › should be rendered', renderComponentMacro, MoleculeSubscriptionPremium, fixturePromoCode);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeTable from '..';
5
+ import fixtureCockpitTheme from './fixtures/cockpit-theme';
6
+ import fixtureDefault from './fixtures/default';
7
+ import fixtureNoOptions from './fixtures/no-options';
8
+ import fixtureReadonly from './fixtures/readonly';
9
+ test('Molecule › MoleculeTable > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeTable.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeTable.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeTable › CockpitTheme › should be rendered', renderComponentMacro, MoleculeTable, fixtureCockpitTheme);
16
+ test('Molecule › MoleculeTable › Default › should be rendered', renderComponentMacro, MoleculeTable, fixtureDefault);
17
+ test('Molecule › MoleculeTable › NoOptions › should be rendered', renderComponentMacro, MoleculeTable, fixtureNoOptions);
18
+ test('Molecule › MoleculeTable › Readonly › should be rendered', renderComponentMacro, MoleculeTable, fixtureReadonly);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/table/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeTable","fixtureCockpitTheme","fixtureDefault","fixtureNoOptions","fixtureReadonly","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,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,wDAAD,EAA2DQ,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,aAAa,CAACO,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,aAAvF,EAAsGC,mBAAtG,CAAJ;AACAJ,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,aAAlF,EAAiGE,cAAjG,CAAJ;AACAL,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,aAApF,EAAmGG,gBAAnG,CAAJ;AACAN,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,aAAnF,EAAkGI,eAAlG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeTable from '..';\nimport fixtureCockpitTheme from './fixtures/cockpit-theme';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoOptions from './fixtures/no-options';\nimport fixtureReadonly from './fixtures/readonly';\n\ntest('Molecule › MoleculeTable > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeTable.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeTable.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeTable › CockpitTheme › should be rendered', renderComponentMacro, MoleculeTable, fixtureCockpitTheme);\ntest('Molecule › MoleculeTable › Default › should be rendered', renderComponentMacro, MoleculeTable, fixtureDefault);\ntest('Molecule › MoleculeTable › NoOptions › should be rendered', renderComponentMacro, MoleculeTable, fixtureNoOptions);\ntest('Molecule › MoleculeTable › Readonly › should be rendered', renderComponentMacro, MoleculeTable, fixtureReadonly);\n"],"file":"fixtures.js"}
@@ -0,0 +1,29 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import MoleculeTeamsPopin from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureLoadingBackground from './fixtures/loading-background';
7
+ import fixtureLoading from './fixtures/loading';
8
+ import fixtureLoginBackground from './fixtures/login-background';
9
+ import fixtureLoginFaild from './fixtures/login-faild';
10
+ import fixtureLogin from './fixtures/login';
11
+ import fixtureNotTeamsAccount from './fixtures/not-teams-account';
12
+ import fixtureWithoutButton from './fixtures/without-button';
13
+ import fixtureWrong from './fixtures/wrong';
14
+ test('Molecule › MoleculeTeamsPopin > should have valid propTypes', t => {
15
+ t.pass();
16
+ forEach(MoleculeTeamsPopin.propTypes, (value, key) => {
17
+ t.not(value, undefined, `PropType for "Molecule.MoleculeTeamsPopin.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
18
+ });
19
+ });
20
+ test('Molecule › MoleculeTeamsPopin › Default › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureDefault);
21
+ test('Molecule › MoleculeTeamsPopin › LoadingBackground › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoadingBackground);
22
+ test('Molecule › MoleculeTeamsPopin › Loading › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoading);
23
+ test('Molecule › MoleculeTeamsPopin › LoginBackground › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoginBackground);
24
+ test('Molecule › MoleculeTeamsPopin › LoginFaild › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoginFaild);
25
+ test('Molecule › MoleculeTeamsPopin › Login › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLogin);
26
+ test('Molecule › MoleculeTeamsPopin › NotTeamsAccount › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureNotTeamsAccount);
27
+ test('Molecule › MoleculeTeamsPopin › WithoutButton › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureWithoutButton);
28
+ test('Molecule › MoleculeTeamsPopin › Wrong › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureWrong);
29
+ //# sourceMappingURL=fixtures.js.map