@coorpacademy/components 10.3.24-alpha.0 → 10.3.27-alpha.1

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 (1064) hide show
  1. package/es/atom/autocomplete/test/fixtures/error.js +1 -1
  2. package/es/atom/autocomplete/test/fixtures/error.js.map +1 -1
  3. package/es/atom/autocomplete/test/fixtures/filled.js +1 -1
  4. package/es/atom/autocomplete/test/fixtures/filled.js.map +1 -1
  5. package/es/atom/autocomplete/test/fixtures/modified.js +1 -1
  6. package/es/atom/autocomplete/test/fixtures/modified.js.map +1 -1
  7. package/es/atom/clue/index.js.map +1 -1
  8. package/es/atom/cta/test/fixtures/certification.js +1 -1
  9. package/es/atom/cta/test/fixtures/certification.js.map +1 -1
  10. package/es/atom/cta/test/fixtures/disabled.js +1 -1
  11. package/es/atom/cta/test/fixtures/disabled.js.map +1 -1
  12. package/es/atom/cta/test/fixtures/light-small.js +1 -1
  13. package/es/atom/cta/test/fixtures/light-small.js.map +1 -1
  14. package/es/atom/cta/test/fixtures/light.js +1 -1
  15. package/es/atom/cta/test/fixtures/light.js.map +1 -1
  16. package/es/atom/cta/test/fixtures/logout.js +1 -1
  17. package/es/atom/cta/test/fixtures/logout.js.map +1 -1
  18. package/es/atom/cta/test/fixtures/primary-small.js +1 -1
  19. package/es/atom/cta/test/fixtures/primary-small.js.map +1 -1
  20. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js +1 -1
  21. package/es/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js.map +1 -1
  22. package/es/atom/cta/test/fixtures/rectangular-secondary.js +1 -1
  23. package/es/atom/cta/test/fixtures/rectangular-secondary.js.map +1 -1
  24. package/es/atom/cta/test/fixtures/rectangular.js +1 -1
  25. package/es/atom/cta/test/fixtures/rectangular.js.map +1 -1
  26. package/es/atom/cta/test/fixtures/secondary-small.js +1 -1
  27. package/es/atom/cta/test/fixtures/secondary-small.js.map +1 -1
  28. package/es/atom/cta/test/fixtures/secondary.js +1 -1
  29. package/es/atom/cta/test/fixtures/secondary.js.map +1 -1
  30. package/es/atom/drag-and-drop/index.js +1 -1
  31. package/es/atom/drag-and-drop/index.js.map +1 -1
  32. package/es/atom/drag-and-drop/test/fixtures/loading.js +1 -1
  33. package/es/atom/drag-and-drop/test/fixtures/loading.js.map +1 -1
  34. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.js +1 -1
  35. package/es/atom/drag-and-drop/test/fixtures/with-image-reset.js.map +1 -1
  36. package/es/atom/image-upload/index.js +1 -1
  37. package/es/atom/image-upload/index.js.map +1 -1
  38. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js +1 -1
  39. package/es/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js.map +1 -1
  40. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js +1 -1
  41. package/es/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js.map +1 -1
  42. package/es/atom/image-upload/test/fixtures/desktop-reset-description.js +1 -1
  43. package/es/atom/image-upload/test/fixtures/desktop-reset-description.js.map +1 -1
  44. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.js +1 -1
  45. package/es/atom/image-upload/test/fixtures/desktop-reset-no-description.js.map +1 -1
  46. package/es/atom/image-upload/test/fixtures/email.js +1 -1
  47. package/es/atom/image-upload/test/fixtures/email.js.map +1 -1
  48. package/es/atom/image-upload/test/fixtures/mobile.js +1 -1
  49. package/es/atom/image-upload/test/fixtures/mobile.js.map +1 -1
  50. package/es/atom/image-upload/test/fixtures/modified.js +1 -1
  51. package/es/atom/image-upload/test/fixtures/modified.js.map +1 -1
  52. package/es/atom/input-html/index.js.map +1 -1
  53. package/es/atom/input-switch/index.js +13 -6
  54. package/es/atom/input-switch/index.js.map +1 -1
  55. package/es/atom/input-switch/style.css +46 -0
  56. package/es/atom/input-switch/test/fixtures/cm-left.js +11 -0
  57. package/es/atom/input-switch/test/fixtures/cm-left.js.map +1 -0
  58. package/es/atom/input-switch/test/fixtures/cm-right-checked.js +11 -0
  59. package/es/atom/input-switch/test/fixtures/cm-right-checked.js.map +1 -0
  60. package/es/atom/input-switch/test/fixtures/cm-right-disabled.js +11 -0
  61. package/es/atom/input-switch/test/fixtures/cm-right-disabled.js.map +1 -0
  62. package/es/atom/input-switch/test/fixtures/cm-right-modified.js +12 -0
  63. package/es/atom/input-switch/test/fixtures/cm-right-modified.js.map +1 -0
  64. package/es/atom/input-switch/test/fixtures/cm-right.js +11 -0
  65. package/es/atom/input-switch/test/fixtures/cm-right.js.map +1 -0
  66. package/es/atom/input-switch/test/fixtures/disabled.js +1 -1
  67. package/es/atom/input-switch/test/fixtures/disabled.js.map +1 -1
  68. package/es/atom/input-switch/test/fixtures.js +10 -0
  69. package/es/atom/input-switch/test/fixtures.js.map +1 -1
  70. package/es/atom/link/index.js +3 -2
  71. package/es/atom/link/index.js.map +1 -1
  72. package/es/atom/loader/test/fixtures.js +0 -2
  73. package/es/atom/loader/test/fixtures.js.map +1 -1
  74. package/es/atom/promo-code/index.js.map +1 -1
  75. package/es/atom/provider/index.js.map +1 -1
  76. package/es/atom/provider/test/index.js +1 -1
  77. package/es/atom/provider/test/index.js.map +1 -1
  78. package/es/atom/range/index.js +1 -1
  79. package/es/atom/range/index.js.map +1 -1
  80. package/es/atom/range/test/fixtures/multi.js +1 -1
  81. package/es/atom/range/test/fixtures/multi.js.map +1 -1
  82. package/es/atom/range/test/index.js +9 -9
  83. package/es/atom/range/test/index.js.map +1 -1
  84. package/es/atom/video-upload/index.js +1 -1
  85. package/es/atom/video-upload/index.js.map +1 -1
  86. package/es/atom/video-upload/test/fixtures/loading.js +1 -1
  87. package/es/atom/video-upload/test/fixtures/loading.js.map +1 -1
  88. package/es/atom/video-upload/test/fixtures/modified.js +1 -1
  89. package/es/atom/video-upload/test/fixtures/modified.js.map +1 -1
  90. package/es/hoc/animation-scheduler/index.js +3 -3
  91. package/es/hoc/animation-scheduler/index.js.map +1 -1
  92. package/es/hoc/swapper/index.js +4 -2
  93. package/es/hoc/swapper/index.js.map +1 -1
  94. package/es/hoc/transition/index.js +1 -1
  95. package/es/hoc/transition/index.js.map +1 -1
  96. package/es/molecule/add-to-my-list/index.js +1 -1
  97. package/es/molecule/add-to-my-list/index.js.map +1 -1
  98. package/es/molecule/answer/index.js +3 -2
  99. package/es/molecule/answer/index.js.map +1 -1
  100. package/es/molecule/answer/test/fixtures/audio.js +1 -1
  101. package/es/molecule/answer/test/fixtures/audio.js.map +1 -1
  102. package/es/molecule/answer/test/fixtures/default.js +1 -1
  103. package/es/molecule/answer/test/fixtures/default.js.map +1 -1
  104. package/es/molecule/answer/test/fixtures/drop-down.js +1 -1
  105. package/es/molecule/answer/test/fixtures/drop-down.js.map +1 -1
  106. package/es/molecule/answer/test/fixtures/qcm-arabic.js +1 -1
  107. package/es/molecule/answer/test/fixtures/qcm-arabic.js.map +1 -1
  108. package/es/molecule/answer/test/fixtures/qcm-drag.js +1 -1
  109. package/es/molecule/answer/test/fixtures/qcm-drag.js.map +1 -1
  110. package/es/molecule/answer/test/fixtures/qcm-graphic.js +1 -1
  111. package/es/molecule/answer/test/fixtures/qcm-graphic.js.map +1 -1
  112. package/es/molecule/answer/test/fixtures/qcm-short-audio.js +1 -1
  113. package/es/molecule/answer/test/fixtures/qcm-short-audio.js.map +1 -1
  114. package/es/molecule/answer/test/fixtures/qcm-short-video.js +1 -1
  115. package/es/molecule/answer/test/fixtures/qcm-short-video.js.map +1 -1
  116. package/es/molecule/answer/test/fixtures/qcm-short.js +1 -1
  117. package/es/molecule/answer/test/fixtures/qcm-short.js.map +1 -1
  118. package/es/molecule/answer/test/fixtures/qcm.js +1 -1
  119. package/es/molecule/answer/test/fixtures/qcm.js.map +1 -1
  120. package/es/molecule/answer/test/fixtures/range.js +1 -1
  121. package/es/molecule/answer/test/fixtures/range.js.map +1 -1
  122. package/es/molecule/answer/test/fixtures/template.js +1 -1
  123. package/es/molecule/answer/test/fixtures/template.js.map +1 -1
  124. package/es/molecule/brand-form-group/index.js +18 -18
  125. package/es/molecule/brand-form-group/index.js.map +1 -1
  126. package/es/molecule/brand-form-group/test/fixtures/analytics.js +1 -1
  127. package/es/molecule/brand-form-group/test/fixtures/analytics.js.map +1 -1
  128. package/es/molecule/brand-form-group/test/fixtures/animations.js +2 -2
  129. package/es/molecule/brand-form-group/test/fixtures/animations.js.map +1 -1
  130. package/es/molecule/brand-form-group/test/fixtures/cohort.js +1 -1
  131. package/es/molecule/brand-form-group/test/fixtures/cohort.js.map +1 -1
  132. package/es/molecule/brand-form-group/test/fixtures/dashboard.js +1 -1
  133. package/es/molecule/brand-form-group/test/fixtures/dashboard.js.map +1 -1
  134. package/es/molecule/brand-form-group/test/fixtures/images.js +3 -3
  135. package/es/molecule/brand-form-group/test/fixtures/images.js.map +1 -1
  136. package/es/molecule/brand-form-group/test/fixtures/slider.js +1 -1
  137. package/es/molecule/brand-form-group/test/fixtures/slider.js.map +1 -1
  138. package/es/molecule/card/index.js +1 -1
  139. package/es/molecule/card/index.js.map +1 -1
  140. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.js +1 -1
  141. package/es/molecule/card/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  142. package/es/molecule/card/test/fixtures/adaptiv.js +1 -1
  143. package/es/molecule/card/test/fixtures/adaptiv.js.map +1 -1
  144. package/es/molecule/card/test/fixtures/disabled.js +1 -1
  145. package/es/molecule/card/test/fixtures/disabled.js.map +1 -1
  146. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.js +1 -1
  147. package/es/molecule/card-content/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  148. package/es/molecule/card-content/test/fixtures/adaptiv.js +1 -1
  149. package/es/molecule/card-content/test/fixtures/adaptiv.js.map +1 -1
  150. package/es/molecule/card-content/test/fixtures/disabled.js +1 -1
  151. package/es/molecule/card-content/test/fixtures/disabled.js.map +1 -1
  152. package/es/molecule/card-with-button/index.js.map +1 -1
  153. package/es/molecule/coorp-manager-roles/index.js +1 -1
  154. package/es/molecule/coorp-manager-roles/index.js.map +1 -1
  155. package/es/molecule/dashboard/battle-request-list/index.js +1 -1
  156. package/es/molecule/dashboard/battle-request-list/index.js.map +1 -1
  157. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.js +1 -1
  158. package/es/molecule/dashboard/cards-list/test/fixtures/microlearning.js.map +1 -1
  159. package/es/molecule/dashboard/cards-list/test/fixtures/performance.js +1 -1
  160. package/es/molecule/dashboard/cards-list/test/fixtures/performance.js.map +1 -1
  161. package/es/molecule/dashboard/cards-list/test/index.js +1 -1
  162. package/es/molecule/dashboard/cards-list/test/index.js.map +1 -1
  163. package/es/molecule/dashboard/news-list/index.js +1 -1
  164. package/es/molecule/dashboard/news-list/index.js.map +1 -1
  165. package/es/molecule/dashboard/start-battle/index.js +1 -1
  166. package/es/molecule/dashboard/start-battle/index.js.map +1 -1
  167. package/es/molecule/discipline-header/test/fixtures/long-description.js.map +1 -1
  168. package/es/molecule/drag-and-drop/index.js +1 -1
  169. package/es/molecule/drag-and-drop/index.js.map +1 -1
  170. package/es/molecule/drag-and-drop/test/fixtures/error.js +1 -1
  171. package/es/molecule/drag-and-drop/test/fixtures/error.js.map +1 -1
  172. package/es/molecule/drag-and-drop/test/fixtures/loading.js +1 -1
  173. package/es/molecule/drag-and-drop/test/fixtures/loading.js.map +1 -1
  174. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.js +1 -1
  175. package/es/molecule/drag-and-drop/test/fixtures/ready-invalid.js.map +1 -1
  176. package/es/molecule/drag-and-drop/test/fixtures/ready.js +1 -1
  177. package/es/molecule/drag-and-drop/test/fixtures/ready.js.map +1 -1
  178. package/es/molecule/drag-and-drop/test/fixtures/success-video.js +1 -1
  179. package/es/molecule/drag-and-drop/test/fixtures/success-video.js.map +1 -1
  180. package/es/molecule/drag-and-drop/test/fixtures/success.js +1 -1
  181. package/es/molecule/drag-and-drop/test/fixtures/success.js.map +1 -1
  182. package/es/molecule/drag-and-drop/test/on-click.js +2 -2
  183. package/es/molecule/drag-and-drop/test/on-click.js.map +1 -1
  184. package/es/molecule/drag-and-drop/upload-report.js +1 -1
  185. package/es/molecule/drag-and-drop/upload-report.js.map +1 -1
  186. package/es/molecule/feedback/index.js +1 -1
  187. package/es/molecule/feedback/index.js.map +1 -1
  188. package/es/molecule/filters/test/fixtures/default.js +4 -4
  189. package/es/molecule/filters/test/fixtures/default.js.map +1 -1
  190. package/es/molecule/filters/test/fixtures/filters-list.js +6 -6
  191. package/es/molecule/filters/test/fixtures/filters-list.js.map +1 -1
  192. package/es/molecule/filters/test/fixtures/one.js +2 -2
  193. package/es/molecule/filters/test/fixtures/one.js.map +1 -1
  194. package/es/molecule/filters/test/fixtures/only-radio-group.js +1 -1
  195. package/es/molecule/filters/test/fixtures/only-radio-group.js.map +1 -1
  196. package/es/molecule/filters/test/fixtures/only-timer.js +1 -1
  197. package/es/molecule/filters/test/fixtures/only-timer.js.map +1 -1
  198. package/es/molecule/filters/test/fixtures/three.js +3 -3
  199. package/es/molecule/filters/test/fixtures/three.js.map +1 -1
  200. package/es/molecule/filters/test/fixtures/two.js +3 -3
  201. package/es/molecule/filters/test/fixtures/two.js.map +1 -1
  202. package/es/molecule/filters/test/fixtures/zero.js +1 -1
  203. package/es/molecule/filters/test/fixtures/zero.js.map +1 -1
  204. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.js +4 -4
  205. package/es/molecule/forum/forum-thread/test/fixtures/deep-answers.js.map +1 -1
  206. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.js +1 -1
  207. package/es/molecule/forum/forum-thread/test/fixtures/with-answers.js.map +1 -1
  208. package/es/molecule/hero/test/fixtures/arabic.js +1 -1
  209. package/es/molecule/hero/test/fixtures/arabic.js.map +1 -1
  210. package/es/molecule/hero/test/fixtures/hero.js +1 -1
  211. package/es/molecule/hero/test/fixtures/hero.js.map +1 -1
  212. package/es/molecule/news/test/fixtures/long-description.js +1 -1
  213. package/es/molecule/news/test/fixtures/long-description.js.map +1 -1
  214. package/es/molecule/news/test/fixtures/long-title.js +1 -1
  215. package/es/molecule/news/test/fixtures/long-title.js.map +1 -1
  216. package/es/molecule/news/test/fixtures/small-desciption.js +1 -1
  217. package/es/molecule/news/test/fixtures/small-desciption.js.map +1 -1
  218. package/es/molecule/news/test/fixtures/small-title.js +1 -1
  219. package/es/molecule/news/test/fixtures/small-title.js.map +1 -1
  220. package/es/molecule/popin/index.js +1 -1
  221. package/es/molecule/popin/index.js.map +1 -1
  222. package/es/molecule/progress-bar/index.js +1 -1
  223. package/es/molecule/progress-bar/index.js.map +1 -1
  224. package/es/molecule/questions/drop-down/index.js +1 -1
  225. package/es/molecule/questions/drop-down/index.js.map +1 -1
  226. package/es/molecule/questions/question-range/index.js +3 -2
  227. package/es/molecule/questions/question-range/index.js.map +1 -1
  228. package/es/molecule/questions/template/index.js +2 -2
  229. package/es/molecule/questions/template/index.js.map +1 -1
  230. package/es/molecule/questions/template/test/index.js +1 -1
  231. package/es/molecule/questions/template/test/index.js.map +1 -1
  232. package/es/molecule/quick-access-card/index.js.map +1 -1
  233. package/es/molecule/resource-player/index.js +2 -1
  234. package/es/molecule/resource-player/index.js.map +1 -1
  235. package/es/molecule/search/test/fixtures.js +15 -0
  236. package/es/molecule/search/test/fixtures.js.map +1 -0
  237. package/es/molecule/select-multiple/index.js +3 -3
  238. package/es/molecule/select-multiple/index.js.map +1 -1
  239. package/es/molecule/select-multiple/style.css +1 -0
  240. package/es/molecule/select-multiple/test/index.js +2 -2
  241. package/es/molecule/select-multiple/test/index.js.map +1 -1
  242. package/es/molecule/setup-section/index.js +1 -1
  243. package/es/molecule/setup-section/index.js.map +1 -1
  244. package/es/molecule/setup-section/test/fixtures/first.js +1 -1
  245. package/es/molecule/setup-section/test/fixtures/first.js.map +1 -1
  246. package/es/molecule/setup-slide/index.js +8 -8
  247. package/es/molecule/setup-slide/index.js.map +1 -1
  248. package/es/molecule/share/index.js +1 -1
  249. package/es/molecule/share/index.js.map +1 -1
  250. package/es/molecule/vertical-tabs/test/fixtures.js +0 -2
  251. package/es/molecule/vertical-tabs/test/fixtures.js.map +1 -1
  252. package/es/molecule/video-iframe/index.js +1 -1
  253. package/es/molecule/video-iframe/index.js.map +1 -1
  254. package/es/molecule/video-player/index.js +3 -1
  255. package/es/molecule/video-player/index.js.map +1 -1
  256. package/es/molecule/video-player/jwplayer.js +2 -2
  257. package/es/molecule/video-player/jwplayer.js.map +1 -1
  258. package/es/molecule/video-player/test/fixtures/youtube.js +1 -1
  259. package/es/molecule/video-player/test/fixtures/youtube.js.map +1 -1
  260. package/es/molecule/video-player/vimeo.js +1 -1
  261. package/es/molecule/video-player/vimeo.js.map +1 -1
  262. package/es/molecule/wizard-summary/index.js +1 -0
  263. package/es/molecule/wizard-summary/index.js.map +1 -1
  264. package/es/molecule/wizard-summary/style.css +1 -1
  265. package/es/organism/accordion/coorp-manager/index.js +1 -1
  266. package/es/organism/accordion/coorp-manager/index.js.map +1 -1
  267. package/es/organism/accordion/toggler/index.js +1 -1
  268. package/es/organism/accordion/toggler/index.js.map +1 -1
  269. package/es/organism/accordion/toggler/test/render.js +2 -2
  270. package/es/organism/accordion/toggler/test/render.js.map +1 -1
  271. package/es/organism/brand-form/test/fixtures/sso.js +3 -3
  272. package/es/organism/brand-form/test/fixtures/sso.js.map +1 -1
  273. package/es/organism/content-translation/index.js +2 -2
  274. package/es/organism/content-translation/index.js.map +1 -1
  275. package/es/organism/content-translation/test/fixtures/default.js +2 -2
  276. package/es/organism/content-translation/test/fixtures/default.js.map +1 -1
  277. package/es/organism/course-selection/index.js +18 -10
  278. package/es/organism/course-selection/index.js.map +1 -1
  279. package/es/organism/course-selection/style.css +4 -2
  280. package/es/organism/course-selection/test/fixtures/default.js +14 -7
  281. package/es/organism/course-selection/test/fixtures/default.js.map +1 -1
  282. package/es/organism/course-selection/test/fixtures/empty.js +9 -0
  283. package/es/organism/course-selection/test/fixtures/empty.js.map +1 -1
  284. package/es/organism/course-selection/test/fixtures/filtered.js +11 -3
  285. package/es/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  286. package/es/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  287. package/es/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  288. package/es/organism/course-selection/test/fixtures/switch-activated.js +23 -0
  289. package/es/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  290. package/es/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  291. package/es/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  292. package/es/organism/course-selection/test/fixtures.js +2 -0
  293. package/es/organism/course-selection/test/fixtures.js.map +1 -1
  294. package/es/organism/discussion/test/fixtures/default.js +1 -1
  295. package/es/organism/discussion/test/fixtures/default.js.map +1 -1
  296. package/es/organism/discussion/test/fixtures/loading-more.js +1 -1
  297. package/es/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  298. package/es/organism/discussion/test/fixtures/new-discussion.js +1 -1
  299. package/es/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  300. package/es/organism/get-the-app/index.js +2 -2
  301. package/es/organism/get-the-app/index.js.map +1 -1
  302. package/es/organism/list-items/test/fixtures/archived.js +1 -1
  303. package/es/organism/list-items/test/fixtures/archived.js.map +1 -1
  304. package/es/organism/list-items/test/fixtures/draft.js +1 -1
  305. package/es/organism/list-items/test/fixtures/draft.js.map +1 -1
  306. package/es/organism/list-items/test/fixtures/published.js +1 -1
  307. package/es/organism/list-items/test/fixtures/published.js.map +1 -1
  308. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  309. package/es/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  310. package/es/organism/mooc-header/test/fixtures/default.js +1 -1
  311. package/es/organism/mooc-header/test/fixtures/default.js.map +1 -1
  312. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  313. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  314. package/es/organism/playlist-translation/test/fixtures.js +15 -0
  315. package/es/organism/playlist-translation/test/fixtures.js.map +1 -0
  316. package/es/organism/popin/test/fixtures/default.js.map +1 -1
  317. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  318. package/es/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  319. package/es/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  320. package/es/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  321. package/es/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  322. package/es/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  323. package/es/organism/resource-browser/test/fixtures/mp4.js +1 -1
  324. package/es/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  325. package/es/organism/search-and-chips-results/index.js +3 -5
  326. package/es/organism/search-and-chips-results/index.js.map +1 -1
  327. package/es/organism/search-and-chips-results/test/fixtures/default.js +0 -1
  328. package/es/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  329. package/es/organism/settings/index.js +3 -2
  330. package/es/organism/settings/index.js.map +1 -1
  331. package/es/organism/sidebar/index.js +11 -10
  332. package/es/organism/sidebar/index.js.map +1 -1
  333. package/es/organism/user-preferences/index.js +3 -2
  334. package/es/organism/user-preferences/index.js.map +1 -1
  335. package/es/organism/wizard-contents/index.js +7 -11
  336. package/es/organism/wizard-contents/index.js.map +1 -1
  337. package/es/organism/wizard-contents/style.css +0 -8
  338. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  339. package/es/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  340. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  341. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  342. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  343. package/es/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  344. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  345. package/es/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  346. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  347. package/es/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  348. package/es/template/activity/index.js +1 -1
  349. package/es/template/activity/index.js.map +1 -1
  350. package/es/template/activity/test/progression-item-test.js +1 -1
  351. package/es/template/activity/test/progression-item-test.js.map +1 -1
  352. package/es/template/app-player/player/slides/footer/index.js +1 -1
  353. package/es/template/app-player/player/slides/footer/index.js.map +1 -1
  354. package/es/template/app-player/player/slides/index.js +14 -11
  355. package/es/template/app-player/player/slides/index.js.map +1 -1
  356. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  357. package/es/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  358. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  359. package/es/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  360. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  361. package/es/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  362. package/es/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  363. package/es/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  364. package/es/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  365. package/es/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  366. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  367. package/es/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  368. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  369. package/es/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  370. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  371. package/es/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  372. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  373. package/es/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  374. package/es/template/app-player/player/slides/test/fixtures/context.js +2 -2
  375. package/es/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  376. package/es/template/app-player/player/slides/test/fixtures/default.js +2 -2
  377. package/es/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  378. package/es/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  379. package/es/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  380. package/es/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  381. package/es/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  382. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  383. package/es/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  384. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  385. package/es/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  386. package/es/template/app-player/player/slides/test/fixtures/media.js +2 -2
  387. package/es/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  388. package/es/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  389. package/es/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  390. package/es/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  391. package/es/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  392. package/es/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  393. package/es/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  394. package/es/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  395. package/es/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  396. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  397. package/es/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  398. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  399. package/es/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  400. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  401. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  402. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  403. package/es/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  404. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  405. package/es/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  406. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  407. package/es/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  408. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  409. package/es/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  410. package/es/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  411. package/es/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  412. package/es/template/app-player/player/slides/test/fixtures/range.js +1 -1
  413. package/es/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  414. package/es/template/app-player/player/slides/test/fixtures/template.js +1 -1
  415. package/es/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  416. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  417. package/es/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  418. package/es/template/app-player/player/test/fixtures/background.js +1 -1
  419. package/es/template/app-player/player/test/fixtures/background.js.map +1 -1
  420. package/es/template/app-player/popin-correction/index.js +3 -2
  421. package/es/template/app-player/popin-correction/index.js.map +1 -1
  422. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  423. package/es/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  424. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  425. package/es/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  426. package/es/template/app-player/popin-end/summary.js +11 -7
  427. package/es/template/app-player/popin-end/summary.js.map +1 -1
  428. package/es/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  429. package/es/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  430. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  431. package/es/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  432. package/es/template/app-player/popin-header/index.js +4 -3
  433. package/es/template/app-player/popin-header/index.js.map +1 -1
  434. package/es/template/back-office/brand-create/test/fixtures/default.js +1 -1
  435. package/es/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  436. package/es/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  437. package/es/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  438. package/es/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  439. package/es/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  440. package/es/template/back-office/brand-list/test/fixtures/default.js +1 -1
  441. package/es/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  442. package/es/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  443. package/es/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  444. package/es/template/back-office/brand-update/index.js +8 -8
  445. package/es/template/back-office/brand-update/index.js.map +1 -1
  446. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  447. package/es/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  448. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  449. package/es/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  450. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  451. package/es/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  452. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  453. package/es/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  454. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js +1 -1
  455. package/es/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  456. package/es/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  457. package/es/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  458. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  459. package/es/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  460. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  461. package/es/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  462. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js +1 -1
  463. package/es/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  464. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  465. package/es/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  466. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +1 -1
  467. package/es/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  468. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  469. package/es/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  470. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  471. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  472. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  473. package/es/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  474. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  475. package/es/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  476. package/es/template/cockpit/jw-uploader/index.js +1 -1
  477. package/es/template/cockpit/jw-uploader/index.js.map +1 -1
  478. package/es/template/common/dashboard/index.js +1 -1
  479. package/es/template/common/dashboard/index.js.map +1 -1
  480. package/es/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  481. package/es/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  482. package/es/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  483. package/es/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  484. package/es/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  485. package/es/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  486. package/es/template/common/discipline/test/fixtures/arabic.js +1 -1
  487. package/es/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  488. package/es/template/common/discipline/test/fixtures/default.js +2 -2
  489. package/es/template/common/discipline/test/fixtures/default.js.map +1 -1
  490. package/es/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  491. package/es/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  492. package/es/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  493. package/es/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  494. package/es/template/common/discipline/test/fixtures/external-course.js +2 -2
  495. package/es/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  496. package/es/template/common/discipline/test/fixtures/share.js +1 -1
  497. package/es/template/common/discipline/test/fixtures/share.js.map +1 -1
  498. package/es/template/teams-dashboard/test/fixtures/default.js +1 -1
  499. package/es/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  500. package/es/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  501. package/es/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  502. package/es/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  503. package/es/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  504. package/es/util/shallow-compare.js.map +1 -1
  505. package/es/util/test/navigation.js +4 -3
  506. package/es/util/test/navigation.js.map +1 -1
  507. package/lib/atom/autocomplete/index.js +2 -2
  508. package/lib/atom/autocomplete/test/fixtures/error.js +1 -1
  509. package/lib/atom/autocomplete/test/fixtures/error.js.map +1 -1
  510. package/lib/atom/autocomplete/test/fixtures/filled.js +1 -1
  511. package/lib/atom/autocomplete/test/fixtures/filled.js.map +1 -1
  512. package/lib/atom/autocomplete/test/fixtures/modified.js +1 -1
  513. package/lib/atom/autocomplete/test/fixtures/modified.js.map +1 -1
  514. package/lib/atom/button-link/index.js +2 -2
  515. package/lib/atom/button-link-icon-only/index.js +2 -2
  516. package/lib/atom/button-menu/index.js +2 -2
  517. package/lib/atom/button-menu/test/fixtures/default.js +1 -1
  518. package/lib/atom/button-menu/test/fixtures/multiple-buttons.js +1 -1
  519. package/lib/atom/chips/index.js +2 -2
  520. package/lib/atom/clue/index.js.map +1 -1
  521. package/lib/atom/cta/test/fixtures/certification.js +1 -1
  522. package/lib/atom/cta/test/fixtures/certification.js.map +1 -1
  523. package/lib/atom/cta/test/fixtures/disabled.js +1 -1
  524. package/lib/atom/cta/test/fixtures/disabled.js.map +1 -1
  525. package/lib/atom/cta/test/fixtures/light-small.js +1 -1
  526. package/lib/atom/cta/test/fixtures/light-small.js.map +1 -1
  527. package/lib/atom/cta/test/fixtures/light.js +1 -1
  528. package/lib/atom/cta/test/fixtures/light.js.map +1 -1
  529. package/lib/atom/cta/test/fixtures/logout.js +1 -1
  530. package/lib/atom/cta/test/fixtures/logout.js.map +1 -1
  531. package/lib/atom/cta/test/fixtures/primary-small.js +1 -1
  532. package/lib/atom/cta/test/fixtures/primary-small.js.map +1 -1
  533. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js +1 -1
  534. package/lib/atom/cta/test/fixtures/rectangular-secondary-fullwidth.js.map +1 -1
  535. package/lib/atom/cta/test/fixtures/rectangular-secondary.js +1 -1
  536. package/lib/atom/cta/test/fixtures/rectangular-secondary.js.map +1 -1
  537. package/lib/atom/cta/test/fixtures/rectangular.js +1 -1
  538. package/lib/atom/cta/test/fixtures/rectangular.js.map +1 -1
  539. package/lib/atom/cta/test/fixtures/secondary-small.js +1 -1
  540. package/lib/atom/cta/test/fixtures/secondary-small.js.map +1 -1
  541. package/lib/atom/cta/test/fixtures/secondary.js +1 -1
  542. package/lib/atom/cta/test/fixtures/secondary.js.map +1 -1
  543. package/lib/atom/drag-and-drop/index.js +1 -1
  544. package/lib/atom/drag-and-drop/index.js.map +1 -1
  545. package/lib/atom/drag-and-drop/test/fixtures/loading.js +1 -1
  546. package/lib/atom/drag-and-drop/test/fixtures/loading.js.map +1 -1
  547. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js +1 -1
  548. package/lib/atom/drag-and-drop/test/fixtures/with-image-reset.js.map +1 -1
  549. package/lib/atom/image-upload/index.js +3 -3
  550. package/lib/atom/image-upload/index.js.map +1 -1
  551. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js +1 -1
  552. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-multiple.js.map +1 -1
  553. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js +1 -1
  554. package/lib/atom/image-upload/test/fixtures/desktop-reset-description-only-png.js.map +1 -1
  555. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js +1 -1
  556. package/lib/atom/image-upload/test/fixtures/desktop-reset-description.js.map +1 -1
  557. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js +1 -1
  558. package/lib/atom/image-upload/test/fixtures/desktop-reset-no-description.js.map +1 -1
  559. package/lib/atom/image-upload/test/fixtures/email.js +1 -1
  560. package/lib/atom/image-upload/test/fixtures/email.js.map +1 -1
  561. package/lib/atom/image-upload/test/fixtures/mobile.js +1 -1
  562. package/lib/atom/image-upload/test/fixtures/mobile.js.map +1 -1
  563. package/lib/atom/image-upload/test/fixtures/modified.js +1 -1
  564. package/lib/atom/image-upload/test/fixtures/modified.js.map +1 -1
  565. package/lib/atom/input-checkbox/index.js +2 -2
  566. package/lib/atom/input-color/index.js +2 -2
  567. package/lib/atom/input-doublestep/index.js +2 -2
  568. package/lib/atom/input-html/index.js.map +1 -1
  569. package/lib/atom/input-search/index.js +2 -2
  570. package/lib/atom/input-switch/index.js +15 -8
  571. package/lib/atom/input-switch/index.js.map +1 -1
  572. package/lib/atom/input-switch/style.css +46 -0
  573. package/lib/atom/input-switch/test/fixtures/cm-left.js +16 -0
  574. package/lib/atom/input-switch/test/fixtures/cm-left.js.map +1 -0
  575. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js +16 -0
  576. package/lib/atom/input-switch/test/fixtures/cm-right-checked.js.map +1 -0
  577. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js +20 -0
  578. package/lib/atom/input-switch/test/fixtures/cm-right-disabled.js.map +1 -0
  579. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js +17 -0
  580. package/lib/atom/input-switch/test/fixtures/cm-right-modified.js.map +1 -0
  581. package/lib/atom/input-switch/test/fixtures/cm-right.js +16 -0
  582. package/lib/atom/input-switch/test/fixtures/cm-right.js.map +1 -0
  583. package/lib/atom/input-switch/test/fixtures/disabled.js +1 -1
  584. package/lib/atom/input-switch/test/fixtures/disabled.js.map +1 -1
  585. package/lib/atom/input-switch/test/fixtures.js +15 -0
  586. package/lib/atom/input-switch/test/fixtures.js.map +1 -1
  587. package/lib/atom/input-text/index.js +2 -2
  588. package/lib/atom/input-textarea/index.js +2 -2
  589. package/lib/atom/link/index.js +4 -2
  590. package/lib/atom/link/index.js.map +1 -1
  591. package/lib/atom/loader/test/fixtures.js +0 -3
  592. package/lib/atom/loader/test/fixtures.js.map +1 -1
  593. package/lib/atom/promo-code/index.js.map +1 -1
  594. package/lib/atom/provider/index.js.map +1 -1
  595. package/lib/atom/provider/test/index.js +1 -1
  596. package/lib/atom/provider/test/index.js.map +1 -1
  597. package/lib/atom/range/index.js +1 -1
  598. package/lib/atom/range/index.js.map +1 -1
  599. package/lib/atom/range/test/fixtures/multi.js +1 -1
  600. package/lib/atom/range/test/fixtures/multi.js.map +1 -1
  601. package/lib/atom/range/test/index.js +9 -9
  602. package/lib/atom/range/test/index.js.map +1 -1
  603. package/lib/atom/select/index.js +2 -2
  604. package/lib/atom/tab/index.js +2 -2
  605. package/lib/atom/video-upload/index.js +1 -1
  606. package/lib/atom/video-upload/index.js.map +1 -1
  607. package/lib/atom/video-upload/test/fixtures/loading.js +1 -1
  608. package/lib/atom/video-upload/test/fixtures/loading.js.map +1 -1
  609. package/lib/atom/video-upload/test/fixtures/modified.js +1 -1
  610. package/lib/atom/video-upload/test/fixtures/modified.js.map +1 -1
  611. package/lib/hoc/animation/index.js +1 -1
  612. package/lib/hoc/animation/test/on-mount.js +2 -2
  613. package/lib/hoc/animation-scheduler/index.js +4 -4
  614. package/lib/hoc/animation-scheduler/index.js.map +1 -1
  615. package/lib/hoc/animation-scheduler/test/fixtures/parallel.js +3 -3
  616. package/lib/hoc/animation-scheduler/test/fixtures/series.js +2 -2
  617. package/lib/hoc/animation-scheduler/test/on-mount.js +2 -2
  618. package/lib/hoc/swapper/index.js +5 -3
  619. package/lib/hoc/swapper/index.js.map +1 -1
  620. package/lib/hoc/swapper/test/on-mount.js +2 -2
  621. package/lib/hoc/transition/index.js +3 -3
  622. package/lib/hoc/transition/index.js.map +1 -1
  623. package/lib/molecule/add-to-my-list/index.js +4 -4
  624. package/lib/molecule/add-to-my-list/index.js.map +1 -1
  625. package/lib/molecule/answer/index.js +5 -3
  626. package/lib/molecule/answer/index.js.map +1 -1
  627. package/lib/molecule/answer/test/fixtures/audio.js +1 -1
  628. package/lib/molecule/answer/test/fixtures/audio.js.map +1 -1
  629. package/lib/molecule/answer/test/fixtures/default.js +1 -1
  630. package/lib/molecule/answer/test/fixtures/default.js.map +1 -1
  631. package/lib/molecule/answer/test/fixtures/drop-down.js +1 -1
  632. package/lib/molecule/answer/test/fixtures/drop-down.js.map +1 -1
  633. package/lib/molecule/answer/test/fixtures/qcm-arabic.js +1 -1
  634. package/lib/molecule/answer/test/fixtures/qcm-arabic.js.map +1 -1
  635. package/lib/molecule/answer/test/fixtures/qcm-drag.js +1 -1
  636. package/lib/molecule/answer/test/fixtures/qcm-drag.js.map +1 -1
  637. package/lib/molecule/answer/test/fixtures/qcm-graphic.js +1 -1
  638. package/lib/molecule/answer/test/fixtures/qcm-graphic.js.map +1 -1
  639. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js +1 -1
  640. package/lib/molecule/answer/test/fixtures/qcm-short-audio.js.map +1 -1
  641. package/lib/molecule/answer/test/fixtures/qcm-short-video.js +1 -1
  642. package/lib/molecule/answer/test/fixtures/qcm-short-video.js.map +1 -1
  643. package/lib/molecule/answer/test/fixtures/qcm-short.js +1 -1
  644. package/lib/molecule/answer/test/fixtures/qcm-short.js.map +1 -1
  645. package/lib/molecule/answer/test/fixtures/qcm.js +1 -1
  646. package/lib/molecule/answer/test/fixtures/qcm.js.map +1 -1
  647. package/lib/molecule/answer/test/fixtures/range.js +1 -1
  648. package/lib/molecule/answer/test/fixtures/range.js.map +1 -1
  649. package/lib/molecule/answer/test/fixtures/template.js +1 -1
  650. package/lib/molecule/answer/test/fixtures/template.js.map +1 -1
  651. package/lib/molecule/brand-create-form/index.js +2 -2
  652. package/lib/molecule/brand-form-group/index.js +18 -18
  653. package/lib/molecule/brand-form-group/index.js.map +1 -1
  654. package/lib/molecule/brand-form-group/test/fixtures/analytics.js +1 -1
  655. package/lib/molecule/brand-form-group/test/fixtures/analytics.js.map +1 -1
  656. package/lib/molecule/brand-form-group/test/fixtures/animations.js +2 -2
  657. package/lib/molecule/brand-form-group/test/fixtures/animations.js.map +1 -1
  658. package/lib/molecule/brand-form-group/test/fixtures/cohort.js +1 -1
  659. package/lib/molecule/brand-form-group/test/fixtures/cohort.js.map +1 -1
  660. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js +1 -1
  661. package/lib/molecule/brand-form-group/test/fixtures/dashboard.js.map +1 -1
  662. package/lib/molecule/brand-form-group/test/fixtures/images.js +3 -3
  663. package/lib/molecule/brand-form-group/test/fixtures/images.js.map +1 -1
  664. package/lib/molecule/brand-form-group/test/fixtures/slider.js +1 -1
  665. package/lib/molecule/brand-form-group/test/fixtures/slider.js.map +1 -1
  666. package/lib/molecule/bullet-point-menu-button/index.js +2 -2
  667. package/lib/molecule/card/index.js +3 -3
  668. package/lib/molecule/card/index.js.map +1 -1
  669. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js +1 -1
  670. package/lib/molecule/card/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  671. package/lib/molecule/card/test/fixtures/adaptiv.js +1 -1
  672. package/lib/molecule/card/test/fixtures/adaptiv.js.map +1 -1
  673. package/lib/molecule/card/test/fixtures/disabled.js +1 -1
  674. package/lib/molecule/card/test/fixtures/disabled.js.map +1 -1
  675. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js +1 -1
  676. package/lib/molecule/card-content/test/fixtures/adaptiv-and-disabled.js.map +1 -1
  677. package/lib/molecule/card-content/test/fixtures/adaptiv.js +1 -1
  678. package/lib/molecule/card-content/test/fixtures/adaptiv.js.map +1 -1
  679. package/lib/molecule/card-content/test/fixtures/disabled.js +1 -1
  680. package/lib/molecule/card-content/test/fixtures/disabled.js.map +1 -1
  681. package/lib/molecule/card-with-button/index.js.map +1 -1
  682. package/lib/molecule/coorp-manager-roles/index.js +1 -1
  683. package/lib/molecule/coorp-manager-roles/index.js.map +1 -1
  684. package/lib/molecule/dashboard/battle-request-list/index.js +1 -1
  685. package/lib/molecule/dashboard/battle-request-list/index.js.map +1 -1
  686. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js +1 -1
  687. package/lib/molecule/dashboard/cards-list/test/fixtures/microlearning.js.map +1 -1
  688. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js +1 -1
  689. package/lib/molecule/dashboard/cards-list/test/fixtures/performance.js.map +1 -1
  690. package/lib/molecule/dashboard/cards-list/test/index.js +1 -1
  691. package/lib/molecule/dashboard/cards-list/test/index.js.map +1 -1
  692. package/lib/molecule/dashboard/news-list/index.js +1 -1
  693. package/lib/molecule/dashboard/news-list/index.js.map +1 -1
  694. package/lib/molecule/dashboard/start-battle/index.js +1 -1
  695. package/lib/molecule/dashboard/start-battle/index.js.map +1 -1
  696. package/lib/molecule/discipline-header/test/fixtures/long-description.js.map +1 -1
  697. package/lib/molecule/drag-and-drop/index.js +3 -3
  698. package/lib/molecule/drag-and-drop/index.js.map +1 -1
  699. package/lib/molecule/drag-and-drop/test/fixtures/error.js +1 -1
  700. package/lib/molecule/drag-and-drop/test/fixtures/error.js.map +1 -1
  701. package/lib/molecule/drag-and-drop/test/fixtures/loading.js +1 -1
  702. package/lib/molecule/drag-and-drop/test/fixtures/loading.js.map +1 -1
  703. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js +1 -1
  704. package/lib/molecule/drag-and-drop/test/fixtures/ready-invalid.js.map +1 -1
  705. package/lib/molecule/drag-and-drop/test/fixtures/ready.js +1 -1
  706. package/lib/molecule/drag-and-drop/test/fixtures/ready.js.map +1 -1
  707. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js +1 -1
  708. package/lib/molecule/drag-and-drop/test/fixtures/success-video.js.map +1 -1
  709. package/lib/molecule/drag-and-drop/test/fixtures/success.js +1 -1
  710. package/lib/molecule/drag-and-drop/test/fixtures/success.js.map +1 -1
  711. package/lib/molecule/drag-and-drop/test/on-click.js +2 -2
  712. package/lib/molecule/drag-and-drop/test/on-click.js.map +1 -1
  713. package/lib/molecule/drag-and-drop/upload-report.js +3 -3
  714. package/lib/molecule/drag-and-drop/upload-report.js.map +1 -1
  715. package/lib/molecule/feedback/index.js +3 -3
  716. package/lib/molecule/feedback/index.js.map +1 -1
  717. package/lib/molecule/filters/test/fixtures/default.js +4 -4
  718. package/lib/molecule/filters/test/fixtures/default.js.map +1 -1
  719. package/lib/molecule/filters/test/fixtures/filters-list.js +6 -6
  720. package/lib/molecule/filters/test/fixtures/filters-list.js.map +1 -1
  721. package/lib/molecule/filters/test/fixtures/one.js +2 -2
  722. package/lib/molecule/filters/test/fixtures/one.js.map +1 -1
  723. package/lib/molecule/filters/test/fixtures/only-radio-group.js +1 -1
  724. package/lib/molecule/filters/test/fixtures/only-radio-group.js.map +1 -1
  725. package/lib/molecule/filters/test/fixtures/only-timer.js +1 -1
  726. package/lib/molecule/filters/test/fixtures/only-timer.js.map +1 -1
  727. package/lib/molecule/filters/test/fixtures/three.js +3 -3
  728. package/lib/molecule/filters/test/fixtures/three.js.map +1 -1
  729. package/lib/molecule/filters/test/fixtures/two.js +3 -3
  730. package/lib/molecule/filters/test/fixtures/two.js.map +1 -1
  731. package/lib/molecule/filters/test/fixtures/zero.js +1 -1
  732. package/lib/molecule/filters/test/fixtures/zero.js.map +1 -1
  733. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js +4 -4
  734. package/lib/molecule/forum/forum-thread/test/fixtures/deep-answers.js.map +1 -1
  735. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js +1 -1
  736. package/lib/molecule/forum/forum-thread/test/fixtures/with-answers.js.map +1 -1
  737. package/lib/molecule/hero/index.js +2 -2
  738. package/lib/molecule/hero/test/fixtures/arabic.js +1 -1
  739. package/lib/molecule/hero/test/fixtures/arabic.js.map +1 -1
  740. package/lib/molecule/hero/test/fixtures/hero.js +1 -1
  741. package/lib/molecule/hero/test/fixtures/hero.js.map +1 -1
  742. package/lib/molecule/news/test/fixtures/long-description.js +1 -1
  743. package/lib/molecule/news/test/fixtures/long-description.js.map +1 -1
  744. package/lib/molecule/news/test/fixtures/long-title.js +1 -1
  745. package/lib/molecule/news/test/fixtures/long-title.js.map +1 -1
  746. package/lib/molecule/news/test/fixtures/small-desciption.js +1 -1
  747. package/lib/molecule/news/test/fixtures/small-desciption.js.map +1 -1
  748. package/lib/molecule/news/test/fixtures/small-title.js +1 -1
  749. package/lib/molecule/news/test/fixtures/small-title.js.map +1 -1
  750. package/lib/molecule/popin/index.js +3 -3
  751. package/lib/molecule/popin/index.js.map +1 -1
  752. package/lib/molecule/progress-bar/index.js +1 -1
  753. package/lib/molecule/progress-bar/index.js.map +1 -1
  754. package/lib/molecule/questions/drop-down/index.js +3 -3
  755. package/lib/molecule/questions/drop-down/index.js.map +1 -1
  756. package/lib/molecule/questions/free-text/index.js +2 -2
  757. package/lib/molecule/questions/question-range/index.js +4 -2
  758. package/lib/molecule/questions/question-range/index.js.map +1 -1
  759. package/lib/molecule/questions/template/index.js +2 -2
  760. package/lib/molecule/questions/template/index.js.map +1 -1
  761. package/lib/molecule/questions/template/test/index.js +1 -1
  762. package/lib/molecule/questions/template/test/index.js.map +1 -1
  763. package/lib/molecule/quick-access-card/index.js.map +1 -1
  764. package/lib/molecule/resource-player/index.js +4 -2
  765. package/lib/molecule/resource-player/index.js.map +1 -1
  766. package/lib/molecule/scope-tabs/index.js +2 -2
  767. package/lib/molecule/search/test/fixtures.js +25 -0
  768. package/lib/molecule/search/test/fixtures.js.map +1 -0
  769. package/lib/molecule/search-form/index.js +2 -2
  770. package/lib/molecule/select-multiple/index.js +6 -6
  771. package/lib/molecule/select-multiple/index.js.map +1 -1
  772. package/lib/molecule/select-multiple/style.css +1 -0
  773. package/lib/molecule/select-multiple/test/index.js +4 -4
  774. package/lib/molecule/select-multiple/test/index.js.map +1 -1
  775. package/lib/molecule/setup-section/index.js +1 -1
  776. package/lib/molecule/setup-section/index.js.map +1 -1
  777. package/lib/molecule/setup-section/test/fixtures/first.js +1 -1
  778. package/lib/molecule/setup-section/test/fixtures/first.js.map +1 -1
  779. package/lib/molecule/setup-sections/index.js +2 -2
  780. package/lib/molecule/setup-slide/index.js +8 -8
  781. package/lib/molecule/setup-slide/index.js.map +1 -1
  782. package/lib/molecule/share/index.js +4 -4
  783. package/lib/molecule/share/index.js.map +1 -1
  784. package/lib/molecule/titled-checkbox/index.js +2 -2
  785. package/lib/molecule/vertical-tabs/test/fixtures/default.js +1 -1
  786. package/lib/molecule/vertical-tabs/test/fixtures.js +0 -3
  787. package/lib/molecule/vertical-tabs/test/fixtures.js.map +1 -1
  788. package/lib/molecule/video-iframe/index.js +1 -1
  789. package/lib/molecule/video-iframe/index.js.map +1 -1
  790. package/lib/molecule/video-player/index.js +3 -1
  791. package/lib/molecule/video-player/index.js.map +1 -1
  792. package/lib/molecule/video-player/jwplayer.js +2 -2
  793. package/lib/molecule/video-player/jwplayer.js.map +1 -1
  794. package/lib/molecule/video-player/test/fixtures/youtube.js +1 -1
  795. package/lib/molecule/video-player/test/fixtures/youtube.js.map +1 -1
  796. package/lib/molecule/video-player/vimeo.js +1 -1
  797. package/lib/molecule/video-player/vimeo.js.map +1 -1
  798. package/lib/molecule/wizard-summary/index.js +3 -2
  799. package/lib/molecule/wizard-summary/index.js.map +1 -1
  800. package/lib/molecule/wizard-summary/style.css +1 -1
  801. package/lib/organism/accordion/container/index.js +2 -2
  802. package/lib/organism/accordion/coorp-manager/index.js +3 -3
  803. package/lib/organism/accordion/coorp-manager/index.js.map +1 -1
  804. package/lib/organism/accordion/toggler/index.js +1 -1
  805. package/lib/organism/accordion/toggler/index.js.map +1 -1
  806. package/lib/organism/accordion/toggler/test/render.js +2 -2
  807. package/lib/organism/accordion/toggler/test/render.js.map +1 -1
  808. package/lib/organism/brand-form/index.js +2 -2
  809. package/lib/organism/brand-form/test/fixtures/sso.js +3 -3
  810. package/lib/organism/brand-form/test/fixtures/sso.js.map +1 -1
  811. package/lib/organism/content-translation/index.js +2 -2
  812. package/lib/organism/content-translation/index.js.map +1 -1
  813. package/lib/organism/content-translation/test/fixtures/default.js +2 -2
  814. package/lib/organism/content-translation/test/fixtures/default.js.map +1 -1
  815. package/lib/organism/course-selection/index.js +19 -10
  816. package/lib/organism/course-selection/index.js.map +1 -1
  817. package/lib/organism/course-selection/style.css +4 -2
  818. package/lib/organism/course-selection/test/fixtures/default.js +14 -7
  819. package/lib/organism/course-selection/test/fixtures/default.js.map +1 -1
  820. package/lib/organism/course-selection/test/fixtures/empty.js +9 -0
  821. package/lib/organism/course-selection/test/fixtures/empty.js.map +1 -1
  822. package/lib/organism/course-selection/test/fixtures/filtered.js +11 -3
  823. package/lib/organism/course-selection/test/fixtures/filtered.js.map +1 -1
  824. package/lib/organism/course-selection/test/fixtures/sorted-selected.js +14 -6
  825. package/lib/organism/course-selection/test/fixtures/sorted-selected.js.map +1 -1
  826. package/lib/organism/course-selection/test/fixtures/switch-activated.js +32 -0
  827. package/lib/organism/course-selection/test/fixtures/switch-activated.js.map +1 -0
  828. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js +14 -6
  829. package/lib/organism/course-selection/test/fixtures/unsorted-selected.js.map +1 -1
  830. package/lib/organism/course-selection/test/fixtures.js +3 -0
  831. package/lib/organism/course-selection/test/fixtures.js.map +1 -1
  832. package/lib/organism/discussion/test/fixtures/default.js +1 -1
  833. package/lib/organism/discussion/test/fixtures/default.js.map +1 -1
  834. package/lib/organism/discussion/test/fixtures/loading-more.js +1 -1
  835. package/lib/organism/discussion/test/fixtures/loading-more.js.map +1 -1
  836. package/lib/organism/discussion/test/fixtures/new-discussion.js +1 -1
  837. package/lib/organism/discussion/test/fixtures/new-discussion.js.map +1 -1
  838. package/lib/organism/get-the-app/index.js +2 -2
  839. package/lib/organism/get-the-app/index.js.map +1 -1
  840. package/lib/organism/list-items/test/fixtures/archived.js +1 -1
  841. package/lib/organism/list-items/test/fixtures/archived.js.map +1 -1
  842. package/lib/organism/list-items/test/fixtures/draft.js +1 -1
  843. package/lib/organism/list-items/test/fixtures/draft.js.map +1 -1
  844. package/lib/organism/list-items/test/fixtures/published.js +1 -1
  845. package/lib/organism/list-items/test/fixtures/published.js.map +1 -1
  846. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js +2 -2
  847. package/lib/organism/mooc/image-slider/test/fixtures/multiple-slides.js.map +1 -1
  848. package/lib/organism/mooc-header/test/fixtures/default.js +1 -1
  849. package/lib/organism/mooc-header/test/fixtures/default.js.map +1 -1
  850. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  851. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  852. package/lib/organism/playlist-translation/test/fixtures.js +25 -0
  853. package/lib/organism/playlist-translation/test/fixtures.js.map +1 -0
  854. package/lib/organism/popin/test/fixtures/default.js.map +1 -1
  855. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js +1 -1
  856. package/lib/organism/resource-browser/test/fixtures/jwplayer-with-overlay.js.map +1 -1
  857. package/lib/organism/resource-browser/test/fixtures/jwplayer.js +1 -1
  858. package/lib/organism/resource-browser/test/fixtures/jwplayer.js.map +1 -1
  859. package/lib/organism/resource-browser/test/fixtures/kontiki.js +1 -1
  860. package/lib/organism/resource-browser/test/fixtures/kontiki.js.map +1 -1
  861. package/lib/organism/resource-browser/test/fixtures/mp4.js +1 -1
  862. package/lib/organism/resource-browser/test/fixtures/mp4.js.map +1 -1
  863. package/lib/organism/search-and-chips-results/index.js +3 -5
  864. package/lib/organism/search-and-chips-results/index.js.map +1 -1
  865. package/lib/organism/search-and-chips-results/test/fixtures/default.js +0 -1
  866. package/lib/organism/search-and-chips-results/test/fixtures/default.js.map +1 -1
  867. package/lib/organism/settings/index.js +4 -2
  868. package/lib/organism/settings/index.js.map +1 -1
  869. package/lib/organism/sidebar/index.js +15 -13
  870. package/lib/organism/sidebar/index.js.map +1 -1
  871. package/lib/organism/user-preferences/index.js +4 -2
  872. package/lib/organism/user-preferences/index.js.map +1 -1
  873. package/lib/organism/wizard-contents/index.js +7 -11
  874. package/lib/organism/wizard-contents/index.js.map +1 -1
  875. package/lib/organism/wizard-contents/style.css +0 -8
  876. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js +1 -1
  877. package/lib/organism/wizard-contents/test/fixtures/playlist-add-courses-create.js.map +1 -1
  878. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js +1 -1
  879. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-create.js.map +1 -1
  880. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js +1 -1
  881. package/lib/organism/wizard-contents/test/fixtures/playlist-general-settings-edit.js.map +1 -1
  882. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js +1 -1
  883. package/lib/organism/wizard-contents/test/fixtures/playlist-populations-create.js.map +1 -1
  884. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js +1 -1
  885. package/lib/organism/wizard-contents/test/fixtures/playlist-translate-edit.js.map +1 -1
  886. package/lib/template/activity/index.js +1 -1
  887. package/lib/template/activity/index.js.map +1 -1
  888. package/lib/template/activity/progression-item.js +2 -2
  889. package/lib/template/activity/test/progression-item-test.js +1 -1
  890. package/lib/template/activity/test/progression-item-test.js.map +1 -1
  891. package/lib/template/app-player/player/slides/footer/index.js +1 -1
  892. package/lib/template/app-player/player/slides/footer/index.js.map +1 -1
  893. package/lib/template/app-player/player/slides/index.js +15 -11
  894. package/lib/template/app-player/player/slides/index.js.map +1 -1
  895. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js +2 -2
  896. package/lib/template/app-player/player/slides/test/fixtures/arabic-context.js.map +1 -1
  897. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js +1 -1
  898. package/lib/template/app-player/player/slides/test/fixtures/arabic-qcm.js.map +1 -1
  899. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js +2 -2
  900. package/lib/template/app-player/player/slides/test/fixtures/arabic-resources.js.map +1 -1
  901. package/lib/template/app-player/player/slides/test/fixtures/arabic.js +2 -2
  902. package/lib/template/app-player/player/slides/test/fixtures/arabic.js.map +1 -1
  903. package/lib/template/app-player/player/slides/test/fixtures/clue.js +2 -2
  904. package/lib/template/app-player/player/slides/test/fixtures/clue.js.map +1 -1
  905. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js +2 -2
  906. package/lib/template/app-player/player/slides/test/fixtures/context-with-audio.js.map +1 -1
  907. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js +2 -2
  908. package/lib/template/app-player/player/slides/test/fixtures/context-with-image.js.map +1 -1
  909. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js +2 -2
  910. package/lib/template/app-player/player/slides/test/fixtures/context-with-pdf.js.map +1 -1
  911. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js +2 -2
  912. package/lib/template/app-player/player/slides/test/fixtures/context-with-video.js.map +1 -1
  913. package/lib/template/app-player/player/slides/test/fixtures/context.js +2 -2
  914. package/lib/template/app-player/player/slides/test/fixtures/context.js.map +1 -1
  915. package/lib/template/app-player/player/slides/test/fixtures/default.js +2 -2
  916. package/lib/template/app-player/player/slides/test/fixtures/default.js.map +1 -1
  917. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js +1 -1
  918. package/lib/template/app-player/player/slides/test/fixtures/drop-down.js.map +1 -1
  919. package/lib/template/app-player/player/slides/test/fixtures/free-text.js +1 -1
  920. package/lib/template/app-player/player/slides/test/fixtures/free-text.js.map +1 -1
  921. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js +2 -2
  922. package/lib/template/app-player/player/slides/test/fixtures/media-h5p.js.map +1 -1
  923. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js +2 -2
  924. package/lib/template/app-player/player/slides/test/fixtures/media-omni-player.js.map +1 -1
  925. package/lib/template/app-player/player/slides/test/fixtures/media.js +2 -2
  926. package/lib/template/app-player/player/slides/test/fixtures/media.js.map +1 -1
  927. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js +2 -2
  928. package/lib/template/app-player/player/slides/test/fixtures/no-clue.js.map +1 -1
  929. package/lib/template/app-player/player/slides/test/fixtures/no-question.js +2 -2
  930. package/lib/template/app-player/player/slides/test/fixtures/no-question.js.map +1 -1
  931. package/lib/template/app-player/player/slides/test/fixtures/no-total.js +1 -1
  932. package/lib/template/app-player/player/slides/test/fixtures/no-total.js.map +1 -1
  933. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js +2 -2
  934. package/lib/template/app-player/player/slides/test/fixtures/only-clue.js.map +1 -1
  935. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js +1 -1
  936. package/lib/template/app-player/player/slides/test/fixtures/qcm-drag.js.map +1 -1
  937. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js +1 -1
  938. package/lib/template/app-player/player/slides/test/fixtures/qcm-graphic.js.map +1 -1
  939. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js +1 -1
  940. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson-no-step.js.map +1 -1
  941. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js +1 -1
  942. package/lib/template/app-player/player/slides/test/fixtures/qcm-see-lesson.js.map +1 -1
  943. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js +1 -1
  944. package/lib/template/app-player/player/slides/test/fixtures/qcm-short.js.map +1 -1
  945. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js +1 -1
  946. package/lib/template/app-player/player/slides/test/fixtures/qcm-template.js.map +1 -1
  947. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js +1 -1
  948. package/lib/template/app-player/player/slides/test/fixtures/qcm-with-review-lesson.js.map +1 -1
  949. package/lib/template/app-player/player/slides/test/fixtures/qcm.js +1 -1
  950. package/lib/template/app-player/player/slides/test/fixtures/qcm.js.map +1 -1
  951. package/lib/template/app-player/player/slides/test/fixtures/range.js +1 -1
  952. package/lib/template/app-player/player/slides/test/fixtures/range.js.map +1 -1
  953. package/lib/template/app-player/player/slides/test/fixtures/template.js +1 -1
  954. package/lib/template/app-player/player/slides/test/fixtures/template.js.map +1 -1
  955. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js +1 -1
  956. package/lib/template/app-player/player/slides/test/fixtures/with-min-height.js.map +1 -1
  957. package/lib/template/app-player/player/test/fixtures/background.js +1 -1
  958. package/lib/template/app-player/player/test/fixtures/background.js.map +1 -1
  959. package/lib/template/app-player/popin-correction/index.js +6 -4
  960. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  961. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js +1 -1
  962. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed-without-klf-and-tips.js.map +1 -1
  963. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js +1 -1
  964. package/lib/template/app-player/popin-correction/test/fixtures/correct-closed.js.map +1 -1
  965. package/lib/template/app-player/popin-end/summary.js +12 -7
  966. package/lib/template/app-player/popin-end/summary.js.map +1 -1
  967. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js +2 -2
  968. package/lib/template/app-player/popin-end/test/fixtures/adaptive.js.map +1 -1
  969. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js +2 -2
  970. package/lib/template/app-player/popin-end/test/fixtures/infinite-lives.js.map +1 -1
  971. package/lib/template/app-player/popin-header/index.js +7 -5
  972. package/lib/template/app-player/popin-header/index.js.map +1 -1
  973. package/lib/template/back-office/brand-create/test/fixtures/default.js +1 -1
  974. package/lib/template/back-office/brand-create/test/fixtures/default.js.map +1 -1
  975. package/lib/template/back-office/brand-create/test/fixtures/loading.js +1 -1
  976. package/lib/template/back-office/brand-create/test/fixtures/loading.js.map +1 -1
  977. package/lib/template/back-office/brand-create/test/fixtures/modified.js +1 -1
  978. package/lib/template/back-office/brand-create/test/fixtures/modified.js.map +1 -1
  979. package/lib/template/back-office/brand-list/test/fixtures/default.js +1 -1
  980. package/lib/template/back-office/brand-list/test/fixtures/default.js.map +1 -1
  981. package/lib/template/back-office/brand-list/test/fixtures/rh.js +1 -1
  982. package/lib/template/back-office/brand-list/test/fixtures/rh.js.map +1 -1
  983. package/lib/template/back-office/brand-update/index.js +8 -8
  984. package/lib/template/back-office/brand-update/index.js.map +1 -1
  985. package/lib/template/back-office/brand-update/test/fixtures/analytics.js +2 -2
  986. package/lib/template/back-office/brand-update/test/fixtures/animations.js +2 -2
  987. package/lib/template/back-office/brand-update/test/fixtures/cohort-error.js +2 -2
  988. package/lib/template/back-office/brand-update/test/fixtures/cohort.js +2 -2
  989. package/lib/template/back-office/brand-update/test/fixtures/dashboard.js +2 -2
  990. package/lib/template/back-office/brand-update/test/fixtures/dashboards-analytics.js +2 -2
  991. package/lib/template/back-office/brand-update/test/fixtures/default.js +1 -1
  992. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js +1 -1
  993. package/lib/template/back-office/brand-update/test/fixtures/list-items-archived.js.map +1 -1
  994. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js +1 -1
  995. package/lib/template/back-office/brand-update/test/fixtures/list-items-draft.js.map +1 -1
  996. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js +1 -1
  997. package/lib/template/back-office/brand-update/test/fixtures/list-items-published-with-popin.js.map +1 -1
  998. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js +1 -1
  999. package/lib/template/back-office/brand-update/test/fixtures/list-items-published.js.map +1 -1
  1000. package/lib/template/back-office/brand-update/test/fixtures/lms-error.js +2 -2
  1001. package/lib/template/back-office/brand-update/test/fixtures/lms-modified.js +2 -2
  1002. package/lib/template/back-office/brand-update/test/fixtures/lms-success.js +2 -2
  1003. package/lib/template/back-office/brand-update/test/fixtures/lms.js +2 -2
  1004. package/lib/template/back-office/brand-update/test/fixtures/lookandfeel.js +2 -2
  1005. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js +1 -1
  1006. package/lib/template/back-office/brand-update/test/fixtures/manageusers-edit.js.map +1 -1
  1007. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js +1 -1
  1008. package/lib/template/back-office/brand-update/test/fixtures/quick-access.js.map +1 -1
  1009. package/lib/template/back-office/brand-update/test/fixtures/sso.js +2 -2
  1010. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js +1 -1
  1011. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-loading.js.map +1 -1
  1012. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js +1 -1
  1013. package/lib/template/back-office/brand-update/test/fixtures/uploadusers-successful.js.map +1 -1
  1014. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js +1 -1
  1015. package/lib/template/back-office/brand-update/test/fixtures/uploadusers.js.map +1 -1
  1016. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js +1 -1
  1017. package/lib/template/back-office/brand-update/test/fixtures/wizard-add-courses-playlist.js.map +1 -1
  1018. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js +1 -1
  1019. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-create-playlist.js.map +1 -1
  1020. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js +1 -1
  1021. package/lib/template/back-office/brand-update/test/fixtures/wizard-form-edit-playlist.js.map +1 -1
  1022. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js +1 -1
  1023. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist-with-popin.js.map +1 -1
  1024. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js +1 -1
  1025. package/lib/template/back-office/brand-update/test/fixtures/wizard-populations-playlist.js.map +1 -1
  1026. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js +1 -1
  1027. package/lib/template/back-office/brand-update/test/fixtures/wizard-translate-playlist.js.map +1 -1
  1028. package/lib/template/cockpit/jw-uploader/index.js +1 -1
  1029. package/lib/template/cockpit/jw-uploader/index.js.map +1 -1
  1030. package/lib/template/common/dashboard/index.js +1 -1
  1031. package/lib/template/common/dashboard/index.js.map +1 -1
  1032. package/lib/template/common/dashboard/test/fixtures/empty-requests.js +1 -1
  1033. package/lib/template/common/dashboard/test/fixtures/empty-requests.js.map +1 -1
  1034. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js +1 -1
  1035. package/lib/template/common/dashboard/test/fixtures/with-hero-card.js.map +1 -1
  1036. package/lib/template/common/discipline/index.js +2 -2
  1037. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js +1 -1
  1038. package/lib/template/common/discipline/test/fixtures/add-to-my-list.js.map +1 -1
  1039. package/lib/template/common/discipline/test/fixtures/arabic.js +1 -1
  1040. package/lib/template/common/discipline/test/fixtures/arabic.js.map +1 -1
  1041. package/lib/template/common/discipline/test/fixtures/default.js +2 -2
  1042. package/lib/template/common/discipline/test/fixtures/default.js.map +1 -1
  1043. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js +2 -2
  1044. package/lib/template/common/discipline/test/fixtures/external-course-with-video.js.map +1 -1
  1045. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js +2 -2
  1046. package/lib/template/common/discipline/test/fixtures/external-course-without-image.js.map +1 -1
  1047. package/lib/template/common/discipline/test/fixtures/external-course.js +2 -2
  1048. package/lib/template/common/discipline/test/fixtures/external-course.js.map +1 -1
  1049. package/lib/template/common/discipline/test/fixtures/share.js +1 -1
  1050. package/lib/template/common/discipline/test/fixtures/share.js.map +1 -1
  1051. package/lib/template/teams-dashboard/index.js +2 -2
  1052. package/lib/template/teams-dashboard/test/fixtures/default.js +2 -2
  1053. package/lib/template/teams-dashboard/test/fixtures/default.js.map +1 -1
  1054. package/lib/template/teams-dashboard/test/fixtures/is-loading.js +1 -1
  1055. package/lib/template/teams-dashboard/test/fixtures/is-loading.js.map +1 -1
  1056. package/lib/template/teams-dashboard/test/fixtures/mobile.js +1 -1
  1057. package/lib/template/teams-dashboard/test/fixtures/mobile.js.map +1 -1
  1058. package/lib/test/helpers/render-component.js +1 -1
  1059. package/lib/util/external-content.js +1 -1
  1060. package/lib/util/proptypes.js +1 -1
  1061. package/lib/util/shallow-compare.js.map +1 -1
  1062. package/lib/util/test/navigation.js +5 -3
  1063. package/lib/util/test/navigation.js.map +1 -1
  1064. package/package.json +2 -2
