@coorpacademy/components 10.3.0 → 10.3.3

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 (815) hide show
  1. package/es/atom/input-checkbox/index.js +6 -5
  2. package/es/atom/input-checkbox/index.js.map +1 -1
  3. package/es/atom/input-checkbox/style.css +14 -14
  4. package/es/molecule/select-multiple/style.css +1 -2
  5. package/es/molecule/titled-checkbox/index.js +2 -2
  6. package/es/molecule/titled-checkbox/index.js.map +1 -1
  7. package/es/organism/list-items/index.js.map +1 -1
  8. package/es/organism/setup-header/index.js +2 -1
  9. package/es/organism/setup-header/index.js.map +1 -1
  10. package/es/organism/setup-header/style.css +2 -0
  11. package/es/template/back-office/brand-update/index.js +7 -0
  12. package/es/template/back-office/brand-update/index.js.map +1 -1
  13. package/es/template/back-office/brand-update/style.css +1 -0
  14. package/es/template/back-office/brand-update/test/fixtures/default.js +1 -1
  15. package/es/template/back-office/brand-update/test/fixtures/default.js.map +1 -1
  16. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js +68 -0
  17. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -0
  18. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js +68 -0
  19. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -0
  20. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js +68 -0
  21. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -0
  22. package/lib/atom/input-checkbox/index.js +7 -5
  23. package/lib/atom/input-checkbox/index.js.map +1 -1
  24. package/lib/atom/input-checkbox/style.css +14 -14
  25. package/lib/molecule/select-multiple/style.css +1 -2
  26. package/lib/molecule/titled-checkbox/index.js +2 -2
  27. package/lib/molecule/titled-checkbox/index.js.map +1 -1
  28. package/lib/organism/list-items/index.js.map +1 -1
  29. package/lib/organism/setup-header/index.js +2 -1
  30. package/lib/organism/setup-header/index.js.map +1 -1
  31. package/lib/organism/setup-header/style.css +2 -0
  32. package/lib/template/back-office/brand-update/index.js +8 -0
  33. package/lib/template/back-office/brand-update/index.js.map +1 -1
  34. package/lib/template/back-office/brand-update/style.css +1 -0
  35. package/lib/template/back-office/brand-update/test/fixtures/default.js +1 -1
  36. package/lib/template/back-office/brand-update/test/fixtures/default.js.map +1 -1
  37. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js +77 -0
  38. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -0
  39. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js +77 -0
  40. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -0
  41. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js +77 -0
  42. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -0
  43. package/package.json +2 -2
  44. package/es/atom/autocomplete/test/fixtures.js +0 -19
  45. package/es/atom/autocomplete/test/fixtures.js.map +0 -1
  46. package/es/atom/avatar/test/fixtures.js +0 -13
  47. package/es/atom/avatar/test/fixtures.js.map +0 -1
  48. package/es/atom/button/test/fixtures.js +0 -27
  49. package/es/atom/button/test/fixtures.js.map +0 -1
  50. package/es/atom/button-link/test/fixtures.js +0 -31
  51. package/es/atom/button-link/test/fixtures.js.map +0 -1
  52. package/es/atom/button-link-icon-only/test/fixtures.js +0 -21
  53. package/es/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  54. package/es/atom/button-menu/test/fixtures.js +0 -15
  55. package/es/atom/button-menu/test/fixtures.js.map +0 -1
  56. package/es/atom/catalog-section/test/fixtures.js +0 -15
  57. package/es/atom/catalog-section/test/fixtures.js.map +0 -1
  58. package/es/atom/centered-text/test/fixtures.js +0 -13
  59. package/es/atom/centered-text/test/fixtures.js.map +0 -1
  60. package/es/atom/checkbox/test/fixtures.js +0 -19
  61. package/es/atom/checkbox/test/fixtures.js.map +0 -1
  62. package/es/atom/chips/test/fixtures.js +0 -17
  63. package/es/atom/chips/test/fixtures.js.map +0 -1
  64. package/es/atom/clue/test/fixtures.js +0 -17
  65. package/es/atom/clue/test/fixtures.js.map +0 -1
  66. package/es/atom/content-badge/test/fixtures.js +0 -27
  67. package/es/atom/content-badge/test/fixtures.js.map +0 -1
  68. package/es/atom/cta/test/fixtures.js +0 -37
  69. package/es/atom/cta/test/fixtures.js.map +0 -1
  70. package/es/atom/difficulty-level/test/fixtures.js +0 -19
  71. package/es/atom/difficulty-level/test/fixtures.js.map +0 -1
  72. package/es/atom/drag-and-drop/test/fixtures.js +0 -23
  73. package/es/atom/drag-and-drop/test/fixtures.js.map +0 -1
  74. package/es/atom/empty-search-result/test/fixtures.js +0 -13
  75. package/es/atom/empty-search-result/test/fixtures.js.map +0 -1
  76. package/es/atom/image-upload/test/fixtures.js +0 -29
  77. package/es/atom/image-upload/test/fixtures.js.map +0 -1
  78. package/es/atom/input-checkbox/test/fixtures.js +0 -25
  79. package/es/atom/input-checkbox/test/fixtures.js.map +0 -1
  80. package/es/atom/input-color/test/fixtures.js +0 -19
  81. package/es/atom/input-color/test/fixtures.js.map +0 -1
  82. package/es/atom/input-doublestep/test/fixtures.js +0 -21
  83. package/es/atom/input-doublestep/test/fixtures.js.map +0 -1
  84. package/es/atom/input-html/test/fixtures.js +0 -17
  85. package/es/atom/input-html/test/fixtures.js.map +0 -1
  86. package/es/atom/input-readonly/test/fixtures.js +0 -13
  87. package/es/atom/input-readonly/test/fixtures.js.map +0 -1
  88. package/es/atom/input-search/test/fixtures.js +0 -19
  89. package/es/atom/input-search/test/fixtures.js.map +0 -1
  90. package/es/atom/input-switch/test/fixtures.js +0 -23
  91. package/es/atom/input-switch/test/fixtures.js.map +0 -1
  92. package/es/atom/input-text/test/fixtures.js +0 -27
  93. package/es/atom/input-text/test/fixtures.js.map +0 -1
  94. package/es/atom/input-textarea/test/fixtures.js +0 -21
  95. package/es/atom/input-textarea/test/fixtures.js.map +0 -1
  96. package/es/atom/label/test/fixtures.js +0 -15
  97. package/es/atom/label/test/fixtures.js.map +0 -1
  98. package/es/atom/life/test/fixtures.js +0 -25
  99. package/es/atom/life/test/fixtures.js.map +0 -1
  100. package/es/atom/link/test/fixtures.js +0 -17
  101. package/es/atom/link/test/fixtures.js.map +0 -1
  102. package/es/atom/loader/test/fixtures.js +0 -13
  103. package/es/atom/loader/test/fixtures.js.map +0 -1
  104. package/es/atom/notification/test/fixtures.js +0 -17
  105. package/es/atom/notification/test/fixtures.js.map +0 -1
  106. package/es/atom/picture/test/fixtures.js +0 -19
  107. package/es/atom/picture/test/fixtures.js.map +0 -1
  108. package/es/atom/picture-background/test/fixtures.js +0 -19
  109. package/es/atom/picture-background/test/fixtures.js.map +0 -1
  110. package/es/atom/promo-code/test/fixtures.js +0 -17
  111. package/es/atom/promo-code/test/fixtures.js.map +0 -1
  112. package/es/atom/provider/test/fixtures.js +0 -13
  113. package/es/atom/provider/test/fixtures.js.map +0 -1
  114. package/es/atom/radio-group/test/fixtures.js +0 -17
  115. package/es/atom/radio-group/test/fixtures.js.map +0 -1
  116. package/es/atom/range/test/fixtures.js +0 -15
  117. package/es/atom/range/test/fixtures.js.map +0 -1
  118. package/es/atom/resource-miniature/test/fixtures.js +0 -21
  119. package/es/atom/resource-miniature/test/fixtures.js.map +0 -1
  120. package/es/atom/select/test/fixtures.js +0 -43
  121. package/es/atom/select/test/fixtures.js.map +0 -1
  122. package/es/atom/slide/test/fixtures.js +0 -21
  123. package/es/atom/slide/test/fixtures.js.map +0 -1
  124. package/es/atom/social-link/test/fixtures.js +0 -17
  125. package/es/atom/social-link/test/fixtures.js.map +0 -1
  126. package/es/atom/spinner/test/fixtures.js +0 -13
  127. package/es/atom/spinner/test/fixtures.js.map +0 -1
  128. package/es/atom/tab/test/fixtures.js +0 -13
  129. package/es/atom/tab/test/fixtures.js.map +0 -1
  130. package/es/atom/tab-content/test/fixtures.js +0 -15
  131. package/es/atom/tab-content/test/fixtures.js.map +0 -1
  132. package/es/atom/tag/test/fixtures.js +0 -21
  133. package/es/atom/tag/test/fixtures.js.map +0 -1
  134. package/es/atom/title/test/fixtures.js +0 -17
  135. package/es/atom/title/test/fixtures.js.map +0 -1
  136. package/es/atom/video-upload/test/fixtures.js +0 -21
  137. package/es/atom/video-upload/test/fixtures.js.map +0 -1
  138. package/es/atom/wizard-steps/test/fixtures.js +0 -17
  139. package/es/atom/wizard-steps/test/fixtures.js.map +0 -1
  140. package/es/hoc/animation/test/fixtures.js +0 -15
  141. package/es/hoc/animation/test/fixtures.js.map +0 -1
  142. package/es/hoc/animation-scheduler/test/fixtures.js +0 -15
  143. package/es/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  144. package/es/hoc/swapper/test/fixtures.js +0 -13
  145. package/es/hoc/swapper/test/fixtures.js.map +0 -1
  146. package/es/hoc/transition/test/fixtures.js +0 -13
  147. package/es/hoc/transition/test/fixtures.js.map +0 -1
  148. package/es/molecule/add-to-my-list/test/fixtures.js +0 -15
  149. package/es/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  150. package/es/molecule/answer/test/fixtures.js +0 -35
  151. package/es/molecule/answer/test/fixtures.js.map +0 -1
  152. package/es/molecule/audio/test/fixtures.js +0 -15
  153. package/es/molecule/audio/test/fixtures.js.map +0 -1
  154. package/es/molecule/banner/test/fixtures.js +0 -23
  155. package/es/molecule/banner/test/fixtures.js.map +0 -1
  156. package/es/molecule/battle-request/test/fixtures.js +0 -15
  157. package/es/molecule/battle-request/test/fixtures.js.map +0 -1
  158. package/es/molecule/brand-card/test/fixtures.js +0 -15
  159. package/es/molecule/brand-card/test/fixtures.js.map +0 -1
  160. package/es/molecule/brand-card-create/test/fixtures.js +0 -13
  161. package/es/molecule/brand-card-create/test/fixtures.js.map +0 -1
  162. package/es/molecule/brand-create-form/test/fixtures.js +0 -19
  163. package/es/molecule/brand-create-form/test/fixtures.js.map +0 -1
  164. package/es/molecule/brand-download-box/test/fixtures.js +0 -17
  165. package/es/molecule/brand-download-box/test/fixtures.js.map +0 -1
  166. package/es/molecule/brand-form-group/test/fixtures.js +0 -35
  167. package/es/molecule/brand-form-group/test/fixtures.js.map +0 -1
  168. package/es/molecule/brand-tabs/test/fixtures.js +0 -29
  169. package/es/molecule/brand-tabs/test/fixtures.js.map +0 -1
  170. package/es/molecule/brand-upload-box/test/fixtures.js +0 -17
  171. package/es/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  172. package/es/molecule/breadcrumbs/test/fixtures.js +0 -13
  173. package/es/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  174. package/es/molecule/bullet-point-menu-button/test/fixtures.js +0 -15
  175. package/es/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  176. package/es/molecule/card/test/fixtures.js +0 -43
  177. package/es/molecule/card/test/fixtures.js.map +0 -1
  178. package/es/molecule/card-content/test/fixtures.js +0 -27
  179. package/es/molecule/card-content/test/fixtures.js.map +0 -1
  180. package/es/molecule/card-with-button/test/fixtures.js +0 -17
  181. package/es/molecule/card-with-button/test/fixtures.js.map +0 -1
  182. package/es/molecule/cm-popin/test/fixtures.js +0 -17
  183. package/es/molecule/cm-popin/test/fixtures.js.map +0 -1
  184. package/es/molecule/cockpit-popin/test/fixtures.js +0 -17
  185. package/es/molecule/cockpit-popin/test/fixtures.js.map +0 -1
  186. package/es/molecule/cookie-banner/test/fixtures.js +0 -13
  187. package/es/molecule/cookie-banner/test/fixtures.js.map +0 -1
  188. package/es/molecule/coorp-manager-roles/test/fixtures.js +0 -13
  189. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  190. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +0 -15
  191. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  192. package/es/molecule/dashboard/cards-list/test/fixtures.js +0 -23
  193. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  194. package/es/molecule/dashboard/news-list/test/fixtures.js +0 -17
  195. package/es/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  196. package/es/molecule/dashboard/start-battle/test/fixtures.js +0 -15
  197. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  198. package/es/molecule/discipline-cta/test/fixtures.js +0 -15
  199. package/es/molecule/discipline-cta/test/fixtures.js.map +0 -1
  200. package/es/molecule/discipline-header/test/fixtures.js +0 -27
  201. package/es/molecule/discipline-header/test/fixtures.js.map +0 -1
  202. package/es/molecule/discipline-partners/test/fixtures.js +0 -21
  203. package/es/molecule/discipline-partners/test/fixtures.js.map +0 -1
  204. package/es/molecule/discipline-scope/test/fixtures.js +0 -27
  205. package/es/molecule/discipline-scope/test/fixtures.js.map +0 -1
  206. package/es/molecule/drag-and-drop/test/fixtures.js +0 -25
  207. package/es/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  208. package/es/molecule/external-content-button/test/fixtures.js +0 -19
  209. package/es/molecule/external-content-button/test/fixtures.js.map +0 -1
  210. package/es/molecule/external-content-viewer/test/fixtures.js +0 -27
  211. package/es/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  212. package/es/molecule/feedback/test/fixtures.js +0 -27
  213. package/es/molecule/feedback/test/fixtures.js.map +0 -1
  214. package/es/molecule/filters/test/fixtures.js +0 -33
  215. package/es/molecule/filters/test/fixtures.js.map +0 -1
  216. package/es/molecule/forum/forum-comment/test/fixtures.js +0 -17
  217. package/es/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  218. package/es/molecule/forum/forum-post/test/fixtures.js +0 -31
  219. package/es/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  220. package/es/molecule/forum/forum-thread/test/fixtures.js +0 -17
  221. package/es/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  222. package/es/molecule/hero/test/fixtures.js +0 -15
  223. package/es/molecule/hero/test/fixtures.js.map +0 -1
  224. package/es/molecule/login-alert/test/fixtures.js +0 -13
  225. package/es/molecule/login-alert/test/fixtures.js.map +0 -1
  226. package/es/molecule/menu-list/test/fixtures.js +0 -13
  227. package/es/molecule/menu-list/test/fixtures.js.map +0 -1
  228. package/es/molecule/message-popin/test/fixtures.js +0 -13
  229. package/es/molecule/message-popin/test/fixtures.js.map +0 -1
  230. package/es/molecule/modal/test/fixtures.js +0 -13
  231. package/es/molecule/modal/test/fixtures.js.map +0 -1
  232. package/es/molecule/module-bubble/test/fixtures.js +0 -17
  233. package/es/molecule/module-bubble/test/fixtures.js.map +0 -1
  234. package/es/molecule/module-card/test/fixtures.js +0 -17
  235. package/es/molecule/module-card/test/fixtures.js.map +0 -1
  236. package/es/molecule/news/test/fixtures.js +0 -23
  237. package/es/molecule/news/test/fixtures.js.map +0 -1
  238. package/es/molecule/notification-banner/test/fixtures.js +0 -17
  239. package/es/molecule/notification-banner/test/fixtures.js.map +0 -1
  240. package/es/molecule/pagination/test/fixtures.js +0 -15
  241. package/es/molecule/pagination/test/fixtures.js.map +0 -1
  242. package/es/molecule/payment-form/test/fixtures.js +0 -17
  243. package/es/molecule/payment-form/test/fixtures.js.map +0 -1
  244. package/es/molecule/pdf/test/fixtures.js +0 -13
  245. package/es/molecule/pdf/test/fixtures.js.map +0 -1
  246. package/es/molecule/popin/test/fixtures.js +0 -21
  247. package/es/molecule/popin/test/fixtures.js.map +0 -1
  248. package/es/molecule/product-card/test/fixtures.js +0 -13
  249. package/es/molecule/product-card/test/fixtures.js.map +0 -1
  250. package/es/molecule/progress-bar/test/fixtures.js +0 -15
  251. package/es/molecule/progress-bar/test/fixtures.js.map +0 -1
  252. package/es/molecule/questions/drop-down/test/fixtures.js +0 -15
  253. package/es/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  254. package/es/molecule/questions/free-text/test/fixtures.js +0 -15
  255. package/es/molecule/questions/free-text/test/fixtures.js.map +0 -1
  256. package/es/molecule/questions/qcm/test/fixtures.js +0 -19
  257. package/es/molecule/questions/qcm/test/fixtures.js.map +0 -1
  258. package/es/molecule/questions/qcm-drag/test/fixtures.js +0 -15
  259. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  260. package/es/molecule/questions/qcm-graphic/test/fixtures.js +0 -15
  261. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  262. package/es/molecule/questions/question-range/test/fixtures.js +0 -13
  263. package/es/molecule/questions/question-range/test/fixtures.js.map +0 -1
  264. package/es/molecule/questions/template/test/fixtures.js +0 -15
  265. package/es/molecule/questions/template/test/fixtures.js.map +0 -1
  266. package/es/molecule/quick-access-card/test/fixtures.js +0 -21
  267. package/es/molecule/quick-access-card/test/fixtures.js.map +0 -1
  268. package/es/molecule/quick-access-cards-group/test/fixtures.js +0 -21
  269. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  270. package/es/molecule/resource-player/test/fixtures.js +0 -25
  271. package/es/molecule/resource-player/test/fixtures.js.map +0 -1
  272. package/es/molecule/scope-content/test/fixtures.js +0 -27
  273. package/es/molecule/scope-content/test/fixtures.js.map +0 -1
  274. package/es/molecule/scope-tabs/test/fixtures.js +0 -17
  275. package/es/molecule/scope-tabs/test/fixtures.js.map +0 -1
  276. package/es/molecule/search/test/fixtures.js +0 -15
  277. package/es/molecule/search/test/fixtures.js.map +0 -1
  278. package/es/molecule/search-form/test/fixtures.js +0 -13
  279. package/es/molecule/search-form/test/fixtures.js.map +0 -1
  280. package/es/molecule/select-multiple/test/fixtures.js +0 -31
  281. package/es/molecule/select-multiple/test/fixtures.js.map +0 -1
  282. package/es/molecule/setup-cohort-item/test/fixtures.js +0 -19
  283. package/es/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  284. package/es/molecule/setup-section/test/fixtures.js +0 -25
  285. package/es/molecule/setup-section/test/fixtures.js.map +0 -1
  286. package/es/molecule/setup-sections/test/fixtures.js +0 -19
  287. package/es/molecule/setup-sections/test/fixtures.js.map +0 -1
  288. package/es/molecule/setup-slide/test/fixtures.js +0 -23
  289. package/es/molecule/setup-slide/test/fixtures.js.map +0 -1
  290. package/es/molecule/setup-slider/test/fixtures.js +0 -15
  291. package/es/molecule/setup-slider/test/fixtures.js.map +0 -1
  292. package/es/molecule/share/test/fixtures.js +0 -13
  293. package/es/molecule/share/test/fixtures.js.map +0 -1
  294. package/es/molecule/ssmenu-list/test/fixtures.js +0 -19
  295. package/es/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  296. package/es/molecule/subscription-freemium/test/fixtures.js +0 -13
  297. package/es/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  298. package/es/molecule/subscription-premium/test/fixtures.js +0 -15
  299. package/es/molecule/subscription-premium/test/fixtures.js.map +0 -1
  300. package/es/molecule/table/test/fixtures.js +0 -19
  301. package/es/molecule/table/test/fixtures.js.map +0 -1
  302. package/es/molecule/teams-popin/test/fixtures.js +0 -29
  303. package/es/molecule/teams-popin/test/fixtures.js.map +0 -1
  304. package/es/molecule/theme-image/test/fixtures.js +0 -13
  305. package/es/molecule/theme-image/test/fixtures.js.map +0 -1
  306. package/es/molecule/titled-checkbox/test/fixtures.js +0 -17
  307. package/es/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  308. package/es/molecule/unsubscribe/test/fixtures.js +0 -15
  309. package/es/molecule/unsubscribe/test/fixtures.js.map +0 -1
  310. package/es/molecule/vertical-tabs/test/fixtures.js +0 -15
  311. package/es/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  312. package/es/molecule/video-iframe/test/fixtures.js +0 -25
  313. package/es/molecule/video-iframe/test/fixtures.js.map +0 -1
  314. package/es/molecule/video-player/test/fixtures.js +0 -29
  315. package/es/molecule/video-player/test/fixtures.js.map +0 -1
  316. package/es/molecule/wizard-summary/test/fixtures.js +0 -21
  317. package/es/molecule/wizard-summary/test/fixtures.js.map +0 -1
  318. package/es/organism/accordion/container/test/fixtures.js +0 -17
  319. package/es/organism/accordion/container/test/fixtures.js.map +0 -1
  320. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +0 -17
  321. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  322. package/es/organism/accordion/coorp-manager/test/fixtures.js +0 -13
  323. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  324. package/es/organism/accordion/part/test/fixtures.js +0 -15
  325. package/es/organism/accordion/part/test/fixtures.js.map +0 -1
  326. package/es/organism/accordion/toggler/test/fixtures.js +0 -17
  327. package/es/organism/accordion/toggler/test/fixtures.js.map +0 -1
  328. package/es/organism/brand-analytics/test/fixtures.js +0 -23
  329. package/es/organism/brand-analytics/test/fixtures.js.map +0 -1
  330. package/es/organism/brand-dashboard/test/fixtures.js +0 -15
  331. package/es/organism/brand-dashboard/test/fixtures.js.map +0 -1
  332. package/es/organism/brand-form/test/fixtures.js +0 -33
  333. package/es/organism/brand-form/test/fixtures.js.map +0 -1
  334. package/es/organism/brand-table/test/fixtures.js +0 -19
  335. package/es/organism/brand-table/test/fixtures.js.map +0 -1
  336. package/es/organism/brand-upload/test/fixtures.js +0 -15
  337. package/es/organism/brand-upload/test/fixtures.js.map +0 -1
  338. package/es/organism/cards-grid/test/fixtures.js +0 -19
  339. package/es/organism/cards-grid/test/fixtures.js.map +0 -1
  340. package/es/organism/cart/test/fixtures.js +0 -13
  341. package/es/organism/cart/test/fixtures.js.map +0 -1
  342. package/es/organism/content-translation/test/fixtures.js +0 -15
  343. package/es/organism/content-translation/test/fixtures.js.map +0 -1
  344. package/es/organism/course-selection/test/fixtures.js +0 -21
  345. package/es/organism/course-selection/test/fixtures.js.map +0 -1
  346. package/es/organism/discussion/test/fixtures.js +0 -19
  347. package/es/organism/discussion/test/fixtures.js.map +0 -1
  348. package/es/organism/get-the-app/test/fixtures.js +0 -13
  349. package/es/organism/get-the-app/test/fixtures.js.map +0 -1
  350. package/es/organism/grid-list/test/fixtures.js +0 -13
  351. package/es/organism/grid-list/test/fixtures.js.map +0 -1
  352. package/es/organism/header/test/fixtures.js +0 -13
  353. package/es/organism/header/test/fixtures.js.map +0 -1
  354. package/es/organism/hero/test/fixtures.js +0 -17
  355. package/es/organism/hero/test/fixtures.js.map +0 -1
  356. package/es/organism/list-item/test/fixtures.js +0 -19
  357. package/es/organism/list-item/test/fixtures.js.map +0 -1
  358. package/es/organism/list-items/test/fixtures.js +0 -17
  359. package/es/organism/list-items/test/fixtures.js.map +0 -1
  360. package/es/organism/mooc/image-slider/test/fixtures.js +0 -15
  361. package/es/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  362. package/es/organism/mooc-footer/test/fixtures.js +0 -23
  363. package/es/organism/mooc-footer/test/fixtures.js.map +0 -1
  364. package/es/organism/mooc-header/test/fixtures.js +0 -31
  365. package/es/organism/mooc-header/test/fixtures.js.map +0 -1
  366. package/es/organism/playlist-translation/test/fixtures.js +0 -15
  367. package/es/organism/playlist-translation/test/fixtures.js.map +0 -1
  368. package/es/organism/popin/test/fixtures.js +0 -13
  369. package/es/organism/popin/test/fixtures.js.map +0 -1
  370. package/es/organism/resource-browser/test/fixtures.js +0 -37
  371. package/es/organism/resource-browser/test/fixtures.js.map +0 -1
  372. package/es/organism/search-and-chips-results/test/fixtures.js +0 -21
  373. package/es/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  374. package/es/organism/settings/test/fixtures.js +0 -19
  375. package/es/organism/settings/test/fixtures.js.map +0 -1
  376. package/es/organism/setup-header/test/fixtures.js +0 -15
  377. package/es/organism/setup-header/test/fixtures.js.map +0 -1
  378. package/es/organism/sidebar/test/fixtures.js +0 -23
  379. package/es/organism/sidebar/test/fixtures.js.map +0 -1
  380. package/es/organism/slider/test/fixtures.js +0 -15
  381. package/es/organism/slider/test/fixtures.js.map +0 -1
  382. package/es/organism/user-preferences/test/fixtures.js +0 -13
  383. package/es/organism/user-preferences/test/fixtures.js.map +0 -1
  384. package/es/organism/wizard-contents/test/fixtures.js +0 -21
  385. package/es/organism/wizard-contents/test/fixtures.js.map +0 -1
  386. package/es/template/activity/test/fixtures.js +0 -21
  387. package/es/template/activity/test/fixtures.js.map +0 -1
  388. package/es/template/app-player/loading/test/fixtures.js +0 -13
  389. package/es/template/app-player/loading/test/fixtures.js.map +0 -1
  390. package/es/template/app-player/player/slides/footer/test/fixtures.js +0 -29
  391. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  392. package/es/template/app-player/player/slides/header/test/fixtures.js +0 -23
  393. package/es/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  394. package/es/template/app-player/player/slides/test/fixtures.js +0 -79
  395. package/es/template/app-player/player/slides/test/fixtures.js.map +0 -1
  396. package/es/template/app-player/player/test/fixtures.js +0 -55
  397. package/es/template/app-player/player/test/fixtures.js.map +0 -1
  398. package/es/template/app-player/popin-correction/test/fixtures.js +0 -47
  399. package/es/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  400. package/es/template/app-player/popin-end/test/fixtures.js +0 -49
  401. package/es/template/app-player/popin-end/test/fixtures.js.map +0 -1
  402. package/es/template/app-player/popin-header/test/fixtures.js +0 -29
  403. package/es/template/app-player/popin-header/test/fixtures.js.map +0 -1
  404. package/es/template/back-office/brand-create/test/fixtures.js +0 -19
  405. package/es/template/back-office/brand-create/test/fixtures.js.map +0 -1
  406. package/es/template/back-office/brand-list/test/fixtures.js +0 -17
  407. package/es/template/back-office/brand-list/test/fixtures.js.map +0 -1
  408. package/es/template/back-office/brand-update/test/fixtures.js +0 -75
  409. package/es/template/back-office/brand-update/test/fixtures.js.map +0 -1
  410. package/es/template/back-office/dashboard-preview/test/fixtures.js +0 -23
  411. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  412. package/es/template/battle-requests/test/fixtures.js +0 -13
  413. package/es/template/battle-requests/test/fixtures.js.map +0 -1
  414. package/es/template/cockpit/jw-uploader/test/fixtures.js +0 -13
  415. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  416. package/es/template/common/authors/test/fixtures.js +0 -15
  417. package/es/template/common/authors/test/fixtures.js.map +0 -1
  418. package/es/template/common/coorp-header/test/fixtures.js +0 -15
  419. package/es/template/common/coorp-header/test/fixtures.js.map +0 -1
  420. package/es/template/common/dashboard/test/fixtures.js +0 -17
  421. package/es/template/common/dashboard/test/fixtures.js.map +0 -1
  422. package/es/template/common/discipline/test/fixtures.js +0 -47
  423. package/es/template/common/discipline/test/fixtures.js.map +0 -1
  424. package/es/template/common/search-page/test/fixtures.js +0 -17
  425. package/es/template/common/search-page/test/fixtures.js.map +0 -1
  426. package/es/template/external-course/test/fixtures.js +0 -31
  427. package/es/template/external-course/test/fixtures.js.map +0 -1
  428. package/es/template/teams-dashboard/test/fixtures.js +0 -17
  429. package/es/template/teams-dashboard/test/fixtures.js.map +0 -1
  430. package/lib/atom/autocomplete/test/fixtures.js +0 -31
  431. package/lib/atom/autocomplete/test/fixtures.js.map +0 -1
  432. package/lib/atom/avatar/test/fixtures.js +0 -22
  433. package/lib/atom/avatar/test/fixtures.js.map +0 -1
  434. package/lib/atom/button/test/fixtures.js +0 -43
  435. package/lib/atom/button/test/fixtures.js.map +0 -1
  436. package/lib/atom/button-link/test/fixtures.js +0 -49
  437. package/lib/atom/button-link/test/fixtures.js.map +0 -1
  438. package/lib/atom/button-link-icon-only/test/fixtures.js +0 -34
  439. package/lib/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  440. package/lib/atom/button-menu/test/fixtures.js +0 -25
  441. package/lib/atom/button-menu/test/fixtures.js.map +0 -1
  442. package/lib/atom/catalog-section/test/fixtures.js +0 -25
  443. package/lib/atom/catalog-section/test/fixtures.js.map +0 -1
  444. package/lib/atom/centered-text/test/fixtures.js +0 -22
  445. package/lib/atom/centered-text/test/fixtures.js.map +0 -1
  446. package/lib/atom/checkbox/test/fixtures.js +0 -31
  447. package/lib/atom/checkbox/test/fixtures.js.map +0 -1
  448. package/lib/atom/chips/test/fixtures.js +0 -28
  449. package/lib/atom/chips/test/fixtures.js.map +0 -1
  450. package/lib/atom/clue/test/fixtures.js +0 -28
  451. package/lib/atom/clue/test/fixtures.js.map +0 -1
  452. package/lib/atom/content-badge/test/fixtures.js +0 -43
  453. package/lib/atom/content-badge/test/fixtures.js.map +0 -1
  454. package/lib/atom/cta/test/fixtures.js +0 -58
  455. package/lib/atom/cta/test/fixtures.js.map +0 -1
  456. package/lib/atom/difficulty-level/test/fixtures.js +0 -31
  457. package/lib/atom/difficulty-level/test/fixtures.js.map +0 -1
  458. package/lib/atom/drag-and-drop/test/fixtures.js +0 -37
  459. package/lib/atom/drag-and-drop/test/fixtures.js.map +0 -1
  460. package/lib/atom/empty-search-result/test/fixtures.js +0 -22
  461. package/lib/atom/empty-search-result/test/fixtures.js.map +0 -1
  462. package/lib/atom/image-upload/test/fixtures.js +0 -46
  463. package/lib/atom/image-upload/test/fixtures.js.map +0 -1
  464. package/lib/atom/input-checkbox/test/fixtures.js +0 -40
  465. package/lib/atom/input-checkbox/test/fixtures.js.map +0 -1
  466. package/lib/atom/input-color/test/fixtures.js +0 -31
  467. package/lib/atom/input-color/test/fixtures.js.map +0 -1
  468. package/lib/atom/input-doublestep/test/fixtures.js +0 -34
  469. package/lib/atom/input-doublestep/test/fixtures.js.map +0 -1
  470. package/lib/atom/input-html/test/fixtures.js +0 -28
  471. package/lib/atom/input-html/test/fixtures.js.map +0 -1
  472. package/lib/atom/input-readonly/test/fixtures.js +0 -22
  473. package/lib/atom/input-readonly/test/fixtures.js.map +0 -1
  474. package/lib/atom/input-search/test/fixtures.js +0 -31
  475. package/lib/atom/input-search/test/fixtures.js.map +0 -1
  476. package/lib/atom/input-switch/test/fixtures.js +0 -37
  477. package/lib/atom/input-switch/test/fixtures.js.map +0 -1
  478. package/lib/atom/input-text/test/fixtures.js +0 -43
  479. package/lib/atom/input-text/test/fixtures.js.map +0 -1
  480. package/lib/atom/input-textarea/test/fixtures.js +0 -34
  481. package/lib/atom/input-textarea/test/fixtures.js.map +0 -1
  482. package/lib/atom/label/test/fixtures.js +0 -25
  483. package/lib/atom/label/test/fixtures.js.map +0 -1
  484. package/lib/atom/life/test/fixtures.js +0 -40
  485. package/lib/atom/life/test/fixtures.js.map +0 -1
  486. package/lib/atom/link/test/fixtures.js +0 -28
  487. package/lib/atom/link/test/fixtures.js.map +0 -1
  488. package/lib/atom/loader/test/fixtures.js +0 -22
  489. package/lib/atom/loader/test/fixtures.js.map +0 -1
  490. package/lib/atom/notification/test/fixtures.js +0 -28
  491. package/lib/atom/notification/test/fixtures.js.map +0 -1
  492. package/lib/atom/picture/test/fixtures.js +0 -31
  493. package/lib/atom/picture/test/fixtures.js.map +0 -1
  494. package/lib/atom/picture-background/test/fixtures.js +0 -31
  495. package/lib/atom/picture-background/test/fixtures.js.map +0 -1
  496. package/lib/atom/promo-code/test/fixtures.js +0 -28
  497. package/lib/atom/promo-code/test/fixtures.js.map +0 -1
  498. package/lib/atom/provider/test/fixtures.js +0 -22
  499. package/lib/atom/provider/test/fixtures.js.map +0 -1
  500. package/lib/atom/radio-group/test/fixtures.js +0 -28
  501. package/lib/atom/radio-group/test/fixtures.js.map +0 -1
  502. package/lib/atom/range/test/fixtures.js +0 -25
  503. package/lib/atom/range/test/fixtures.js.map +0 -1
  504. package/lib/atom/resource-miniature/test/fixtures.js +0 -34
  505. package/lib/atom/resource-miniature/test/fixtures.js.map +0 -1
  506. package/lib/atom/select/test/fixtures.js +0 -67
  507. package/lib/atom/select/test/fixtures.js.map +0 -1
  508. package/lib/atom/slide/test/fixtures.js +0 -34
  509. package/lib/atom/slide/test/fixtures.js.map +0 -1
  510. package/lib/atom/social-link/test/fixtures.js +0 -28
  511. package/lib/atom/social-link/test/fixtures.js.map +0 -1
  512. package/lib/atom/spinner/test/fixtures.js +0 -22
  513. package/lib/atom/spinner/test/fixtures.js.map +0 -1
  514. package/lib/atom/tab/test/fixtures.js +0 -22
  515. package/lib/atom/tab/test/fixtures.js.map +0 -1
  516. package/lib/atom/tab-content/test/fixtures.js +0 -25
  517. package/lib/atom/tab-content/test/fixtures.js.map +0 -1
  518. package/lib/atom/tag/test/fixtures.js +0 -34
  519. package/lib/atom/tag/test/fixtures.js.map +0 -1
  520. package/lib/atom/title/test/fixtures.js +0 -28
  521. package/lib/atom/title/test/fixtures.js.map +0 -1
  522. package/lib/atom/video-upload/test/fixtures.js +0 -34
  523. package/lib/atom/video-upload/test/fixtures.js.map +0 -1
  524. package/lib/atom/wizard-steps/test/fixtures.js +0 -28
  525. package/lib/atom/wizard-steps/test/fixtures.js.map +0 -1
  526. package/lib/hoc/animation/test/fixtures.js +0 -25
  527. package/lib/hoc/animation/test/fixtures.js.map +0 -1
  528. package/lib/hoc/animation-scheduler/test/fixtures.js +0 -25
  529. package/lib/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  530. package/lib/hoc/swapper/test/fixtures.js +0 -22
  531. package/lib/hoc/swapper/test/fixtures.js.map +0 -1
  532. package/lib/hoc/transition/test/fixtures.js +0 -22
  533. package/lib/hoc/transition/test/fixtures.js.map +0 -1
  534. package/lib/molecule/add-to-my-list/test/fixtures.js +0 -25
  535. package/lib/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  536. package/lib/molecule/answer/test/fixtures.js +0 -55
  537. package/lib/molecule/answer/test/fixtures.js.map +0 -1
  538. package/lib/molecule/audio/test/fixtures.js +0 -25
  539. package/lib/molecule/audio/test/fixtures.js.map +0 -1
  540. package/lib/molecule/banner/test/fixtures.js +0 -37
  541. package/lib/molecule/banner/test/fixtures.js.map +0 -1
  542. package/lib/molecule/battle-request/test/fixtures.js +0 -25
  543. package/lib/molecule/battle-request/test/fixtures.js.map +0 -1
  544. package/lib/molecule/brand-card/test/fixtures.js +0 -25
  545. package/lib/molecule/brand-card/test/fixtures.js.map +0 -1
  546. package/lib/molecule/brand-card-create/test/fixtures.js +0 -22
  547. package/lib/molecule/brand-card-create/test/fixtures.js.map +0 -1
  548. package/lib/molecule/brand-create-form/test/fixtures.js +0 -31
  549. package/lib/molecule/brand-create-form/test/fixtures.js.map +0 -1
  550. package/lib/molecule/brand-download-box/test/fixtures.js +0 -28
  551. package/lib/molecule/brand-download-box/test/fixtures.js.map +0 -1
  552. package/lib/molecule/brand-form-group/test/fixtures.js +0 -55
  553. package/lib/molecule/brand-form-group/test/fixtures.js.map +0 -1
  554. package/lib/molecule/brand-tabs/test/fixtures.js +0 -46
  555. package/lib/molecule/brand-tabs/test/fixtures.js.map +0 -1
  556. package/lib/molecule/brand-upload-box/test/fixtures.js +0 -28
  557. package/lib/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  558. package/lib/molecule/breadcrumbs/test/fixtures.js +0 -22
  559. package/lib/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  560. package/lib/molecule/bullet-point-menu-button/test/fixtures.js +0 -25
  561. package/lib/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  562. package/lib/molecule/card/test/fixtures.js +0 -67
  563. package/lib/molecule/card/test/fixtures.js.map +0 -1
  564. package/lib/molecule/card-content/test/fixtures.js +0 -43
  565. package/lib/molecule/card-content/test/fixtures.js.map +0 -1
  566. package/lib/molecule/card-with-button/test/fixtures.js +0 -28
  567. package/lib/molecule/card-with-button/test/fixtures.js.map +0 -1
  568. package/lib/molecule/cm-popin/test/fixtures.js +0 -28
  569. package/lib/molecule/cm-popin/test/fixtures.js.map +0 -1
  570. package/lib/molecule/cockpit-popin/test/fixtures.js +0 -28
  571. package/lib/molecule/cockpit-popin/test/fixtures.js.map +0 -1
  572. package/lib/molecule/cookie-banner/test/fixtures.js +0 -22
  573. package/lib/molecule/cookie-banner/test/fixtures.js.map +0 -1
  574. package/lib/molecule/coorp-manager-roles/test/fixtures.js +0 -22
  575. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  576. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +0 -25
  577. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  578. package/lib/molecule/dashboard/cards-list/test/fixtures.js +0 -37
  579. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  580. package/lib/molecule/dashboard/news-list/test/fixtures.js +0 -28
  581. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  582. package/lib/molecule/dashboard/start-battle/test/fixtures.js +0 -25
  583. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  584. package/lib/molecule/discipline-cta/test/fixtures.js +0 -25
  585. package/lib/molecule/discipline-cta/test/fixtures.js.map +0 -1
  586. package/lib/molecule/discipline-header/test/fixtures.js +0 -43
  587. package/lib/molecule/discipline-header/test/fixtures.js.map +0 -1
  588. package/lib/molecule/discipline-partners/test/fixtures.js +0 -34
  589. package/lib/molecule/discipline-partners/test/fixtures.js.map +0 -1
  590. package/lib/molecule/discipline-scope/test/fixtures.js +0 -43
  591. package/lib/molecule/discipline-scope/test/fixtures.js.map +0 -1
  592. package/lib/molecule/drag-and-drop/test/fixtures.js +0 -40
  593. package/lib/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  594. package/lib/molecule/external-content-button/test/fixtures.js +0 -31
  595. package/lib/molecule/external-content-button/test/fixtures.js.map +0 -1
  596. package/lib/molecule/external-content-viewer/test/fixtures.js +0 -43
  597. package/lib/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  598. package/lib/molecule/feedback/test/fixtures.js +0 -43
  599. package/lib/molecule/feedback/test/fixtures.js.map +0 -1
  600. package/lib/molecule/filters/test/fixtures.js +0 -52
  601. package/lib/molecule/filters/test/fixtures.js.map +0 -1
  602. package/lib/molecule/forum/forum-comment/test/fixtures.js +0 -28
  603. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  604. package/lib/molecule/forum/forum-post/test/fixtures.js +0 -49
  605. package/lib/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  606. package/lib/molecule/forum/forum-thread/test/fixtures.js +0 -28
  607. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  608. package/lib/molecule/hero/test/fixtures.js +0 -25
  609. package/lib/molecule/hero/test/fixtures.js.map +0 -1
  610. package/lib/molecule/login-alert/test/fixtures.js +0 -22
  611. package/lib/molecule/login-alert/test/fixtures.js.map +0 -1
  612. package/lib/molecule/menu-list/test/fixtures.js +0 -22
  613. package/lib/molecule/menu-list/test/fixtures.js.map +0 -1
  614. package/lib/molecule/message-popin/test/fixtures.js +0 -22
  615. package/lib/molecule/message-popin/test/fixtures.js.map +0 -1
  616. package/lib/molecule/modal/test/fixtures.js +0 -22
  617. package/lib/molecule/modal/test/fixtures.js.map +0 -1
  618. package/lib/molecule/module-bubble/test/fixtures.js +0 -28
  619. package/lib/molecule/module-bubble/test/fixtures.js.map +0 -1
  620. package/lib/molecule/module-card/test/fixtures.js +0 -28
  621. package/lib/molecule/module-card/test/fixtures.js.map +0 -1
  622. package/lib/molecule/news/test/fixtures.js +0 -37
  623. package/lib/molecule/news/test/fixtures.js.map +0 -1
  624. package/lib/molecule/notification-banner/test/fixtures.js +0 -28
  625. package/lib/molecule/notification-banner/test/fixtures.js.map +0 -1
  626. package/lib/molecule/pagination/test/fixtures.js +0 -25
  627. package/lib/molecule/pagination/test/fixtures.js.map +0 -1
  628. package/lib/molecule/payment-form/test/fixtures.js +0 -28
  629. package/lib/molecule/payment-form/test/fixtures.js.map +0 -1
  630. package/lib/molecule/pdf/test/fixtures.js +0 -22
  631. package/lib/molecule/pdf/test/fixtures.js.map +0 -1
  632. package/lib/molecule/popin/test/fixtures.js +0 -34
  633. package/lib/molecule/popin/test/fixtures.js.map +0 -1
  634. package/lib/molecule/product-card/test/fixtures.js +0 -22
  635. package/lib/molecule/product-card/test/fixtures.js.map +0 -1
  636. package/lib/molecule/progress-bar/test/fixtures.js +0 -25
  637. package/lib/molecule/progress-bar/test/fixtures.js.map +0 -1
  638. package/lib/molecule/questions/drop-down/test/fixtures.js +0 -25
  639. package/lib/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  640. package/lib/molecule/questions/free-text/test/fixtures.js +0 -25
  641. package/lib/molecule/questions/free-text/test/fixtures.js.map +0 -1
  642. package/lib/molecule/questions/qcm/test/fixtures.js +0 -31
  643. package/lib/molecule/questions/qcm/test/fixtures.js.map +0 -1
  644. package/lib/molecule/questions/qcm-drag/test/fixtures.js +0 -25
  645. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  646. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +0 -25
  647. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  648. package/lib/molecule/questions/question-range/test/fixtures.js +0 -22
  649. package/lib/molecule/questions/question-range/test/fixtures.js.map +0 -1
  650. package/lib/molecule/questions/template/test/fixtures.js +0 -25
  651. package/lib/molecule/questions/template/test/fixtures.js.map +0 -1
  652. package/lib/molecule/quick-access-card/test/fixtures.js +0 -34
  653. package/lib/molecule/quick-access-card/test/fixtures.js.map +0 -1
  654. package/lib/molecule/quick-access-cards-group/test/fixtures.js +0 -34
  655. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  656. package/lib/molecule/resource-player/test/fixtures.js +0 -40
  657. package/lib/molecule/resource-player/test/fixtures.js.map +0 -1
  658. package/lib/molecule/scope-content/test/fixtures.js +0 -43
  659. package/lib/molecule/scope-content/test/fixtures.js.map +0 -1
  660. package/lib/molecule/scope-tabs/test/fixtures.js +0 -28
  661. package/lib/molecule/scope-tabs/test/fixtures.js.map +0 -1
  662. package/lib/molecule/search/test/fixtures.js +0 -25
  663. package/lib/molecule/search/test/fixtures.js.map +0 -1
  664. package/lib/molecule/search-form/test/fixtures.js +0 -22
  665. package/lib/molecule/search-form/test/fixtures.js.map +0 -1
  666. package/lib/molecule/select-multiple/test/fixtures.js +0 -49
  667. package/lib/molecule/select-multiple/test/fixtures.js.map +0 -1
  668. package/lib/molecule/setup-cohort-item/test/fixtures.js +0 -31
  669. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  670. package/lib/molecule/setup-section/test/fixtures.js +0 -40
  671. package/lib/molecule/setup-section/test/fixtures.js.map +0 -1
  672. package/lib/molecule/setup-sections/test/fixtures.js +0 -31
  673. package/lib/molecule/setup-sections/test/fixtures.js.map +0 -1
  674. package/lib/molecule/setup-slide/test/fixtures.js +0 -37
  675. package/lib/molecule/setup-slide/test/fixtures.js.map +0 -1
  676. package/lib/molecule/setup-slider/test/fixtures.js +0 -25
  677. package/lib/molecule/setup-slider/test/fixtures.js.map +0 -1
  678. package/lib/molecule/share/test/fixtures.js +0 -22
  679. package/lib/molecule/share/test/fixtures.js.map +0 -1
  680. package/lib/molecule/ssmenu-list/test/fixtures.js +0 -31
  681. package/lib/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  682. package/lib/molecule/subscription-freemium/test/fixtures.js +0 -22
  683. package/lib/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  684. package/lib/molecule/subscription-premium/test/fixtures.js +0 -25
  685. package/lib/molecule/subscription-premium/test/fixtures.js.map +0 -1
  686. package/lib/molecule/table/test/fixtures.js +0 -31
  687. package/lib/molecule/table/test/fixtures.js.map +0 -1
  688. package/lib/molecule/teams-popin/test/fixtures.js +0 -46
  689. package/lib/molecule/teams-popin/test/fixtures.js.map +0 -1
  690. package/lib/molecule/theme-image/test/fixtures.js +0 -22
  691. package/lib/molecule/theme-image/test/fixtures.js.map +0 -1
  692. package/lib/molecule/titled-checkbox/test/fixtures.js +0 -28
  693. package/lib/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  694. package/lib/molecule/unsubscribe/test/fixtures.js +0 -25
  695. package/lib/molecule/unsubscribe/test/fixtures.js.map +0 -1
  696. package/lib/molecule/vertical-tabs/test/fixtures.js +0 -25
  697. package/lib/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  698. package/lib/molecule/video-iframe/test/fixtures.js +0 -40
  699. package/lib/molecule/video-iframe/test/fixtures.js.map +0 -1
  700. package/lib/molecule/video-player/test/fixtures.js +0 -46
  701. package/lib/molecule/video-player/test/fixtures.js.map +0 -1
  702. package/lib/molecule/wizard-summary/test/fixtures.js +0 -34
  703. package/lib/molecule/wizard-summary/test/fixtures.js.map +0 -1
  704. package/lib/organism/accordion/container/test/fixtures.js +0 -28
  705. package/lib/organism/accordion/container/test/fixtures.js.map +0 -1
  706. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +0 -28
  707. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  708. package/lib/organism/accordion/coorp-manager/test/fixtures.js +0 -22
  709. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  710. package/lib/organism/accordion/part/test/fixtures.js +0 -25
  711. package/lib/organism/accordion/part/test/fixtures.js.map +0 -1
  712. package/lib/organism/accordion/toggler/test/fixtures.js +0 -28
  713. package/lib/organism/accordion/toggler/test/fixtures.js.map +0 -1
  714. package/lib/organism/brand-analytics/test/fixtures.js +0 -37
  715. package/lib/organism/brand-analytics/test/fixtures.js.map +0 -1
  716. package/lib/organism/brand-dashboard/test/fixtures.js +0 -25
  717. package/lib/organism/brand-dashboard/test/fixtures.js.map +0 -1
  718. package/lib/organism/brand-form/test/fixtures.js +0 -52
  719. package/lib/organism/brand-form/test/fixtures.js.map +0 -1
  720. package/lib/organism/brand-table/test/fixtures.js +0 -31
  721. package/lib/organism/brand-table/test/fixtures.js.map +0 -1
  722. package/lib/organism/brand-upload/test/fixtures.js +0 -25
  723. package/lib/organism/brand-upload/test/fixtures.js.map +0 -1
  724. package/lib/organism/cards-grid/test/fixtures.js +0 -31
  725. package/lib/organism/cards-grid/test/fixtures.js.map +0 -1
  726. package/lib/organism/cart/test/fixtures.js +0 -22
  727. package/lib/organism/cart/test/fixtures.js.map +0 -1
  728. package/lib/organism/content-translation/test/fixtures.js +0 -25
  729. package/lib/organism/content-translation/test/fixtures.js.map +0 -1
  730. package/lib/organism/course-selection/test/fixtures.js +0 -34
  731. package/lib/organism/course-selection/test/fixtures.js.map +0 -1
  732. package/lib/organism/discussion/test/fixtures.js +0 -31
  733. package/lib/organism/discussion/test/fixtures.js.map +0 -1
  734. package/lib/organism/get-the-app/test/fixtures.js +0 -22
  735. package/lib/organism/get-the-app/test/fixtures.js.map +0 -1
  736. package/lib/organism/grid-list/test/fixtures.js +0 -22
  737. package/lib/organism/grid-list/test/fixtures.js.map +0 -1
  738. package/lib/organism/header/test/fixtures.js +0 -22
  739. package/lib/organism/header/test/fixtures.js.map +0 -1
  740. package/lib/organism/hero/test/fixtures.js +0 -28
  741. package/lib/organism/hero/test/fixtures.js.map +0 -1
  742. package/lib/organism/list-item/test/fixtures.js +0 -31
  743. package/lib/organism/list-item/test/fixtures.js.map +0 -1
  744. package/lib/organism/list-items/test/fixtures.js +0 -28
  745. package/lib/organism/list-items/test/fixtures.js.map +0 -1
  746. package/lib/organism/mooc/image-slider/test/fixtures.js +0 -25
  747. package/lib/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  748. package/lib/organism/mooc-footer/test/fixtures.js +0 -37
  749. package/lib/organism/mooc-footer/test/fixtures.js.map +0 -1
  750. package/lib/organism/mooc-header/test/fixtures.js +0 -49
  751. package/lib/organism/mooc-header/test/fixtures.js.map +0 -1
  752. package/lib/organism/playlist-translation/test/fixtures.js +0 -25
  753. package/lib/organism/playlist-translation/test/fixtures.js.map +0 -1
  754. package/lib/organism/popin/test/fixtures.js +0 -22
  755. package/lib/organism/popin/test/fixtures.js.map +0 -1
  756. package/lib/organism/resource-browser/test/fixtures.js +0 -58
  757. package/lib/organism/resource-browser/test/fixtures.js.map +0 -1
  758. package/lib/organism/search-and-chips-results/test/fixtures.js +0 -34
  759. package/lib/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  760. package/lib/organism/settings/test/fixtures.js +0 -31
  761. package/lib/organism/settings/test/fixtures.js.map +0 -1
  762. package/lib/organism/setup-header/test/fixtures.js +0 -25
  763. package/lib/organism/setup-header/test/fixtures.js.map +0 -1
  764. package/lib/organism/sidebar/test/fixtures.js +0 -37
  765. package/lib/organism/sidebar/test/fixtures.js.map +0 -1
  766. package/lib/organism/slider/test/fixtures.js +0 -25
  767. package/lib/organism/slider/test/fixtures.js.map +0 -1
  768. package/lib/organism/user-preferences/test/fixtures.js +0 -22
  769. package/lib/organism/user-preferences/test/fixtures.js.map +0 -1
  770. package/lib/organism/wizard-contents/test/fixtures.js +0 -34
  771. package/lib/organism/wizard-contents/test/fixtures.js.map +0 -1
  772. package/lib/template/activity/test/fixtures.js +0 -34
  773. package/lib/template/activity/test/fixtures.js.map +0 -1
  774. package/lib/template/app-player/loading/test/fixtures.js +0 -22
  775. package/lib/template/app-player/loading/test/fixtures.js.map +0 -1
  776. package/lib/template/app-player/player/slides/footer/test/fixtures.js +0 -46
  777. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  778. package/lib/template/app-player/player/slides/header/test/fixtures.js +0 -37
  779. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  780. package/lib/template/app-player/player/slides/test/fixtures.js +0 -121
  781. package/lib/template/app-player/player/slides/test/fixtures.js.map +0 -1
  782. package/lib/template/app-player/player/test/fixtures.js +0 -85
  783. package/lib/template/app-player/player/test/fixtures.js.map +0 -1
  784. package/lib/template/app-player/popin-correction/test/fixtures.js +0 -73
  785. package/lib/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  786. package/lib/template/app-player/popin-end/test/fixtures.js +0 -76
  787. package/lib/template/app-player/popin-end/test/fixtures.js.map +0 -1
  788. package/lib/template/app-player/popin-header/test/fixtures.js +0 -46
  789. package/lib/template/app-player/popin-header/test/fixtures.js.map +0 -1
  790. package/lib/template/back-office/brand-create/test/fixtures.js +0 -31
  791. package/lib/template/back-office/brand-create/test/fixtures.js.map +0 -1
  792. package/lib/template/back-office/brand-list/test/fixtures.js +0 -28
  793. package/lib/template/back-office/brand-list/test/fixtures.js.map +0 -1
  794. package/lib/template/back-office/brand-update/test/fixtures.js +0 -115
  795. package/lib/template/back-office/brand-update/test/fixtures.js.map +0 -1
  796. package/lib/template/back-office/dashboard-preview/test/fixtures.js +0 -37
  797. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  798. package/lib/template/battle-requests/test/fixtures.js +0 -22
  799. package/lib/template/battle-requests/test/fixtures.js.map +0 -1
  800. package/lib/template/cockpit/jw-uploader/test/fixtures.js +0 -22
  801. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  802. package/lib/template/common/authors/test/fixtures.js +0 -25
  803. package/lib/template/common/authors/test/fixtures.js.map +0 -1
  804. package/lib/template/common/coorp-header/test/fixtures.js +0 -25
  805. package/lib/template/common/coorp-header/test/fixtures.js.map +0 -1
  806. package/lib/template/common/dashboard/test/fixtures.js +0 -28
  807. package/lib/template/common/dashboard/test/fixtures.js.map +0 -1
  808. package/lib/template/common/discipline/test/fixtures.js +0 -73
  809. package/lib/template/common/discipline/test/fixtures.js.map +0 -1
  810. package/lib/template/common/search-page/test/fixtures.js +0 -28
  811. package/lib/template/common/search-page/test/fixtures.js.map +0 -1
  812. package/lib/template/external-course/test/fixtures.js +0 -49
  813. package/lib/template/external-course/test/fixtures.js.map +0 -1
  814. package/lib/template/teams-dashboard/test/fixtures.js +0 -28
  815. package/lib/template/teams-dashboard/test/fixtures.js.map +0 -1
