@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/teams-popin/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeTeamsPopin","fixtureDefault","fixtureLoadingBackground","fixtureLoading","fixtureLoginBackground","fixtureLoginFaild","fixtureLogin","fixtureNotTeamsAccount","fixtureWithoutButton","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,kBAAP,MAA+B,IAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,wBAAP,MAAqC,+BAArC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,sBAAP,MAAmC,8BAAnC;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAZ,IAAI,CAAC,6DAAD,EAAgEa,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAb,EAAAA,OAAO,CAACE,kBAAkB,CAACY,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;AAOAjB,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GC,cAA3G,CAAJ;AACAJ,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,kBAAjG,EAAqHE,wBAArH,CAAJ;AACAL,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GG,cAA3G,CAAJ;AACAN,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,kBAA/F,EAAmHI,sBAAnH,CAAJ;AACAP,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,kBAA1F,EAA8GK,iBAA9G,CAAJ;AACAR,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGM,YAAzG,CAAJ;AACAT,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,kBAA/F,EAAmHO,sBAAnH,CAAJ;AACAV,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,kBAA7F,EAAiHQ,oBAAjH,CAAJ;AACAX,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGS,YAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeTeamsPopin from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLoadingBackground from './fixtures/loading-background';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureLoginBackground from './fixtures/login-background';\nimport fixtureLoginFaild from './fixtures/login-faild';\nimport fixtureLogin from './fixtures/login';\nimport fixtureNotTeamsAccount from './fixtures/not-teams-account';\nimport fixtureWithoutButton from './fixtures/without-button';\nimport fixtureWrong from './fixtures/wrong';\n\ntest('Molecule › MoleculeTeamsPopin > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeTeamsPopin.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeTeamsPopin.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeTeamsPopin › Default › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureDefault);\ntest('Molecule › MoleculeTeamsPopin › LoadingBackground › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoadingBackground);\ntest('Molecule › MoleculeTeamsPopin › Loading › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoading);\ntest('Molecule › MoleculeTeamsPopin › LoginBackground › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoginBackground);\ntest('Molecule › MoleculeTeamsPopin › LoginFaild › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLoginFaild);\ntest('Molecule › MoleculeTeamsPopin › Login › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureLogin);\ntest('Molecule › MoleculeTeamsPopin › NotTeamsAccount › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureNotTeamsAccount);\ntest('Molecule › MoleculeTeamsPopin › WithoutButton › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureWithoutButton);\ntest('Molecule › MoleculeTeamsPopin › Wrong › should be rendered', renderComponentMacro, MoleculeTeamsPopin, fixtureWrong);\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 MoleculeThemeImage from '..';
5
+ import fixtureBg from './fixtures/bg';
6
+ test('Molecule › MoleculeThemeImage > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(MoleculeThemeImage.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Molecule.MoleculeThemeImage.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Molecule › MoleculeThemeImage › Bg › should be rendered', renderComponentMacro, MoleculeThemeImage, fixtureBg);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/theme-image/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeThemeImage","fixtureBg","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,SAAP,MAAsB,eAAtB;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,yDAAD,EAA4DE,oBAA5D,EAAkFC,kBAAlF,EAAsGC,SAAtG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeThemeImage from '..';\nimport fixtureBg from './fixtures/bg';\n\ntest('Molecule › MoleculeThemeImage > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeThemeImage.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeThemeImage.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeThemeImage › Bg › should be rendered', renderComponentMacro, MoleculeThemeImage, fixtureBg);\n"],"file":"fixtures.js"}
@@ -0,0 +1,41 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import PropTypes from 'prop-types';
5
+ import InputTextWithTitle from '../../atom/input-text-with-title';
6
+ import CheckboxWithTitle from '../../atom/checkbox-with-title';
7
+ import Title from '../../atom/title';
8
+ import DragAndDropWrapper from '../drag-and-drop-wrapper';
9
+ import style from './style.css';
10
+ const CHILD = {
11
+ 'input-text': InputTextWithTitle,
12
+ 'drag-and-drop-wrapper': DragAndDropWrapper
13
+ };
14
+
15
+ const TitleAndCheckBoxWrapper = props => {
16
+ const {
17
+ checkboxWithTitle,
18
+ child,
19
+ sectionTitle
20
+ } = props;
21
+ const Child = CHILD[child.childType];
22
+ return /*#__PURE__*/React.createElement("div", null, checkboxWithTitle ? /*#__PURE__*/React.createElement(CheckboxWithTitle, checkboxWithTitle) : null, sectionTitle ? /*#__PURE__*/React.createElement("div", {
23
+ className: style.sectionTitle
24
+ }, /*#__PURE__*/React.createElement(Title, _extends({}, sectionTitle, {
25
+ type: 'form-group'
26
+ }))) : null, /*#__PURE__*/React.createElement("div", {
27
+ className: checkboxWithTitle || sectionTitle ? style.child : null
28
+ }, /*#__PURE__*/React.createElement(Child, child)));
29
+ };
30
+
31
+ TitleAndCheckBoxWrapper.propTypes = process.env.NODE_ENV !== "production" ? {
32
+ checkboxWithTitle: PropTypes.shape(CheckboxWithTitle.propTypes),
33
+ sectionTitle: PropTypes.shape(Title.propTypes),
34
+ child: PropTypes.oneOfType([PropTypes.shape(_extends(_extends({}, InputTextWithTitle.propTypes), {}, {
35
+ childType: PropTypes.oneOf(['input-text'])
36
+ })), PropTypes.shape(_extends(_extends({}, DragAndDropWrapper.propTypes), {}, {
37
+ childType: PropTypes.oneOf(['drag-and-drop-wrapper'])
38
+ }))])
39
+ } : {};
40
+ export default TitleAndCheckBoxWrapper;
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/molecule/title-and-checkbox-wrapper/index.js"],"names":["React","PropTypes","InputTextWithTitle","CheckboxWithTitle","Title","DragAndDropWrapper","style","CHILD","TitleAndCheckBoxWrapper","props","checkboxWithTitle","child","sectionTitle","Child","childType","propTypes","shape","oneOfType","oneOf"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,kBAAP,MAA+B,kCAA/B;AACA,OAAOC,iBAAP,MAA8B,gCAA9B;AACA,OAAOC,KAAP,MAAkB,kBAAlB;AACA,OAAOC,kBAAP,MAA+B,0BAA/B;AACA,OAAOC,KAAP,MAAkB,aAAlB;AAEA,MAAMC,KAAK,GAAG;AACZ,gBAAcL,kBADF;AAEZ,2BAAyBG;AAFb,CAAd;;AAIA,MAAMG,uBAAuB,GAAGC,KAAK,IAAI;AACvC,QAAM;AAACC,IAAAA,iBAAD;AAAoBC,IAAAA,KAApB;AAA2BC,IAAAA;AAA3B,MAA2CH,KAAjD;AAEA,QAAMI,KAAK,GAAGN,KAAK,CAACI,KAAK,CAACG,SAAP,CAAnB;AACA,sBACE,iCACGJ,iBAAiB,gBAAG,oBAAC,iBAAD,EAAuBA,iBAAvB,CAAH,GAAkD,IADtE,EAEGE,YAAY,gBACX;AAAK,IAAA,SAAS,EAAEN,KAAK,CAACM;AAAtB,kBACE,oBAAC,KAAD,eAAWA,YAAX;AAAyB,IAAA,IAAI,EAAE;AAA/B,KADF,CADW,GAIT,IANN,eAOE;AAAK,IAAA,SAAS,EAAEF,iBAAiB,IAAIE,YAArB,GAAoCN,KAAK,CAACK,KAA1C,GAAkD;AAAlE,kBACE,oBAAC,KAAD,EAAWA,KAAX,CADF,CAPF,CADF;AAaD,CAjBD;;AAmBAH,uBAAuB,CAACO,SAAxB,2CAAoC;AAClCL,EAAAA,iBAAiB,EAAET,SAAS,CAACe,KAAV,CAAgBb,iBAAiB,CAACY,SAAlC,CADe;AAElCH,EAAAA,YAAY,EAAEX,SAAS,CAACe,KAAV,CAAgBZ,KAAK,CAACW,SAAtB,CAFoB;AAGlCJ,EAAAA,KAAK,EAAEV,SAAS,CAACgB,SAAV,CAAoB,CACzBhB,SAAS,CAACe,KAAV,uBACKd,kBAAkB,CAACa,SADxB;AAEED,IAAAA,SAAS,EAAEb,SAAS,CAACiB,KAAV,CAAgB,CAAC,YAAD,CAAhB;AAFb,KADyB,EAKzBjB,SAAS,CAACe,KAAV,uBACKX,kBAAkB,CAACU,SADxB;AAEED,IAAAA,SAAS,EAAEb,SAAS,CAACiB,KAAV,CAAgB,CAAC,uBAAD,CAAhB;AAFb,KALyB,CAApB;AAH2B,CAApC;AAcA,eAAeV,uBAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport InputTextWithTitle from '../../atom/input-text-with-title';\nimport CheckboxWithTitle from '../../atom/checkbox-with-title';\nimport Title from '../../atom/title';\nimport DragAndDropWrapper from '../drag-and-drop-wrapper';\nimport style from './style.css';\n\nconst CHILD = {\n 'input-text': InputTextWithTitle,\n 'drag-and-drop-wrapper': DragAndDropWrapper\n};\nconst TitleAndCheckBoxWrapper = props => {\n const {checkboxWithTitle, child, sectionTitle} = props;\n\n const Child = CHILD[child.childType];\n return (\n <div>\n {checkboxWithTitle ? <CheckboxWithTitle {...checkboxWithTitle} /> : null}\n {sectionTitle ? (\n <div className={style.sectionTitle}>\n <Title {...sectionTitle} type={'form-group'} />\n </div>\n ) : null}\n <div className={checkboxWithTitle || sectionTitle ? style.child : null}>\n <Child {...child} />\n </div>\n </div>\n );\n};\n\nTitleAndCheckBoxWrapper.propTypes = {\n checkboxWithTitle: PropTypes.shape(CheckboxWithTitle.propTypes),\n sectionTitle: PropTypes.shape(Title.propTypes),\n child: PropTypes.oneOfType([\n PropTypes.shape({\n ...InputTextWithTitle.propTypes,\n childType: PropTypes.oneOf(['input-text'])\n }),\n PropTypes.shape({\n ...DragAndDropWrapper.propTypes,\n childType: PropTypes.oneOf(['drag-and-drop-wrapper'])\n })\n ])\n};\nexport default TitleAndCheckBoxWrapper;\n"],"file":"index.js"}
@@ -0,0 +1,6 @@
1
+ .child {
2
+ margin-left: 32px;
3
+ }
4
+ .sectionTitle {
5
+ margin-bottom: 16px;
6
+ }
@@ -0,0 +1,11 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import InputTextwithTitle from '../../../../atom/input-text-with-title/test/fixtures/error';
4
+ export default {
5
+ props: {
6
+ child: _extends(_extends({}, InputTextwithTitle.props), {}, {
7
+ childType: 'input-text'
8
+ })
9
+ }
10
+ };
11
+ //# sourceMappingURL=default.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/title-and-checkbox-wrapper/test/fixtures/default.js"],"names":["InputTextwithTitle","props","child","childType"],"mappings":";;AAAA,OAAOA,kBAAP,MAA+B,4DAA/B;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,kBAAkB,CAACC,KADnB;AAEHE,MAAAA,SAAS,EAAE;AAFR;AADA;AADM,CAAf","sourcesContent":["import InputTextwithTitle from '../../../../atom/input-text-with-title/test/fixtures/error';\n\nexport default {\n props: {\n child: {\n ...InputTextwithTitle.props,\n childType: 'input-text'\n }\n }\n};\n"],"file":"default.js"}
@@ -0,0 +1,13 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import DragDrop from '../../../drag-and-drop-wrapper/test/fixtures/two-drag-and-drops';
4
+ import CheckboxWithTitle from '../../../../atom/checkbox-with-title/test/fixtures/checked';
5
+ export default {
6
+ props: {
7
+ checkboxWithTitle: CheckboxWithTitle.props,
8
+ child: _extends(_extends({}, DragDrop.props), {}, {
9
+ childType: 'drag-and-drop-wrapper'
10
+ })
11
+ }
12
+ };
13
+ //# sourceMappingURL=drag-drop-checkbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-checkbox.js"],"names":["DragDrop","CheckboxWithTitle","props","checkboxWithTitle","child","childType"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,iEAArB;AACA,OAAOC,iBAAP,MAA8B,4DAA9B;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,iBAAiB,EAAEF,iBAAiB,CAACC,KADhC;AAELE,IAAAA,KAAK,wBACAJ,QAAQ,CAACE,KADT;AAEHG,MAAAA,SAAS,EAAE;AAFR;AAFA;AADM,CAAf","sourcesContent":["import DragDrop from '../../../drag-and-drop-wrapper/test/fixtures/two-drag-and-drops';\nimport CheckboxWithTitle from '../../../../atom/checkbox-with-title/test/fixtures/checked';\n\nexport default {\n props: {\n checkboxWithTitle: CheckboxWithTitle.props,\n child: {\n ...DragDrop.props,\n childType: 'drag-and-drop-wrapper'\n }\n }\n};\n"],"file":"drag-drop-checkbox.js"}
@@ -0,0 +1,11 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import DragDrop from '../../../drag-and-drop-wrapper/test/fixtures/default';
4
+ export default {
5
+ props: {
6
+ child: _extends(_extends({}, DragDrop.props), {}, {
7
+ childType: 'drag-and-drop-wrapper'
8
+ })
9
+ }
10
+ };
11
+ //# sourceMappingURL=drag-drop-without-title.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/title-and-checkbox-wrapper/test/fixtures/drag-drop-without-title.js"],"names":["DragDrop","props","child","childType"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,sDAArB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,QAAQ,CAACC,KADT;AAEHE,MAAAA,SAAS,EAAE;AAFR;AADA;AADM,CAAf","sourcesContent":["import DragDrop from '../../../drag-and-drop-wrapper/test/fixtures/default';\n\nexport default {\n props: {\n child: {\n ...DragDrop.props,\n childType: 'drag-and-drop-wrapper'\n }\n }\n};\n"],"file":"drag-drop-without-title.js"}
@@ -0,0 +1,14 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import InputText from '../../../../atom/input-text-with-title/test/fixtures/error';
4
+ export default {
5
+ props: {
6
+ sectionTitle: {
7
+ title: 'This is title'
8
+ },
9
+ child: _extends(_extends({}, InputText.props), {}, {
10
+ childType: 'input-text'
11
+ })
12
+ }
13
+ };
14
+ //# sourceMappingURL=input-text-title.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/molecule/title-and-checkbox-wrapper/test/fixtures/input-text-title.js"],"names":["InputText","props","sectionTitle","title","child","childType"],"mappings":";;AAAA,OAAOA,SAAP,MAAsB,4DAAtB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,YAAY,EAAE;AAACC,MAAAA,KAAK,EAAE;AAAR,KADT;AAELC,IAAAA,KAAK,wBACAJ,SAAS,CAACC,KADV;AAEHI,MAAAA,SAAS,EAAE;AAFR;AAFA;AADM,CAAf","sourcesContent":["import InputText from '../../../../atom/input-text-with-title/test/fixtures/error';\n\nexport default {\n props: {\n sectionTitle: {title: 'This is title'},\n child: {\n ...InputText.props,\n childType: 'input-text'\n }\n }\n};\n"],"file":"input-text-title.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 MoleculeTitleAndCheckboxWrapper from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureDragDropCheckbox from './fixtures/drag-drop-checkbox';
7
+ import fixtureDragDropWithoutTitle from './fixtures/drag-drop-without-title';
8
+ import fixtureInputTextTitle from './fixtures/input-text-title';
9
+ test('Molecule › MoleculeTitleAndCheckboxWrapper > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(MoleculeTitleAndCheckboxWrapper.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Molecule.MoleculeTitleAndCheckboxWrapper.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Molecule › MoleculeTitleAndCheckboxWrapper › Default › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDefault);
16
+ test('Molecule › MoleculeTitleAndCheckboxWrapper › DragDropCheckbox › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDragDropCheckbox);
17
+ test('Molecule › MoleculeTitleAndCheckboxWrapper › DragDropWithoutTitle › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDragDropWithoutTitle);
18
+ test('Molecule › MoleculeTitleAndCheckboxWrapper › InputTextTitle › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureInputTextTitle);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/title-and-checkbox-wrapper/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeTitleAndCheckboxWrapper","fixtureDefault","fixtureDragDropCheckbox","fixtureDragDropWithoutTitle","fixtureInputTextTitle","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,+BAAP,MAA4C,IAA5C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,2BAAP,MAAwC,oCAAxC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AAEAP,IAAI,CAAC,0EAAD,EAA6EQ,CAAC,IAAI;AACpFA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,+BAA+B,CAACO,SAAjC,EAA4C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjEJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oEAAmEF,GAAI,mEAAhG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,+BAApG,EAAqIC,cAArI,CAAJ;AACAJ,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,+BAA7G,EAA8IE,uBAA9I,CAAJ;AACAL,IAAI,CAAC,wFAAD,EAA2FE,oBAA3F,EAAiHC,+BAAjH,EAAkJG,2BAAlJ,CAAJ;AACAN,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,+BAA3G,EAA4II,qBAA5I,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeTitleAndCheckboxWrapper from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDragDropCheckbox from './fixtures/drag-drop-checkbox';\nimport fixtureDragDropWithoutTitle from './fixtures/drag-drop-without-title';\nimport fixtureInputTextTitle from './fixtures/input-text-title';\n\ntest('Molecule › MoleculeTitleAndCheckboxWrapper > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeTitleAndCheckboxWrapper.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeTitleAndCheckboxWrapper.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeTitleAndCheckboxWrapper › Default › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDefault);\ntest('Molecule › MoleculeTitleAndCheckboxWrapper › DragDropCheckbox › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDragDropCheckbox);\ntest('Molecule › MoleculeTitleAndCheckboxWrapper › DragDropWithoutTitle › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureDragDropWithoutTitle);\ntest('Molecule › MoleculeTitleAndCheckboxWrapper › InputTextTitle › should be rendered', renderComponentMacro, MoleculeTitleAndCheckboxWrapper, fixtureInputTextTitle);\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 MoleculeTitledCheckbox from '..';
5
+ import fixtureChecked from './fixtures/checked';
6
+ import fixtureNoBg from './fixtures/no-bg';
7
+ import fixtureNotChecked from './fixtures/not-checked';
8
+ test('Molecule › MoleculeTitledCheckbox > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(MoleculeTitledCheckbox.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "Molecule.MoleculeTitledCheckbox.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('Molecule › MoleculeTitledCheckbox › Checked › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureChecked);
15
+ test('Molecule › MoleculeTitledCheckbox › NoBg › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureNoBg);
16
+ test('Molecule › MoleculeTitledCheckbox › NotChecked › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureNotChecked);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/titled-checkbox/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeTitledCheckbox","fixtureChecked","fixtureNoBg","fixtureNotChecked","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,kBAAxB;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AAEAN,IAAI,CAAC,iEAAD,EAAoEO,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,sBAAsB,CAACM,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,sBAAxF,EAAgHE,WAAhH,CAAJ;AACAL,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,sBAA9F,EAAsHG,iBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeTitledCheckbox from '..';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureNoBg from './fixtures/no-bg';\nimport fixtureNotChecked from './fixtures/not-checked';\n\ntest('Molecule › MoleculeTitledCheckbox > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeTitledCheckbox.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeTitledCheckbox.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeTitledCheckbox › Checked › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureChecked);\ntest('Molecule › MoleculeTitledCheckbox › NoBg › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureNoBg);\ntest('Molecule › MoleculeTitledCheckbox › NotChecked › should be rendered', renderComponentMacro, MoleculeTitledCheckbox, fixtureNotChecked);\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 MoleculeUnsubscribe from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureSubscribed from './fixtures/subscribed';
7
+ test('Molecule › MoleculeUnsubscribe > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(MoleculeUnsubscribe.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Molecule.MoleculeUnsubscribe.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Molecule › MoleculeUnsubscribe › Default › should be rendered', renderComponentMacro, MoleculeUnsubscribe, fixtureDefault);
14
+ test('Molecule › MoleculeUnsubscribe › Subscribed › should be rendered', renderComponentMacro, MoleculeUnsubscribe, fixtureSubscribed);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/unsubscribe/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeUnsubscribe","fixtureDefault","fixtureSubscribed","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;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,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,mBAA3F,EAAgHE,iBAAhH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeUnsubscribe from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureSubscribed from './fixtures/subscribed';\n\ntest('Molecule › MoleculeUnsubscribe > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeUnsubscribe.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeUnsubscribe.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeUnsubscribe › Default › should be rendered', renderComponentMacro, MoleculeUnsubscribe, fixtureDefault);\ntest('Molecule › MoleculeUnsubscribe › Subscribed › should be rendered', renderComponentMacro, MoleculeUnsubscribe, fixtureSubscribed);\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 MoleculeVerticalTabs from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureWithMultipleErrors from './fixtures/with-multiple-errors';
7
+ import fixtureWithSelectedItem from './fixtures/with-selected-item';
8
+ test('Molecule › MoleculeVerticalTabs > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(MoleculeVerticalTabs.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "Molecule.MoleculeVerticalTabs.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('Molecule › MoleculeVerticalTabs › Default › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureDefault);
15
+ test('Molecule › MoleculeVerticalTabs › WithMultipleErrors › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithMultipleErrors);
16
+ test('Molecule › MoleculeVerticalTabs › WithSelectedItem › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithSelectedItem);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/vertical-tabs/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeVerticalTabs","fixtureDefault","fixtureWithMultipleErrors","fixtureWithSelectedItem","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,oBAAP,MAAiC,IAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AAEAN,IAAI,CAAC,+DAAD,EAAkEO,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,oBAAoB,CAACM,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;AAOAX,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GC,cAA/G,CAAJ;AACAJ,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,oBAApG,EAA0HE,yBAA1H,CAAJ;AACAL,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,oBAAlG,EAAwHG,uBAAxH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeVerticalTabs from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureWithMultipleErrors from './fixtures/with-multiple-errors';\nimport fixtureWithSelectedItem from './fixtures/with-selected-item';\n\ntest('Molecule › MoleculeVerticalTabs > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeVerticalTabs.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeVerticalTabs.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeVerticalTabs › Default › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureDefault);\ntest('Molecule › MoleculeVerticalTabs › WithMultipleErrors › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithMultipleErrors);\ntest('Molecule › MoleculeVerticalTabs › WithSelectedItem › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithSelectedItem);\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 MoleculeVideoIframe from '..';
5
+ import fixtureEmpty from './fixtures/empty';
6
+ import fixtureH5P from './fixtures/h5p';
7
+ import fixtureImagePlaceholder from './fixtures/image-placeholder';
8
+ import fixtureJwplayer from './fixtures/jwplayer';
9
+ import fixtureOmniPlayer from './fixtures/omni-player';
10
+ import fixtureUptale from './fixtures/uptale';
11
+ import fixtureYoutube from './fixtures/youtube';
12
+ test('Molecule › MoleculeVideoIframe > should have valid propTypes', t => {
13
+ t.pass();
14
+ forEach(MoleculeVideoIframe.propTypes, (value, key) => {
15
+ t.not(value, undefined, `PropType for "Molecule.MoleculeVideoIframe.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
+ });
17
+ });
18
+ test('Molecule › MoleculeVideoIframe › Empty › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureEmpty);
19
+ test('Molecule › MoleculeVideoIframe › H5P › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureH5P);
20
+ test('Molecule › MoleculeVideoIframe › ImagePlaceholder › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureImagePlaceholder);
21
+ test('Molecule › MoleculeVideoIframe › Jwplayer › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureJwplayer);
22
+ test('Molecule › MoleculeVideoIframe › OmniPlayer › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureOmniPlayer);
23
+ test('Molecule › MoleculeVideoIframe › Uptale › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureUptale);
24
+ test('Molecule › MoleculeVideoIframe › Youtube › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureYoutube);
25
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/video-iframe/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeVideoIframe","fixtureEmpty","fixtureH5P","fixtureImagePlaceholder","fixtureJwplayer","fixtureOmniPlayer","fixtureUptale","fixtureYoutube","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,YAAP,MAAyB,kBAAzB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,uBAAP,MAAoC,8BAApC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAV,IAAI,CAAC,8DAAD,EAAiEW,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,mBAAmB,CAACU,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAf,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,mBAAtF,EAA2GC,YAA3G,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,mBAApF,EAAyGE,UAAzG,CAAJ;AACAL,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,mBAAjG,EAAsHG,uBAAtH,CAAJ;AACAN,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,mBAAzF,EAA8GI,eAA9G,CAAJ;AACAP,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,mBAA3F,EAAgHK,iBAAhH,CAAJ;AACAR,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,mBAAvF,EAA4GM,aAA5G,CAAJ;AACAT,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GO,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeVideoIframe from '..';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureH5P from './fixtures/h5p';\nimport fixtureImagePlaceholder from './fixtures/image-placeholder';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureOmniPlayer from './fixtures/omni-player';\nimport fixtureUptale from './fixtures/uptale';\nimport fixtureYoutube from './fixtures/youtube';\n\ntest('Molecule › MoleculeVideoIframe > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeVideoIframe.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeVideoIframe.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeVideoIframe › Empty › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureEmpty);\ntest('Molecule › MoleculeVideoIframe › H5P › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureH5P);\ntest('Molecule › MoleculeVideoIframe › ImagePlaceholder › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureImagePlaceholder);\ntest('Molecule › MoleculeVideoIframe › Jwplayer › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureJwplayer);\ntest('Molecule › MoleculeVideoIframe › OmniPlayer › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureOmniPlayer);\ntest('Molecule › MoleculeVideoIframe › Uptale › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureUptale);\ntest('Molecule › MoleculeVideoIframe › Youtube › should be rendered', renderComponentMacro, MoleculeVideoIframe, fixtureYoutube);\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 MoleculeVideoPlayer from '..';
5
+ import fixtureH5P from './fixtures/h5p';
6
+ import fixtureJwplayerWithSubtitles from './fixtures/jwplayer-with-subtitles';
7
+ import fixtureJwplayer from './fixtures/jwplayer';
8
+ import fixtureKontiki from './fixtures/kontiki';
9
+ import fixtureMp4 from './fixtures/mp4';
10
+ import fixtureOmniPlayer from './fixtures/omni-player';
11
+ import fixtureUptale from './fixtures/uptale';
12
+ import fixtureVimeo from './fixtures/vimeo';
13
+ import fixtureYoutube from './fixtures/youtube';
14
+ test('Molecule › MoleculeVideoPlayer > should have valid propTypes', t => {
15
+ t.pass();
16
+ forEach(MoleculeVideoPlayer.propTypes, (value, key) => {
17
+ t.not(value, undefined, `PropType for "Molecule.MoleculeVideoPlayer.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
18
+ });
19
+ });
20
+ test('Molecule › MoleculeVideoPlayer › H5P › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureH5P);
21
+ test('Molecule › MoleculeVideoPlayer › JwplayerWithSubtitles › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureJwplayerWithSubtitles);
22
+ test('Molecule › MoleculeVideoPlayer › Jwplayer › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureJwplayer);
23
+ test('Molecule › MoleculeVideoPlayer › Kontiki › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureKontiki);
24
+ test('Molecule › MoleculeVideoPlayer › Mp4 › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureMp4);
25
+ test('Molecule › MoleculeVideoPlayer › OmniPlayer › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureOmniPlayer);
26
+ test('Molecule › MoleculeVideoPlayer › Uptale › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureUptale);
27
+ test('Molecule › MoleculeVideoPlayer › Vimeo › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureVimeo);
28
+ test('Molecule › MoleculeVideoPlayer › Youtube › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureYoutube);
29
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/video-player/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeVideoPlayer","fixtureH5P","fixtureJwplayerWithSubtitles","fixtureJwplayer","fixtureKontiki","fixtureMp4","fixtureOmniPlayer","fixtureUptale","fixtureVimeo","fixtureYoutube","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,UAAP,MAAuB,gBAAvB;AACA,OAAOC,4BAAP,MAAyC,oCAAzC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAZ,IAAI,CAAC,8DAAD,EAAiEa,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAb,EAAAA,OAAO,CAACE,mBAAmB,CAACY,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;AAOAjB,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,mBAApF,EAAyGC,UAAzG,CAAJ;AACAJ,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,mBAAtG,EAA2HE,4BAA3H,CAAJ;AACAL,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,mBAAzF,EAA8GG,eAA9G,CAAJ;AACAN,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GI,cAA7G,CAAJ;AACAP,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,mBAApF,EAAyGK,UAAzG,CAAJ;AACAR,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,mBAA3F,EAAgHM,iBAAhH,CAAJ;AACAT,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,mBAAvF,EAA4GO,aAA5G,CAAJ;AACAV,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,mBAAtF,EAA2GQ,YAA3G,CAAJ;AACAX,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GS,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeVideoPlayer from '..';\nimport fixtureH5P from './fixtures/h5p';\nimport fixtureJwplayerWithSubtitles from './fixtures/jwplayer-with-subtitles';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureKontiki from './fixtures/kontiki';\nimport fixtureMp4 from './fixtures/mp4';\nimport fixtureOmniPlayer from './fixtures/omni-player';\nimport fixtureUptale from './fixtures/uptale';\nimport fixtureVimeo from './fixtures/vimeo';\nimport fixtureYoutube from './fixtures/youtube';\n\ntest('Molecule › MoleculeVideoPlayer > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeVideoPlayer.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeVideoPlayer.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeVideoPlayer › H5P › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureH5P);\ntest('Molecule › MoleculeVideoPlayer › JwplayerWithSubtitles › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureJwplayerWithSubtitles);\ntest('Molecule › MoleculeVideoPlayer › Jwplayer › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureJwplayer);\ntest('Molecule › MoleculeVideoPlayer › Kontiki › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureKontiki);\ntest('Molecule › MoleculeVideoPlayer › Mp4 › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureMp4);\ntest('Molecule › MoleculeVideoPlayer › OmniPlayer › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureOmniPlayer);\ntest('Molecule › MoleculeVideoPlayer › Uptale › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureUptale);\ntest('Molecule › MoleculeVideoPlayer › Vimeo › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureVimeo);\ntest('Molecule › MoleculeVideoPlayer › Youtube › should be rendered', renderComponentMacro, MoleculeVideoPlayer, fixtureYoutube);\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 MoleculeWizardSummary from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureOneSection from './fixtures/one-section';
7
+ import fixtureOrganizeCourses from './fixtures/organize-courses';
8
+ import fixtureTabletClosed from './fixtures/tablet-closed';
9
+ import fixtureThreeSections from './fixtures/three-sections';
10
+ import fixtureTwoSections from './fixtures/two-sections';
11
+ test('Molecule › MoleculeWizardSummary > should have valid propTypes', t => {
12
+ t.pass();
13
+ forEach(MoleculeWizardSummary.propTypes, (value, key) => {
14
+ t.not(value, undefined, `PropType for "Molecule.MoleculeWizardSummary.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
+ });
16
+ });
17
+ test('Molecule › MoleculeWizardSummary › Default › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureDefault);
18
+ test('Molecule › MoleculeWizardSummary › OneSection › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOneSection);
19
+ test('Molecule › MoleculeWizardSummary › OrganizeCourses › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOrganizeCourses);
20
+ test('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTabletClosed);
21
+ test('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureThreeSections);
22
+ test('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTwoSections);
23
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/molecule/wizard-summary/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeWizardSummary","fixtureDefault","fixtureOneSection","fixtureOrganizeCourses","fixtureTabletClosed","fixtureThreeSections","fixtureTwoSections","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,qBAAP,MAAkC,IAAlC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAT,IAAI,CAAC,gEAAD,EAAmEU,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,qBAAqB,CAACS,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;AAOAd,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHC,cAAjH,CAAJ;AACAJ,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,qBAA7F,EAAoHE,iBAApH,CAAJ;AACAL,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,qBAAlG,EAAyHG,sBAAzH,CAAJ;AACAN,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,qBAA/F,EAAsHI,mBAAtH,CAAJ;AACAP,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,qBAAhG,EAAuHK,oBAAvH,CAAJ;AACAR,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,qBAA9F,EAAqHM,kBAArH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeWizardSummary from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOneSection from './fixtures/one-section';\nimport fixtureOrganizeCourses from './fixtures/organize-courses';\nimport fixtureTabletClosed from './fixtures/tablet-closed';\nimport fixtureThreeSections from './fixtures/three-sections';\nimport fixtureTwoSections from './fixtures/two-sections';\n\ntest('Molecule › MoleculeWizardSummary > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeWizardSummary.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeWizardSummary.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeWizardSummary › Default › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureDefault);\ntest('Molecule › MoleculeWizardSummary › OneSection › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOneSection);\ntest('Molecule › MoleculeWizardSummary › OrganizeCourses › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOrganizeCourses);\ntest('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTabletClosed);\ntest('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureThreeSections);\ntest('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTwoSections);\n"],"file":"fixtures.js"}
@@ -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 OrganismAccordionContainer from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureNoChildren from './fixtures/no-children';
7
+ import fixtureOneChildren from './fixtures/one-children';
8
+ test('OrganismAccordion › OrganismAccordionContainer > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(OrganismAccordionContainer.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "OrganismAccordion.OrganismAccordionContainer.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('OrganismAccordion › OrganismAccordionContainer › Default › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureDefault);
15
+ test('OrganismAccordion › OrganismAccordionContainer › NoChildren › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureNoChildren);
16
+ test('OrganismAccordion › OrganismAccordionContainer › OneChildren › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureOneChildren);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/organism/accordion/container/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismAccordionContainer","fixtureDefault","fixtureNoChildren","fixtureOneChildren","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,0BAAP,MAAuC,IAAvC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAN,IAAI,CAAC,8EAAD,EAAiFO,CAAC,IAAI;AACxFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,0BAA0B,CAACM,SAA5B,EAAuC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wEAAuEF,GAAI,mEAApG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,0BAAxG,EAAoIC,cAApI,CAAJ;AACAJ,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,0BAA3G,EAAuIE,iBAAvI,CAAJ;AACAL,IAAI,CAAC,mFAAD,EAAsFE,oBAAtF,EAA4GC,0BAA5G,EAAwIG,kBAAxI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport OrganismAccordionContainer from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoChildren from './fixtures/no-children';\nimport fixtureOneChildren from './fixtures/one-children';\n\ntest('OrganismAccordion › OrganismAccordionContainer > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismAccordionContainer.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismAccordion.OrganismAccordionContainer.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismAccordion › OrganismAccordionContainer › Default › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureDefault);\ntest('OrganismAccordion › OrganismAccordionContainer › NoChildren › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureNoChildren);\ntest('OrganismAccordion › OrganismAccordionContainer › OneChildren › should be rendered', renderComponentMacro, OrganismAccordionContainer, fixtureOneChildren);\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 OrganismAccordionCoorpManagerPart from '..';
5
+ import fixtureDefaut from './fixtures/defaut';
6
+ import fixtureIconLink from './fixtures/icon-link';
7
+ import fixtureSimpletab from './fixtures/simpletab';
8
+ test('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(OrganismAccordionCoorpManagerPart.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "OrganismAccordionCoorpManager.OrganismAccordionCoorpManagerPart.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › Defaut › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureDefaut);
15
+ test('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › IconLink › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureIconLink);
16
+ test('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › Simpletab › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureSimpletab);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../src/organism/accordion/coorp-manager/part/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismAccordionCoorpManagerPart","fixtureDefaut","fixtureIconLink","fixtureSimpletab","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,8CAAjC;AACA,OAAOC,iCAAP,MAA8C,IAA9C;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AAEAN,IAAI,CAAC,iGAAD,EAAoGO,CAAC,IAAI;AAC3GA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,iCAAiC,CAACM,SAAnC,EAA8C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnEJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2FAA0FF,GAAI,mEAAvH;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,iGAAD,EAAoGE,oBAApG,EAA0HC,iCAA1H,EAA6JC,aAA7J,CAAJ;AACAJ,IAAI,CAAC,mGAAD,EAAsGE,oBAAtG,EAA4HC,iCAA5H,EAA+JE,eAA/J,CAAJ;AACAL,IAAI,CAAC,oGAAD,EAAuGE,oBAAvG,EAA6HC,iCAA7H,EAAgKG,gBAAhK,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../../test/helpers/render-component';\nimport OrganismAccordionCoorpManagerPart from '..';\nimport fixtureDefaut from './fixtures/defaut';\nimport fixtureIconLink from './fixtures/icon-link';\nimport fixtureSimpletab from './fixtures/simpletab';\n\ntest('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismAccordionCoorpManagerPart.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismAccordionCoorpManager.OrganismAccordionCoorpManagerPart.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › Defaut › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureDefaut);\ntest('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › IconLink › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureIconLink);\ntest('OrganismAccordionCoorpManager › OrganismAccordionCoorpManagerPart › Simpletab › should be rendered', renderComponentMacro, OrganismAccordionCoorpManagerPart, fixtureSimpletab);\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 OrganismAccordionCoorpManager from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('OrganismAccordion › OrganismAccordionCoorpManager > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(OrganismAccordionCoorpManager.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "OrganismAccordion.OrganismAccordionCoorpManager.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('OrganismAccordion › OrganismAccordionCoorpManager › Default › should be rendered', renderComponentMacro, OrganismAccordionCoorpManager, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/organism/accordion/coorp-manager/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismAccordionCoorpManager","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,iFAAD,EAAoFK,CAAC,IAAI;AAC3FA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,6BAA6B,CAACI,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2EAA0EF,GAAI,mEAAvG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,6BAA3G,EAA0IC,cAA1I,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport OrganismAccordionCoorpManager from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('OrganismAccordion › OrganismAccordionCoorpManager > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismAccordionCoorpManager.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismAccordion.OrganismAccordionCoorpManager.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismAccordion › OrganismAccordionCoorpManager › Default › should be rendered', renderComponentMacro, OrganismAccordionCoorpManager, 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 OrganismAccordionPart from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureOpen from './fixtures/open';
7
+ test('OrganismAccordion › OrganismAccordionPart > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(OrganismAccordionPart.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "OrganismAccordion.OrganismAccordionPart.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('OrganismAccordion › OrganismAccordionPart › Default › should be rendered', renderComponentMacro, OrganismAccordionPart, fixtureDefault);
14
+ test('OrganismAccordion › OrganismAccordionPart › Open › should be rendered', renderComponentMacro, OrganismAccordionPart, fixtureOpen);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/organism/accordion/part/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismAccordionPart","fixtureDefault","fixtureOpen","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,qBAAP,MAAkC,IAAlC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AAEAL,IAAI,CAAC,yEAAD,EAA4EM,CAAC,IAAI;AACnFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,qBAAqB,CAACK,SAAvB,EAAkC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mEAAkEF,GAAI,mEAA/F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,qBAAnG,EAA0HC,cAA1H,CAAJ;AACAJ,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,qBAAhG,EAAuHE,WAAvH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport OrganismAccordionPart from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOpen from './fixtures/open';\n\ntest('OrganismAccordion › OrganismAccordionPart > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismAccordionPart.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismAccordion.OrganismAccordionPart.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismAccordion › OrganismAccordionPart › Default › should be rendered', renderComponentMacro, OrganismAccordionPart, fixtureDefault);\ntest('OrganismAccordion › OrganismAccordionPart › Open › should be rendered', renderComponentMacro, OrganismAccordionPart, fixtureOpen);\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 OrganismAccordionToggler from '..';
5
+ import fixtureAllAreOpenable from './fixtures/all-are-openable';
6
+ import fixtureNoChildrens from './fixtures/no-childrens';
7
+ import fixtureOnlyOne from './fixtures/only-one';
8
+ test('OrganismAccordion › OrganismAccordionToggler > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(OrganismAccordionToggler.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "OrganismAccordion.OrganismAccordionToggler.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('OrganismAccordion › OrganismAccordionToggler › AllAreOpenable › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureAllAreOpenable);
15
+ test('OrganismAccordion › OrganismAccordionToggler › NoChildrens › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureNoChildrens);
16
+ test('OrganismAccordion › OrganismAccordionToggler › OnlyOne › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureOnlyOne);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/organism/accordion/toggler/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismAccordionToggler","fixtureAllAreOpenable","fixtureNoChildrens","fixtureOnlyOne","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,wBAAP,MAAqC,IAArC;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,cAAP,MAA2B,qBAA3B;AAEAN,IAAI,CAAC,4EAAD,EAA+EO,CAAC,IAAI;AACtFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,wBAAwB,CAACM,SAA1B,EAAqC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sEAAqEF,GAAI,mEAAlG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,wBAA7G,EAAuIC,qBAAvI,CAAJ;AACAJ,IAAI,CAAC,iFAAD,EAAoFE,oBAApF,EAA0GC,wBAA1G,EAAoIE,kBAApI,CAAJ;AACAL,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,wBAAtG,EAAgIG,cAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport OrganismAccordionToggler from '..';\nimport fixtureAllAreOpenable from './fixtures/all-are-openable';\nimport fixtureNoChildrens from './fixtures/no-childrens';\nimport fixtureOnlyOne from './fixtures/only-one';\n\ntest('OrganismAccordion › OrganismAccordionToggler > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismAccordionToggler.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"OrganismAccordion.OrganismAccordionToggler.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('OrganismAccordion › OrganismAccordionToggler › AllAreOpenable › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureAllAreOpenable);\ntest('OrganismAccordion › OrganismAccordionToggler › NoChildrens › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureNoChildrens);\ntest('OrganismAccordion › OrganismAccordionToggler › OnlyOne › should be rendered', renderComponentMacro, OrganismAccordionToggler, fixtureOnlyOne);\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 OrganismBrandAnalytics from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureError from './fixtures/error';
7
+ import fixtureLoading from './fixtures/loading';
8
+ import fixtureSelectedError from './fixtures/selected-error';
9
+ import fixtureSelectedLoading from './fixtures/selected-loading';
10
+ import fixtureSelected from './fixtures/selected';
11
+ test('Organism › OrganismBrandAnalytics > should have valid propTypes', t => {
12
+ t.pass();
13
+ forEach(OrganismBrandAnalytics.propTypes, (value, key) => {
14
+ t.not(value, undefined, `PropType for "Organism.OrganismBrandAnalytics.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
+ });
16
+ });
17
+ test('Organism › OrganismBrandAnalytics › Default › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureDefault);
18
+ test('Organism › OrganismBrandAnalytics › Error › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureError);
19
+ test('Organism › OrganismBrandAnalytics › Loading › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureLoading);
20
+ test('Organism › OrganismBrandAnalytics › SelectedError › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelectedError);
21
+ test('Organism › OrganismBrandAnalytics › SelectedLoading › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelectedLoading);
22
+ test('Organism › OrganismBrandAnalytics › Selected › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelected);
23
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/organism/brand-analytics/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismBrandAnalytics","fixtureDefault","fixtureError","fixtureLoading","fixtureSelectedError","fixtureSelectedLoading","fixtureSelected","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAT,IAAI,CAAC,iEAAD,EAAoEU,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,sBAAsB,CAACS,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;AAOAd,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ;AACAJ,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,sBAAzF,EAAiHE,YAAjH,CAAJ;AACAL,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHG,cAAnH,CAAJ;AACAN,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,sBAAjG,EAAyHI,oBAAzH,CAAJ;AACAP,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,sBAAnG,EAA2HK,sBAA3H,CAAJ;AACAR,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,sBAA5F,EAAoHM,eAApH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismBrandAnalytics from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureSelectedError from './fixtures/selected-error';\nimport fixtureSelectedLoading from './fixtures/selected-loading';\nimport fixtureSelected from './fixtures/selected';\n\ntest('Organism › OrganismBrandAnalytics > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismBrandAnalytics.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismBrandAnalytics.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismBrandAnalytics › Default › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureDefault);\ntest('Organism › OrganismBrandAnalytics › Error › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureError);\ntest('Organism › OrganismBrandAnalytics › Loading › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureLoading);\ntest('Organism › OrganismBrandAnalytics › SelectedError › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelectedError);\ntest('Organism › OrganismBrandAnalytics › SelectedLoading › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelectedLoading);\ntest('Organism › OrganismBrandAnalytics › Selected › should be rendered', renderComponentMacro, OrganismBrandAnalytics, fixtureSelected);\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 OrganismBrandDashboard from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureThreeCards from './fixtures/three-cards';
7
+ test('Organism › OrganismBrandDashboard > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(OrganismBrandDashboard.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Organism.OrganismBrandDashboard.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Organism › OrganismBrandDashboard › Default › should be rendered', renderComponentMacro, OrganismBrandDashboard, fixtureDefault);
14
+ test('Organism › OrganismBrandDashboard › ThreeCards › should be rendered', renderComponentMacro, OrganismBrandDashboard, fixtureThreeCards);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/organism/brand-dashboard/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismBrandDashboard","fixtureDefault","fixtureThreeCards","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AAEAL,IAAI,CAAC,iEAAD,EAAoEM,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,sBAAsB,CAACK,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ;AACAJ,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,sBAA9F,EAAsHE,iBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismBrandDashboard from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureThreeCards from './fixtures/three-cards';\n\ntest('Organism › OrganismBrandDashboard > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismBrandDashboard.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismBrandDashboard.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismBrandDashboard › Default › should be rendered', renderComponentMacro, OrganismBrandDashboard, fixtureDefault);\ntest('Organism › OrganismBrandDashboard › ThreeCards › should be rendered', renderComponentMacro, OrganismBrandDashboard, fixtureThreeCards);\n"],"file":"fixtures.js"}