@@ -159,7 +159,7 @@ test('should move handle when range is clicked (single)', t => {
159
159
  right: 1100
160
160
  });
161
161
 
162
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
162
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
163
163
  clientX: 1020
164
164
  }));
165
165
  });
@@ -183,37 +183,37 @@ test('should move closest handle when range is clicked (multi)', t => {
183
183
  right: 1100
184
184
  });
185
185
 
186
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
186
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
187
187
  clientX: 1020
188
188
  }));
189
189
  wrapper.setProps({
190
190
  value: [0.2, 0.7]
191
191
  });
192
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
192
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
193
193
  clientX: 1090
194
194
  }));
195
195
  wrapper.setProps({
196
196
  value: [0.2, 0.9]
197
197
  });
198
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
198
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
199
199
  clientX: 1040
200
200
  }));
201
201
  wrapper.setProps({
202
202
  value: [0.4, 0.9]
203
203
  });
204
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
204
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
205
205
  clientX: 1070
206
206
  }));
207
207
  wrapper.setProps({
208
208
  value: [0.4, 0.7]
209
209
  });
210
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
210
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
211
211
  clientX: 1000
212
212
  }));
213
213
  wrapper.setProps({
214
214
  value: [0, 0.7]
215
215
  });
216
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
216
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
217
217
  clientX: 1100