@@ -1 +0,0 @@
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"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import MoleculeVerticalTabs from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureWithSelectedItem from './fixtures/with-selected-item';
7
- test('Molecule › MoleculeVerticalTabs > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(MoleculeVerticalTabs.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Molecule.MoleculeVerticalTabs.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Molecule › MoleculeVerticalTabs › Default › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureDefault);
14
- test('Molecule › MoleculeVerticalTabs › WithSelectedItem › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithSelectedItem);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/molecule/vertical-tabs/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeVerticalTabs","fixtureDefault","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,uBAAP,MAAoC,+BAApC;AAEAL,IAAI,CAAC,+DAAD,EAAkEM,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,oBAAoB,CAACK,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GC,cAA/G,CAAJ;AACAJ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,oBAAlG,EAAwHE,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 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 › WithSelectedItem › should be rendered', renderComponentMacro, MoleculeVerticalTabs, fixtureWithSelectedItem);\n"],"file":"fixtures.js"}
@@ -1,25 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,29 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,21 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import MoleculeWizardSummary from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureOneSection from './fixtures/one-section';
7
- import fixtureTabletClosed from './fixtures/tablet-closed';
8
- import fixtureThreeSections from './fixtures/three-sections';
9
- import fixtureTwoSections from './fixtures/two-sections';
10
- test('Molecule › MoleculeWizardSummary > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(MoleculeWizardSummary.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Molecule.MoleculeWizardSummary.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Molecule › MoleculeWizardSummary › Default › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureDefault);
17
- test('Molecule › MoleculeWizardSummary › OneSection › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureOneSection);
18
- test('Molecule › MoleculeWizardSummary › TabletClosed › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTabletClosed);
19
- test('Molecule › MoleculeWizardSummary › ThreeSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureThreeSections);
20
- test('Molecule › MoleculeWizardSummary › TwoSections › should be rendered', renderComponentMacro, MoleculeWizardSummary, fixtureTwoSections);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/molecule/wizard-summary/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","MoleculeWizardSummary","fixtureDefault","fixtureOneSection","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,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAR,IAAI,CAAC,gEAAD,EAAmES,CAAC,IAAI;AAC1EA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,qBAAqB,CAACQ,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;AAOAb,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,qBAA1F,EAAiHC,cAAjH,CAAJ;AACAJ,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,qBAA7F,EAAoHE,iBAApH,CAAJ;AACAL,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,qBAA/F,EAAsHG,mBAAtH,CAAJ;AACAN,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,qBAAhG,EAAuHI,oBAAvH,CAAJ;AACAP,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,qBAA9F,EAAqHK,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 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 › 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"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,23 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import 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
@@ -1 +0,0 @@
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"}
@@ -1,33 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismBrandForm from '..';
5
- import fixtureAnalytics from './fixtures/analytics';
6
- import fixtureAnimations from './fixtures/animations';
7
- import fixtureCohort from './fixtures/cohort';
8
- import fixtureDashboard from './fixtures/dashboard';
9
- import fixtureDefault from './fixtures/default';
10
- import fixtureGeneralSettings from './fixtures/general-settings';
11
- import fixtureLms from './fixtures/lms';
12
- import fixtureLookandfeel from './fixtures/lookandfeel';
13
- import fixtureManageusersEdit from './fixtures/manageusers-edit';
14
- import fixtureSso from './fixtures/sso';
15
- import fixtureWizardPlaylists from './fixtures/wizard-playlists';
16
- test('Organism › OrganismBrandForm > should have valid propTypes', t => {
17
- t.pass();
18
- forEach(OrganismBrandForm.propTypes, (value, key) => {
19
- t.not(value, undefined, `PropType for "Organism.OrganismBrandForm.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
20
- });
21
- });
22
- test('Organism › OrganismBrandForm › Analytics › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureAnalytics);
23
- test('Organism › OrganismBrandForm › Animations › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureAnimations);
24
- test('Organism › OrganismBrandForm › Cohort › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureCohort);
25
- test('Organism › OrganismBrandForm › Dashboard › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureDashboard);
26
- test('Organism › OrganismBrandForm › Default › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureDefault);
27
- test('Organism › OrganismBrandForm › GeneralSettings › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureGeneralSettings);
28
- test('Organism › OrganismBrandForm › Lms › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureLms);
29
- test('Organism › OrganismBrandForm › Lookandfeel › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureLookandfeel);
30
- test('Organism › OrganismBrandForm › ManageusersEdit › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureManageusersEdit);
31
- test('Organism › OrganismBrandForm › Sso › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureSso);
32
- test('Organism › OrganismBrandForm › WizardPlaylists › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureWizardPlaylists);
33
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/brand-form/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismBrandForm","fixtureAnalytics","fixtureAnimations","fixtureCohort","fixtureDashboard","fixtureDefault","fixtureGeneralSettings","fixtureLms","fixtureLookandfeel","fixtureManageusersEdit","fixtureSso","fixtureWizardPlaylists","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,iBAAP,MAA8B,IAA9B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AAEAd,IAAI,CAAC,4DAAD,EAA+De,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAf,EAAAA,OAAO,CAACE,iBAAiB,CAACc,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAnB,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,iBAAxF,EAA2GC,gBAA3G,CAAJ;AACAJ,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,iBAAzF,EAA4GE,iBAA5G,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,iBAArF,EAAwGG,aAAxG,CAAJ;AACAN,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,iBAAxF,EAA2GI,gBAA3G,CAAJ;AACAP,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,iBAAtF,EAAyGK,cAAzG,CAAJ;AACAR,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,iBAA9F,EAAiHM,sBAAjH,CAAJ;AACAT,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGO,UAArG,CAAJ;AACAV,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,iBAA1F,EAA6GQ,kBAA7G,CAAJ;AACAX,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,iBAA9F,EAAiHS,sBAAjH,CAAJ;AACAZ,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,iBAAlF,EAAqGU,UAArG,CAAJ;AACAb,IAAI,CAAC,qEAAD,EAAwEE,oBAAxE,EAA8FC,iBAA9F,EAAiHW,sBAAjH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismBrandForm from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureAnimations from './fixtures/animations';\nimport fixtureCohort from './fixtures/cohort';\nimport fixtureDashboard from './fixtures/dashboard';\nimport fixtureDefault from './fixtures/default';\nimport fixtureGeneralSettings from './fixtures/general-settings';\nimport fixtureLms from './fixtures/lms';\nimport fixtureLookandfeel from './fixtures/lookandfeel';\nimport fixtureManageusersEdit from './fixtures/manageusers-edit';\nimport fixtureSso from './fixtures/sso';\nimport fixtureWizardPlaylists from './fixtures/wizard-playlists';\n\ntest('Organism › OrganismBrandForm > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismBrandForm.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismBrandForm.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismBrandForm › Analytics › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureAnalytics);\ntest('Organism › OrganismBrandForm › Animations › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureAnimations);\ntest('Organism › OrganismBrandForm › Cohort › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureCohort);\ntest('Organism › OrganismBrandForm › Dashboard › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureDashboard);\ntest('Organism › OrganismBrandForm › Default › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureDefault);\ntest('Organism › OrganismBrandForm › GeneralSettings › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureGeneralSettings);\ntest('Organism › OrganismBrandForm › Lms › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureLms);\ntest('Organism › OrganismBrandForm › Lookandfeel › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureLookandfeel);\ntest('Organism › OrganismBrandForm › ManageusersEdit › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureManageusersEdit);\ntest('Organism › OrganismBrandForm › Sso › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureSso);\ntest('Organism › OrganismBrandForm › WizardPlaylists › should be rendered', renderComponentMacro, OrganismBrandForm, fixtureWizardPlaylists);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismBrandTable from '..';
5
- import fixtureAnimations from './fixtures/animations';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureEmpty from './fixtures/empty';
8
- import fixtureLoading from './fixtures/loading';
9
- test('Organism › OrganismBrandTable > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismBrandTable.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismBrandTable.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismBrandTable › Animations › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureAnimations);
16
- test('Organism › OrganismBrandTable › Default › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureDefault);
17
- test('Organism › OrganismBrandTable › Empty › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureEmpty);
18
- test('Organism › OrganismBrandTable › Loading › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureLoading);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/brand-table/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismBrandTable","fixtureAnimations","fixtureDefault","fixtureEmpty","fixtureLoading","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAP,IAAI,CAAC,6DAAD,EAAgEQ,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,kBAAkB,CAACO,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,kBAA1F,EAA8GC,iBAA9G,CAAJ;AACAJ,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GE,cAA3G,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGG,YAAzG,CAAJ;AACAN,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GI,cAA3G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismBrandTable from '..';\nimport fixtureAnimations from './fixtures/animations';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureLoading from './fixtures/loading';\n\ntest('Organism › OrganismBrandTable > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismBrandTable.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismBrandTable.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismBrandTable › Animations › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureAnimations);\ntest('Organism › OrganismBrandTable › Default › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureDefault);\ntest('Organism › OrganismBrandTable › Empty › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureEmpty);\ntest('Organism › OrganismBrandTable › Loading › should be rendered', renderComponentMacro, OrganismBrandTable, fixtureLoading);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismBrandUpload from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureLoading from './fixtures/loading';
7
- test('Organism › OrganismBrandUpload > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismBrandUpload.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismBrandUpload.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismBrandUpload › Default › should be rendered', renderComponentMacro, OrganismBrandUpload, fixtureDefault);
14
- test('Organism › OrganismBrandUpload › Loading › should be rendered', renderComponentMacro, OrganismBrandUpload, fixtureLoading);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/brand-upload/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismBrandUpload","fixtureDefault","fixtureLoading","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAL,IAAI,CAAC,8DAAD,EAAiEM,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,mBAAmB,CAACK,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GE,cAA7G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismBrandUpload from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLoading from './fixtures/loading';\n\ntest('Organism › OrganismBrandUpload > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismBrandUpload.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismBrandUpload.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismBrandUpload › Default › should be rendered', renderComponentMacro, OrganismBrandUpload, fixtureDefault);\ntest('Organism › OrganismBrandUpload › Loading › should be rendered', renderComponentMacro, OrganismBrandUpload, fixtureLoading);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismCardsGrid from '..';
5
- import fixtureCatalog from './fixtures/catalog';
6
- import fixtureEmpty from './fixtures/empty';
7
- import fixtureLoading from './fixtures/loading';
8
- import fixtureMany from './fixtures/many';
9
- test('Organism › OrganismCardsGrid > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismCardsGrid.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismCardsGrid.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismCardsGrid › Catalog › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureCatalog);
16
- test('Organism › OrganismCardsGrid › Empty › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureEmpty);
17
- test('Organism › OrganismCardsGrid › Loading › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureLoading);
18
- test('Organism › OrganismCardsGrid › Many › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureMany);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/cards-grid/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismCardsGrid","fixtureCatalog","fixtureEmpty","fixtureLoading","fixtureMany","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,iBAAP,MAA8B,IAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AAEAP,IAAI,CAAC,4DAAD,EAA+DQ,CAAC,IAAI;AACtEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,iBAAiB,CAACO,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACnDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sDAAqDF,GAAI,mEAAlF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,iBAAtF,EAAyGC,cAAzG,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,iBAApF,EAAuGE,YAAvG,CAAJ;AACAL,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,iBAAtF,EAAyGG,cAAzG,CAAJ;AACAN,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,iBAAnF,EAAsGI,WAAtG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismCardsGrid from '..';\nimport fixtureCatalog from './fixtures/catalog';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureMany from './fixtures/many';\n\ntest('Organism › OrganismCardsGrid > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismCardsGrid.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismCardsGrid.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismCardsGrid › Catalog › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureCatalog);\ntest('Organism › OrganismCardsGrid › Empty › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureEmpty);\ntest('Organism › OrganismCardsGrid › Loading › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureLoading);\ntest('Organism › OrganismCardsGrid › Many › should be rendered', renderComponentMacro, OrganismCardsGrid, fixtureMany);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismCart from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismCart > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismCart.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismCart.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismCart › Default › should be rendered', renderComponentMacro, OrganismCart, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/cart/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismCart","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,YAAP,MAAyB,IAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,uDAAD,EAA0DK,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,YAAY,CAACI,SAAd,EAAyB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,YAAjF,EAA+FC,cAA/F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismCart from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismCart > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismCart.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismCart.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismCart › Default › should be rendered', renderComponentMacro, OrganismCart, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismContentTranslation from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureDelete from './fixtures/delete';
7
- test('Organism › OrganismContentTranslation > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismContentTranslation.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismContentTranslation.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismContentTranslation › Default › should be rendered', renderComponentMacro, OrganismContentTranslation, fixtureDefault);
14
- test('Organism › OrganismContentTranslation › Delete › should be rendered', renderComponentMacro, OrganismContentTranslation, fixtureDelete);
15
- //# sourceMappingURL=fixtures.js.map