218
218
  }));
219
219
  });
@@ -234,7 +234,7 @@ test('should moveleft handle if the two handles have the same values and the cli
234
234
  right: 100
235
235
  });
236
236
 
237
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
237
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
238
238
  clientX: 40
239
239
  }));
240
240
  });
@@ -255,7 +255,7 @@ test('should move right handle if the two handles have the same values and the c
255
255
  right: 100
256
256
  });
257
257
 
258
- wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends(_extends({}, defaultEvent), {}, {
258
+ wrapper.find(`.${style.containerWrapper}`).simulate('click', _extends({}, defaultEvent, {
259
259
  clientX: 60
260
260
  }));
261
261
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../src/atom/range/test/index.js"],"names":["browserEnv","test","React","mount","configure","Adapter","style","Range","adapter","defaultEvent","stopPropagation","preventDefault","t","component","slider","instance","track","getBoundingClientRect","left","right","handleMaxChange","srcEvent","center","setProps","multi","handleMaxChangeEnd","unmount","pass","macro","props","boundingRect","maxCenterEvent","maxExpected","minCenterEvent","minExpected","plan","expectedChange","validChange","value","deepEqual","shift","expectedChangeEnd","validChangeEnd","handleMinChange","handleMinChangeEnd","x","onChange","is","wrapper","find","containerWrapper","simulate","clientX","expectedValues","length"],"mappings":"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","sourcesContent":["import browserEnv from 'browser-env';\nimport test from 'ava';\nimport React from 'react';\nimport {mount, configure} from 'enzyme';\nimport Adapter from 'enzyme-adapter-react-16';\nimport {noop} from 'lodash/fp';\nimport style from '../style.css'; // eslint-disable-line css-modules/no-unused-class\nimport Range from '..';\n\nbrowserEnv();\nconfigure({adapter: new Adapter()});\n\nconst defaultEvent = {\n stopPropagation: noop,\n preventDefault: noop\n};\n\ntest('should instanciate Range without props', t => {\n const component = <Range />;\n const slider = mount(component);\n const instance = slider.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n instance.handleMaxChange({srcEvent: defaultEvent, center: {}});\n slider.setProps({multi: true});\n instance.handleMaxChangeEnd({srcEvent: defaultEvent, center: {}});\n slider.unmount();\n t.pass();\n});\n\nconst macro = (\n t,\n props,\n boundingRect,\n maxCenterEvent,\n maxExpected,\n minCenterEvent,\n minExpected\n) => {\n t.plan(minExpected ? 4 : 2);\n\n const expectedChange = [maxExpected, minExpected];\n const validChange = value => {\n t.deepEqual(value, expectedChange.shift());\n };\n const expectedChangeEnd = [maxExpected, minExpected];\n const validChangeEnd = value => {\n t.deepEqual(value, expectedChangeEnd.shift());\n };\n\n const component = <Range {...props} onChange={validChange} onChangeEnd={validChangeEnd} />;\n const slider = mount(component);\n const instance = slider.instance();\n\n instance.track.getBoundingClientRect = () => boundingRect;\n\n instance.handleMaxChange({srcEvent: {...defaultEvent}, center: maxCenterEvent});\n instance.handleMaxChangeEnd({srcEvent: {...defaultEvent}, center: maxCenterEvent});\n if (minCenterEvent)\n instance.handleMinChange({srcEvent: {...defaultEvent}, center: minCenterEvent});\n if (minCenterEvent)\n instance.handleMinChangeEnd({srcEvent: {...defaultEvent}, center: minCenterEvent});\n};\n\ntest('should instanciate Range', macro, {value: 0.5}, {left: 10, right: 110}, {x: 60}, 0.5);\ntest('should limit left hangle', macro, {value: 0.5}, {left: 10, right: 110}, {x: 0}, 0);\ntest('should limit right hangle', macro, {value: 0.5}, {left: 10, right: 110}, {x: 120}, 1);\n\ntest(\n 'should instanciate multi Range',\n macro,\n {multi: true, value: [0, 1]},\n {left: 10, right: 110},\n {x: 60},\n [0, 0.5],\n {x: 20},\n [0.1, 1]\n);\ntest(\n 'should limit hangles',\n macro,\n {multi: true, value: [0, 1]},\n {left: 10, right: 110},\n {x: 120},\n [0, 1],\n {x: 0},\n [0, 1]\n);\ntest(\n 'should limit hangles 2',\n macro,\n {multi: true, value: [0.4, 0.6]},\n {left: 0, right: 100},\n {x: 30},\n [0.4, 0.6],\n {x: 70},\n [0.4, 0.6]\n);\n\ntest('should move handle when range is clicked (single)', t => {\n t.plan(1);\n const onChange = value => {\n t.is(value, 0.2);\n };\n\n const wrapper = mount(<Range value={0.5} onChange={onChange} />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 1000, right: 1100});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1020});\n});\n\ntest('should move closest handle when range is clicked (multi)', t => {\n const expectedValues = [\n [0.2, 0.7],\n [0.2, 0.9],\n [0.4, 0.9],\n [0.4, 0.7],\n [0, 0.7],\n [0, 1]\n ];\n t.plan(expectedValues.length);\n const onChange = value => {\n t.deepEqual(value, expectedValues.shift());\n };\n\n const wrapper = mount(<Range value={[0.3, 0.7]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 1000, right: 1100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1020});\n wrapper.setProps({value: [0.2, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1090});\n wrapper.setProps({value: [0.2, 0.9]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1040});\n wrapper.setProps({value: [0.4, 0.9]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1070});\n wrapper.setProps({value: [0.4, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1000});\n wrapper.setProps({value: [0, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1100});\n});\n\ntest('should moveleft handle if the two handles have the same values and the click is on the left', t => {\n const onChange = value => {\n t.deepEqual(value, [0.4, 0.5]);\n };\n\n const wrapper = mount(<Range value={[0.5, 0.5]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 40});\n});\n\ntest('should move right handle if the two handles have the same values and the click is on the right', t => {\n const onChange = value => {\n t.deepEqual(value, [0.5, 0.6]);\n };\n\n const wrapper = mount(<Range value={[0.5, 0.5]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 60});\n});\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../../src/atom/range/test/index.js"],"names":["browserEnv","test","React","mount","configure","Adapter","style","Range","adapter","defaultEvent","stopPropagation","preventDefault","t","component","slider","instance","track","getBoundingClientRect","left","right","handleMaxChange","srcEvent","center","setProps","multi","handleMaxChangeEnd","unmount","pass","macro","props","boundingRect","maxCenterEvent","maxExpected","minCenterEvent","minExpected","plan","expectedChange","validChange","value","deepEqual","shift","expectedChangeEnd","validChangeEnd","handleMinChange","handleMinChangeEnd","x","onChange","is","wrapper","find","containerWrapper","simulate","clientX","expectedValues","length"],"mappings":"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","sourcesContent":["import browserEnv from 'browser-env';\nimport test from 'ava';\nimport React from 'react';\nimport {mount, configure} from 'enzyme';\nimport Adapter from 'enzyme-adapter-react-16';\nimport {noop} from 'lodash/fp';\nimport style from '../style.css'; // eslint-disable-line css-modules/no-unused-class\nimport Range from '..';\n\nbrowserEnv();\nconfigure({adapter: new Adapter()});\n\nconst defaultEvent = {\n stopPropagation: noop,\n preventDefault: noop\n};\n\ntest('should instanciate Range without props', t => {\n const component = <Range />;\n const slider = mount(component);\n const instance = slider.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n instance.handleMaxChange({srcEvent: defaultEvent, center: {}});\n slider.setProps({multi: true});\n instance.handleMaxChangeEnd({srcEvent: defaultEvent, center: {}});\n slider.unmount();\n t.pass();\n});\n\nconst macro = (\n t,\n props,\n boundingRect,\n maxCenterEvent,\n maxExpected,\n minCenterEvent,\n minExpected\n) => {\n t.plan(minExpected ? 4 : 2);\n\n const expectedChange = [maxExpected, minExpected];\n const validChange = value => {\n t.deepEqual(value, expectedChange.shift());\n };\n const expectedChangeEnd = [maxExpected, minExpected];\n const validChangeEnd = value => {\n t.deepEqual(value, expectedChangeEnd.shift());\n };\n\n const component = <Range {...props} onChange={validChange} onChangeEnd={validChangeEnd} />;\n const slider = mount(component);\n const instance = slider.instance();\n\n instance.track.getBoundingClientRect = () => boundingRect;\n\n instance.handleMaxChange({srcEvent: {...defaultEvent}, center: maxCenterEvent});\n instance.handleMaxChangeEnd({srcEvent: {...defaultEvent}, center: maxCenterEvent});\n if (minCenterEvent)\n instance.handleMinChange({srcEvent: {...defaultEvent}, center: minCenterEvent});\n if (minCenterEvent)\n instance.handleMinChangeEnd({srcEvent: {...defaultEvent}, center: minCenterEvent});\n};\n\ntest('should instanciate Range', macro, {value: 0.5}, {left: 10, right: 110}, {x: 60}, 0.5);\ntest('should limit left hangle', macro, {value: 0.5}, {left: 10, right: 110}, {x: 0}, 0);\ntest('should limit right hangle', macro, {value: 0.5}, {left: 10, right: 110}, {x: 120}, 1);\n\ntest(\n 'should instanciate multi Range',\n macro,\n {multi: true, value: [0, 1]},\n {left: 10, right: 110},\n {x: 60},\n [0, 0.5],\n {x: 20},\n [0.1, 1]\n);\ntest(\n 'should limit hangles',\n macro,\n {multi: true, value: [0, 1]},\n {left: 10, right: 110},\n {x: 120},\n [0, 1],\n {x: 0},\n [0, 1]\n);\ntest(\n 'should limit hangles 2',\n macro,\n {multi: true, value: [0.4, 0.6]},\n {left: 0, right: 100},\n {x: 30},\n [0.4, 0.6],\n {x: 70},\n [0.4, 0.6]\n);\n\ntest('should move handle when range is clicked (single)', t => {\n t.plan(1);\n const onChange = value => {\n t.is(value, 0.2);\n };\n\n const wrapper = mount(<Range value={0.5} onChange={onChange} />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 1000, right: 1100});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1020});\n});\n\ntest('should move closest handle when range is clicked (multi)', t => {\n const expectedValues = [\n [0.2, 0.7],\n [0.2, 0.9],\n [0.4, 0.9],\n [0.4, 0.7],\n [0, 0.7],\n [0, 1]\n ];\n t.plan(expectedValues.length);\n const onChange = value => {\n t.deepEqual(value, expectedValues.shift());\n };\n\n const wrapper = mount(<Range value={[0.3, 0.7]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 1000, right: 1100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1020});\n wrapper.setProps({value: [0.2, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1090});\n wrapper.setProps({value: [0.2, 0.9]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1040});\n wrapper.setProps({value: [0.4, 0.9]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1070});\n wrapper.setProps({value: [0.4, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1000});\n wrapper.setProps({value: [0, 0.7]});\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 1100});\n});\n\ntest('should moveleft handle if the two handles have the same values and the click is on the left', t => {\n const onChange = value => {\n t.deepEqual(value, [0.4, 0.5]);\n };\n\n const wrapper = mount(<Range value={[0.5, 0.5]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 40});\n});\n\ntest('should move right handle if the two handles have the same values and the click is on the right', t => {\n const onChange = value => {\n t.deepEqual(value, [0.5, 0.6]);\n };\n\n const wrapper = mount(<Range value={[0.5, 0.5]} onChange={onChange} multi />);\n const instance = wrapper.instance();\n instance.track.getBoundingClientRect = () => ({left: 0, right: 100});\n\n wrapper.find(`.${style.containerWrapper}`).simulate('click', {...defaultEvent, clientX: 60});\n});\n"],"file":"index.js"}
@@ -35,7 +35,7 @@ const VideoUpload = ({
35
35
  onDragLeave: onDragStop
36
36
  }));
37
37
 
38
- VideoUpload.propTypes = process.env.NODE_ENV !== "production" ? _extends(_extends({}, DragAndDrop.propTypes), {}, {
38
+ VideoUpload.propTypes = process.env.NODE_ENV !== "production" ? _extends({}, DragAndDrop.propTypes, {
39
39
  name: PropTypes.string,
40
40
  onChange: PropTypes.func
41
41
  }) : {};
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/atom/video-upload/index.js"],"names":["React","PropTypes","DragAndDrop","style","VideoUpload","title","description","previewLabel","uploadLabel","previewContent","loading","modified","onChange","name","onDragStart","onDragStop","input","propTypes","string","func"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,WAAP,MAAwB,kBAAxB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,WAAW,GAAG,CAAC;AACnBC,EAAAA,KADmB;AAEnBC,EAAAA,WAFmB;AAGnBC,EAAAA,YAHmB;AAInBC,EAAAA,WAJmB;AAKnBC,EAAAA,cALmB;AAMnBC,EAAAA,OANmB;AAOnBC,EAAAA,QAPmB;AAQnBC,EAAAA,QARmB;AASnBC,EAAAA;AATmB,CAAD,kBAWlB,oBAAC,WAAD;AACE,EAAA,KAAK,EAAER,KADT;AAEE,EAAA,WAAW,EAAEC,WAFf;AAGE,EAAA,YAAY,EAAEC,YAHhB;AAIE,EAAA,WAAW,EAAEC,WAJf;AAKE,EAAA,cAAc,EAAEC,cALlB;AAME,EAAA,OAAO,EAAEC,OANX;AAOE,EAAA,QAAQ,EAAEC;AAPZ,GASG,CAACG,WAAD,EAAcC,UAAd,kBACC;AACE,EAAA,IAAI,EAAC,MADP;AAEE,EAAA,IAAI,EAAEF,IAFR;AAGE,EAAA,MAAM,EAAC,SAHT;AAIE,EAAA,QAAQ,EAAEH,OAJZ;AAKE,EAAA,SAAS,EAAEP,KAAK,CAACa,KALnB;AAME,EAAA,QAAQ,EAAEJ,QANZ;AAOE,EAAA,WAAW,EAAEE,WAPf;AAQE,EAAA,MAAM,EAAEC,UARV;AASE,EAAA,WAAW,EAAEA;AATf,EAVJ,CAXF;;AAoCAX,WAAW,CAACa,SAAZ,iEACKf,WAAW,CAACe,SADjB;AAEEJ,EAAAA,IAAI,EAAEZ,SAAS,CAACiB,MAFlB;AAGEN,EAAAA,QAAQ,EAAEX,SAAS,CAACkB;AAHtB;AAMA,eAAef,WAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport DragAndDrop from '../drag-and-drop';\nimport style from './style.css';\n\nconst VideoUpload = ({\n title,\n description,\n previewLabel,\n uploadLabel,\n previewContent,\n loading,\n modified,\n onChange,\n name\n}) => (\n <DragAndDrop\n title={title}\n description={description}\n previewLabel={previewLabel}\n uploadLabel={uploadLabel}\n previewContent={previewContent}\n loading={loading}\n modified={modified}\n >\n {(onDragStart, onDragStop) => (\n <input\n type=\"file\"\n name={name}\n accept=\"video/*\"\n disabled={loading}\n className={style.input}\n onChange={onChange}\n onDragEnter={onDragStart}\n onDrop={onDragStop}\n onDragLeave={onDragStop}\n />\n )}\n </DragAndDrop>\n);\n\nVideoUpload.propTypes = {\n ...DragAndDrop.propTypes,\n name: PropTypes.string,\n onChange: PropTypes.func\n};\n\nexport default VideoUpload;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/atom/video-upload/index.js"],"names":["React","PropTypes","DragAndDrop","style","VideoUpload","title","description","previewLabel","uploadLabel","previewContent","loading","modified","onChange","name","onDragStart","onDragStop","input","propTypes","string","func"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,WAAP,MAAwB,kBAAxB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,WAAW,GAAG,CAAC;AACnBC,EAAAA,KADmB;AAEnBC,EAAAA,WAFmB;AAGnBC,EAAAA,YAHmB;AAInBC,EAAAA,WAJmB;AAKnBC,EAAAA,cALmB;AAMnBC,EAAAA,OANmB;AAOnBC,EAAAA,QAPmB;AAQnBC,EAAAA,QARmB;AASnBC,EAAAA;AATmB,CAAD,kBAWlB,oBAAC,WAAD;AACE,EAAA,KAAK,EAAER,KADT;AAEE,EAAA,WAAW,EAAEC,WAFf;AAGE,EAAA,YAAY,EAAEC,YAHhB;AAIE,EAAA,WAAW,EAAEC,WAJf;AAKE,EAAA,cAAc,EAAEC,cALlB;AAME,EAAA,OAAO,EAAEC,OANX;AAOE,EAAA,QAAQ,EAAEC;AAPZ,GASG,CAACG,WAAD,EAAcC,UAAd,kBACC;AACE,EAAA,IAAI,EAAC,MADP;AAEE,EAAA,IAAI,EAAEF,IAFR;AAGE,EAAA,MAAM,EAAC,SAHT;AAIE,EAAA,QAAQ,EAAEH,OAJZ;AAKE,EAAA,SAAS,EAAEP,KAAK,CAACa,KALnB;AAME,EAAA,QAAQ,EAAEJ,QANZ;AAOE,EAAA,WAAW,EAAEE,WAPf;AAQE,EAAA,MAAM,EAAEC,UARV;AASE,EAAA,WAAW,EAAEA;AATf,EAVJ,CAXF;;AAoCAX,WAAW,CAACa,SAAZ,wDACKf,WAAW,CAACe,SADjB;AAEEJ,EAAAA,IAAI,EAAEZ,SAAS,CAACiB,MAFlB;AAGEN,EAAAA,QAAQ,EAAEX,SAAS,CAACkB;AAHtB;AAMA,eAAef,WAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport DragAndDrop from '../drag-and-drop';\nimport style from './style.css';\n\nconst VideoUpload = ({\n title,\n description,\n previewLabel,\n uploadLabel,\n previewContent,\n loading,\n modified,\n onChange,\n name\n}) => (\n <DragAndDrop\n title={title}\n description={description}\n previewLabel={previewLabel}\n uploadLabel={uploadLabel}\n previewContent={previewContent}\n loading={loading}\n modified={modified}\n >\n {(onDragStart, onDragStop) => (\n <input\n type=\"file\"\n name={name}\n accept=\"video/*\"\n disabled={loading}\n className={style.input}\n onChange={onChange}\n onDragEnter={onDragStart}\n onDrop={onDragStop}\n onDragLeave={onDragStop}\n />\n )}\n </DragAndDrop>\n);\n\nVideoUpload.propTypes = {\n ...DragAndDrop.propTypes,\n name: PropTypes.string,\n onChange: PropTypes.func\n};\n\nexport default VideoUpload;\n"],"file":"index.js"}
@@ -5,7 +5,7 @@ const {
5
5
  props
6
6
  } = WithoutVideo;
7
7
  export default {
8
- props: _extends(_extends({}, props), {}, {
8
+ props: _extends({}, props, {
9
9
  loading: true
10
10
  })
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/atom/video-upload/test/fixtures/loading.js"],"names":["WithoutVideo","props","loading"],"mappings":";;AAAA,OAAOA,YAAP,MAAyB,iBAAzB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,YAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,wBACAA,KADA;AAEHC,IAAAA,OAAO,EAAE;AAFN;AADQ,CAAf","sourcesContent":["import WithoutVideo from './without-video';\n\nconst {props} = WithoutVideo;\n\nexport default {\n props: {\n ...props,\n loading: true\n }\n};\n"],"file":"loading.js"}
1
+ {"version":3,"sources":["../../../../../src/atom/video-upload/test/fixtures/loading.js"],"names":["WithoutVideo","props","loading"],"mappings":";;AAAA,OAAOA,YAAP,MAAyB,iBAAzB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,YAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,eACAA,KADA;AAEHC,IAAAA,OAAO,EAAE;AAFN;AADQ,CAAf","sourcesContent":["import WithoutVideo from './without-video';\n\nconst {props} = WithoutVideo;\n\nexport default {\n props: {\n ...props,\n loading: true\n }\n};\n"],"file":"loading.js"}
@@ -5,7 +5,7 @@ const {
5
5
  props
6
6
  } = Desktop;
7
7
  export default {
8
- props: _extends(_extends({}, props), {}, {
8
+ props: _extends({}, props, {
9
9
  modified: true
10
10
  })
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/atom/video-upload/test/fixtures/modified.js"],"names":["Desktop","props","modified"],"mappings":";;AAAA,OAAOA,OAAP,MAAoB,WAApB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,OAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,wBACAA,KADA;AAEHC,IAAAA,QAAQ,EAAE;AAFP;AADQ,CAAf","sourcesContent":["import Desktop from './desktop';\n\nconst {props} = Desktop;\n\nexport default {\n props: {\n ...props,\n modified: true\n }\n};\n"],"file":"modified.js"}
1
+ {"version":3,"sources":["../../../../../src/atom/video-upload/test/fixtures/modified.js"],"names":["Desktop","props","modified"],"mappings":";;AAAA,OAAOA,OAAP,MAAoB,WAApB;AAEA,MAAM;AAACC,EAAAA;AAAD,IAAUD,OAAhB;AAEA,eAAe;AACbC,EAAAA,KAAK,eACAA,KADA;AAEHC,IAAAA,QAAQ,EAAE;AAFP;AADQ,CAAf","sourcesContent":["import Desktop from './desktop';\n\nconst {props} = Desktop;\n\nexport default {\n props: {\n ...props,\n modified: true\n }\n};\n"],"file":"modified.js"}
@@ -26,7 +26,7 @@ const AnimationAdapter = ({
26
26
  name,
27
27
  children
28
28
  }) => {
29
- return React.Children.map(children, child => React.cloneElement(child, {
29
+ return React.Children.map(children, child => /*#__PURE__*/React.cloneElement(child, {
30
30
  animated,
31
31
  onAnimationEnd: () => onAnimationEnd(name)
32
32
  }));
@@ -47,7 +47,7 @@ const walker = (type, handler) => children => {
47
47
  if (_isNil(child) || _isString(child)) return child;
48
48
  const newChild = child.type === type ? handler(child) : child;
49
49
  if (React.Children.count(newChild.props.children) === 0) return newChild;
50
- return React.cloneElement(newChild, {}, walker(type, handler)(newChild.props.children));
50
+ return /*#__PURE__*/React.cloneElement(newChild, {}, walker(type, handler)(newChild.props.children));
51
51
  });
52
52
  };
53
53
 
@@ -136,7 +136,7 @@ class AnimationScheduler extends React.Component {
136
136
  onAnimationEnd = _noop,
137
137
  after
138
138
  } = child.props;
139
- return React.cloneElement(child, {
139
+ return /*#__PURE__*/React.cloneElement(child, {
140
140
  animated: parentAnimated ? this.isAnimated(after) || animated : animated,
141
141
  onAnimationEnd: name => {
142
142
  this.handlerAnimationEnd(name);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/hoc/animation-scheduler/index.js"],"names":["React","PropTypes","Animation","Transition","AnimationAdapter","animated","onAnimationEnd","name","children","Children","map","child","cloneElement","propTypes","string","isRequired","func","bool","pickByWithKey","convert","cap","walker","type","handler","index","newChild","count","props","reduceChildren","fun","acc","newAcc","getAnimationNames","mergeAnimationStates","animations","names","value","key","AnimationScheduler","Component","getDerivedStateFromProps","state","constructor","isAnimated","after","handlerAnimationEnd","setState","hasPendingAnimation","processAnimation","parentAnimated","render","bind","node"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {\n assign,\n every,\n getOr,\n get,\n includes,\n isArray,\n isNil,\n isString,\n noop,\n pickBy,\n some,\n negate,\n identity,\n values,\n pipe,\n reduce,\n set\n} from 'lodash/fp';\nimport Animation from '../animation';\nimport Transition from '../transition';\n\nconst AnimationAdapter = ({animated, onAnimationEnd = noop, name, children}) => {\n return React.Children.map(children, child =>\n React.cloneElement(child, {\n animated,\n onAnimationEnd: () => onAnimationEnd(name)\n })\n );\n};\n\nAnimationAdapter.propTypes = {\n name: PropTypes.string.isRequired,\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool\n};\n\nconst pickByWithKey = pickBy.convert({cap: true});\n\nconst walker = (type, handler) => children => {\n return React.Children.map(children, (child, index) => {\n if (isNil(child) || isString(child)) return child;\n const newChild = child.type === type ? handler(child) : child;\n if (React.Children.count(newChild.props.children) === 0) return newChild;\n return React.cloneElement(newChild, {}, walker(type, handler)(newChild.props.children));\n });\n};\n\nconst reduceChildren = fun => acc => children => {\n let newAcc = acc;\n React.Children.map(children, child => {\n newAcc = fun(newAcc, child);\n return child;\n });\n return newAcc;\n};\n\nconst getAnimationNames = reduceChildren((acc, child) => {\n if (isString(child)) return acc;\n\n const {\n type,\n props: {children}\n } = child;\n if (Animation !== type && Transition !== type && AnimationAdapter !== type)\n return [...acc, ...getAnimationNames(children)];\n\n const {\n props: {name}\n } = child;\n return [name, ...acc, ...getAnimationNames(children)];\n})([]);\n\nconst mergeAnimationStates = (animations, children) => {\n const names = getAnimationNames(children);\n\n return pipe(\n pickByWithKey((value, key) => includes(key, names)),\n assign(reduce((acc, name) => set(name, false, acc), {}, names))\n )(animations);\n};\n\nclass AnimationScheduler extends React.Component {\n static propTypes = {\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool,\n children: PropTypes.node\n };\n\n static getDerivedStateFromProps(props, state) {\n const {children} = props;\n const {animations} = state;\n return {\n animations: mergeAnimationStates(animations, children)\n };\n }\n\n constructor(props) {\n super(props);\n\n const {children} = props;\n this.state = {\n animations: mergeAnimationStates({}, children)\n };\n }\n\n isAnimated(after) {\n if (isNil(after)) return true;\n\n const {animations} = this.state;\n\n const isAnimated = every(\n name => getOr(false, name, animations),\n isArray(after) ? after : [after]\n );\n\n return isAnimated;\n }\n\n handlerAnimationEnd(name) {\n this.setState(set(['animations', name], true), () => {\n const hasPendingAnimation = pipe(\n get('state.animations'),\n values,\n some(negate(identity))\n )(this);\n const {onAnimationEnd = noop} = this.props;\n if (!hasPendingAnimation) return onAnimationEnd();\n });\n }\n\n processAnimation(child) {\n const {animated: parentAnimated} = this.props;\n const {animated, onAnimationEnd = noop, after} = child.props;\n\n return React.cloneElement(child, {\n animated: parentAnimated ? this.isAnimated(after) || animated : animated,\n onAnimationEnd: name => {\n this.handlerAnimationEnd(name);\n return onAnimationEnd(name);\n }\n });\n }\n\n render() {\n const {children} = this.props;\n return pipe(\n walker(Animation, this.processAnimation.bind(this)),\n walker(Transition, this.processAnimation.bind(this)),\n walker(AnimationAdapter, this.processAnimation.bind(this))\n )(children);\n }\n}\n\nexport default AnimationScheduler;\n\nexport {AnimationAdapter};\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/hoc/animation-scheduler/index.js"],"names":["React","PropTypes","Animation","Transition","AnimationAdapter","animated","onAnimationEnd","name","children","Children","map","child","cloneElement","propTypes","string","isRequired","func","bool","pickByWithKey","convert","cap","walker","type","handler","index","newChild","count","props","reduceChildren","fun","acc","newAcc","getAnimationNames","mergeAnimationStates","animations","names","value","key","AnimationScheduler","Component","getDerivedStateFromProps","state","constructor","isAnimated","after","handlerAnimationEnd","setState","hasPendingAnimation","processAnimation","parentAnimated","render","bind","node"],"mappings":";;;;;;;;;;;;;;;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AAoBA,OAAOC,SAAP,MAAsB,cAAtB;AACA,OAAOC,UAAP,MAAuB,eAAvB;;AAEA,MAAMC,gBAAgB,GAAG,CAAC;AAACC,EAAAA,QAAD;AAAWC,EAAAA,cAAc,QAAzB;AAAkCC,EAAAA,IAAlC;AAAwCC,EAAAA;AAAxC,CAAD,KAAuD;AAC9E,SAAOR,KAAK,CAACS,QAAN,CAAeC,GAAf,CAAmBF,QAAnB,EAA6BG,KAAK,iBACvCX,KAAK,CAACY,YAAN,CAAmBD,KAAnB,EAA0B;AACxBN,IAAAA,QADwB;AAExBC,IAAAA,cAAc,EAAE,MAAMA,cAAc,CAACC,IAAD;AAFZ,GAA1B,CADK,CAAP;AAMD,CAPD;;AASAH,gBAAgB,CAACS,SAAjB,2CAA6B;AAC3BN,EAAAA,IAAI,EAAEN,SAAS,CAACa,MAAV,CAAiBC,UADI;AAE3BT,EAAAA,cAAc,EAAEL,SAAS,CAACe,IAFC;AAG3BX,EAAAA,QAAQ,EAAEJ,SAAS,CAACgB;AAHO,CAA7B;;AAMA,MAAMC,aAAa,GAAG,QAAOC,OAAP,CAAe;AAACC,EAAAA,GAAG,EAAE;AAAN,CAAf,CAAtB;;AAEA,MAAMC,MAAM,GAAG,CAACC,IAAD,EAAOC,OAAP,KAAmBf,QAAQ,IAAI;AAC5C,SAAOR,KAAK,CAACS,QAAN,CAAeC,GAAf,CAAmBF,QAAnB,EAA6B,CAACG,KAAD,EAAQa,KAAR,KAAkB;AACpD,QAAI,OAAMb,KAAN,KAAgB,UAASA,KAAT,CAApB,EAAqC,OAAOA,KAAP;AACrC,UAAMc,QAAQ,GAAGd,KAAK,CAACW,IAAN,KAAeA,IAAf,GAAsBC,OAAO,CAACZ,KAAD,CAA7B,GAAuCA,KAAxD;AACA,QAAIX,KAAK,CAACS,QAAN,CAAeiB,KAAf,CAAqBD,QAAQ,CAACE,KAAT,CAAenB,QAApC,MAAkD,CAAtD,EAAyD,OAAOiB,QAAP;AACzD,wBAAOzB,KAAK,CAACY,YAAN,CAAmBa,QAAnB,EAA6B,EAA7B,EAAiCJ,MAAM,CAACC,IAAD,EAAOC,OAAP,CAAN,CAAsBE,QAAQ,CAACE,KAAT,CAAenB,QAArC,CAAjC,CAAP;AACD,GALM,CAAP;AAMD,CAPD;;AASA,MAAMoB,cAAc,GAAGC,GAAG,IAAIC,GAAG,IAAItB,QAAQ,IAAI;AAC/C,MAAIuB,MAAM,GAAGD,GAAb;AACA9B,EAAAA,KAAK,CAACS,QAAN,CAAeC,GAAf,CAAmBF,QAAnB,EAA6BG,KAAK,IAAI;AACpCoB,IAAAA,MAAM,GAAGF,GAAG,CAACE,MAAD,EAASpB,KAAT,CAAZ;AACA,WAAOA,KAAP;AACD,GAHD;AAIA,SAAOoB,MAAP;AACD,CAPD;;AASA,MAAMC,iBAAiB,GAAGJ,cAAc,CAAC,CAACE,GAAD,EAAMnB,KAAN,KAAgB;AACvD,MAAI,UAASA,KAAT,CAAJ,EAAqB,OAAOmB,GAAP;AAErB,QAAM;AACJR,IAAAA,IADI;AAEJK,IAAAA,KAAK,EAAE;AAACnB,MAAAA;AAAD;AAFH,MAGFG,KAHJ;AAIA,MAAIT,SAAS,KAAKoB,IAAd,IAAsBnB,UAAU,KAAKmB,IAArC,IAA6ClB,gBAAgB,KAAKkB,IAAtE,EACE,OAAO,CAAC,GAAGQ,GAAJ,EAAS,GAAGE,iBAAiB,CAACxB,QAAD,CAA7B,CAAP;AAEF,QAAM;AACJmB,IAAAA,KAAK,EAAE;AAACpB,MAAAA;AAAD;AADH,MAEFI,KAFJ;AAGA,SAAO,CAACJ,IAAD,EAAO,GAAGuB,GAAV,EAAe,GAAGE,iBAAiB,CAACxB,QAAD,CAAnC,CAAP;AACD,CAduC,CAAd,CAcvB,EAduB,CAA1B;;AAgBA,MAAMyB,oBAAoB,GAAG,CAACC,UAAD,EAAa1B,QAAb,KAA0B;AACrD,QAAM2B,KAAK,GAAGH,iBAAiB,CAACxB,QAAD,CAA/B;AAEA,SAAO,MACLU,aAAa,CAAC,CAACkB,KAAD,EAAQC,GAAR,KAAgB,UAASA,GAAT,EAAcF,KAAd,CAAjB,CADR,EAEL,QAAO,QAAO,CAACL,GAAD,EAAMvB,IAAN,KAAe,KAAIA,IAAJ,EAAU,KAAV,EAAiBuB,GAAjB,CAAtB,EAA6C,EAA7C,EAAiDK,KAAjD,CAAP,CAFK,EAGLD,UAHK,CAAP;AAID,CAPD;;AASA,MAAMI,kBAAN,SAAiCtC,KAAK,CAACuC,SAAvC,CAAiD;AAOhB,SAAxBC,wBAAwB,CAACb,KAAD,EAAQc,KAAR,EAAe;AAC5C,UAAM;AAACjC,MAAAA;AAAD,QAAamB,KAAnB;AACA,UAAM;AAACO,MAAAA;AAAD,QAAeO,KAArB;AACA,WAAO;AACLP,MAAAA,UAAU,EAAED,oBAAoB,CAACC,UAAD,EAAa1B,QAAb;AAD3B,KAAP;AAGD;;AAEDkC,EAAAA,WAAW,CAACf,KAAD,EAAQ;AACjB,UAAMA,KAAN;AAEA,UAAM;AAACnB,MAAAA;AAAD,QAAamB,KAAnB;AACA,SAAKc,KAAL,GAAa;AACXP,MAAAA,UAAU,EAAED,oBAAoB,CAAC,EAAD,EAAKzB,QAAL;AADrB,KAAb;AAGD;;AAEDmC,EAAAA,UAAU,CAACC,KAAD,EAAQ;AAChB,QAAI,OAAMA,KAAN,CAAJ,EAAkB,OAAO,IAAP;AAElB,UAAM;AAACV,MAAAA;AAAD,QAAe,KAAKO,KAA1B;;AAEA,UAAME,UAAU,GAAG,OACjBpC,IAAI,IAAI,OAAM,KAAN,EAAaA,IAAb,EAAmB2B,UAAnB,CADS,EAEjB,SAAQU,KAAR,IAAiBA,KAAjB,GAAyB,CAACA,KAAD,CAFR,CAAnB;;AAKA,WAAOD,UAAP;AACD;;AAEDE,EAAAA,mBAAmB,CAACtC,IAAD,EAAO;AACxB,SAAKuC,QAAL,CAAc,KAAI,CAAC,YAAD,EAAevC,IAAf,CAAJ,EAA0B,IAA1B,CAAd,EAA+C,MAAM;AACnD,YAAMwC,mBAAmB,GAAG,MAC1B,KAAI,kBAAJ,CAD0B,WAG1B,MAAK,kBAAL,CAH0B,EAI1B,IAJ0B,CAA5B;;AAKA,YAAM;AAACzC,QAAAA,cAAc;AAAf,UAA0B,KAAKqB,KAArC;AACA,UAAI,CAACoB,mBAAL,EAA0B,OAAOzC,cAAc,EAArB;AAC3B,KARD;AASD;;AAED0C,EAAAA,gBAAgB,CAACrC,KAAD,EAAQ;AACtB,UAAM;AAACN,MAAAA,QAAQ,EAAE4C;AAAX,QAA6B,KAAKtB,KAAxC;AACA,UAAM;AAACtB,MAAAA,QAAD;AAAWC,MAAAA,cAAc,QAAzB;AAAkCsC,MAAAA;AAAlC,QAA2CjC,KAAK,CAACgB,KAAvD;AAEA,wBAAO3B,KAAK,CAACY,YAAN,CAAmBD,KAAnB,EAA0B;AAC/BN,MAAAA,QAAQ,EAAE4C,cAAc,GAAG,KAAKN,UAAL,CAAgBC,KAAhB,KAA0BvC,QAA7B,GAAwCA,QADjC;AAE/BC,MAAAA,cAAc,EAAEC,IAAI,IAAI;AACtB,aAAKsC,mBAAL,CAAyBtC,IAAzB;AACA,eAAOD,cAAc,CAACC,IAAD,CAArB;AACD;AAL8B,KAA1B,CAAP;AAOD;;AAED2C,EAAAA,MAAM,GAAG;AACP,UAAM;AAAC1C,MAAAA;AAAD,QAAa,KAAKmB,KAAxB;AACA,WAAO,MACLN,MAAM,CAACnB,SAAD,EAAY,KAAK8C,gBAAL,CAAsBG,IAAtB,CAA2B,IAA3B,CAAZ,CADD,EAEL9B,MAAM,CAAClB,UAAD,EAAa,KAAK6C,gBAAL,CAAsBG,IAAtB,CAA2B,IAA3B,CAAb,CAFD,EAGL9B,MAAM,CAACjB,gBAAD,EAAmB,KAAK4C,gBAAL,CAAsBG,IAAtB,CAA2B,IAA3B,CAAnB,CAHD,EAIL3C,QAJK,CAAP;AAKD;;AArE8C;;AAA3C8B,kB,CACGzB,S,2CAAY;AACjBP,EAAAA,cAAc,EAAEL,SAAS,CAACe,IADT;AAEjBX,EAAAA,QAAQ,EAAEJ,SAAS,CAACgB,IAFH;AAGjBT,EAAAA,QAAQ,EAAEP,SAAS,CAACmD;AAHH,C;AAuErB,eAAed,kBAAf;AAEA,SAAQlC,gBAAR","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {\n assign,\n every,\n getOr,\n get,\n includes,\n isArray,\n isNil,\n isString,\n noop,\n pickBy,\n some,\n negate,\n identity,\n values,\n pipe,\n reduce,\n set\n} from 'lodash/fp';\nimport Animation from '../animation';\nimport Transition from '../transition';\n\nconst AnimationAdapter = ({animated, onAnimationEnd = noop, name, children}) => {\n return React.Children.map(children, child =>\n React.cloneElement(child, {\n animated,\n onAnimationEnd: () => onAnimationEnd(name)\n })\n );\n};\n\nAnimationAdapter.propTypes = {\n name: PropTypes.string.isRequired,\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool\n};\n\nconst pickByWithKey = pickBy.convert({cap: true});\n\nconst walker = (type, handler) => children => {\n return React.Children.map(children, (child, index) => {\n if (isNil(child) || isString(child)) return child;\n const newChild = child.type === type ? handler(child) : child;\n if (React.Children.count(newChild.props.children) === 0) return newChild;\n return React.cloneElement(newChild, {}, walker(type, handler)(newChild.props.children));\n });\n};\n\nconst reduceChildren = fun => acc => children => {\n let newAcc = acc;\n React.Children.map(children, child => {\n newAcc = fun(newAcc, child);\n return child;\n });\n return newAcc;\n};\n\nconst getAnimationNames = reduceChildren((acc, child) => {\n if (isString(child)) return acc;\n\n const {\n type,\n props: {children}\n } = child;\n if (Animation !== type && Transition !== type && AnimationAdapter !== type)\n return [...acc, ...getAnimationNames(children)];\n\n const {\n props: {name}\n } = child;\n return [name, ...acc, ...getAnimationNames(children)];\n})([]);\n\nconst mergeAnimationStates = (animations, children) => {\n const names = getAnimationNames(children);\n\n return pipe(\n pickByWithKey((value, key) => includes(key, names)),\n assign(reduce((acc, name) => set(name, false, acc), {}, names))\n )(animations);\n};\n\nclass AnimationScheduler extends React.Component {\n static propTypes = {\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool,\n children: PropTypes.node\n };\n\n static getDerivedStateFromProps(props, state) {\n const {children} = props;\n const {animations} = state;\n return {\n animations: mergeAnimationStates(animations, children)\n };\n }\n\n constructor(props) {\n super(props);\n\n const {children} = props;\n this.state = {\n animations: mergeAnimationStates({}, children)\n };\n }\n\n isAnimated(after) {\n if (isNil(after)) return true;\n\n const {animations} = this.state;\n\n const isAnimated = every(\n name => getOr(false, name, animations),\n isArray(after) ? after : [after]\n );\n\n return isAnimated;\n }\n\n handlerAnimationEnd(name) {\n this.setState(set(['animations', name], true), () => {\n const hasPendingAnimation = pipe(\n get('state.animations'),\n values,\n some(negate(identity))\n )(this);\n const {onAnimationEnd = noop} = this.props;\n if (!hasPendingAnimation) return onAnimationEnd();\n });\n }\n\n processAnimation(child) {\n const {animated: parentAnimated} = this.props;\n const {animated, onAnimationEnd = noop, after} = child.props;\n\n return React.cloneElement(child, {\n animated: parentAnimated ? this.isAnimated(after) || animated : animated,\n onAnimationEnd: name => {\n this.handlerAnimationEnd(name);\n return onAnimationEnd(name);\n }\n });\n }\n\n render() {\n const {children} = this.props;\n return pipe(\n walker(Animation, this.processAnimation.bind(this)),\n walker(Transition, this.processAnimation.bind(this)),\n walker(AnimationAdapter, this.processAnimation.bind(this))\n )(children);\n }\n}\n\nexport default AnimationScheduler;\n\nexport {AnimationAdapter};\n"],"file":"index.js"}
@@ -1,3 +1,5 @@
1
+ const _excluded = ["children"];
2
+
1
3
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2
4
 
3
5
  import React from 'react';
@@ -35,10 +37,10 @@ class Swapper extends React.Component {
35
37
  {
36
38
  children
37
39
  } = _this$props,
38
- props = _objectWithoutPropertiesLoose(_this$props, ["children"]);
40
+ props = _objectWithoutPropertiesLoose(_this$props, _excluded);
39
41
 
40
42
  const child = React.Children.only(children);
41
- return init ? React.cloneElement(child, props) : child;
43
+ return init ? /*#__PURE__*/React.cloneElement(child, props) : child;
42
44
  }
43
45
 
44
46
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/hoc/swapper/index.js"],"names":["React","PropTypes","safeCancelAnimationFrame","requestId","cancelAnimationFrame","Swapper","Component","constructor","props","state","init","componentDidMount","requestAnimationFrame","requestID","setState","componentWillUnmount","undefined","render","children","child","Children","only","cloneElement","propTypes","node"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AAEA,OAAO,MAAMC,wBAAwB,GAAGC,SAAS,IAAIA,SAAS,IAAIC,oBAAoB,CAACD,SAAD,CAA/E;;AAEP,MAAME,OAAN,SAAsBL,KAAK,CAACM,SAA5B,CAAsC;AAKpCC,EAAAA,WAAW,CAACC,KAAD,EAAQ;AACjB,UAAMA,KAAN;AAEA,SAAKC,KAAL,GAAa;AACXC,MAAAA,IAAI,EAAE;AADK,KAAb;AAGD;;AAEDC,EAAAA,iBAAiB,GAAG;AAClB,QAAI,OAAOC,qBAAP,KAAiC,WAArC,EAAkD;AAChD,WAAKC,SAAL,GAAiBD,qBAAqB,CAAC,MAAM,KAAKE,QAAL,CAAc;AAACJ,QAAAA,IAAI,EAAE;AAAP,OAAd,CAAP,CAAtC;AACD;AACF;;AAEDK,EAAAA,oBAAoB,GAAG;AACrB,QAAI,KAAKF,SAAL,KAAmBG,SAAvB,EAAkC;AAChCd,MAAAA,wBAAwB,CAAC,KAAKW,SAAN,CAAxB;AACD;AACF;;AAEDI,EAAAA,MAAM,GAAG;AACP,UAAM;AAACP,MAAAA;AAAD,QAAS,KAAKD,KAApB;;AACA,wBAA6B,KAAKD,KAAlC;AAAA,UAAM;AAACU,MAAAA;AAAD,KAAN;AAAA,UAAoBV,KAApB;;AACA,UAAMW,KAAK,GAAGnB,KAAK,CAACoB,QAAN,CAAeC,IAAf,CAAoBH,QAApB,CAAd;AAEA,WAAOR,IAAI,GAAGV,KAAK,CAACsB,YAAN,CAAmBH,KAAnB,EAA0BX,KAA1B,CAAH,GAAsCW,KAAjD;AACD;;AA/BmC;;AAAhCd,O,CACGkB,S,2CAAY;AACjBL,EAAAA,QAAQ,EAAEjB,SAAS,CAACuB;AADH,C;AAiCrB,eAAenB,OAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nexport const safeCancelAnimationFrame = requestId => requestId && cancelAnimationFrame(requestId);\n\nclass Swapper extends React.Component {\n static propTypes = {\n children: PropTypes.node\n };\n\n constructor(props) {\n super(props);\n\n this.state = {\n init: true\n };\n }\n\n componentDidMount() {\n if (typeof requestAnimationFrame !== 'undefined') {\n this.requestID = requestAnimationFrame(() => this.setState({init: false}));\n }\n }\n\n componentWillUnmount() {\n if (this.requestID !== undefined) {\n safeCancelAnimationFrame(this.requestID);\n }\n }\n\n render() {\n const {init} = this.state;\n const {children, ...props} = this.props;\n const child = React.Children.only(children);\n\n return init ? React.cloneElement(child, props) : child;\n }\n}\n\nexport default Swapper;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/hoc/swapper/index.js"],"names":["React","PropTypes","safeCancelAnimationFrame","requestId","cancelAnimationFrame","Swapper","Component","constructor","props","state","init","componentDidMount","requestAnimationFrame","requestID","setState","componentWillUnmount","undefined","render","children","child","Children","only","cloneElement","propTypes","node"],"mappings":";;;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AAEA,OAAO,MAAMC,wBAAwB,GAAGC,SAAS,IAAIA,SAAS,IAAIC,oBAAoB,CAACD,SAAD,CAA/E;;AAEP,MAAME,OAAN,SAAsBL,KAAK,CAACM,SAA5B,CAAsC;AAKpCC,EAAAA,WAAW,CAACC,KAAD,EAAQ;AACjB,UAAMA,KAAN;AAEA,SAAKC,KAAL,GAAa;AACXC,MAAAA,IAAI,EAAE;AADK,KAAb;AAGD;;AAEDC,EAAAA,iBAAiB,GAAG;AAClB,QAAI,OAAOC,qBAAP,KAAiC,WAArC,EAAkD;AAChD,WAAKC,SAAL,GAAiBD,qBAAqB,CAAC,MAAM,KAAKE,QAAL,CAAc;AAACJ,QAAAA,IAAI,EAAE;AAAP,OAAd,CAAP,CAAtC;AACD;AACF;;AAEDK,EAAAA,oBAAoB,GAAG;AACrB,QAAI,KAAKF,SAAL,KAAmBG,SAAvB,EAAkC;AAChCd,MAAAA,wBAAwB,CAAC,KAAKW,SAAN,CAAxB;AACD;AACF;;AAEDI,EAAAA,MAAM,GAAG;AACP,UAAM;AAACP,MAAAA;AAAD,QAAS,KAAKD,KAApB;;AACA,wBAA6B,KAAKD,KAAlC;AAAA,UAAM;AAACU,MAAAA;AAAD,KAAN;AAAA,UAAoBV,KAApB;;AACA,UAAMW,KAAK,GAAGnB,KAAK,CAACoB,QAAN,CAAeC,IAAf,CAAoBH,QAApB,CAAd;AAEA,WAAOR,IAAI,gBAAGV,KAAK,CAACsB,YAAN,CAAmBH,KAAnB,EAA0BX,KAA1B,CAAH,GAAsCW,KAAjD;AACD;;AA/BmC;;AAAhCd,O,CACGkB,S,2CAAY;AACjBL,EAAAA,QAAQ,EAAEjB,SAAS,CAACuB;AADH,C;AAiCrB,eAAenB,OAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nexport const safeCancelAnimationFrame = requestId => requestId && cancelAnimationFrame(requestId);\n\nclass Swapper extends React.Component {\n static propTypes = {\n children: PropTypes.node\n };\n\n constructor(props) {\n super(props);\n\n this.state = {\n init: true\n };\n }\n\n componentDidMount() {\n if (typeof requestAnimationFrame !== 'undefined') {\n this.requestID = requestAnimationFrame(() => this.setState({init: false}));\n }\n }\n\n componentWillUnmount() {\n if (this.requestID !== undefined) {\n safeCancelAnimationFrame(this.requestID);\n }\n }\n\n render() {\n const {init} = this.state;\n const {children, ...props} = this.props;\n const child = React.Children.only(children);\n\n return init ? React.cloneElement(child, props) : child;\n }\n}\n\nexport default Swapper;\n"],"file":"index.js"}
@@ -24,7 +24,7 @@ const Transition = props => {
24
24
  const handlerAnimationEnd = useMemo(() => () => {
25
25
  return onAnimationEnd(name);
26
26
  }, []);
27
- return React.cloneElement(child, {
27
+ return /*#__PURE__*/React.cloneElement(child, {
28
28
  className: classnames(propClassName, className),
29
29
  onTransitionEnd: handlerAnimationEnd,
30
30
  onAnimationEnd: handlerAnimationEnd
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/hoc/transition/index.js"],"names":["React","useMemo","PropTypes","classnames","Transition","props","name","children","className","animated","onAnimationEnd","Child","child","propClassName","handlerAnimationEnd","cloneElement","onTransitionEnd","Children","map","propTypes","string","isRequired","func","bool"],"mappings":";AAAA,OAAOA,KAAP,IAAeC,OAAf,QAA6B,OAA7B;AAEA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;;AAEA,MAAMC,UAAU,GAAGC,KAAK,IAAI;AAC1B,QAAM;AAACC,IAAAA,IAAD;AAAOC,IAAAA,QAAP;AAAiBC,IAAAA,SAAjB;AAA4BC,IAAAA,QAA5B;AAAsCC,IAAAA,cAAc;AAApD,MAA+DL,KAArE;AAEA,MAAI,CAACI,QAAL,EAAe,OAAOF,QAAP;;AAEf,QAAMI,KAAK,GAAG,CAAC;AAACC,IAAAA;AAAD,GAAD,KAAa;AACzB,UAAM;AACJP,MAAAA,KAAK,EAAE;AAACG,QAAAA,SAAS,EAAEK;AAAZ;AADH,QAEFD,KAFJ;AAIA,UAAME,mBAAmB,GAAGb,OAAO,CACjC,MAAM,MAAM;AACV,aAAOS,cAAc,CAACJ,IAAD,CAArB;AACD,KAHgC,EAIjC,EAJiC,CAAnC;AAOA,WAAON,KAAK,CAACe,YAAN,CAAmBH,KAAnB,EAA0B;AAC/BJ,MAAAA,SAAS,EAAEL,UAAU,CAACU,aAAD,EAAgBL,SAAhB,CADU;AAE/BQ,MAAAA,eAAe,EAAEF,mBAFc;AAG/BJ,MAAAA,cAAc,EAAEI;AAHe,KAA1B,CAAP;AAKD,GAjBD;;AAmBA,SAAOd,KAAK,CAACiB,QAAN,CAAeC,GAAf,CAAmBX,QAAnB,EAA6BK,KAAK,iBAAI,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAEA;AAAd,IAAtC,CAAP;AACD,CAzBD;;AA2BAR,UAAU,CAACe,SAAX,2CAAuB;AACrBb,EAAAA,IAAI,EAAEJ,SAAS,CAACkB,MAAV,CAAiBC,UADF;AAErBX,EAAAA,cAAc,EAAER,SAAS,CAACoB,IAFL;AAGrBb,EAAAA,QAAQ,EAAEP,SAAS,CAACqB;AAHC,CAAvB;AAMA,eAAenB,UAAf","sourcesContent":["import React, {useMemo} from 'react';\nimport {noop} from 'lodash/fp';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\n\nconst Transition = props => {\n const {name, children, className, animated, onAnimationEnd = noop} = props;\n\n if (!animated) return children;\n\n const Child = ({child}) => {\n const {\n props: {className: propClassName}\n } = child;\n\n const handlerAnimationEnd = useMemo(\n () => () => {\n return onAnimationEnd(name);\n },\n []\n );\n\n return React.cloneElement(child, {\n className: classnames(propClassName, className),\n onTransitionEnd: handlerAnimationEnd,\n onAnimationEnd: handlerAnimationEnd\n });\n };\n\n return React.Children.map(children, child => <Child child={child} />);\n};\n\nTransition.propTypes = {\n name: PropTypes.string.isRequired,\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool\n};\n\nexport default Transition;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/hoc/transition/index.js"],"names":["React","useMemo","PropTypes","classnames","Transition","props","name","children","className","animated","onAnimationEnd","Child","child","propClassName","handlerAnimationEnd","cloneElement","onTransitionEnd","Children","map","propTypes","string","isRequired","func","bool"],"mappings":";AAAA,OAAOA,KAAP,IAAeC,OAAf,QAA6B,OAA7B;AAEA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;;AAEA,MAAMC,UAAU,GAAGC,KAAK,IAAI;AAC1B,QAAM;AAACC,IAAAA,IAAD;AAAOC,IAAAA,QAAP;AAAiBC,IAAAA,SAAjB;AAA4BC,IAAAA,QAA5B;AAAsCC,IAAAA,cAAc;AAApD,MAA+DL,KAArE;AAEA,MAAI,CAACI,QAAL,EAAe,OAAOF,QAAP;;AAEf,QAAMI,KAAK,GAAG,CAAC;AAACC,IAAAA;AAAD,GAAD,KAAa;AACzB,UAAM;AACJP,MAAAA,KAAK,EAAE;AAACG,QAAAA,SAAS,EAAEK;AAAZ;AADH,QAEFD,KAFJ;AAIA,UAAME,mBAAmB,GAAGb,OAAO,CACjC,MAAM,MAAM;AACV,aAAOS,cAAc,CAACJ,IAAD,CAArB;AACD,KAHgC,EAIjC,EAJiC,CAAnC;AAOA,wBAAON,KAAK,CAACe,YAAN,CAAmBH,KAAnB,EAA0B;AAC/BJ,MAAAA,SAAS,EAAEL,UAAU,CAACU,aAAD,EAAgBL,SAAhB,CADU;AAE/BQ,MAAAA,eAAe,EAAEF,mBAFc;AAG/BJ,MAAAA,cAAc,EAAEI;AAHe,KAA1B,CAAP;AAKD,GAjBD;;AAmBA,SAAOd,KAAK,CAACiB,QAAN,CAAeC,GAAf,CAAmBX,QAAnB,EAA6BK,KAAK,iBAAI,oBAAC,KAAD;AAAO,IAAA,KAAK,EAAEA;AAAd,IAAtC,CAAP;AACD,CAzBD;;AA2BAR,UAAU,CAACe,SAAX,2CAAuB;AACrBb,EAAAA,IAAI,EAAEJ,SAAS,CAACkB,MAAV,CAAiBC,UADF;AAErBX,EAAAA,cAAc,EAAER,SAAS,CAACoB,IAFL;AAGrBb,EAAAA,QAAQ,EAAEP,SAAS,CAACqB;AAHC,CAAvB;AAMA,eAAenB,UAAf","sourcesContent":["import React, {useMemo} from 'react';\nimport {noop} from 'lodash/fp';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\n\nconst Transition = props => {\n const {name, children, className, animated, onAnimationEnd = noop} = props;\n\n if (!animated) return children;\n\n const Child = ({child}) => {\n const {\n props: {className: propClassName}\n } = child;\n\n const handlerAnimationEnd = useMemo(\n () => () => {\n return onAnimationEnd(name);\n },\n []\n );\n\n return React.cloneElement(child, {\n className: classnames(propClassName, className),\n onTransitionEnd: handlerAnimationEnd,\n onAnimationEnd: handlerAnimationEnd\n });\n };\n\n return React.Children.map(children, child => <Child child={child} />);\n};\n\nTransition.propTypes = {\n name: PropTypes.string.isRequired,\n onAnimationEnd: PropTypes.func,\n animated: PropTypes.bool\n};\n\nexport default Transition;\n"],"file":"index.js"}
@@ -8,7 +8,7 @@ const ADD_TO_MY_LIST_STATUS = {
8
8
  IDLE: 'IDLE',
9
9
  SUCCESS: 'SUCCESS'
10
10
  };
11
- const StatusContext = React.createContext(ADD_TO_MY_LIST_STATUS.IDLE);
11
+ const StatusContext = /*#__PURE__*/React.createContext(ADD_TO_MY_LIST_STATUS.IDLE);
12
12
  export const AddToMyListStatusProvider = ({
13
13
  children
14
14
  }) => {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/add-to-my-list/index.js"],"names":["React","useState","useContext","useEffect","PropTypes","classnames","NovaCompositionCoorpacademyCheck","CheckIcon","NovaCompositionNavigationMore","MoreIcon","Link","styles","ADD_TO_MY_LIST_STATUS","IDLE","SUCCESS","StatusContext","createContext","AddToMyListStatusProvider","children","status","setStatus","timeoutId","DURATION","setTimeout","clearTimeout","AddToMyListFeedback","addToMyListText","removeFromMyListText","favorite","feedback","checkIcon","AddToMyList","style","addToMyListButton","onFavoriteClick","cb","onClick","container","cta","wrapper","shareIcon","propTypes","node","string","bool","func"],"mappings":"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","sourcesContent":["import React, {useState, useContext, useEffect} from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {\n NovaCompositionCoorpacademyCheck as CheckIcon,\n NovaCompositionNavigationMore as MoreIcon\n} from '@coorpacademy/nova-icons';\nimport Link from '../../atom/link';\nimport styles from './style.css';\n\nconst ADD_TO_MY_LIST_STATUS = {\n IDLE: 'IDLE',\n SUCCESS: 'SUCCESS'\n};\n\nconst StatusContext = React.createContext(ADD_TO_MY_LIST_STATUS.IDLE);\n\nexport const AddToMyListStatusProvider = ({children}) => {\n const [status, setStatus] = useState(ADD_TO_MY_LIST_STATUS.IDLE);\n useEffect(() => {\n let timeoutId;\n const DURATION = 3000;\n if (status !== ADD_TO_MY_LIST_STATUS.IDLE) {\n timeoutId = setTimeout(() => setStatus(ADD_TO_MY_LIST_STATUS.IDLE), DURATION);\n }\n return () => clearTimeout(timeoutId);\n }, [status]);\n return <StatusContext.Provider value={[status, setStatus]}>{children}</StatusContext.Provider>;\n};\n\nexport const AddToMyListFeedback = ({addToMyListText, removeFromMyListText, favorite}) => {\n const [status] = useContext(StatusContext);\n if (status === ADD_TO_MY_LIST_STATUS.IDLE) return null;\n\n return (\n <div className={classnames(styles.feedback)} data-name={'add-to-my-list-feedback'}>\n <CheckIcon className={styles.checkIcon} width={13} height={13} />\n <p>{favorite ? addToMyListText : removeFromMyListText}</p>\n </div>\n );\n};\n\nconst AddToMyList = ({style, addToMyListButton, favorite, onFavoriteClick}) => {\n const [, setStatus] = useContext(StatusContext);\n const cb = () => setStatus(ADD_TO_MY_LIST_STATUS.SUCCESS);\n\n function onClick() {\n onFavoriteClick(cb);\n }\n\n return (\n <div className={(styles.container, style)}>\n <Link data-name={'add-to-my-list-button'} onClick={onClick} className={styles.cta}>\n <div className={styles.wrapper}>\n {favorite ? (\n <CheckIcon className={styles.shareIcon} width={15} height={15} />\n ) : (\n <MoreIcon className={styles.shareIcon} width={12} height={12} />\n )}\n <p>{addToMyListButton}</p>\n </div>\n </Link>\n </div>\n );\n};\n\nAddToMyListStatusProvider.propTypes = {\n children: PropTypes.node\n};\n\nAddToMyListFeedback.propTypes = {\n addToMyListText: PropTypes.string,\n removeFromMyListText: PropTypes.string,\n favorite: PropTypes.bool\n};\n\nAddToMyList.propTypes = {\n style: PropTypes.string,\n addToMyListButton: PropTypes.string,\n favorite: PropTypes.bool,\n onFavoriteClick: PropTypes.func\n};\n\nexport default AddToMyList;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/add-to-my-list/index.js"],"names":["React","useState","useContext","useEffect","PropTypes","classnames","NovaCompositionCoorpacademyCheck","CheckIcon","NovaCompositionNavigationMore","MoreIcon","Link","styles","ADD_TO_MY_LIST_STATUS","IDLE","SUCCESS","StatusContext","createContext","AddToMyListStatusProvider","children","status","setStatus","timeoutId","DURATION","setTimeout","clearTimeout","AddToMyListFeedback","addToMyListText","removeFromMyListText","favorite","feedback","checkIcon","AddToMyList","style","addToMyListButton","onFavoriteClick","cb","onClick","container","cta","wrapper","shareIcon","propTypes","node","string","bool","func"],"mappings":"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","sourcesContent":["import React, {useState, useContext, useEffect} from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {\n NovaCompositionCoorpacademyCheck as CheckIcon,\n NovaCompositionNavigationMore as MoreIcon\n} from '@coorpacademy/nova-icons';\nimport Link from '../../atom/link';\nimport styles from './style.css';\n\nconst ADD_TO_MY_LIST_STATUS = {\n IDLE: 'IDLE',\n SUCCESS: 'SUCCESS'\n};\n\nconst StatusContext = React.createContext(ADD_TO_MY_LIST_STATUS.IDLE);\n\nexport const AddToMyListStatusProvider = ({children}) => {\n const [status, setStatus] = useState(ADD_TO_MY_LIST_STATUS.IDLE);\n useEffect(() => {\n let timeoutId;\n const DURATION = 3000;\n if (status !== ADD_TO_MY_LIST_STATUS.IDLE) {\n timeoutId = setTimeout(() => setStatus(ADD_TO_MY_LIST_STATUS.IDLE), DURATION);\n }\n return () => clearTimeout(timeoutId);\n }, [status]);\n return <StatusContext.Provider value={[status, setStatus]}>{children}</StatusContext.Provider>;\n};\n\nexport const AddToMyListFeedback = ({addToMyListText, removeFromMyListText, favorite}) => {\n const [status] = useContext(StatusContext);\n if (status === ADD_TO_MY_LIST_STATUS.IDLE) return null;\n\n return (\n <div className={classnames(styles.feedback)} data-name={'add-to-my-list-feedback'}>\n <CheckIcon className={styles.checkIcon} width={13} height={13} />\n <p>{favorite ? addToMyListText : removeFromMyListText}</p>\n </div>\n );\n};\n\nconst AddToMyList = ({style, addToMyListButton, favorite, onFavoriteClick}) => {\n const [, setStatus] = useContext(StatusContext);\n const cb = () => setStatus(ADD_TO_MY_LIST_STATUS.SUCCESS);\n\n function onClick() {\n onFavoriteClick(cb);\n }\n\n return (\n <div className={(styles.container, style)}>\n <Link data-name={'add-to-my-list-button'} onClick={onClick} className={styles.cta}>\n <div className={styles.wrapper}>\n {favorite ? (\n <CheckIcon className={styles.shareIcon} width={15} height={15} />\n ) : (\n <MoreIcon className={styles.shareIcon} width={12} height={12} />\n )}\n <p>{addToMyListButton}</p>\n </div>\n </Link>\n </div>\n );\n};\n\nAddToMyListStatusProvider.propTypes = {\n children: PropTypes.node\n};\n\nAddToMyListFeedback.propTypes = {\n addToMyListText: PropTypes.string,\n removeFromMyListText: PropTypes.string,\n favorite: PropTypes.bool\n};\n\nAddToMyList.propTypes = {\n style: PropTypes.string,\n addToMyListButton: PropTypes.string,\n favorite: PropTypes.bool,\n onFavoriteClick: PropTypes.func\n};\n\nexport default AddToMyList;\n"],"file":"index.js"}
@@ -1,4 +1,5 @@
1
1
  import _omit from "lodash/fp/omit";
2
+ const _excluded = ["videoId", "type"];
2
3
 
3
4
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
5
 
@@ -27,7 +28,7 @@ const MediaView = ({
27
28
  videoId,
28
29
  type
29
30
  } = media,
30
- childProps = _objectWithoutPropertiesLoose(media, ["videoId", "type"]);
31
+ childProps = _objectWithoutPropertiesLoose(media, _excluded);
31
32
 
32
33
  switch (type) {
33
34
  case TYPE_IMAGE:
@@ -61,7 +62,7 @@ const MediaView = ({
61
62
  };
62
63
 
63
64
  const isType = process.env.NODE_ENV !== "production" ? name => PropTypes.oneOf([name]) : {};
64
- const videoPropType = process.env.NODE_ENV !== "production" ? PropTypes.shape(_extends(_extends({}, VideoPlayer.propTypes), {}, {
65
+ const videoPropType = process.env.NODE_ENV !== "production" ? PropTypes.shape(_extends({}, VideoPlayer.propTypes, {
65
66
  type: isType(TYPE_VIDEO).isRequired
66
67
  })) : {};
67
68
  const imgPropType = process.env.NODE_ENV !== "production" ? PropTypes.shape({
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/molecule/answer/index.js"],"names":["React","PropTypes","VideoPlayer","DropDown","FreeText","QcmDrag","Qcm","QcmGraphic","QuestionRange","Template","Audio","style","TYPE_IMAGE","TYPE_VIDEO","TYPE_AUDIO","MediaView","media","videoId","type","childProps","backgroundImage","url","video","audio","isType","name","oneOf","videoPropType","shape","propTypes","isRequired","imgPropType","string","audioPropType","mediaUrl","oneOfType","Answer","props","model","help","buildAnswer","answerView","wrapper"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {omit} from 'lodash/fp';\nimport VideoPlayer from '../video-player';\nimport DropDown from '../questions/drop-down';\nimport FreeText from '../questions/free-text';\nimport QcmDrag from '../questions/qcm-drag';\nimport Qcm from '../questions/qcm';\nimport QcmGraphic from '../questions/qcm-graphic';\nimport QuestionRange from '../questions/question-range';\nimport Template from '../questions/template';\nimport Audio from '../audio';\nimport style from './style.css';\n\nexport const TYPE_IMAGE = 'img';\nexport const TYPE_VIDEO = 'video';\nexport const TYPE_AUDIO = 'audio';\n\nconst MediaView = ({media}) => {\n const {videoId, type, ...childProps} = media;\n switch (type) {\n case TYPE_IMAGE:\n return (\n <div\n className={style.media}\n style={{\n backgroundImage: `url(${media.url})`\n }}\n />\n );\n case TYPE_VIDEO:\n return (\n <div className={style.video}>\n <VideoPlayer {...omit('id', childProps)} id={videoId} height=\"100%\" width=\"100%\" />\n </div>\n );\n case TYPE_AUDIO:\n return (\n <div className={style.audio}>\n <Audio {...omit('id', childProps)} height=\"100%\" width=\"100%\" />\n </div>\n );\n default:\n return null;\n }\n};\n\nconst isType = name => PropTypes.oneOf([name]);\n\nconst videoPropType = PropTypes.shape({\n ...VideoPlayer.propTypes,\n type: isType(TYPE_VIDEO).isRequired\n});\n\nconst imgPropType = PropTypes.shape({\n type: isType(TYPE_IMAGE).isRequired,\n url: PropTypes.string.isRequired\n});\n\nconst audioPropType = PropTypes.shape({\n type: isType(TYPE_AUDIO).isRequired,\n mediaUrl: PropTypes.string.isRequired\n});\n\nMediaView.propTypes = {\n media: PropTypes.oneOfType([videoPropType, imgPropType, audioPropType])\n};\n\nconst Answer = props => {\n const {model, media, help} = props;\n const buildAnswer = () => {\n const {type} = model;\n\n switch (type) {\n case 'qcmDrag':\n return <QcmDrag {...model} help={help} />;\n case 'qcm':\n return <Qcm {...model} />;\n case 'qcmGraphic':\n return <QcmGraphic {...model} />;\n case 'freeText':\n return <FreeText {...model} />;\n case 'dropDown':\n return <DropDown {...model} />;\n case 'slider':\n return <QuestionRange {...model} />;\n case 'template':\n return <Template {...model} />;\n }\n };\n const answerView = buildAnswer(model);\n\n return (\n <div data-name=\"answer\" className={style.wrapper}>\n {media ? <MediaView media={media} /> : null}\n {answerView}\n </div>\n );\n};\n\nAnswer.propTypes = {\n model: PropTypes.shape({\n type: PropTypes.oneOf([\n 'qcmDrag',\n 'qcm',\n 'qcmGraphic',\n 'freeText',\n 'dropDown',\n 'slider',\n 'template'\n ]).isRequired\n }),\n help: PropTypes.string,\n media: MediaView.propTypes.media\n};\n\nexport default Answer;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/molecule/answer/index.js"],"names":["React","PropTypes","VideoPlayer","DropDown","FreeText","QcmDrag","Qcm","QcmGraphic","QuestionRange","Template","Audio","style","TYPE_IMAGE","TYPE_VIDEO","TYPE_AUDIO","MediaView","media","videoId","type","childProps","backgroundImage","url","video","audio","isType","name","oneOf","videoPropType","shape","propTypes","isRequired","imgPropType","string","audioPropType","mediaUrl","oneOfType","Answer","props","model","help","buildAnswer","answerView","wrapper"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {omit} from 'lodash/fp';\nimport VideoPlayer from '../video-player';\nimport DropDown from '../questions/drop-down';\nimport FreeText from '../questions/free-text';\nimport QcmDrag from '../questions/qcm-drag';\nimport Qcm from '../questions/qcm';\nimport QcmGraphic from '../questions/qcm-graphic';\nimport QuestionRange from '../questions/question-range';\nimport Template from '../questions/template';\nimport Audio from '../audio';\nimport style from './style.css';\n\nexport const TYPE_IMAGE = 'img';\nexport const TYPE_VIDEO = 'video';\nexport const TYPE_AUDIO = 'audio';\n\nconst MediaView = ({media}) => {\n const {videoId, type, ...childProps} = media;\n switch (type) {\n case TYPE_IMAGE:\n return (\n <div\n className={style.media}\n style={{\n backgroundImage: `url(${media.url})`\n }}\n />\n );\n case TYPE_VIDEO:\n return (\n <div className={style.video}>\n <VideoPlayer {...omit('id', childProps)} id={videoId} height=\"100%\" width=\"100%\" />\n </div>\n );\n case TYPE_AUDIO:\n return (\n <div className={style.audio}>\n <Audio {...omit('id', childProps)} height=\"100%\" width=\"100%\" />\n </div>\n );\n default:\n return null;\n }\n};\n\nconst isType = name => PropTypes.oneOf([name]);\n\nconst videoPropType = PropTypes.shape({\n ...VideoPlayer.propTypes,\n type: isType(TYPE_VIDEO).isRequired\n});\n\nconst imgPropType = PropTypes.shape({\n type: isType(TYPE_IMAGE).isRequired,\n url: PropTypes.string.isRequired\n});\n\nconst audioPropType = PropTypes.shape({\n type: isType(TYPE_AUDIO).isRequired,\n mediaUrl: PropTypes.string.isRequired\n});\n\nMediaView.propTypes = {\n media: PropTypes.oneOfType([videoPropType, imgPropType, audioPropType])\n};\n\nconst Answer = props => {\n const {model, media, help} = props;\n const buildAnswer = () => {\n const {type} = model;\n\n switch (type) {\n case 'qcmDrag':\n return <QcmDrag {...model} help={help} />;\n case 'qcm':\n return <Qcm {...model} />;\n case 'qcmGraphic':\n return <QcmGraphic {...model} />;\n case 'freeText':\n return <FreeText {...model} />;\n case 'dropDown':\n return <DropDown {...model} />;\n case 'slider':\n return <QuestionRange {...model} />;\n case 'template':\n return <Template {...model} />;\n }\n };\n const answerView = buildAnswer(model);\n\n return (\n <div data-name=\"answer\" className={style.wrapper}>\n {media ? <MediaView media={media} /> : null}\n {answerView}\n </div>\n );\n};\n\nAnswer.propTypes = {\n model: PropTypes.shape({\n type: PropTypes.oneOf([\n 'qcmDrag',\n 'qcm',\n 'qcmGraphic',\n 'freeText',\n 'dropDown',\n 'slider',\n 'template'\n ]).isRequired\n }),\n help: PropTypes.string,\n media: MediaView.propTypes.media\n};\n\nexport default Answer;\n"],"file":"index.js"}
@@ -3,7 +3,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
3
3
  import FreeText from '../../../questions/free-text/test/fixtures/default';
4
4
  export default {
5
5
  props: {
6
- model: _extends(_extends({}, FreeText.props), {}, {
6
+ model: _extends({}, FreeText.props, {
7
7
  type: 'freeText'
8
8
  }),
9
9
  media: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/audio.js"],"names":["FreeText","props","model","type","media","mediaUrl"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,QAAQ,CAACC,KADT;AAEHE,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,OADD;AAELE,MAAAA,QAAQ,EACN;AAHG;AALF;AADM,CAAf","sourcesContent":["import FreeText from '../../../questions/free-text/test/fixtures/default';\n\nexport default {\n props: {\n model: {\n ...FreeText.props,\n type: 'freeText'\n },\n media: {\n type: 'audio',\n mediaUrl:\n 'https://static.coorpacademy.com/content/CoorpAcademy/content-bnpp/cockpit-letsgetdigital-migration/raw/sample-1618502603227.aac'\n }\n }\n};\n"],"file":"audio.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/audio.js"],"names":["FreeText","props","model","type","media","mediaUrl"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,QAAQ,CAACC,KADT;AAEHE,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,OADD;AAELE,MAAAA,QAAQ,EACN;AAHG;AALF;AADM,CAAf","sourcesContent":["import FreeText from '../../../questions/free-text/test/fixtures/default';\n\nexport default {\n props: {\n model: {\n ...FreeText.props,\n type: 'freeText'\n },\n media: {\n type: 'audio',\n mediaUrl:\n 'https://static.coorpacademy.com/content/CoorpAcademy/content-bnpp/cockpit-letsgetdigital-migration/raw/sample-1618502603227.aac'\n }\n }\n};\n"],"file":"audio.js"}
@@ -3,7 +3,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
3
3
  import FreeText from '../../../questions/free-text/test/fixtures/default';
4
4
  export default {
5
5
  props: {
6
- model: _extends(_extends({}, FreeText.props), {}, {
6
+ model: _extends({}, FreeText.props, {
7
7
  type: 'freeText'
8
8
  }),
9
9
  media: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/default.js"],"names":["FreeText","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,QAAQ,CAACC,KADT;AAEHE,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import FreeText from '../../../questions/free-text/test/fixtures/default';\n\nexport default {\n props: {\n model: {\n ...FreeText.props,\n type: 'freeText'\n },\n media: {\n type: 'img',\n url:\n 'https://api.coorpacademy.com/api-service/medias?url=https://static.coorpacademy.com/content/CoorpAcademy/content-minds-and-more/cockpit-minds-and-more/default/shutterstock_701165035-1518620484928.jpg&h=400&w=835&q=80&m=contain'\n }\n }\n};\n"],"file":"default.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/default.js"],"names":["FreeText","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,eAAe;AACbC,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,QAAQ,CAACC,KADT;AAEHE,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import FreeText from '../../../questions/free-text/test/fixtures/default';\n\nexport default {\n props: {\n model: {\n ...FreeText.props,\n type: 'freeText'\n },\n media: {\n type: 'img',\n url:\n 'https://api.coorpacademy.com/api-service/medias?url=https://static.coorpacademy.com/content/CoorpAcademy/content-minds-and-more/cockpit-minds-and-more/default/shutterstock_701165035-1518620484928.jpg&h=400&w=835&q=80&m=contain'\n }\n }\n};\n"],"file":"default.js"}
@@ -4,7 +4,7 @@ import DropDown from '../../../questions/drop-down/test/fixtures/default';
4
4
  const answerProps = DropDown.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'dropDown'
9
9
  }),
10
10
  media: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/drop-down.js"],"names":["DropDown","answerProps","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,MAAMC,WAAW,GAAGD,QAAQ,CAACE,KAA7B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import DropDown from '../../../questions/drop-down/test/fixtures/default';\n\nconst answerProps = DropDown.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'dropDown'\n },\n media: {\n type: 'img',\n url:\n 'https://api-staging.coorpacademy.com/api-service/medias?h=300&w=300&q=90&url=https://user-images.githubusercontent.com/7602475/28273504-db1da18a-6b0e-11e7-97cd-b2e307fc51c7.png'\n }\n }\n};\n"],"file":"drop-down.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/drop-down.js"],"names":["DropDown","answerProps","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,QAAP,MAAqB,oDAArB;AAEA,MAAMC,WAAW,GAAGD,QAAQ,CAACE,KAA7B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import DropDown from '../../../questions/drop-down/test/fixtures/default';\n\nconst answerProps = DropDown.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'dropDown'\n },\n media: {\n type: 'img',\n url:\n 'https://api-staging.coorpacademy.com/api-service/medias?h=300&w=300&q=90&url=https://user-images.githubusercontent.com/7602475/28273504-db1da18a-6b0e-11e7-97cd-b2e307fc51c7.png'\n }\n }\n};\n"],"file":"drop-down.js"}
@@ -4,7 +4,7 @@ import Qcm from '../../../questions/qcm/test/fixtures/arabic';
4
4
  const answerProps = Qcm.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'qcm'
9
9
  }),
10
10
  media: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-arabic.js"],"names":["Qcm","answerProps","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,GAAP,MAAgB,6CAAhB;AAEA,MAAMC,WAAW,GAAGD,GAAG,CAACE,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import Qcm from '../../../questions/qcm/test/fixtures/arabic';\n\nconst answerProps = Qcm.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcm'\n },\n media: {\n type: 'img',\n url:\n 'https://user-images.githubusercontent.com/7602475/28273504-db1da18a-6b0e-11e7-97cd-b2e307fc51c7.png'\n }\n }\n};\n"],"file":"qcm-arabic.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-arabic.js"],"names":["Qcm","answerProps","props","model","type","media","url"],"mappings":";;AAAA,OAAOA,GAAP,MAAgB,6CAAhB;AAEA,MAAMC,WAAW,GAAGD,GAAG,CAACE,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,KADD;AAELE,MAAAA,GAAG,EACD;AAHG;AALF;AADM,CAAf","sourcesContent":["import Qcm from '../../../questions/qcm/test/fixtures/arabic';\n\nconst answerProps = Qcm.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcm'\n },\n media: {\n type: 'img',\n url:\n 'https://user-images.githubusercontent.com/7602475/28273504-db1da18a-6b0e-11e7-97cd-b2e307fc51c7.png'\n }\n }\n};\n"],"file":"qcm-arabic.js"}
@@ -4,7 +4,7 @@ import QcmDrag from '../../../questions/qcm-drag/test/fixtures/default';
4
4
  const answerProps = QcmDrag.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'qcmDrag'
9
9
  }),
10
10
  help: 'Help text will appear here'
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-drag.js"],"names":["QcmDrag","answerProps","props","model","type","help"],"mappings":";;AAAA,OAAOA,OAAP,MAAoB,mDAApB;AAEA,MAAMC,WAAW,GAAGD,OAAO,CAACE,KAA5B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,IAAI,EAAE;AALD;AADM,CAAf","sourcesContent":["import QcmDrag from '../../../questions/qcm-drag/test/fixtures/default';\n\nconst answerProps = QcmDrag.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcmDrag'\n },\n help: 'Help text will appear here'\n }\n};\n"],"file":"qcm-drag.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-drag.js"],"names":["QcmDrag","answerProps","props","model","type","help"],"mappings":";;AAAA,OAAOA,OAAP,MAAoB,mDAApB;AAEA,MAAMC,WAAW,GAAGD,OAAO,CAACE,KAA5B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,IAAI,EAAE;AALD;AADM,CAAf","sourcesContent":["import QcmDrag from '../../../questions/qcm-drag/test/fixtures/default';\n\nconst answerProps = QcmDrag.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcmDrag'\n },\n help: 'Help text will appear here'\n }\n};\n"],"file":"qcm-drag.js"}
@@ -4,7 +4,7 @@ import QcmGraphic from '../../../questions/qcm-graphic/test/fixtures/default';
4
4
  const answerProps = QcmGraphic.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'qcmGraphic'
9
9
  })
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-graphic.js"],"names":["QcmGraphic","answerProps","props","model","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,sDAAvB;AAEA,MAAMC,WAAW,GAAGD,UAAU,CAACE,KAA/B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH;AADA;AADM,CAAf","sourcesContent":["import QcmGraphic from '../../../questions/qcm-graphic/test/fixtures/default';\n\nconst answerProps = QcmGraphic.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcmGraphic'\n }\n }\n};\n"],"file":"qcm-graphic.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-graphic.js"],"names":["QcmGraphic","answerProps","props","model","type"],"mappings":";;AAAA,OAAOA,UAAP,MAAuB,sDAAvB;AAEA,MAAMC,WAAW,GAAGD,UAAU,CAACE,KAA/B;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH;AADA;AADM,CAAf","sourcesContent":["import QcmGraphic from '../../../questions/qcm-graphic/test/fixtures/default';\n\nconst answerProps = QcmGraphic.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcmGraphic'\n }\n }\n};\n"],"file":"qcm-graphic.js"}
@@ -4,7 +4,7 @@ import Qcm from '../../../questions/qcm/test/fixtures/short-answers';
4
4
  const answerProps = Qcm.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'qcm'
9
9
  }),
10
10
  media: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-short-audio.js"],"names":["Qcm","answerProps","props","model","type","media","mimeType","poster","mediaUrl","_id","subtitles","posters","src","onClick","onPlay","console","log","onPause","onResume","onEnded"],"mappings":";;AAAA,OAAOA,GAAP,MAAgB,oDAAhB;AAEA,MAAMC,WAAW,GAAGD,GAAG,CAACE,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,wBACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,OADD;AAELE,MAAAA,QAAQ,EAAE,WAFL;AAGLC,MAAAA,MAAM,EAAE,+BAHH;AAILC,MAAAA,QAAQ,EACN,2HALG;AAMLC,MAAAA,GAAG,EAAE,0BANA;AAOLC,MAAAA,SAAS,EAAE,EAPN;AAQLC,MAAAA,OAAO,EAAE,EARJ;AASLC,MAAAA,GAAG,EAAE,EATA;AAULC,MAAAA,OAAO,EAAE,MAAM,CAAE,CAVZ;AAWLC,MAAAA,MAAM,EAAE,MAAMC,OAAO,CAACC,GAAR,CAAY,MAAZ,CAXT;AAYLC,MAAAA,OAAO,EAAE,MAAMF,OAAO,CAACC,GAAR,CAAY,OAAZ,CAZV;AAaLE,MAAAA,QAAQ,EAAE,MAAMH,OAAO,CAACC,GAAR,CAAY,QAAZ,CAbX;AAcLG,MAAAA,OAAO,EAAE,MAAMJ,OAAO,CAACC,GAAR,CAAY,KAAZ;AAdV;AALF;AADM,CAAf","sourcesContent":["import Qcm from '../../../questions/qcm/test/fixtures/short-answers';\n\nconst answerProps = Qcm.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcm'\n },\n media: {\n type: 'audio',\n mimeType: 'audio/acc',\n poster: 'https://picsum.photos/500/300',\n mediaUrl:\n '//static.coorpacademy.com/content/CoorpAcademy/content-bnpp/cockpit-letsgetdigital-migration/raw/sample-1618502603227.aac',\n _id: '590b9be24f7b862e0046e577',\n subtitles: [],\n posters: [],\n src: [],\n onClick: () => {},\n onPlay: () => console.log('play'),\n onPause: () => console.log('pause'),\n onResume: () => console.log('resume'),\n onEnded: () => console.log('end')\n }\n }\n};\n"],"file":"qcm-short-audio.js"}
1
+ {"version":3,"sources":["../../../../../src/molecule/answer/test/fixtures/qcm-short-audio.js"],"names":["Qcm","answerProps","props","model","type","media","mimeType","poster","mediaUrl","_id","subtitles","posters","src","onClick","onPlay","console","log","onPause","onResume","onEnded"],"mappings":";;AAAA,OAAOA,GAAP,MAAgB,oDAAhB;AAEA,MAAMC,WAAW,GAAGD,GAAG,CAACE,KAAxB;AAEA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,eACAF,WADA;AAEHG,MAAAA,IAAI,EAAE;AAFH,MADA;AAKLC,IAAAA,KAAK,EAAE;AACLD,MAAAA,IAAI,EAAE,OADD;AAELE,MAAAA,QAAQ,EAAE,WAFL;AAGLC,MAAAA,MAAM,EAAE,+BAHH;AAILC,MAAAA,QAAQ,EACN,2HALG;AAMLC,MAAAA,GAAG,EAAE,0BANA;AAOLC,MAAAA,SAAS,EAAE,EAPN;AAQLC,MAAAA,OAAO,EAAE,EARJ;AASLC,MAAAA,GAAG,EAAE,EATA;AAULC,MAAAA,OAAO,EAAE,MAAM,CAAE,CAVZ;AAWLC,MAAAA,MAAM,EAAE,MAAMC,OAAO,CAACC,GAAR,CAAY,MAAZ,CAXT;AAYLC,MAAAA,OAAO,EAAE,MAAMF,OAAO,CAACC,GAAR,CAAY,OAAZ,CAZV;AAaLE,MAAAA,QAAQ,EAAE,MAAMH,OAAO,CAACC,GAAR,CAAY,QAAZ,CAbX;AAcLG,MAAAA,OAAO,EAAE,MAAMJ,OAAO,CAACC,GAAR,CAAY,KAAZ;AAdV;AALF;AADM,CAAf","sourcesContent":["import Qcm from '../../../questions/qcm/test/fixtures/short-answers';\n\nconst answerProps = Qcm.props;\n\nexport default {\n props: {\n model: {\n ...answerProps,\n type: 'qcm'\n },\n media: {\n type: 'audio',\n mimeType: 'audio/acc',\n poster: 'https://picsum.photos/500/300',\n mediaUrl:\n '//static.coorpacademy.com/content/CoorpAcademy/content-bnpp/cockpit-letsgetdigital-migration/raw/sample-1618502603227.aac',\n _id: '590b9be24f7b862e0046e577',\n subtitles: [],\n posters: [],\n src: [],\n onClick: () => {},\n onPlay: () => console.log('play'),\n onPause: () => console.log('pause'),\n onResume: () => console.log('resume'),\n onEnded: () => console.log('end')\n }\n }\n};\n"],"file":"qcm-short-audio.js"}
@@ -4,7 +4,7 @@ import Qcm from '../../../questions/qcm/test/fixtures/short-answers';
4
4
  const answerProps = Qcm.props;
5
5
  export default {
6
6
  props: {
7
- model: _extends(_extends({}, answerProps), {}, {
7
+ model: _extends({}, answerProps, {
8
8
  type: 'qcm'
9
9
  }),
10
10
  media: {