@coorpacademy/components 11.33.0 → 11.33.2-alpha.0

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 (1651) hide show
  1. package/es/atom/autocomplete/index.js +4 -2
  2. package/es/atom/autocomplete/index.js.map +1 -1
  3. package/es/atom/avatar/index.js +2 -0
  4. package/es/atom/avatar/index.js.map +1 -1
  5. package/es/atom/battle-opponent/index.js +11 -7
  6. package/es/atom/battle-opponent/index.js.map +1 -1
  7. package/es/atom/battle-opponent/prop-types.js.map +1 -1
  8. package/es/atom/button/index.js +10 -1
  9. package/es/atom/button/index.js.map +1 -1
  10. package/es/atom/button/index.native.js +5 -2
  11. package/es/atom/button/index.native.js.map +1 -1
  12. package/es/atom/button-link/index.js +13 -3
  13. package/es/atom/button-link/index.js.map +1 -1
  14. package/es/atom/button-link/types.js.map +1 -1
  15. package/es/atom/button-link-icon/index.js +13 -3
  16. package/es/atom/button-link-icon/index.js.map +1 -1
  17. package/es/atom/button-menu/index.js +7 -3
  18. package/es/atom/button-menu/index.js.map +1 -1
  19. package/es/atom/button-menu/types.js.map +1 -1
  20. package/es/atom/card-image-preview/index.js +3 -0
  21. package/es/atom/card-image-preview/index.js.map +1 -1
  22. package/es/atom/catalog-section/index.js +2 -0
  23. package/es/atom/catalog-section/index.js.map +1 -1
  24. package/es/atom/centered-text/index.js +2 -0
  25. package/es/atom/centered-text/index.js.map +1 -1
  26. package/es/atom/checkbox/index.js +5 -1
  27. package/es/atom/checkbox/index.js.map +1 -1
  28. package/es/atom/checkbox-with-title/index.js +4 -0
  29. package/es/atom/checkbox-with-title/index.js.map +1 -1
  30. package/es/atom/chip/index.js +3 -4
  31. package/es/atom/chip/index.js.map +1 -1
  32. package/es/atom/chips/index.js +2 -1
  33. package/es/atom/chips/index.js.map +1 -1
  34. package/es/atom/choice/index.native.js +11 -2
  35. package/es/atom/choice/index.native.js.map +1 -1
  36. package/es/atom/circular-progress-bar/index.js +3 -0
  37. package/es/atom/circular-progress-bar/index.js.map +1 -1
  38. package/es/atom/circular-progress-bar/types.js.map +1 -1
  39. package/es/atom/clue/index.js +15 -0
  40. package/es/atom/clue/index.js.map +1 -1
  41. package/es/atom/content-badge/index.js +2 -0
  42. package/es/atom/content-badge/index.js.map +1 -1
  43. package/es/atom/cta/index.js +7 -0
  44. package/es/atom/cta/index.js.map +1 -1
  45. package/es/atom/cta/prop-types.js.map +1 -1
  46. package/es/atom/difficulty-level/index.js +7 -0
  47. package/es/atom/difficulty-level/index.js.map +1 -1
  48. package/es/atom/drag-and-drop/index.js +18 -1
  49. package/es/atom/drag-and-drop/index.js.map +1 -1
  50. package/es/atom/empty-search-result/index.js +2 -0
  51. package/es/atom/empty-search-result/index.js.map +1 -1
  52. package/es/atom/gradient/index.native.js +7 -0
  53. package/es/atom/gradient/index.native.js.map +1 -1
  54. package/es/atom/header-back-button/index.native.js +6 -0
  55. package/es/atom/header-back-button/index.native.js.map +1 -1
  56. package/es/atom/header-back-icon/index.native.js +2 -0
  57. package/es/atom/header-back-icon/index.native.js.map +1 -1
  58. package/es/atom/html/index.native.js +15 -18
  59. package/es/atom/html/index.native.js.map +1 -1
  60. package/es/atom/icon/index.js +2 -4
  61. package/es/atom/icon/index.js.map +1 -1
  62. package/es/atom/image-background/index.native.js +10 -1
  63. package/es/atom/image-background/index.native.js.map +1 -1
  64. package/es/atom/input-checkbox/index.js +4 -0
  65. package/es/atom/input-checkbox/index.js.map +1 -1
  66. package/es/atom/input-color/index.js +2 -0
  67. package/es/atom/input-color/index.js.map +1 -1
  68. package/es/atom/input-doublestep/index.js +16 -3
  69. package/es/atom/input-doublestep/index.js.map +1 -1
  70. package/es/atom/input-file-draggable/index.js +6 -3
  71. package/es/atom/input-file-draggable/index.js.map +1 -1
  72. package/es/atom/input-html/index.js +4 -0
  73. package/es/atom/input-html/index.js.map +1 -1
  74. package/es/atom/input-html/input-preview.js +3 -2
  75. package/es/atom/input-html/input-preview.js.map +1 -1
  76. package/es/atom/input-readonly/index.js +2 -0
  77. package/es/atom/input-readonly/index.js.map +1 -1
  78. package/es/atom/input-search/index.js +2 -0
  79. package/es/atom/input-search/index.js.map +1 -1
  80. package/es/atom/input-switch/index.js +11 -1
  81. package/es/atom/input-switch/index.js.map +1 -1
  82. package/es/atom/input-text/index.js +3 -2
  83. package/es/atom/input-text/index.js.map +1 -1
  84. package/es/atom/input-text-with-title/index.js +3 -2
  85. package/es/atom/input-text-with-title/index.js.map +1 -1
  86. package/es/atom/input-textarea/index.js +3 -2
  87. package/es/atom/input-textarea/index.js.map +1 -1
  88. package/es/atom/label/index.js +2 -0
  89. package/es/atom/label/index.js.map +1 -1
  90. package/es/atom/life/index.js +7 -0
  91. package/es/atom/life/index.js.map +1 -1
  92. package/es/atom/link/index.js +6 -3
  93. package/es/atom/link/index.js.map +1 -1
  94. package/es/atom/loader/index.js +2 -0
  95. package/es/atom/loader/index.js.map +1 -1
  96. package/es/atom/loader/index.native.js +12 -2
  97. package/es/atom/loader/index.native.js.map +1 -1
  98. package/es/atom/lottie-wrapper/index.js +14 -6
  99. package/es/atom/lottie-wrapper/index.js.map +1 -1
  100. package/es/atom/lottie-wrapper/prop-types.js.map +1 -1
  101. package/es/atom/notification/index.js +2 -0
  102. package/es/atom/notification/index.js.map +1 -1
  103. package/es/atom/picture/index.js +9 -1
  104. package/es/atom/picture/index.js.map +1 -1
  105. package/es/atom/picture-background/index.js +2 -0
  106. package/es/atom/picture-background/index.js.map +1 -1
  107. package/es/atom/promo-code/index.js +2 -0
  108. package/es/atom/promo-code/index.js.map +1 -1
  109. package/es/atom/provider/index.js +20 -2
  110. package/es/atom/provider/index.js.map +1 -1
  111. package/es/atom/provider/web-context.js +4 -0
  112. package/es/atom/provider/web-context.js.map +1 -1
  113. package/es/atom/radio-group/index.js +9 -1
  114. package/es/atom/radio-group/index.js.map +1 -1
  115. package/es/atom/radio-group/item.js +7 -0
  116. package/es/atom/radio-group/item.js.map +1 -1
  117. package/es/atom/radio-with-title/index.js +7 -1
  118. package/es/atom/radio-with-title/index.js.map +1 -1
  119. package/es/atom/radio-with-title/types.js.map +1 -1
  120. package/es/atom/range/handle.js +18 -11
  121. package/es/atom/range/handle.js.map +1 -1
  122. package/es/atom/range/index.js +22 -2
  123. package/es/atom/range/index.js.map +1 -1
  124. package/es/atom/resource-miniature/index.js +6 -2
  125. package/es/atom/resource-miniature/index.js.map +1 -1
  126. package/es/atom/review-presentation/index.js +8 -5
  127. package/es/atom/review-presentation/index.js.map +1 -1
  128. package/es/atom/review-presentation/index.native.js +10 -3
  129. package/es/atom/review-presentation/index.native.js.map +1 -1
  130. package/es/atom/review-presentation/prop-types.js.map +1 -1
  131. package/es/atom/select/index.js +12 -9
  132. package/es/atom/select/index.js.map +1 -1
  133. package/es/atom/select-icon/index.js +5 -0
  134. package/es/atom/select-icon/index.js.map +1 -1
  135. package/es/atom/select-modal/index.native.js +11 -4
  136. package/es/atom/select-modal/index.native.js.map +1 -1
  137. package/es/atom/slide/index.js +4 -1
  138. package/es/atom/slide/index.js.map +1 -1
  139. package/es/atom/social-link/index.js +2 -0
  140. package/es/atom/social-link/index.js.map +1 -1
  141. package/es/atom/space/index.native.js +2 -0
  142. package/es/atom/space/index.native.js.map +1 -1
  143. package/es/atom/spinner/index.js +2 -0
  144. package/es/atom/spinner/index.js.map +1 -1
  145. package/es/atom/status-item/index.js +13 -1
  146. package/es/atom/status-item/index.js.map +1 -1
  147. package/es/atom/status-item/index.native.js +14 -0
  148. package/es/atom/status-item/index.native.js.map +1 -1
  149. package/es/atom/status-item/types.js.map +1 -1
  150. package/es/atom/tab/index.js +2 -0
  151. package/es/atom/tab/index.js.map +1 -1
  152. package/es/atom/tab-content/index.js +2 -0
  153. package/es/atom/tab-content/index.js.map +1 -1
  154. package/es/atom/tag/index.js +3 -2
  155. package/es/atom/tag/index.js.map +1 -1
  156. package/es/atom/text/index.native.js +3 -2
  157. package/es/atom/text/index.native.js.map +1 -1
  158. package/es/atom/title/index.js +17 -1
  159. package/es/atom/title/index.js.map +1 -1
  160. package/es/atom/title/types.js.map +1 -1
  161. package/es/atom/tooltip/index.js +9 -3
  162. package/es/atom/tooltip/index.js.map +1 -1
  163. package/es/atom/video-upload/index.js +3 -2
  164. package/es/atom/video-upload/index.js.map +1 -1
  165. package/es/atom/wizard-steps/index.js +2 -0
  166. package/es/atom/wizard-steps/index.js.map +1 -1
  167. package/es/globals.d.js.map +1 -1
  168. package/es/hoc/animation/index.js +11 -0
  169. package/es/hoc/animation/index.js.map +1 -1
  170. package/es/hoc/animation-scheduler/index.js +18 -0
  171. package/es/hoc/animation-scheduler/index.js.map +1 -1
  172. package/es/hoc/modal/index.native.js +6 -0
  173. package/es/hoc/modal/index.native.js.map +1 -1
  174. package/es/hoc/modal/select/index.native.js +10 -0
  175. package/es/hoc/modal/select/index.native.js.map +1 -1
  176. package/es/hoc/modal/select-item/index.native.js +9 -2
  177. package/es/hoc/modal/select-item/index.native.js.map +1 -1
  178. package/es/hoc/swapper/index.js +6 -0
  179. package/es/hoc/swapper/index.js.map +1 -1
  180. package/es/hoc/touchable/index.native.js +8 -3
  181. package/es/hoc/touchable/index.native.js.map +1 -1
  182. package/es/hoc/transition/child-prop-types.js.map +1 -1
  183. package/es/hoc/transition/index.js +4 -0
  184. package/es/hoc/transition/index.js.map +1 -1
  185. package/es/hoc/transition/transition-prop-types.js.map +1 -1
  186. package/es/index.js.map +1 -1
  187. package/es/molecule/add-to-my-list/index.js +7 -0
  188. package/es/molecule/add-to-my-list/index.js.map +1 -1
  189. package/es/molecule/answer/index.js +20 -1
  190. package/es/molecule/answer/index.js.map +1 -1
  191. package/es/molecule/answer/index.native.js +11 -0
  192. package/es/molecule/answer/index.native.js.map +1 -1
  193. package/es/molecule/answer/prop-types.js +3 -2
  194. package/es/molecule/answer/prop-types.js.map +1 -1
  195. package/es/molecule/audio/index.js +12 -2
  196. package/es/molecule/audio/index.js.map +1 -1
  197. package/es/molecule/banner/index.js +11 -0
  198. package/es/molecule/banner/index.js.map +1 -1
  199. package/es/molecule/base-modal/index.js +18 -5
  200. package/es/molecule/base-modal/index.js.map +1 -1
  201. package/es/molecule/battle-opponent-list/index.js +4 -1
  202. package/es/molecule/battle-opponent-list/index.js.map +1 -1
  203. package/es/molecule/battle-opponent-list/prop-types.js.map +1 -1
  204. package/es/molecule/battle-request/index.js +6 -2
  205. package/es/molecule/battle-request/index.js.map +1 -1
  206. package/es/molecule/brand-card/description.js +2 -0
  207. package/es/molecule/brand-card/description.js.map +1 -1
  208. package/es/molecule/brand-card/index.js +2 -0
  209. package/es/molecule/brand-card/index.js.map +1 -1
  210. package/es/molecule/brand-card-create/index.js +2 -0
  211. package/es/molecule/brand-card-create/index.js.map +1 -1
  212. package/es/molecule/brand-create-form/index.js +2 -0
  213. package/es/molecule/brand-create-form/index.js.map +1 -1
  214. package/es/molecule/brand-download-box/index.js +4 -0
  215. package/es/molecule/brand-download-box/index.js.map +1 -1
  216. package/es/molecule/brand-form-group/index.js +55 -45
  217. package/es/molecule/brand-form-group/index.js.map +1 -1
  218. package/es/molecule/brand-logo/index.native.js +3 -2
  219. package/es/molecule/brand-logo/index.native.js.map +1 -1
  220. package/es/molecule/brand-tabs/index.js +4 -0
  221. package/es/molecule/brand-tabs/index.js.map +1 -1
  222. package/es/molecule/brand-upload-box/index.js +11 -0
  223. package/es/molecule/brand-upload-box/index.js.map +1 -1
  224. package/es/molecule/breadcrumbs/index.js +6 -0
  225. package/es/molecule/breadcrumbs/index.js.map +1 -1
  226. package/es/molecule/bulk-infos/index.js +5 -1
  227. package/es/molecule/bulk-infos/index.js.map +1 -1
  228. package/es/molecule/bulk-infos/types.js.map +1 -1
  229. package/es/molecule/bulk-progress-bar/index.js +6 -0
  230. package/es/molecule/bulk-progress-bar/index.js.map +1 -1
  231. package/es/molecule/bulk-progress-bar/types.js.map +1 -1
  232. package/es/molecule/bullet-point-menu-button/index.js +3 -0
  233. package/es/molecule/bullet-point-menu-button/index.js.map +1 -1
  234. package/es/molecule/bullet-point-menu-button/types.js.map +1 -1
  235. package/es/molecule/card/customer.js +2 -0
  236. package/es/molecule/card/customer.js.map +1 -1
  237. package/es/molecule/card/favorite.js +13 -8
  238. package/es/molecule/card/favorite.js.map +1 -1
  239. package/es/molecule/card/index.js +22 -3
  240. package/es/molecule/card/index.js.map +1 -1
  241. package/es/molecule/card/notification.js +5 -0
  242. package/es/molecule/card/notification.js.map +1 -1
  243. package/es/molecule/card/selectable.js +2 -0
  244. package/es/molecule/card/selectable.js.map +1 -1
  245. package/es/molecule/card-congrats/index.native.js +6 -0
  246. package/es/molecule/card-congrats/index.native.js.map +1 -1
  247. package/es/molecule/card-congrats/types.js.map +1 -1
  248. package/es/molecule/card-content/index.js +13 -2
  249. package/es/molecule/card-content/index.js.map +1 -1
  250. package/es/molecule/card-with-button/index.js +6 -0
  251. package/es/molecule/card-with-button/index.js.map +1 -1
  252. package/es/molecule/certification-card/index.js +2 -0
  253. package/es/molecule/certification-card/index.js.map +1 -1
  254. package/es/molecule/cm-popin/index.js +14 -4
  255. package/es/molecule/cm-popin/index.js.map +1 -1
  256. package/es/molecule/cm-popin/index.native.js +6 -0
  257. package/es/molecule/cm-popin/index.native.js.map +1 -1
  258. package/es/molecule/cm-popin/types.js.map +1 -1
  259. package/es/molecule/cookie-banner/index.js +4 -0
  260. package/es/molecule/cookie-banner/index.js.map +1 -1
  261. package/es/molecule/coorp-manager-roles/index.js +3 -2
  262. package/es/molecule/coorp-manager-roles/index.js.map +1 -1
  263. package/es/molecule/coorpmanager-base-banner/index.js +4 -4
  264. package/es/molecule/coorpmanager-base-banner/index.js.map +1 -1
  265. package/es/molecule/course-section/index.js +2 -0
  266. package/es/molecule/course-section/index.js.map +1 -1
  267. package/es/molecule/course-sections/index.js +4 -2
  268. package/es/molecule/course-sections/index.js.map +1 -1
  269. package/es/molecule/dashboard/battle-request-list/index.js.map +1 -1
  270. package/es/molecule/dashboard/cards-list/index.js +57 -12
  271. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  272. package/es/molecule/dashboard/cards-list/prop-types.js.map +1 -1
  273. package/es/molecule/dashboard/learning-profile-banner/index.js +3 -3
  274. package/es/molecule/dashboard/learning-profile-banner/index.js.map +1 -1
  275. package/es/molecule/dashboard/news-list/index.js.map +1 -1
  276. package/es/molecule/dashboard/review-banner/index.js +3 -3
  277. package/es/molecule/dashboard/review-banner/index.js.map +1 -1
  278. package/es/molecule/dashboard/start-battle/index.js.map +1 -1
  279. package/es/molecule/discipline-associated-skills/index.js +5 -0
  280. package/es/molecule/discipline-associated-skills/index.js.map +1 -1
  281. package/es/molecule/discipline-cta/index.js +4 -0
  282. package/es/molecule/discipline-cta/index.js.map +1 -1
  283. package/es/molecule/discipline-header/index.js +13 -6
  284. package/es/molecule/discipline-header/index.js.map +1 -1
  285. package/es/molecule/discipline-partners/index.js +11 -0
  286. package/es/molecule/discipline-partners/index.js.map +1 -1
  287. package/es/molecule/discipline-scope/index.js +2 -0
  288. package/es/molecule/discipline-scope/index.js.map +1 -1
  289. package/es/molecule/drag-and-drop/index.js +5 -3
  290. package/es/molecule/drag-and-drop/index.js.map +1 -1
  291. package/es/molecule/drag-and-drop/overlay.js.map +1 -1
  292. package/es/molecule/drag-and-drop/placeholder.js.map +1 -1
  293. package/es/molecule/drag-and-drop/upload-report.js +15 -3
  294. package/es/molecule/drag-and-drop/upload-report.js.map +1 -1
  295. package/es/molecule/drag-and-drop-wrapper/index.js +4 -0
  296. package/es/molecule/drag-and-drop-wrapper/index.js.map +1 -1
  297. package/es/molecule/draggable/index.js +4 -0
  298. package/es/molecule/draggable/index.js.map +1 -1
  299. package/es/molecule/draggable-list/index.js +7 -2
  300. package/es/molecule/draggable-list/index.js.map +1 -1
  301. package/es/molecule/errors-table/index.js +5 -2
  302. package/es/molecule/errors-table/index.js.map +1 -1
  303. package/es/molecule/errors-table/types.js.map +1 -1
  304. package/es/molecule/expandable-item/index.js +2 -0
  305. package/es/molecule/expandable-item/index.js.map +1 -1
  306. package/es/molecule/expandable-item/types.js.map +1 -1
  307. package/es/molecule/expandable-list/index.js +2 -0
  308. package/es/molecule/expandable-list/index.js.map +1 -1
  309. package/es/molecule/expandable-list/types.js.map +1 -1
  310. package/es/molecule/expandible-actionable-table/index.js +25 -8
  311. package/es/molecule/expandible-actionable-table/index.js.map +1 -1
  312. package/es/molecule/expandible-actionable-table/types.js +4 -8
  313. package/es/molecule/expandible-actionable-table/types.js.map +1 -1
  314. package/es/molecule/external-content-button/index.js +6 -0
  315. package/es/molecule/external-content-button/index.js.map +1 -1
  316. package/es/molecule/external-content-viewer/index.js +2 -0
  317. package/es/molecule/external-content-viewer/index.js.map +1 -1
  318. package/es/molecule/feedback/index.js +6 -8
  319. package/es/molecule/feedback/index.js.map +1 -1
  320. package/es/molecule/filters/filters-wrapper.js +14 -1
  321. package/es/molecule/filters/filters-wrapper.js.map +1 -1
  322. package/es/molecule/filters/index.js +15 -1
  323. package/es/molecule/filters/index.js.map +1 -1
  324. package/es/molecule/forum/forum-comment/index.js +5 -0
  325. package/es/molecule/forum/forum-comment/index.js.map +1 -1
  326. package/es/molecule/forum/forum-post/index.js +6 -0
  327. package/es/molecule/forum/forum-post/index.js.map +1 -1
  328. package/es/molecule/forum/forum-thread/index.js +5 -1
  329. package/es/molecule/forum/forum-thread/index.js.map +1 -1
  330. package/es/molecule/forum/post-conditions.js.map +1 -1
  331. package/es/molecule/go1-banner/index.js +4 -4
  332. package/es/molecule/go1-banner/index.js.map +1 -1
  333. package/es/molecule/hero/index.js +4 -0
  334. package/es/molecule/hero/index.js.map +1 -1
  335. package/es/molecule/hero/types.js.map +1 -1
  336. package/es/molecule/icon-picker-modal/index.js +5 -0
  337. package/es/molecule/icon-picker-modal/index.js.map +1 -1
  338. package/es/molecule/icon-picker-modal/use-icon-search.js +2 -0
  339. package/es/molecule/icon-picker-modal/use-icon-search.js.map +1 -1
  340. package/es/molecule/input-text-with-titled-checkbox/index.js +2 -0
  341. package/es/molecule/input-text-with-titled-checkbox/index.js.map +1 -1
  342. package/es/molecule/learner-skill-card/index.js +4 -0
  343. package/es/molecule/learner-skill-card/index.js.map +1 -1
  344. package/es/molecule/learning-priority-card/index.js +4 -0
  345. package/es/molecule/learning-priority-card/index.js.map +1 -1
  346. package/es/molecule/learning-priority-card/types.js.map +1 -1
  347. package/es/molecule/learning-priority-modal/index.js +13 -3
  348. package/es/molecule/learning-priority-modal/index.js.map +1 -1
  349. package/es/molecule/learning-priority-setup-item/index.d.ts.map +1 -1
  350. package/es/molecule/learning-priority-setup-item/index.js +8 -1
  351. package/es/molecule/learning-priority-setup-item/index.js.map +1 -1
  352. package/es/molecule/learning-profile-radar-chart/index.js +40 -13
  353. package/es/molecule/learning-profile-radar-chart/index.js.map +1 -1
  354. package/es/molecule/learning-profile-radar-chart/types.js +2 -5
  355. package/es/molecule/learning-profile-radar-chart/types.js.map +1 -1
  356. package/es/molecule/list-badges/index.js +2 -0
  357. package/es/molecule/list-badges/index.js.map +1 -1
  358. package/es/molecule/login-alert/index.js +3 -2
  359. package/es/molecule/login-alert/index.js.map +1 -1
  360. package/es/molecule/menu-links/index.js +4 -0
  361. package/es/molecule/menu-links/index.js.map +1 -1
  362. package/es/molecule/menu-links/types.js.map +1 -1
  363. package/es/molecule/menu-list/index.js +2 -0
  364. package/es/molecule/menu-list/index.js.map +1 -1
  365. package/es/molecule/message-popin/index.js +2 -0
  366. package/es/molecule/message-popin/index.js.map +1 -1
  367. package/es/molecule/modal/index.js +7 -6
  368. package/es/molecule/modal/index.js.map +1 -1
  369. package/es/molecule/module-bubble/index.js +6 -0
  370. package/es/molecule/module-bubble/index.js.map +1 -1
  371. package/es/molecule/module-card/index.js +8 -3
  372. package/es/molecule/module-card/index.js.map +1 -1
  373. package/es/molecule/news/index.js +4 -1
  374. package/es/molecule/news/index.js.map +1 -1
  375. package/es/molecule/notification-banner/index.js +7 -0
  376. package/es/molecule/notification-banner/index.js.map +1 -1
  377. package/es/molecule/pagination/index.js +2 -0
  378. package/es/molecule/pagination/index.js.map +1 -1
  379. package/es/molecule/payment-form/index.js +14 -0
  380. package/es/molecule/payment-form/index.js.map +1 -1
  381. package/es/molecule/pdf/index.js +6 -2
  382. package/es/molecule/pdf/index.js.map +1 -1
  383. package/es/molecule/playlist-detail-cover/index.js +2 -0
  384. package/es/molecule/playlist-detail-cover/index.js.map +1 -1
  385. package/es/molecule/popin/index.js +6 -4
  386. package/es/molecule/popin/index.js.map +1 -1
  387. package/es/molecule/privacy-policy-contact/index.js +3 -2
  388. package/es/molecule/privacy-policy-contact/index.js.map +1 -1
  389. package/es/molecule/privacy-policy-contact/types.js.map +1 -1
  390. package/es/molecule/product-card/index.js +4 -0
  391. package/es/molecule/product-card/index.js.map +1 -1
  392. package/es/molecule/progress-bar/index.js +5 -2
  393. package/es/molecule/progress-bar/index.js.map +1 -1
  394. package/es/molecule/progress-wrapper/index.js +11 -3
  395. package/es/molecule/progress-wrapper/index.js.map +1 -1
  396. package/es/molecule/questions/drop-down/index.js +4 -0
  397. package/es/molecule/questions/drop-down/index.js.map +1 -1
  398. package/es/molecule/questions/free-text/index.js +5 -2
  399. package/es/molecule/questions/free-text/index.js.map +1 -1
  400. package/es/molecule/questions/free-text/index.native.js +10 -12
  401. package/es/molecule/questions/free-text/index.native.js.map +1 -1
  402. package/es/molecule/questions/mobile/draggable/index.native.js +11 -0
  403. package/es/molecule/questions/mobile/draggable/index.native.js.map +1 -1
  404. package/es/molecule/questions/mobile/slider/index.native.js +8 -4
  405. package/es/molecule/questions/mobile/slider/index.native.js.map +1 -1
  406. package/es/molecule/questions/mobile/switch/index.native.js +13 -0
  407. package/es/molecule/questions/mobile/switch/index.native.js.map +1 -1
  408. package/es/molecule/questions/mobile/template/index.native.js +15 -0
  409. package/es/molecule/questions/mobile/template/index.native.js.map +1 -1
  410. package/es/molecule/questions/qcm/index.js +7 -5
  411. package/es/molecule/questions/qcm/index.js.map +1 -1
  412. package/es/molecule/questions/qcm-drag/index.js +13 -2
  413. package/es/molecule/questions/qcm-drag/index.js.map +1 -1
  414. package/es/molecule/questions/qcm-graphic/index.js +5 -2
  415. package/es/molecule/questions/qcm-graphic/index.js.map +1 -1
  416. package/es/molecule/questions/question-range/index.js +8 -8
  417. package/es/molecule/questions/question-range/index.js.map +1 -1
  418. package/es/molecule/questions/template/index.js +12 -5
  419. package/es/molecule/questions/template/index.js.map +1 -1
  420. package/es/molecule/questions/types.js.map +1 -1
  421. package/es/molecule/quick-access-card/index.js +28 -0
  422. package/es/molecule/quick-access-card/index.js.map +1 -1
  423. package/es/molecule/quick-access-cards-group/index.js +4 -0
  424. package/es/molecule/quick-access-cards-group/index.js.map +1 -1
  425. package/es/molecule/resource-player/index.js +20 -1
  426. package/es/molecule/resource-player/index.js.map +1 -1
  427. package/es/molecule/review-card-congrats/index.js +8 -3
  428. package/es/molecule/review-card-congrats/index.js.map +1 -1
  429. package/es/molecule/review-card-congrats/prop-types.js.map +1 -1
  430. package/es/molecule/review-correction-popin/index.js +10 -9
  431. package/es/molecule/review-correction-popin/index.js.map +1 -1
  432. package/es/molecule/review-correction-popin/index.native.js +9 -2
  433. package/es/molecule/review-correction-popin/index.native.js.map +1 -1
  434. package/es/molecule/review-correction-popin/prop-types.js.map +1 -1
  435. package/es/molecule/review-header-steps/index.js +2 -0
  436. package/es/molecule/review-header-steps/index.js.map +1 -1
  437. package/es/molecule/review-header-steps/prop-types.js.map +1 -1
  438. package/es/molecule/scope-content/index.js +22 -7
  439. package/es/molecule/scope-content/index.js.map +1 -1
  440. package/es/molecule/scope-tabs/index.js +7 -1
  441. package/es/molecule/scope-tabs/index.js.map +1 -1
  442. package/es/molecule/search-form/index.js +7 -1
  443. package/es/molecule/search-form/index.js.map +1 -1
  444. package/es/molecule/select-multiple/index.js +19 -8
  445. package/es/molecule/select-multiple/index.js.map +1 -1
  446. package/es/molecule/setup-cohort-item/index.js +12 -8
  447. package/es/molecule/setup-cohort-item/index.js.map +1 -1
  448. package/es/molecule/setup-section/index.js +12 -3
  449. package/es/molecule/setup-section/index.js.map +1 -1
  450. package/es/molecule/setup-sections/index.js +3 -0
  451. package/es/molecule/setup-sections/index.js.map +1 -1
  452. package/es/molecule/setup-slider/index.js +34 -23
  453. package/es/molecule/setup-slider/index.js.map +1 -1
  454. package/es/molecule/share/index.js +15 -6
  455. package/es/molecule/share/index.js.map +1 -1
  456. package/es/molecule/skill-card/index.js +3 -0
  457. package/es/molecule/skill-card/index.js.map +1 -1
  458. package/es/molecule/skill-card/index.native.js +6 -0
  459. package/es/molecule/skill-card/index.native.js.map +1 -1
  460. package/es/molecule/skill-card/prop-types.js.map +1 -1
  461. package/es/molecule/skill-picker-modal/index.js +9 -1
  462. package/es/molecule/skill-picker-modal/index.js.map +1 -1
  463. package/es/molecule/skills-chart-side-information-item/index.js +2 -0
  464. package/es/molecule/skills-chart-side-information-item/index.js.map +1 -1
  465. package/es/molecule/skills-chart-side-information-panel/index.js +6 -1
  466. package/es/molecule/skills-chart-side-information-panel/index.js.map +1 -1
  467. package/es/molecule/ssmenu-list/index.js +2 -0
  468. package/es/molecule/ssmenu-list/index.js.map +1 -1
  469. package/es/molecule/subscription-freemium/index.js +2 -0
  470. package/es/molecule/subscription-freemium/index.js.map +1 -1
  471. package/es/molecule/subscription-premium/index.js +6 -0
  472. package/es/molecule/subscription-premium/index.js.map +1 -1
  473. package/es/molecule/table/index.js +19 -1
  474. package/es/molecule/table/index.js.map +1 -1
  475. package/es/molecule/teams-popin/index.js +2 -0
  476. package/es/molecule/teams-popin/index.js.map +1 -1
  477. package/es/molecule/theme-image/index.js +2 -0
  478. package/es/molecule/theme-image/index.js.map +1 -1
  479. package/es/molecule/title-and-checkbox-wrapper/index.js +10 -11
  480. package/es/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
  481. package/es/molecule/title-radio-wrapper/index.js +4 -0
  482. package/es/molecule/title-radio-wrapper/index.js.map +1 -1
  483. package/es/molecule/title-radio-wrapper/types.js.map +1 -1
  484. package/es/molecule/titled-checkbox/index.js +2 -0
  485. package/es/molecule/titled-checkbox/index.js.map +1 -1
  486. package/es/molecule/translation-modal/index.js +11 -13
  487. package/es/molecule/translation-modal/index.js.map +1 -1
  488. package/es/molecule/unsubscribe/index.js +2 -0
  489. package/es/molecule/unsubscribe/index.js.map +1 -1
  490. package/es/molecule/vertical-tabs/index.js +4 -0
  491. package/es/molecule/vertical-tabs/index.js.map +1 -1
  492. package/es/molecule/video-iframe/index.js +15 -3
  493. package/es/molecule/video-iframe/index.js.map +1 -1
  494. package/es/molecule/video-player/index.js +13 -1
  495. package/es/molecule/video-player/index.js.map +1 -1
  496. package/es/molecule/video-player/jwplayer-prop-types.js.map +1 -1
  497. package/es/molecule/video-player/jwplayer.js +27 -7
  498. package/es/molecule/video-player/jwplayer.js.map +1 -1
  499. package/es/molecule/video-player/prop-types.js.map +1 -1
  500. package/es/molecule/video-player/vimeo.js +43 -2
  501. package/es/molecule/video-player/vimeo.js.map +1 -1
  502. package/es/molecule/video-player-mobile/index.native.js +9 -2
  503. package/es/molecule/video-player-mobile/index.native.js.map +1 -1
  504. package/es/molecule/wizard-summary/index.js +18 -2
  505. package/es/molecule/wizard-summary/index.js.map +1 -1
  506. package/es/organism/accordion/container/index.js +10 -1
  507. package/es/organism/accordion/container/index.js.map +1 -1
  508. package/es/organism/accordion/coorp-manager/index.js +15 -3
  509. package/es/organism/accordion/coorp-manager/index.js.map +1 -1
  510. package/es/organism/accordion/coorp-manager/part/index.js +9 -2
  511. package/es/organism/accordion/coorp-manager/part/index.js.map +1 -1
  512. package/es/organism/accordion/part/index.js +5 -0
  513. package/es/organism/accordion/part/index.js.map +1 -1
  514. package/es/organism/accordion/toggler/index.js +10 -2
  515. package/es/organism/accordion/toggler/index.js.map +1 -1
  516. package/es/organism/brand-analytics/analytics-popin.js +6 -0
  517. package/es/organism/brand-analytics/analytics-popin.js.map +1 -1
  518. package/es/organism/brand-analytics/index.js +11 -0
  519. package/es/organism/brand-analytics/index.js.map +1 -1
  520. package/es/organism/brand-dashboard/index.js +4 -1
  521. package/es/organism/brand-dashboard/index.js.map +1 -1
  522. package/es/organism/brand-form/index.js +6 -0
  523. package/es/organism/brand-form/index.js.map +1 -1
  524. package/es/organism/brand-learning-priorities/index.js +3 -2
  525. package/es/organism/brand-learning-priorities/index.js.map +1 -1
  526. package/es/organism/brand-table/index.js +2 -0
  527. package/es/organism/brand-table/index.js.map +1 -1
  528. package/es/organism/brand-upload/index.js +5 -1
  529. package/es/organism/brand-upload/index.js.map +1 -1
  530. package/es/organism/cards-grid/index.js +4 -0
  531. package/es/organism/cards-grid/index.js.map +1 -1
  532. package/es/organism/cart/index.js +2 -0
  533. package/es/organism/cart/index.js.map +1 -1
  534. package/es/organism/content-translation/index.js +8 -5
  535. package/es/organism/content-translation/index.js.map +1 -1
  536. package/es/organism/course-selection/index.js +9 -1
  537. package/es/organism/course-selection/index.js.map +1 -1
  538. package/es/organism/discussion/index.js +5 -3
  539. package/es/organism/discussion/index.js.map +1 -1
  540. package/es/organism/get-the-app/index.js +15 -2
  541. package/es/organism/get-the-app/index.js.map +1 -1
  542. package/es/organism/grid-list/index.js +2 -0
  543. package/es/organism/grid-list/index.js.map +1 -1
  544. package/es/organism/header/index.js +2 -0
  545. package/es/organism/header/index.js.map +1 -1
  546. package/es/organism/header-v2/index.native.js +6 -3
  547. package/es/organism/header-v2/index.native.js.map +1 -1
  548. package/es/organism/hero/index.js +4 -0
  549. package/es/organism/hero/index.js.map +1 -1
  550. package/es/organism/list-item/index.js +8 -1
  551. package/es/organism/list-item/index.js.map +1 -1
  552. package/es/organism/list-items/index.js +10 -5
  553. package/es/organism/list-items/index.js.map +1 -1
  554. package/es/organism/mobile-intro-popin/index.native.js +6 -0
  555. package/es/organism/mobile-intro-popin/index.native.js.map +1 -1
  556. package/es/organism/mobile-navigation/index.native.js +7 -0
  557. package/es/organism/mobile-navigation/index.native.js.map +1 -1
  558. package/es/organism/mooc/image-slider/index.js +6 -1
  559. package/es/organism/mooc/image-slider/index.js.map +1 -1
  560. package/es/organism/mooc-footer/index.js +9 -10
  561. package/es/organism/mooc-footer/index.js.map +1 -1
  562. package/es/organism/mooc-header/index.js +59 -9
  563. package/es/organism/mooc-header/index.js.map +1 -1
  564. package/es/organism/popin/index.js +5 -0
  565. package/es/organism/popin/index.js.map +1 -1
  566. package/es/organism/resource-browser/index.js +11 -1
  567. package/es/organism/resource-browser/index.js.map +1 -1
  568. package/es/organism/review-congrats/index.js +6 -2
  569. package/es/organism/review-congrats/index.js.map +1 -1
  570. package/es/organism/review-congrats/index.native.js +12 -10
  571. package/es/organism/review-congrats/index.native.js.map +1 -1
  572. package/es/organism/review-congrats/prop-types.js.map +1 -1
  573. package/es/organism/review-header/index.js +2 -0
  574. package/es/organism/review-header/index.js.map +1 -1
  575. package/es/organism/review-header/index.native.js +4 -1
  576. package/es/organism/review-header/index.native.js.map +1 -1
  577. package/es/organism/review-header/types.js.map +1 -1
  578. package/es/organism/review-no-skills/index.js +2 -0
  579. package/es/organism/review-no-skills/index.js.map +1 -1
  580. package/es/organism/review-no-skills/index.native.js +6 -0
  581. package/es/organism/review-no-skills/index.native.js.map +1 -1
  582. package/es/organism/review-no-skills/prop-types.js.map +1 -1
  583. package/es/organism/review-skills/index.js +2 -0
  584. package/es/organism/review-skills/index.js.map +1 -1
  585. package/es/organism/review-skills/index.native.js +3 -0
  586. package/es/organism/review-skills/index.native.js.map +1 -1
  587. package/es/organism/review-skills/prop-types.js.map +1 -1
  588. package/es/organism/review-slide/index.js +14 -6
  589. package/es/organism/review-slide/index.js.map +1 -1
  590. package/es/organism/review-slide/index.native.js +16 -8
  591. package/es/organism/review-slide/index.native.js.map +1 -1
  592. package/es/organism/review-slide/prop-types.js +1 -0
  593. package/es/organism/review-slide/prop-types.js.map +1 -1
  594. package/es/organism/review-stacked-slides/index.js +9 -2
  595. package/es/organism/review-stacked-slides/index.js.map +1 -1
  596. package/es/organism/review-stacked-slides/index.native.js +11 -6
  597. package/es/organism/review-stacked-slides/index.native.js.map +1 -1
  598. package/es/organism/review-stacked-slides/prop-types.js.map +1 -1
  599. package/es/organism/rewards-form/index.js +2 -0
  600. package/es/organism/rewards-form/index.js.map +1 -1
  601. package/es/organism/search-and-chips-results/index.js +7 -1
  602. package/es/organism/search-and-chips-results/index.js.map +1 -1
  603. package/es/organism/select-opponents/index.js +3 -2
  604. package/es/organism/select-opponents/index.js.map +1 -1
  605. package/es/organism/select-opponents/types.js.map +1 -1
  606. package/es/organism/settings/index.js +6 -3
  607. package/es/organism/settings/index.js.map +1 -1
  608. package/es/organism/setup-header/index.js +5 -0
  609. package/es/organism/setup-header/index.js.map +1 -1
  610. package/es/organism/sidebar/index.js +27 -19
  611. package/es/organism/sidebar/index.js.map +1 -1
  612. package/es/organism/slider/index.js +18 -2
  613. package/es/organism/slider/index.js.map +1 -1
  614. package/es/organism/title-and-input/index.js +7 -1
  615. package/es/organism/title-and-input/index.js.map +1 -1
  616. package/es/organism/title-and-input/types.js.map +1 -1
  617. package/es/organism/user-preferences/index.js +7 -3
  618. package/es/organism/user-preferences/index.js.map +1 -1
  619. package/es/organism/wizard-contents/index.js +28 -21
  620. package/es/organism/wizard-contents/index.js.map +1 -1
  621. package/es/template/activity/engine-stars.js +18 -6
  622. package/es/template/activity/engine-stars.js.map +1 -1
  623. package/es/template/activity/index.js +6 -5
  624. package/es/template/activity/index.js.map +1 -1
  625. package/es/template/activity/progression-item.js +7 -2
  626. package/es/template/activity/progression-item.js.map +1 -1
  627. package/es/template/activity/stars-summary.js +14 -1
  628. package/es/template/activity/stars-summary.js.map +1 -1
  629. package/es/template/app-player/loading/index.js +2 -0
  630. package/es/template/app-player/loading/index.js.map +1 -1
  631. package/es/template/app-player/player/index.js +4 -1
  632. package/es/template/app-player/player/index.js.map +1 -1
  633. package/es/template/app-player/player/slides/footer/index.js +17 -3
  634. package/es/template/app-player/player/slides/footer/index.js.map +1 -1
  635. package/es/template/app-player/player/slides/header/index.js +2 -0
  636. package/es/template/app-player/player/slides/header/index.js.map +1 -1
  637. package/es/template/app-player/player/slides/header/learner.js +15 -5
  638. package/es/template/app-player/player/slides/header/learner.js.map +1 -1
  639. package/es/template/app-player/player/slides/header/lives.js +3 -0
  640. package/es/template/app-player/player/slides/header/lives.js.map +1 -1
  641. package/es/template/app-player/player/slides/header/microlearning.js +7 -3
  642. package/es/template/app-player/player/slides/header/microlearning.js.map +1 -1
  643. package/es/template/app-player/player/slides/index.js +58 -21
  644. package/es/template/app-player/player/slides/index.js.map +1 -1
  645. package/es/template/app-player/popin-correction/index.js +30 -9
  646. package/es/template/app-player/popin-correction/index.js.map +1 -1
  647. package/es/template/app-player/popin-end/index.js +6 -1
  648. package/es/template/app-player/popin-end/index.js.map +1 -1
  649. package/es/template/app-player/popin-end/summary.js +37 -11
  650. package/es/template/app-player/popin-end/summary.js.map +1 -1
  651. package/es/template/app-player/popin-header/index.js +40 -11
  652. package/es/template/app-player/popin-header/index.js.map +1 -1
  653. package/es/template/app-player/popin-no-access/index.js +2 -0
  654. package/es/template/app-player/popin-no-access/index.js.map +1 -1
  655. package/es/template/app-review/demo-ts/index.js +2 -0
  656. package/es/template/app-review/demo-ts/index.js.map +1 -1
  657. package/es/template/app-review/demo-ts/index.native.js +2 -0
  658. package/es/template/app-review/demo-ts/index.native.js.map +1 -1
  659. package/es/template/app-review/demo-ts/typings.js.map +1 -1
  660. package/es/template/app-review/index.js +3 -0
  661. package/es/template/app-review/index.js.map +1 -1
  662. package/es/template/app-review/index.native.js +4 -2
  663. package/es/template/app-review/index.native.js.map +1 -1
  664. package/es/template/app-review/onboarding/index.js.map +1 -1
  665. package/es/template/app-review/onboarding/index.native.js.map +1 -1
  666. package/es/template/app-review/player/background-review.js +2 -0
  667. package/es/template/app-review/player/background-review.js.map +1 -1
  668. package/es/template/app-review/player/index.js +2 -0
  669. package/es/template/app-review/player/index.js.map +1 -1
  670. package/es/template/app-review/player/index.native.js +6 -0
  671. package/es/template/app-review/player/index.native.js.map +1 -1
  672. package/es/template/app-review/player/prop-types.js +1 -2
  673. package/es/template/app-review/player/prop-types.js.map +1 -1
  674. package/es/template/app-review/prop-types.js +1 -2
  675. package/es/template/app-review/prop-types.js.map +1 -1
  676. package/es/template/app-review/skills/index.js +2 -0
  677. package/es/template/app-review/skills/index.js.map +1 -1
  678. package/es/template/app-review/skills/index.native.js +6 -0
  679. package/es/template/app-review/skills/index.native.js.map +1 -1
  680. package/es/template/app-review/skills/prop-types.js.map +1 -1
  681. package/es/template/app-review/template-context.js +5 -0
  682. package/es/template/app-review/template-context.js.map +1 -1
  683. package/es/template/back-office/brand-create/index.js.map +1 -1
  684. package/es/template/back-office/brand-list/index.js +5 -2
  685. package/es/template/back-office/brand-list/index.js.map +1 -1
  686. package/es/template/back-office/brand-update/index.js +44 -37
  687. package/es/template/back-office/brand-update/index.js.map +1 -1
  688. package/es/template/back-office/dashboard-preview/dashboard-popin.js +5 -0
  689. package/es/template/back-office/dashboard-preview/dashboard-popin.js.map +1 -1
  690. package/es/template/back-office/dashboard-preview/index.js +14 -0
  691. package/es/template/back-office/dashboard-preview/index.js.map +1 -1
  692. package/es/template/back-office/layout/index.js +3 -0
  693. package/es/template/back-office/layout/index.js.map +1 -1
  694. package/es/template/battle-requests/index.js +3 -2
  695. package/es/template/battle-requests/index.js.map +1 -1
  696. package/es/template/certification-detail/index.js +2 -0
  697. package/es/template/certification-detail/index.js.map +1 -1
  698. package/es/template/certifications/index.js +6 -3
  699. package/es/template/certifications/index.js.map +1 -1
  700. package/es/template/cockpit/jw-uploader/index.js +3 -2
  701. package/es/template/cockpit/jw-uploader/index.js.map +1 -1
  702. package/es/template/common/authors/index.js +11 -2
  703. package/es/template/common/authors/index.js.map +1 -1
  704. package/es/template/common/coorp-header/content.js +4 -0
  705. package/es/template/common/coorp-header/content.js.map +1 -1
  706. package/es/template/common/coorp-header/index.js +2 -0
  707. package/es/template/common/coorp-header/index.js.map +1 -1
  708. package/es/template/common/dashboard/index.js +17 -1
  709. package/es/template/common/dashboard/index.js.map +1 -1
  710. package/es/template/common/discipline/index.js +2 -0
  711. package/es/template/common/discipline/index.js.map +1 -1
  712. package/es/template/common/faq-article-page/index.js +4 -4
  713. package/es/template/common/faq-article-page/index.js.map +1 -1
  714. package/es/template/common/faq-article-page/types.js.map +1 -1
  715. package/es/template/common/faq-cards-page/index.js +5 -1
  716. package/es/template/common/faq-cards-page/index.js.map +1 -1
  717. package/es/template/common/faq-cards-page/types.js.map +1 -1
  718. package/es/template/common/faq-page/index.js +4 -1
  719. package/es/template/common/faq-page/index.js.map +1 -1
  720. package/es/template/common/faq-page/types.js.map +1 -1
  721. package/es/template/common/privacy-policy-page/index.js +4 -1
  722. package/es/template/common/privacy-policy-page/index.js.map +1 -1
  723. package/es/template/common/privacy-policy-page/types.js.map +1 -1
  724. package/es/template/common/search-page/index.js +7 -1
  725. package/es/template/common/search-page/index.js.map +1 -1
  726. package/es/template/external-course/index.js +7 -4
  727. package/es/template/external-course/index.js.map +1 -1
  728. package/es/template/mobile-login/confirm-email-sent/index.native.js +7 -2
  729. package/es/template/mobile-login/confirm-email-sent/index.native.js.map +1 -1
  730. package/es/template/mobile-login/qr-code-scanner/index.native.js +9 -10
  731. package/es/template/mobile-login/qr-code-scanner/index.native.js.map +1 -1
  732. package/es/template/mobile-login/receive-email/index.native.js +2 -0
  733. package/es/template/mobile-login/receive-email/index.native.js.map +1 -1
  734. package/es/template/mobile-login/welcome/index.native.js +7 -3
  735. package/es/template/mobile-login/welcome/index.native.js.map +1 -1
  736. package/es/template/my-learning/index.js +20 -1
  737. package/es/template/my-learning/index.js.map +1 -1
  738. package/es/template/playlist-detail/index.js +2 -0
  739. package/es/template/playlist-detail/index.js.map +1 -1
  740. package/es/template/review-dashboard-skills/index.js +2 -0
  741. package/es/template/review-dashboard-skills/index.js.map +1 -1
  742. package/es/template/skill-detail/all-courses.js +12 -1
  743. package/es/template/skill-detail/all-courses.js.map +1 -1
  744. package/es/template/skill-detail/continue-learning.js +5 -2
  745. package/es/template/skill-detail/continue-learning.js.map +1 -1
  746. package/es/template/skill-detail/index.js +4 -0
  747. package/es/template/skill-detail/index.js.map +1 -1
  748. package/es/template/teams-dashboard/index.js +5 -1
  749. package/es/template/teams-dashboard/index.js.map +1 -1
  750. package/es/util/bubbling.js +1 -0
  751. package/es/util/bubbling.js.map +1 -1
  752. package/es/util/build-query-string.js +2 -0
  753. package/es/util/build-query-string.js.map +1 -1
  754. package/es/util/button-icons.js.map +1 -1
  755. package/es/util/check-is-mobile.js.map +1 -1
  756. package/es/util/closest-step.js +6 -0
  757. package/es/util/closest-step.js.map +1 -1
  758. package/es/util/constants.js.map +1 -1
  759. package/es/util/external-content.js.map +1 -1
  760. package/es/util/get-class-state.js +2 -0
  761. package/es/util/get-class-state.js.map +1 -1
  762. package/es/util/get-clean-uri.js +1 -0
  763. package/es/util/get-clean-uri.js.map +1 -1
  764. package/es/util/get-resized-image.js +8 -4
  765. package/es/util/get-resized-image.js.map +1 -1
  766. package/es/util/get-shadow-box-color-from-primary.js +1 -2
  767. package/es/util/get-shadow-box-color-from-primary.js.map +1 -1
  768. package/es/util/image.js +4 -0
  769. package/es/util/image.js.map +1 -1
  770. package/es/util/navigation.js +9 -0
  771. package/es/util/navigation.js.map +1 -1
  772. package/es/util/parse-template-string.js +6 -0
  773. package/es/util/parse-template-string.js.map +1 -1
  774. package/es/util/proptypes.js.map +1 -1
  775. package/es/util/render-with-context.js +9 -7
  776. package/es/util/render-with-context.js.map +1 -1
  777. package/es/util/search-value-included.js +2 -0
  778. package/es/util/search-value-included.js.map +1 -1
  779. package/es/util/shallow-compare.js +2 -0
  780. package/es/util/shallow-compare.js.map +1 -1
  781. package/es/util/time-format.js +4 -0
  782. package/es/util/time-format.js.map +1 -1
  783. package/es/util/use-mobile-keyboard-visibility.js +2 -0
  784. package/es/util/use-mobile-keyboard-visibility.js.map +1 -1
  785. package/es/variables/analytics.js.map +1 -1
  786. package/es/variables/brand.native.js.map +1 -1
  787. package/es/variables/colors.css +3 -0
  788. package/es/variables/colors.js.map +1 -1
  789. package/es/variables/default-mobile-translations.js.map +1 -1
  790. package/es/variables/shadow.js +1 -0
  791. package/es/variables/shadow.js.map +1 -1
  792. package/es/variables/theme.native.js.map +1 -1
  793. package/es/variables/vibration.js.map +1 -1
  794. package/lib/atom/autocomplete/index.js +24 -6
  795. package/lib/atom/autocomplete/index.js.map +1 -1
  796. package/lib/atom/avatar/index.js +10 -2
  797. package/lib/atom/avatar/index.js.map +1 -1
  798. package/lib/atom/battle-opponent/index.js +28 -11
  799. package/lib/atom/battle-opponent/index.js.map +1 -1
  800. package/lib/atom/battle-opponent/prop-types.js +6 -2
  801. package/lib/atom/battle-opponent/prop-types.js.map +1 -1
  802. package/lib/atom/button/index.js +25 -5
  803. package/lib/atom/button/index.js.map +1 -1
  804. package/lib/atom/button/index.native.js +18 -6
  805. package/lib/atom/button/index.native.js.map +1 -1
  806. package/lib/atom/button-link/index.js +29 -7
  807. package/lib/atom/button-link/index.js.map +1 -1
  808. package/lib/atom/button-link/types.js +8 -2
  809. package/lib/atom/button-link/types.js.map +1 -1
  810. package/lib/atom/button-link-icon/index.js +28 -5
  811. package/lib/atom/button-link-icon/index.js.map +1 -1
  812. package/lib/atom/button-menu/index.js +20 -7
  813. package/lib/atom/button-menu/index.js.map +1 -1
  814. package/lib/atom/button-menu/types.js +8 -3
  815. package/lib/atom/button-menu/types.js.map +1 -1
  816. package/lib/atom/card-image-preview/index.js +12 -2
  817. package/lib/atom/card-image-preview/index.js.map +1 -1
  818. package/lib/atom/catalog-section/index.js +9 -2
  819. package/lib/atom/catalog-section/index.js.map +1 -1
  820. package/lib/atom/centered-text/index.js +9 -2
  821. package/lib/atom/centered-text/index.js.map +1 -1
  822. package/lib/atom/checkbox/index.js +15 -5
  823. package/lib/atom/checkbox/index.js.map +1 -1
  824. package/lib/atom/checkbox-with-title/index.js +16 -4
  825. package/lib/atom/checkbox-with-title/index.js.map +1 -1
  826. package/lib/atom/chip/index.js +25 -8
  827. package/lib/atom/chip/index.js.map +1 -1
  828. package/lib/atom/chips/index.js +15 -5
  829. package/lib/atom/chips/index.js.map +1 -1
  830. package/lib/atom/choice/index.native.js +26 -6
  831. package/lib/atom/choice/index.native.js.map +1 -1
  832. package/lib/atom/circular-progress-bar/index.js +15 -4
  833. package/lib/atom/circular-progress-bar/index.js.map +1 -1
  834. package/lib/atom/circular-progress-bar/types.js +6 -2
  835. package/lib/atom/circular-progress-bar/types.js.map +1 -1
  836. package/lib/atom/clue/index.js +23 -2
  837. package/lib/atom/clue/index.js.map +1 -1
  838. package/lib/atom/content-badge/index.js +11 -2
  839. package/lib/atom/content-badge/index.js.map +1 -1
  840. package/lib/atom/cta/index.js +23 -4
  841. package/lib/atom/cta/index.js.map +1 -1
  842. package/lib/atom/cta/prop-types.js +7 -2
  843. package/lib/atom/cta/prop-types.js.map +1 -1
  844. package/lib/atom/difficulty-level/index.js +17 -2
  845. package/lib/atom/difficulty-level/index.js.map +1 -1
  846. package/lib/atom/drag-and-drop/index.js +31 -3
  847. package/lib/atom/drag-and-drop/index.js.map +1 -1
  848. package/lib/atom/empty-search-result/index.js +9 -2
  849. package/lib/atom/empty-search-result/index.js.map +1 -1
  850. package/lib/atom/gradient/index.native.js +14 -2
  851. package/lib/atom/gradient/index.native.js.map +1 -1
  852. package/lib/atom/header-back-button/index.native.js +27 -7
  853. package/lib/atom/header-back-button/index.native.js.map +1 -1
  854. package/lib/atom/header-back-icon/index.native.js +10 -2
  855. package/lib/atom/header-back-icon/index.native.js.map +1 -1
  856. package/lib/atom/html/index.native.js +29 -22
  857. package/lib/atom/html/index.native.js.map +1 -1
  858. package/lib/atom/icon/index.js +31 -9
  859. package/lib/atom/icon/index.js.map +1 -1
  860. package/lib/atom/image-background/index.native.js +22 -3
  861. package/lib/atom/image-background/index.native.js.map +1 -1
  862. package/lib/atom/input-checkbox/index.js +20 -4
  863. package/lib/atom/input-checkbox/index.js.map +1 -1
  864. package/lib/atom/input-color/index.js +15 -4
  865. package/lib/atom/input-color/index.js.map +1 -1
  866. package/lib/atom/input-doublestep/index.js +33 -7
  867. package/lib/atom/input-doublestep/index.js.map +1 -1
  868. package/lib/atom/input-file-draggable/index.js +21 -7
  869. package/lib/atom/input-file-draggable/index.js.map +1 -1
  870. package/lib/atom/input-html/index.js +18 -4
  871. package/lib/atom/input-html/index.js.map +1 -1
  872. package/lib/atom/input-html/input-preview.js +11 -4
  873. package/lib/atom/input-html/input-preview.js.map +1 -1
  874. package/lib/atom/input-readonly/index.js +9 -2
  875. package/lib/atom/input-readonly/index.js.map +1 -1
  876. package/lib/atom/input-search/index.js +18 -4
  877. package/lib/atom/input-search/index.js.map +1 -1
  878. package/lib/atom/input-switch/index.js +22 -5
  879. package/lib/atom/input-switch/index.js.map +1 -1
  880. package/lib/atom/input-text/index.js +22 -6
  881. package/lib/atom/input-text/index.js.map +1 -1
  882. package/lib/atom/input-text-with-title/index.js +11 -4
  883. package/lib/atom/input-text-with-title/index.js.map +1 -1
  884. package/lib/atom/input-textarea/index.js +21 -6
  885. package/lib/atom/input-textarea/index.js.map +1 -1
  886. package/lib/atom/label/index.js +10 -2
  887. package/lib/atom/label/index.js.map +1 -1
  888. package/lib/atom/life/index.js +18 -2
  889. package/lib/atom/life/index.js.map +1 -1
  890. package/lib/atom/link/index.js +19 -7
  891. package/lib/atom/link/index.js.map +1 -1
  892. package/lib/atom/loader/index.js +11 -2
  893. package/lib/atom/loader/index.js.map +1 -1
  894. package/lib/atom/loader/index.native.js +22 -5
  895. package/lib/atom/loader/index.native.js.map +1 -1
  896. package/lib/atom/lottie-wrapper/index.js +34 -10
  897. package/lib/atom/lottie-wrapper/index.js.map +1 -1
  898. package/lib/atom/lottie-wrapper/prop-types.js +9 -3
  899. package/lib/atom/lottie-wrapper/prop-types.js.map +1 -1
  900. package/lib/atom/notification/index.js +11 -2
  901. package/lib/atom/notification/index.js.map +1 -1
  902. package/lib/atom/picture/index.js +25 -3
  903. package/lib/atom/picture/index.js.map +1 -1
  904. package/lib/atom/picture-background/index.js +13 -2
  905. package/lib/atom/picture-background/index.js.map +1 -1
  906. package/lib/atom/promo-code/index.js +10 -2
  907. package/lib/atom/promo-code/index.js.map +1 -1
  908. package/lib/atom/provider/index.js +34 -6
  909. package/lib/atom/provider/index.js.map +1 -1
  910. package/lib/atom/provider/web-context.js +13 -3
  911. package/lib/atom/provider/web-context.js.map +1 -1
  912. package/lib/atom/radio-group/index.js +17 -3
  913. package/lib/atom/radio-group/index.js.map +1 -1
  914. package/lib/atom/radio-group/item.js +17 -2
  915. package/lib/atom/radio-group/item.js.map +1 -1
  916. package/lib/atom/radio-with-title/index.js +17 -5
  917. package/lib/atom/radio-with-title/index.js.map +1 -1
  918. package/lib/atom/radio-with-title/types.js +7 -2
  919. package/lib/atom/radio-with-title/types.js.map +1 -1
  920. package/lib/atom/range/handle.js +31 -15
  921. package/lib/atom/range/handle.js.map +1 -1
  922. package/lib/atom/range/index.js +31 -4
  923. package/lib/atom/range/index.js.map +1 -1
  924. package/lib/atom/resource-miniature/index.js +16 -4
  925. package/lib/atom/resource-miniature/index.js.map +1 -1
  926. package/lib/atom/review-presentation/index.js +21 -7
  927. package/lib/atom/review-presentation/index.js.map +1 -1
  928. package/lib/atom/review-presentation/index.native.js +24 -7
  929. package/lib/atom/review-presentation/index.native.js.map +1 -1
  930. package/lib/atom/review-presentation/prop-types.js +11 -4
  931. package/lib/atom/review-presentation/prop-types.js.map +1 -1
  932. package/lib/atom/select/index.js +43 -15
  933. package/lib/atom/select/index.js.map +1 -1
  934. package/lib/atom/select-icon/index.js +20 -4
  935. package/lib/atom/select-icon/index.js.map +1 -1
  936. package/lib/atom/select-modal/index.native.js +30 -8
  937. package/lib/atom/select-modal/index.native.js.map +1 -1
  938. package/lib/atom/slide/index.js +12 -3
  939. package/lib/atom/slide/index.js.map +1 -1
  940. package/lib/atom/social-link/index.js +11 -2
  941. package/lib/atom/social-link/index.js.map +1 -1
  942. package/lib/atom/space/index.native.js +11 -3
  943. package/lib/atom/space/index.native.js.map +1 -1
  944. package/lib/atom/spinner/index.js +8 -2
  945. package/lib/atom/spinner/index.js.map +1 -1
  946. package/lib/atom/status-item/index.js +27 -5
  947. package/lib/atom/status-item/index.js.map +1 -1
  948. package/lib/atom/status-item/index.native.js +24 -3
  949. package/lib/atom/status-item/index.native.js.map +1 -1
  950. package/lib/atom/status-item/types.js +6 -2
  951. package/lib/atom/status-item/types.js.map +1 -1
  952. package/lib/atom/tab/index.js +14 -4
  953. package/lib/atom/tab/index.js.map +1 -1
  954. package/lib/atom/tab-content/index.js +10 -2
  955. package/lib/atom/tab-content/index.js.map +1 -1
  956. package/lib/atom/tag/index.js +14 -4
  957. package/lib/atom/tag/index.js.map +1 -1
  958. package/lib/atom/text/index.native.js +11 -4
  959. package/lib/atom/text/index.native.js.map +1 -1
  960. package/lib/atom/title/index.js +26 -3
  961. package/lib/atom/title/index.js.map +1 -1
  962. package/lib/atom/title/types.js.map +1 -1
  963. package/lib/atom/tooltip/index.js +30 -7
  964. package/lib/atom/tooltip/index.js.map +1 -1
  965. package/lib/atom/video-upload/index.js +11 -4
  966. package/lib/atom/video-upload/index.js.map +1 -1
  967. package/lib/atom/wizard-steps/index.js +10 -2
  968. package/lib/atom/wizard-steps/index.js.map +1 -1
  969. package/lib/globals.d.js.map +1 -1
  970. package/lib/hoc/animation/index.js +75 -29
  971. package/lib/hoc/animation/index.js.map +1 -1
  972. package/lib/hoc/animation-scheduler/index.js +42 -2
  973. package/lib/hoc/animation-scheduler/index.js.map +1 -1
  974. package/lib/hoc/modal/index.native.js +21 -5
  975. package/lib/hoc/modal/index.native.js.map +1 -1
  976. package/lib/hoc/modal/select/index.native.js +24 -4
  977. package/lib/hoc/modal/select/index.native.js.map +1 -1
  978. package/lib/hoc/modal/select-item/index.native.js +22 -6
  979. package/lib/hoc/modal/select-item/index.native.js.map +1 -1
  980. package/lib/hoc/swapper/index.js +16 -2
  981. package/lib/hoc/swapper/index.js.map +1 -1
  982. package/lib/hoc/touchable/index.native.js +19 -6
  983. package/lib/hoc/touchable/index.native.js.map +1 -1
  984. package/lib/hoc/transition/child-prop-types.js +6 -2
  985. package/lib/hoc/transition/child-prop-types.js.map +1 -1
  986. package/lib/hoc/transition/index.js +17 -4
  987. package/lib/hoc/transition/index.js.map +1 -1
  988. package/lib/hoc/transition/transition-prop-types.js +6 -2
  989. package/lib/hoc/transition/transition-prop-types.js.map +1 -1
  990. package/lib/index.js +14 -1
  991. package/lib/index.js.map +1 -1
  992. package/lib/molecule/add-to-my-list/index.js +27 -4
  993. package/lib/molecule/add-to-my-list/index.js.map +1 -1
  994. package/lib/molecule/answer/index.js +41 -5
  995. package/lib/molecule/answer/index.js.map +1 -1
  996. package/lib/molecule/answer/index.native.js +17 -2
  997. package/lib/molecule/answer/index.native.js.map +1 -1
  998. package/lib/molecule/answer/prop-types.js +24 -8
  999. package/lib/molecule/answer/prop-types.js.map +1 -1
  1000. package/lib/molecule/audio/index.js +21 -4
  1001. package/lib/molecule/audio/index.js.map +1 -1
  1002. package/lib/molecule/banner/index.js +35 -4
  1003. package/lib/molecule/banner/index.js.map +1 -1
  1004. package/lib/molecule/base-modal/index.js +31 -9
  1005. package/lib/molecule/base-modal/index.js.map +1 -1
  1006. package/lib/molecule/battle-opponent-list/index.js +19 -5
  1007. package/lib/molecule/battle-opponent-list/index.js.map +1 -1
  1008. package/lib/molecule/battle-opponent-list/prop-types.js +6 -2
  1009. package/lib/molecule/battle-opponent-list/prop-types.js.map +1 -1
  1010. package/lib/molecule/battle-request/index.js +16 -4
  1011. package/lib/molecule/battle-request/index.js.map +1 -1
  1012. package/lib/molecule/brand-card/description.js +10 -2
  1013. package/lib/molecule/brand-card/description.js.map +1 -1
  1014. package/lib/molecule/brand-card/index.js +13 -2
  1015. package/lib/molecule/brand-card/index.js.map +1 -1
  1016. package/lib/molecule/brand-card-create/index.js +10 -2
  1017. package/lib/molecule/brand-card-create/index.js.map +1 -1
  1018. package/lib/molecule/brand-create-form/index.js +16 -4
  1019. package/lib/molecule/brand-create-form/index.js.map +1 -1
  1020. package/lib/molecule/brand-download-box/index.js +13 -2
  1021. package/lib/molecule/brand-download-box/index.js.map +1 -1
  1022. package/lib/molecule/brand-form-group/index.js +92 -49
  1023. package/lib/molecule/brand-form-group/index.js.map +1 -1
  1024. package/lib/molecule/brand-logo/index.native.js +12 -4
  1025. package/lib/molecule/brand-logo/index.native.js.map +1 -1
  1026. package/lib/molecule/brand-tabs/index.js +14 -2
  1027. package/lib/molecule/brand-tabs/index.js.map +1 -1
  1028. package/lib/molecule/brand-upload-box/index.js +20 -2
  1029. package/lib/molecule/brand-upload-box/index.js.map +1 -1
  1030. package/lib/molecule/breadcrumbs/index.js +16 -2
  1031. package/lib/molecule/breadcrumbs/index.js.map +1 -1
  1032. package/lib/molecule/bulk-infos/index.js +15 -3
  1033. package/lib/molecule/bulk-infos/index.js.map +1 -1
  1034. package/lib/molecule/bulk-infos/types.js +7 -2
  1035. package/lib/molecule/bulk-infos/types.js.map +1 -1
  1036. package/lib/molecule/bulk-progress-bar/index.js +17 -2
  1037. package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
  1038. package/lib/molecule/bulk-progress-bar/types.js +6 -2
  1039. package/lib/molecule/bulk-progress-bar/types.js.map +1 -1
  1040. package/lib/molecule/bullet-point-menu-button/index.js +20 -4
  1041. package/lib/molecule/bullet-point-menu-button/index.js.map +1 -1
  1042. package/lib/molecule/bullet-point-menu-button/types.js +7 -2
  1043. package/lib/molecule/bullet-point-menu-button/types.js.map +1 -1
  1044. package/lib/molecule/card/customer.js +14 -3
  1045. package/lib/molecule/card/customer.js.map +1 -1
  1046. package/lib/molecule/card/favorite.js +30 -12
  1047. package/lib/molecule/card/favorite.js.map +1 -1
  1048. package/lib/molecule/card/index.js +45 -9
  1049. package/lib/molecule/card/index.js.map +1 -1
  1050. package/lib/molecule/card/notification.js +15 -2
  1051. package/lib/molecule/card/notification.js.map +1 -1
  1052. package/lib/molecule/card/selectable.js +12 -2
  1053. package/lib/molecule/card/selectable.js.map +1 -1
  1054. package/lib/molecule/card-congrats/index.native.js +19 -4
  1055. package/lib/molecule/card-congrats/index.native.js.map +1 -1
  1056. package/lib/molecule/card-congrats/types.js.map +1 -1
  1057. package/lib/molecule/card-content/index.js +33 -6
  1058. package/lib/molecule/card-content/index.js.map +1 -1
  1059. package/lib/molecule/card-with-button/index.js +15 -2
  1060. package/lib/molecule/card-with-button/index.js.map +1 -1
  1061. package/lib/molecule/certification-card/index.js +13 -2
  1062. package/lib/molecule/certification-card/index.js.map +1 -1
  1063. package/lib/molecule/cm-popin/index.js +38 -8
  1064. package/lib/molecule/cm-popin/index.js.map +1 -1
  1065. package/lib/molecule/cm-popin/index.native.js +20 -4
  1066. package/lib/molecule/cm-popin/index.native.js.map +1 -1
  1067. package/lib/molecule/cm-popin/types.js +14 -2
  1068. package/lib/molecule/cm-popin/types.js.map +1 -1
  1069. package/lib/molecule/cookie-banner/index.js +13 -2
  1070. package/lib/molecule/cookie-banner/index.js.map +1 -1
  1071. package/lib/molecule/coorp-manager-roles/index.js +11 -4
  1072. package/lib/molecule/coorp-manager-roles/index.js.map +1 -1
  1073. package/lib/molecule/coorpmanager-base-banner/index.js +12 -6
  1074. package/lib/molecule/coorpmanager-base-banner/index.js.map +1 -1
  1075. package/lib/molecule/course-section/index.js +12 -2
  1076. package/lib/molecule/course-section/index.js.map +1 -1
  1077. package/lib/molecule/course-sections/index.js +17 -4
  1078. package/lib/molecule/course-sections/index.js.map +1 -1
  1079. package/lib/molecule/dashboard/battle-request-list/index.js +10 -2
  1080. package/lib/molecule/dashboard/battle-request-list/index.js.map +1 -1
  1081. package/lib/molecule/dashboard/cards-list/index.js +74 -16
  1082. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  1083. package/lib/molecule/dashboard/cards-list/prop-types.js.map +1 -1
  1084. package/lib/molecule/dashboard/learning-profile-banner/index.js +14 -5
  1085. package/lib/molecule/dashboard/learning-profile-banner/index.js.map +1 -1
  1086. package/lib/molecule/dashboard/news-list/index.js +13 -2
  1087. package/lib/molecule/dashboard/news-list/index.js.map +1 -1
  1088. package/lib/molecule/dashboard/review-banner/index.js +13 -5
  1089. package/lib/molecule/dashboard/review-banner/index.js.map +1 -1
  1090. package/lib/molecule/dashboard/start-battle/index.js +12 -2
  1091. package/lib/molecule/dashboard/start-battle/index.js.map +1 -1
  1092. package/lib/molecule/discipline-associated-skills/index.js +23 -4
  1093. package/lib/molecule/discipline-associated-skills/index.js.map +1 -1
  1094. package/lib/molecule/discipline-cta/index.js +14 -2
  1095. package/lib/molecule/discipline-cta/index.js.map +1 -1
  1096. package/lib/molecule/discipline-header/index.js +26 -8
  1097. package/lib/molecule/discipline-header/index.js.map +1 -1
  1098. package/lib/molecule/discipline-partners/index.js +24 -2
  1099. package/lib/molecule/discipline-partners/index.js.map +1 -1
  1100. package/lib/molecule/discipline-scope/index.js +10 -2
  1101. package/lib/molecule/discipline-scope/index.js.map +1 -1
  1102. package/lib/molecule/drag-and-drop/index.js +27 -7
  1103. package/lib/molecule/drag-and-drop/index.js.map +1 -1
  1104. package/lib/molecule/drag-and-drop/overlay.js +13 -2
  1105. package/lib/molecule/drag-and-drop/overlay.js.map +1 -1
  1106. package/lib/molecule/drag-and-drop/placeholder.js +10 -2
  1107. package/lib/molecule/drag-and-drop/placeholder.js.map +1 -1
  1108. package/lib/molecule/drag-and-drop/upload-report.js +37 -7
  1109. package/lib/molecule/drag-and-drop/upload-report.js.map +1 -1
  1110. package/lib/molecule/drag-and-drop-wrapper/index.js +11 -2
  1111. package/lib/molecule/drag-and-drop-wrapper/index.js.map +1 -1
  1112. package/lib/molecule/draggable/index.js +16 -4
  1113. package/lib/molecule/draggable/index.js.map +1 -1
  1114. package/lib/molecule/draggable-list/index.js +23 -6
  1115. package/lib/molecule/draggable-list/index.js.map +1 -1
  1116. package/lib/molecule/errors-table/index.js +13 -4
  1117. package/lib/molecule/errors-table/index.js.map +1 -1
  1118. package/lib/molecule/errors-table/types.js +8 -2
  1119. package/lib/molecule/errors-table/types.js.map +1 -1
  1120. package/lib/molecule/expandable-item/index.js +14 -3
  1121. package/lib/molecule/expandable-item/index.js.map +1 -1
  1122. package/lib/molecule/expandable-item/types.js +6 -2
  1123. package/lib/molecule/expandable-item/types.js.map +1 -1
  1124. package/lib/molecule/expandable-list/index.js +10 -2
  1125. package/lib/molecule/expandable-list/index.js.map +1 -1
  1126. package/lib/molecule/expandable-list/types.js +7 -2
  1127. package/lib/molecule/expandable-list/types.js.map +1 -1
  1128. package/lib/molecule/expandible-actionable-table/index.js +46 -12
  1129. package/lib/molecule/expandible-actionable-table/index.js.map +1 -1
  1130. package/lib/molecule/expandible-actionable-table/types.js +15 -10
  1131. package/lib/molecule/expandible-actionable-table/types.js.map +1 -1
  1132. package/lib/molecule/external-content-button/index.js +15 -2
  1133. package/lib/molecule/external-content-button/index.js.map +1 -1
  1134. package/lib/molecule/external-content-viewer/index.js +12 -2
  1135. package/lib/molecule/external-content-viewer/index.js.map +1 -1
  1136. package/lib/molecule/feedback/index.js +22 -12
  1137. package/lib/molecule/feedback/index.js.map +1 -1
  1138. package/lib/molecule/filters/filters-wrapper.js +26 -3
  1139. package/lib/molecule/filters/filters-wrapper.js.map +1 -1
  1140. package/lib/molecule/filters/index.js +23 -3
  1141. package/lib/molecule/filters/index.js.map +1 -1
  1142. package/lib/molecule/forum/forum-comment/index.js +17 -2
  1143. package/lib/molecule/forum/forum-comment/index.js.map +1 -1
  1144. package/lib/molecule/forum/forum-post/index.js +18 -2
  1145. package/lib/molecule/forum/forum-post/index.js.map +1 -1
  1146. package/lib/molecule/forum/forum-thread/index.js +13 -3
  1147. package/lib/molecule/forum/forum-thread/index.js.map +1 -1
  1148. package/lib/molecule/forum/post-conditions.js +7 -2
  1149. package/lib/molecule/forum/post-conditions.js.map +1 -1
  1150. package/lib/molecule/go1-banner/index.js +12 -6
  1151. package/lib/molecule/go1-banner/index.js.map +1 -1
  1152. package/lib/molecule/hero/index.js +18 -4
  1153. package/lib/molecule/hero/index.js.map +1 -1
  1154. package/lib/molecule/hero/types.js +8 -2
  1155. package/lib/molecule/hero/types.js.map +1 -1
  1156. package/lib/molecule/icon-picker-modal/index.js +30 -4
  1157. package/lib/molecule/icon-picker-modal/index.js.map +1 -1
  1158. package/lib/molecule/icon-picker-modal/use-icon-search.js +14 -2
  1159. package/lib/molecule/icon-picker-modal/use-icon-search.js.map +1 -1
  1160. package/lib/molecule/input-text-with-titled-checkbox/index.js +11 -2
  1161. package/lib/molecule/input-text-with-titled-checkbox/index.js.map +1 -1
  1162. package/lib/molecule/learner-skill-card/index.js +17 -2
  1163. package/lib/molecule/learner-skill-card/index.js.map +1 -1
  1164. package/lib/molecule/learning-priority-card/index.js +19 -4
  1165. package/lib/molecule/learning-priority-card/index.js.map +1 -1
  1166. package/lib/molecule/learning-priority-card/types.js +6 -2
  1167. package/lib/molecule/learning-priority-card/types.js.map +1 -1
  1168. package/lib/molecule/learning-priority-modal/index.js +35 -7
  1169. package/lib/molecule/learning-priority-modal/index.js.map +1 -1
  1170. package/lib/molecule/learning-priority-setup-item/index.d.ts.map +1 -1
  1171. package/lib/molecule/learning-priority-setup-item/index.js +22 -5
  1172. package/lib/molecule/learning-priority-setup-item/index.js.map +1 -1
  1173. package/lib/molecule/learning-profile-radar-chart/index.js +65 -17
  1174. package/lib/molecule/learning-profile-radar-chart/index.js.map +1 -1
  1175. package/lib/molecule/learning-profile-radar-chart/types.js +13 -7
  1176. package/lib/molecule/learning-profile-radar-chart/types.js.map +1 -1
  1177. package/lib/molecule/list-badges/index.js +11 -2
  1178. package/lib/molecule/list-badges/index.js.map +1 -1
  1179. package/lib/molecule/login-alert/index.js +11 -4
  1180. package/lib/molecule/login-alert/index.js.map +1 -1
  1181. package/lib/molecule/menu-links/index.js +21 -4
  1182. package/lib/molecule/menu-links/index.js.map +1 -1
  1183. package/lib/molecule/menu-links/types.js +6 -2
  1184. package/lib/molecule/menu-links/types.js.map +1 -1
  1185. package/lib/molecule/menu-list/index.js +13 -2
  1186. package/lib/molecule/menu-list/index.js.map +1 -1
  1187. package/lib/molecule/message-popin/index.js +9 -2
  1188. package/lib/molecule/message-popin/index.js.map +1 -1
  1189. package/lib/molecule/modal/index.js +16 -8
  1190. package/lib/molecule/modal/index.js.map +1 -1
  1191. package/lib/molecule/module-bubble/index.js +15 -2
  1192. package/lib/molecule/module-bubble/index.js.map +1 -1
  1193. package/lib/molecule/module-card/index.js +16 -5
  1194. package/lib/molecule/module-card/index.js.map +1 -1
  1195. package/lib/molecule/news/index.js +14 -3
  1196. package/lib/molecule/news/index.js.map +1 -1
  1197. package/lib/molecule/notification-banner/index.js +17 -2
  1198. package/lib/molecule/notification-banner/index.js.map +1 -1
  1199. package/lib/molecule/pagination/index.js +10 -2
  1200. package/lib/molecule/pagination/index.js.map +1 -1
  1201. package/lib/molecule/payment-form/index.js +22 -2
  1202. package/lib/molecule/payment-form/index.js.map +1 -1
  1203. package/lib/molecule/pdf/index.js +15 -4
  1204. package/lib/molecule/pdf/index.js.map +1 -1
  1205. package/lib/molecule/playlist-detail-cover/index.js +15 -4
  1206. package/lib/molecule/playlist-detail-cover/index.js.map +1 -1
  1207. package/lib/molecule/popin/index.js +19 -8
  1208. package/lib/molecule/popin/index.js.map +1 -1
  1209. package/lib/molecule/privacy-policy-contact/index.js +14 -5
  1210. package/lib/molecule/privacy-policy-contact/index.js.map +1 -1
  1211. package/lib/molecule/privacy-policy-contact/types.js +6 -2
  1212. package/lib/molecule/privacy-policy-contact/types.js.map +1 -1
  1213. package/lib/molecule/product-card/index.js +11 -2
  1214. package/lib/molecule/product-card/index.js.map +1 -1
  1215. package/lib/molecule/progress-bar/index.js +12 -4
  1216. package/lib/molecule/progress-bar/index.js.map +1 -1
  1217. package/lib/molecule/progress-wrapper/index.js +30 -5
  1218. package/lib/molecule/progress-wrapper/index.js.map +1 -1
  1219. package/lib/molecule/questions/drop-down/index.js +15 -4
  1220. package/lib/molecule/questions/drop-down/index.js.map +1 -1
  1221. package/lib/molecule/questions/free-text/index.js +18 -6
  1222. package/lib/molecule/questions/free-text/index.js.map +1 -1
  1223. package/lib/molecule/questions/free-text/index.native.js +21 -15
  1224. package/lib/molecule/questions/free-text/index.native.js.map +1 -1
  1225. package/lib/molecule/questions/mobile/draggable/index.native.js +23 -4
  1226. package/lib/molecule/questions/mobile/draggable/index.native.js.map +1 -1
  1227. package/lib/molecule/questions/mobile/slider/index.native.js +22 -8
  1228. package/lib/molecule/questions/mobile/slider/index.native.js.map +1 -1
  1229. package/lib/molecule/questions/mobile/switch/index.native.js +31 -4
  1230. package/lib/molecule/questions/mobile/switch/index.native.js.map +1 -1
  1231. package/lib/molecule/questions/mobile/template/index.native.js +33 -4
  1232. package/lib/molecule/questions/mobile/template/index.native.js.map +1 -1
  1233. package/lib/molecule/questions/qcm/index.js +23 -9
  1234. package/lib/molecule/questions/qcm/index.js.map +1 -1
  1235. package/lib/molecule/questions/qcm-drag/index.js +29 -6
  1236. package/lib/molecule/questions/qcm-drag/index.js.map +1 -1
  1237. package/lib/molecule/questions/qcm-graphic/index.js +18 -6
  1238. package/lib/molecule/questions/qcm-graphic/index.js.map +1 -1
  1239. package/lib/molecule/questions/question-range/index.js +21 -12
  1240. package/lib/molecule/questions/question-range/index.js.map +1 -1
  1241. package/lib/molecule/questions/template/index.js +22 -7
  1242. package/lib/molecule/questions/template/index.js.map +1 -1
  1243. package/lib/molecule/questions/types.js.map +1 -1
  1244. package/lib/molecule/quick-access-card/index.js +40 -2
  1245. package/lib/molecule/quick-access-card/index.js.map +1 -1
  1246. package/lib/molecule/quick-access-cards-group/index.js +13 -2
  1247. package/lib/molecule/quick-access-cards-group/index.js.map +1 -1
  1248. package/lib/molecule/resource-player/index.js +39 -7
  1249. package/lib/molecule/resource-player/index.js.map +1 -1
  1250. package/lib/molecule/review-card-congrats/index.js +29 -7
  1251. package/lib/molecule/review-card-congrats/index.js.map +1 -1
  1252. package/lib/molecule/review-card-congrats/prop-types.js +7 -2
  1253. package/lib/molecule/review-card-congrats/prop-types.js.map +1 -1
  1254. package/lib/molecule/review-correction-popin/index.js +26 -13
  1255. package/lib/molecule/review-correction-popin/index.js.map +1 -1
  1256. package/lib/molecule/review-correction-popin/index.native.js +25 -6
  1257. package/lib/molecule/review-correction-popin/index.native.js.map +1 -1
  1258. package/lib/molecule/review-correction-popin/prop-types.js +6 -2
  1259. package/lib/molecule/review-correction-popin/prop-types.js.map +1 -1
  1260. package/lib/molecule/review-header-steps/index.js +13 -2
  1261. package/lib/molecule/review-header-steps/index.js.map +1 -1
  1262. package/lib/molecule/review-header-steps/prop-types.js +7 -2
  1263. package/lib/molecule/review-header-steps/prop-types.js.map +1 -1
  1264. package/lib/molecule/scope-content/index.js +29 -9
  1265. package/lib/molecule/scope-content/index.js.map +1 -1
  1266. package/lib/molecule/scope-tabs/index.js +24 -5
  1267. package/lib/molecule/scope-tabs/index.js.map +1 -1
  1268. package/lib/molecule/search-form/index.js +18 -5
  1269. package/lib/molecule/search-form/index.js.map +1 -1
  1270. package/lib/molecule/select-multiple/index.js +42 -12
  1271. package/lib/molecule/select-multiple/index.js.map +1 -1
  1272. package/lib/molecule/setup-cohort-item/index.js +23 -10
  1273. package/lib/molecule/setup-cohort-item/index.js.map +1 -1
  1274. package/lib/molecule/setup-section/index.js +21 -5
  1275. package/lib/molecule/setup-section/index.js.map +1 -1
  1276. package/lib/molecule/setup-sections/index.js +13 -2
  1277. package/lib/molecule/setup-sections/index.js.map +1 -1
  1278. package/lib/molecule/setup-slider/index.js +53 -25
  1279. package/lib/molecule/setup-slider/index.js.map +1 -1
  1280. package/lib/molecule/share/index.js +34 -10
  1281. package/lib/molecule/share/index.js.map +1 -1
  1282. package/lib/molecule/skill-card/index.js +18 -4
  1283. package/lib/molecule/skill-card/index.js.map +1 -1
  1284. package/lib/molecule/skill-card/index.native.js +16 -3
  1285. package/lib/molecule/skill-card/index.native.js.map +1 -1
  1286. package/lib/molecule/skill-card/prop-types.js +6 -2
  1287. package/lib/molecule/skill-card/prop-types.js.map +1 -1
  1288. package/lib/molecule/skill-picker-modal/index.js +25 -5
  1289. package/lib/molecule/skill-picker-modal/index.js.map +1 -1
  1290. package/lib/molecule/skills-chart-side-information-item/index.js +11 -2
  1291. package/lib/molecule/skills-chart-side-information-item/index.js.map +1 -1
  1292. package/lib/molecule/skills-chart-side-information-panel/index.js +13 -3
  1293. package/lib/molecule/skills-chart-side-information-panel/index.js.map +1 -1
  1294. package/lib/molecule/ssmenu-list/index.js +9 -2
  1295. package/lib/molecule/ssmenu-list/index.js.map +1 -1
  1296. package/lib/molecule/subscription-freemium/index.js +10 -2
  1297. package/lib/molecule/subscription-freemium/index.js.map +1 -1
  1298. package/lib/molecule/subscription-premium/index.js +14 -2
  1299. package/lib/molecule/subscription-premium/index.js.map +1 -1
  1300. package/lib/molecule/table/index.js +32 -3
  1301. package/lib/molecule/table/index.js.map +1 -1
  1302. package/lib/molecule/teams-popin/index.js +13 -2
  1303. package/lib/molecule/teams-popin/index.js.map +1 -1
  1304. package/lib/molecule/theme-image/index.js +11 -2
  1305. package/lib/molecule/theme-image/index.js.map +1 -1
  1306. package/lib/molecule/title-and-checkbox-wrapper/index.js +24 -13
  1307. package/lib/molecule/title-and-checkbox-wrapper/index.js.map +1 -1
  1308. package/lib/molecule/title-radio-wrapper/index.js +15 -2
  1309. package/lib/molecule/title-radio-wrapper/index.js.map +1 -1
  1310. package/lib/molecule/title-radio-wrapper/types.js +9 -2
  1311. package/lib/molecule/title-radio-wrapper/types.js.map +1 -1
  1312. package/lib/molecule/titled-checkbox/index.js +16 -4
  1313. package/lib/molecule/titled-checkbox/index.js.map +1 -1
  1314. package/lib/molecule/translation-modal/index.js +27 -17
  1315. package/lib/molecule/translation-modal/index.js.map +1 -1
  1316. package/lib/molecule/unsubscribe/index.js +11 -2
  1317. package/lib/molecule/unsubscribe/index.js.map +1 -1
  1318. package/lib/molecule/vertical-tabs/index.js +17 -2
  1319. package/lib/molecule/vertical-tabs/index.js.map +1 -1
  1320. package/lib/molecule/video-iframe/index.js +26 -5
  1321. package/lib/molecule/video-iframe/index.js.map +1 -1
  1322. package/lib/molecule/video-player/index.js +24 -3
  1323. package/lib/molecule/video-player/index.js.map +1 -1
  1324. package/lib/molecule/video-player/jwplayer-prop-types.js +7 -2
  1325. package/lib/molecule/video-player/jwplayer-prop-types.js.map +1 -1
  1326. package/lib/molecule/video-player/jwplayer.js +38 -9
  1327. package/lib/molecule/video-player/jwplayer.js.map +1 -1
  1328. package/lib/molecule/video-player/prop-types.js +9 -3
  1329. package/lib/molecule/video-player/prop-types.js.map +1 -1
  1330. package/lib/molecule/video-player/vimeo.js +50 -5
  1331. package/lib/molecule/video-player/vimeo.js.map +1 -1
  1332. package/lib/molecule/video-player-mobile/index.native.js +20 -4
  1333. package/lib/molecule/video-player-mobile/index.native.js.map +1 -1
  1334. package/lib/molecule/wizard-summary/index.js +33 -6
  1335. package/lib/molecule/wizard-summary/index.js.map +1 -1
  1336. package/lib/organism/accordion/container/index.js +24 -5
  1337. package/lib/organism/accordion/container/index.js.map +1 -1
  1338. package/lib/organism/accordion/coorp-manager/index.js +28 -7
  1339. package/lib/organism/accordion/coorp-manager/index.js.map +1 -1
  1340. package/lib/organism/accordion/coorp-manager/part/index.js +24 -4
  1341. package/lib/organism/accordion/coorp-manager/part/index.js.map +1 -1
  1342. package/lib/organism/accordion/part/index.js +15 -2
  1343. package/lib/organism/accordion/part/index.js.map +1 -1
  1344. package/lib/organism/accordion/toggler/index.js +23 -4
  1345. package/lib/organism/accordion/toggler/index.js.map +1 -1
  1346. package/lib/organism/brand-analytics/analytics-popin.js +17 -2
  1347. package/lib/organism/brand-analytics/analytics-popin.js.map +1 -1
  1348. package/lib/organism/brand-analytics/index.js +25 -2
  1349. package/lib/organism/brand-analytics/index.js.map +1 -1
  1350. package/lib/organism/brand-dashboard/index.js +14 -3
  1351. package/lib/organism/brand-dashboard/index.js.map +1 -1
  1352. package/lib/organism/brand-form/index.js +23 -4
  1353. package/lib/organism/brand-form/index.js.map +1 -1
  1354. package/lib/organism/brand-learning-priorities/index.js +20 -6
  1355. package/lib/organism/brand-learning-priorities/index.js.map +1 -1
  1356. package/lib/organism/brand-table/index.js +15 -2
  1357. package/lib/organism/brand-table/index.js.map +1 -1
  1358. package/lib/organism/brand-upload/index.js +17 -3
  1359. package/lib/organism/brand-upload/index.js.map +1 -1
  1360. package/lib/organism/cards-grid/index.js +12 -2
  1361. package/lib/organism/cards-grid/index.js.map +1 -1
  1362. package/lib/organism/cart/index.js +14 -2
  1363. package/lib/organism/cart/index.js.map +1 -1
  1364. package/lib/organism/content-translation/index.js +20 -7
  1365. package/lib/organism/content-translation/index.js.map +1 -1
  1366. package/lib/organism/course-selection/index.js +22 -3
  1367. package/lib/organism/course-selection/index.js.map +1 -1
  1368. package/lib/organism/discussion/index.js +18 -5
  1369. package/lib/organism/discussion/index.js.map +1 -1
  1370. package/lib/organism/get-the-app/index.js +24 -4
  1371. package/lib/organism/get-the-app/index.js.map +1 -1
  1372. package/lib/organism/grid-list/index.js +9 -2
  1373. package/lib/organism/grid-list/index.js.map +1 -1
  1374. package/lib/organism/header/index.js +12 -2
  1375. package/lib/organism/header/index.js.map +1 -1
  1376. package/lib/organism/header-v2/index.native.js +24 -8
  1377. package/lib/organism/header-v2/index.native.js.map +1 -1
  1378. package/lib/organism/hero/index.js +14 -2
  1379. package/lib/organism/hero/index.js.map +1 -1
  1380. package/lib/organism/list-item/index.js +25 -3
  1381. package/lib/organism/list-item/index.js.map +1 -1
  1382. package/lib/organism/list-items/index.js +26 -7
  1383. package/lib/organism/list-items/index.js.map +1 -1
  1384. package/lib/organism/mobile-intro-popin/index.native.js +20 -4
  1385. package/lib/organism/mobile-intro-popin/index.native.js.map +1 -1
  1386. package/lib/organism/mobile-navigation/index.native.js +21 -4
  1387. package/lib/organism/mobile-navigation/index.native.js.map +1 -1
  1388. package/lib/organism/mooc/image-slider/index.js +13 -3
  1389. package/lib/organism/mooc/image-slider/index.js.map +1 -1
  1390. package/lib/organism/mooc-footer/index.js +25 -12
  1391. package/lib/organism/mooc-footer/index.js.map +1 -1
  1392. package/lib/organism/mooc-header/index.js +71 -11
  1393. package/lib/organism/mooc-header/index.js.map +1 -1
  1394. package/lib/organism/popin/index.js +15 -2
  1395. package/lib/organism/popin/index.js.map +1 -1
  1396. package/lib/organism/resource-browser/index.js +20 -3
  1397. package/lib/organism/resource-browser/index.js.map +1 -1
  1398. package/lib/organism/review-congrats/index.js +22 -6
  1399. package/lib/organism/review-congrats/index.js.map +1 -1
  1400. package/lib/organism/review-congrats/index.native.js +30 -14
  1401. package/lib/organism/review-congrats/index.native.js.map +1 -1
  1402. package/lib/organism/review-congrats/prop-types.js +8 -2
  1403. package/lib/organism/review-congrats/prop-types.js.map +1 -1
  1404. package/lib/organism/review-header/index.js +18 -4
  1405. package/lib/organism/review-header/index.js.map +1 -1
  1406. package/lib/organism/review-header/index.native.js +14 -3
  1407. package/lib/organism/review-header/index.native.js.map +1 -1
  1408. package/lib/organism/review-header/types.js +7 -2
  1409. package/lib/organism/review-header/types.js.map +1 -1
  1410. package/lib/organism/review-no-skills/index.js +10 -2
  1411. package/lib/organism/review-no-skills/index.js.map +1 -1
  1412. package/lib/organism/review-no-skills/index.native.js +16 -3
  1413. package/lib/organism/review-no-skills/index.native.js.map +1 -1
  1414. package/lib/organism/review-no-skills/prop-types.js +6 -2
  1415. package/lib/organism/review-no-skills/prop-types.js.map +1 -1
  1416. package/lib/organism/review-skills/index.js +11 -2
  1417. package/lib/organism/review-skills/index.js.map +1 -1
  1418. package/lib/organism/review-skills/index.native.js +11 -2
  1419. package/lib/organism/review-skills/index.native.js.map +1 -1
  1420. package/lib/organism/review-skills/prop-types.js +7 -2
  1421. package/lib/organism/review-skills/prop-types.js.map +1 -1
  1422. package/lib/organism/review-slide/index.js +34 -10
  1423. package/lib/organism/review-slide/index.js.map +1 -1
  1424. package/lib/organism/review-slide/index.native.js +39 -12
  1425. package/lib/organism/review-slide/index.native.js.map +1 -1
  1426. package/lib/organism/review-slide/prop-types.js +12 -3
  1427. package/lib/organism/review-slide/prop-types.js.map +1 -1
  1428. package/lib/organism/review-stacked-slides/index.js +23 -5
  1429. package/lib/organism/review-stacked-slides/index.js.map +1 -1
  1430. package/lib/organism/review-stacked-slides/index.native.js +26 -10
  1431. package/lib/organism/review-stacked-slides/index.native.js.map +1 -1
  1432. package/lib/organism/review-stacked-slides/prop-types.js +11 -4
  1433. package/lib/organism/review-stacked-slides/prop-types.js.map +1 -1
  1434. package/lib/organism/rewards-form/index.js +11 -2
  1435. package/lib/organism/rewards-form/index.js.map +1 -1
  1436. package/lib/organism/search-and-chips-results/index.js +19 -3
  1437. package/lib/organism/search-and-chips-results/index.js.map +1 -1
  1438. package/lib/organism/select-opponents/index.js +12 -2
  1439. package/lib/organism/select-opponents/index.js.map +1 -1
  1440. package/lib/organism/select-opponents/types.js +9 -3
  1441. package/lib/organism/select-opponents/types.js.map +1 -1
  1442. package/lib/organism/settings/index.js +21 -5
  1443. package/lib/organism/settings/index.js.map +1 -1
  1444. package/lib/organism/setup-header/index.js +18 -2
  1445. package/lib/organism/setup-header/index.js.map +1 -1
  1446. package/lib/organism/sidebar/index.js +63 -23
  1447. package/lib/organism/sidebar/index.js.map +1 -1
  1448. package/lib/organism/slider/index.js +27 -4
  1449. package/lib/organism/slider/index.js.map +1 -1
  1450. package/lib/organism/title-and-input/index.js +18 -3
  1451. package/lib/organism/title-and-input/index.js.map +1 -1
  1452. package/lib/organism/title-and-input/types.js +10 -2
  1453. package/lib/organism/title-and-input/types.js.map +1 -1
  1454. package/lib/organism/user-preferences/index.js +23 -7
  1455. package/lib/organism/user-preferences/index.js.map +1 -1
  1456. package/lib/organism/wizard-contents/index.js +52 -23
  1457. package/lib/organism/wizard-contents/index.js.map +1 -1
  1458. package/lib/template/activity/engine-stars.js +33 -10
  1459. package/lib/template/activity/engine-stars.js.map +1 -1
  1460. package/lib/template/activity/index.js +33 -9
  1461. package/lib/template/activity/index.js.map +1 -1
  1462. package/lib/template/activity/progression-item.js +22 -6
  1463. package/lib/template/activity/progression-item.js.map +1 -1
  1464. package/lib/template/activity/stars-summary.js +28 -5
  1465. package/lib/template/activity/stars-summary.js.map +1 -1
  1466. package/lib/template/app-player/loading/index.js +11 -2
  1467. package/lib/template/app-player/loading/index.js.map +1 -1
  1468. package/lib/template/app-player/player/index.js +13 -3
  1469. package/lib/template/app-player/player/index.js.map +1 -1
  1470. package/lib/template/app-player/player/slides/footer/index.js +24 -5
  1471. package/lib/template/app-player/player/slides/footer/index.js.map +1 -1
  1472. package/lib/template/app-player/player/slides/header/index.js +14 -3
  1473. package/lib/template/app-player/player/slides/header/index.js.map +1 -1
  1474. package/lib/template/app-player/player/slides/header/learner.js +24 -7
  1475. package/lib/template/app-player/player/slides/header/learner.js.map +1 -1
  1476. package/lib/template/app-player/player/slides/header/lives.js +12 -2
  1477. package/lib/template/app-player/player/slides/header/lives.js.map +1 -1
  1478. package/lib/template/app-player/player/slides/header/microlearning.js +18 -5
  1479. package/lib/template/app-player/player/slides/header/microlearning.js.map +1 -1
  1480. package/lib/template/app-player/player/slides/index.js +90 -25
  1481. package/lib/template/app-player/player/slides/index.js.map +1 -1
  1482. package/lib/template/app-player/popin-correction/index.js +50 -13
  1483. package/lib/template/app-player/popin-correction/index.js.map +1 -1
  1484. package/lib/template/app-player/popin-end/index.js +16 -3
  1485. package/lib/template/app-player/popin-end/index.js.map +1 -1
  1486. package/lib/template/app-player/popin-end/summary.js +53 -13
  1487. package/lib/template/app-player/popin-end/summary.js.map +1 -1
  1488. package/lib/template/app-player/popin-header/index.js +65 -15
  1489. package/lib/template/app-player/popin-header/index.js.map +1 -1
  1490. package/lib/template/app-player/popin-no-access/index.js +9 -2
  1491. package/lib/template/app-player/popin-no-access/index.js.map +1 -1
  1492. package/lib/template/app-review/demo-ts/index.js +8 -2
  1493. package/lib/template/app-review/demo-ts/index.js.map +1 -1
  1494. package/lib/template/app-review/demo-ts/index.native.js +8 -2
  1495. package/lib/template/app-review/demo-ts/index.native.js.map +1 -1
  1496. package/lib/template/app-review/demo-ts/typings.js +6 -2
  1497. package/lib/template/app-review/demo-ts/typings.js.map +1 -1
  1498. package/lib/template/app-review/index.js +11 -2
  1499. package/lib/template/app-review/index.js.map +1 -1
  1500. package/lib/template/app-review/index.native.js +19 -6
  1501. package/lib/template/app-review/index.native.js.map +1 -1
  1502. package/lib/template/app-review/onboarding/index.js +6 -2
  1503. package/lib/template/app-review/onboarding/index.js.map +1 -1
  1504. package/lib/template/app-review/onboarding/index.native.js +6 -2
  1505. package/lib/template/app-review/onboarding/index.native.js.map +1 -1
  1506. package/lib/template/app-review/player/background-review.js +8 -2
  1507. package/lib/template/app-review/player/background-review.js.map +1 -1
  1508. package/lib/template/app-review/player/index.js +16 -2
  1509. package/lib/template/app-review/player/index.js.map +1 -1
  1510. package/lib/template/app-review/player/index.native.js +21 -4
  1511. package/lib/template/app-review/player/index.native.js.map +1 -1
  1512. package/lib/template/app-review/player/prop-types.js +11 -4
  1513. package/lib/template/app-review/player/prop-types.js.map +1 -1
  1514. package/lib/template/app-review/prop-types.js +8 -4
  1515. package/lib/template/app-review/prop-types.js.map +1 -1
  1516. package/lib/template/app-review/skills/index.js +13 -2
  1517. package/lib/template/app-review/skills/index.js.map +1 -1
  1518. package/lib/template/app-review/skills/index.native.js +21 -4
  1519. package/lib/template/app-review/skills/index.native.js.map +1 -1
  1520. package/lib/template/app-review/skills/prop-types.js +7 -2
  1521. package/lib/template/app-review/skills/prop-types.js.map +1 -1
  1522. package/lib/template/app-review/template-context.js +18 -3
  1523. package/lib/template/app-review/template-context.js.map +1 -1
  1524. package/lib/template/back-office/brand-create/index.js +11 -2
  1525. package/lib/template/back-office/brand-create/index.js.map +1 -1
  1526. package/lib/template/back-office/brand-list/index.js +21 -4
  1527. package/lib/template/back-office/brand-list/index.js.map +1 -1
  1528. package/lib/template/back-office/brand-update/index.js +75 -39
  1529. package/lib/template/back-office/brand-update/index.js.map +1 -1
  1530. package/lib/template/back-office/dashboard-preview/dashboard-popin.js +15 -2
  1531. package/lib/template/back-office/dashboard-preview/dashboard-popin.js.map +1 -1
  1532. package/lib/template/back-office/dashboard-preview/index.js +33 -2
  1533. package/lib/template/back-office/dashboard-preview/index.js.map +1 -1
  1534. package/lib/template/back-office/layout/index.js +12 -2
  1535. package/lib/template/back-office/layout/index.js.map +1 -1
  1536. package/lib/template/battle-requests/index.js +15 -4
  1537. package/lib/template/battle-requests/index.js.map +1 -1
  1538. package/lib/template/certification-detail/index.js +28 -4
  1539. package/lib/template/certification-detail/index.js.map +1 -1
  1540. package/lib/template/certifications/index.js +22 -7
  1541. package/lib/template/certifications/index.js.map +1 -1
  1542. package/lib/template/cockpit/jw-uploader/index.js +14 -4
  1543. package/lib/template/cockpit/jw-uploader/index.js.map +1 -1
  1544. package/lib/template/common/authors/index.js +22 -4
  1545. package/lib/template/common/authors/index.js.map +1 -1
  1546. package/lib/template/common/coorp-header/content.js +9 -2
  1547. package/lib/template/common/coorp-header/content.js.map +1 -1
  1548. package/lib/template/common/coorp-header/index.js +10 -2
  1549. package/lib/template/common/coorp-header/index.js.map +1 -1
  1550. package/lib/template/common/dashboard/index.js +37 -3
  1551. package/lib/template/common/dashboard/index.js.map +1 -1
  1552. package/lib/template/common/discipline/index.js +26 -4
  1553. package/lib/template/common/discipline/index.js.map +1 -1
  1554. package/lib/template/common/faq-article-page/index.js +14 -4
  1555. package/lib/template/common/faq-article-page/index.js.map +1 -1
  1556. package/lib/template/common/faq-article-page/types.js +7 -2
  1557. package/lib/template/common/faq-article-page/types.js.map +1 -1
  1558. package/lib/template/common/faq-cards-page/index.js +15 -3
  1559. package/lib/template/common/faq-cards-page/index.js.map +1 -1
  1560. package/lib/template/common/faq-cards-page/types.js +8 -2
  1561. package/lib/template/common/faq-cards-page/types.js.map +1 -1
  1562. package/lib/template/common/faq-page/index.js +15 -3
  1563. package/lib/template/common/faq-page/index.js.map +1 -1
  1564. package/lib/template/common/faq-page/types.js +10 -2
  1565. package/lib/template/common/faq-page/types.js.map +1 -1
  1566. package/lib/template/common/privacy-policy-page/index.js +15 -3
  1567. package/lib/template/common/privacy-policy-page/index.js.map +1 -1
  1568. package/lib/template/common/privacy-policy-page/types.js +10 -2
  1569. package/lib/template/common/privacy-policy-page/types.js.map +1 -1
  1570. package/lib/template/common/search-page/index.js +23 -5
  1571. package/lib/template/common/search-page/index.js.map +1 -1
  1572. package/lib/template/external-course/index.js +31 -8
  1573. package/lib/template/external-course/index.js.map +1 -1
  1574. package/lib/template/mobile-login/confirm-email-sent/index.native.js +24 -6
  1575. package/lib/template/mobile-login/confirm-email-sent/index.native.js.map +1 -1
  1576. package/lib/template/mobile-login/qr-code-scanner/index.native.js +28 -12
  1577. package/lib/template/mobile-login/qr-code-scanner/index.native.js.map +1 -1
  1578. package/lib/template/mobile-login/receive-email/index.native.js +18 -4
  1579. package/lib/template/mobile-login/receive-email/index.native.js.map +1 -1
  1580. package/lib/template/mobile-login/welcome/index.native.js +26 -6
  1581. package/lib/template/mobile-login/welcome/index.native.js.map +1 -1
  1582. package/lib/template/my-learning/index.js +49 -5
  1583. package/lib/template/my-learning/index.js.map +1 -1
  1584. package/lib/template/playlist-detail/index.js +25 -4
  1585. package/lib/template/playlist-detail/index.js.map +1 -1
  1586. package/lib/template/review-dashboard-skills/index.js +11 -2
  1587. package/lib/template/review-dashboard-skills/index.js.map +1 -1
  1588. package/lib/template/skill-detail/all-courses.js +34 -5
  1589. package/lib/template/skill-detail/all-courses.js.map +1 -1
  1590. package/lib/template/skill-detail/continue-learning.js +21 -6
  1591. package/lib/template/skill-detail/continue-learning.js.map +1 -1
  1592. package/lib/template/skill-detail/index.js +27 -4
  1593. package/lib/template/skill-detail/index.js.map +1 -1
  1594. package/lib/template/teams-dashboard/index.js +21 -5
  1595. package/lib/template/teams-dashboard/index.js.map +1 -1
  1596. package/lib/util/bubbling.js +4 -1
  1597. package/lib/util/bubbling.js.map +1 -1
  1598. package/lib/util/build-query-string.js +7 -2
  1599. package/lib/util/build-query-string.js.map +1 -1
  1600. package/lib/util/button-icons.js +7 -2
  1601. package/lib/util/button-icons.js.map +1 -1
  1602. package/lib/util/check-is-mobile.js +2 -0
  1603. package/lib/util/check-is-mobile.js.map +1 -1
  1604. package/lib/util/closest-step.js +9 -1
  1605. package/lib/util/closest-step.js.map +1 -1
  1606. package/lib/util/constants.js +2 -1
  1607. package/lib/util/constants.js.map +1 -1
  1608. package/lib/util/external-content.js +10 -3
  1609. package/lib/util/external-content.js.map +1 -1
  1610. package/lib/util/get-class-state.js +5 -1
  1611. package/lib/util/get-class-state.js.map +1 -1
  1612. package/lib/util/get-clean-uri.js +4 -1
  1613. package/lib/util/get-clean-uri.js.map +1 -1
  1614. package/lib/util/get-resized-image.js +15 -6
  1615. package/lib/util/get-resized-image.js.map +1 -1
  1616. package/lib/util/get-shadow-box-color-from-primary.js +3 -0
  1617. package/lib/util/get-shadow-box-color-from-primary.js.map +1 -1
  1618. package/lib/util/image.js +8 -2
  1619. package/lib/util/image.js.map +1 -1
  1620. package/lib/util/navigation.js +16 -3
  1621. package/lib/util/navigation.js.map +1 -1
  1622. package/lib/util/parse-template-string.js +12 -2
  1623. package/lib/util/parse-template-string.js.map +1 -1
  1624. package/lib/util/proptypes.js +27 -6
  1625. package/lib/util/proptypes.js.map +1 -1
  1626. package/lib/util/render-with-context.js +23 -10
  1627. package/lib/util/render-with-context.js.map +1 -1
  1628. package/lib/util/search-value-included.js +9 -2
  1629. package/lib/util/search-value-included.js.map +1 -1
  1630. package/lib/util/shallow-compare.js +7 -2
  1631. package/lib/util/shallow-compare.js.map +1 -1
  1632. package/lib/util/time-format.js +4 -0
  1633. package/lib/util/time-format.js.map +1 -1
  1634. package/lib/util/use-mobile-keyboard-visibility.js +8 -1
  1635. package/lib/util/use-mobile-keyboard-visibility.js.map +1 -1
  1636. package/lib/variables/analytics.js +2 -1
  1637. package/lib/variables/analytics.js.map +1 -1
  1638. package/lib/variables/brand.native.js +2 -1
  1639. package/lib/variables/brand.native.js.map +1 -1
  1640. package/lib/variables/colors.css +3 -0
  1641. package/lib/variables/colors.js +2 -1
  1642. package/lib/variables/colors.js.map +1 -1
  1643. package/lib/variables/default-mobile-translations.js +2 -1
  1644. package/lib/variables/default-mobile-translations.js.map +1 -1
  1645. package/lib/variables/shadow.js +3 -1
  1646. package/lib/variables/shadow.js.map +1 -1
  1647. package/lib/variables/theme.native.js +6 -2
  1648. package/lib/variables/theme.native.js.map +1 -1
  1649. package/lib/variables/vibration.js +2 -1
  1650. package/lib/variables/vibration.js.map +1 -1
  1651. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"proptypes.js","names":["PropTypes","split","trim","includes","every","stringMatching","_ColorPropType","_HexPropType","isEmpty","head","URL_REGEXP","UrlPropType","PATH_REGEXP","PathPropType","SrcPropType","oneOfType","FilesPropType","props","propName","componentName","validFilesTypes","propValue","filesTypes","isValid","type","Error","ColorPropType","HexPropType"],"sources":["../../src/util/proptypes.js"],"sourcesContent":["import PropTypes from 'prop-types';\nimport split from 'lodash/fp/split';\nimport trim from 'lodash/fp/trim';\nimport includes from 'lodash/fp/includes';\nimport every from 'lodash/fp/every';\nimport stringMatching from 'extended-proptypes/lib/validators/stringMatching';\n\nimport _ColorPropType from 'extended-proptypes/lib/validators/color';\nimport _HexPropType from 'extended-proptypes/lib/validators/hex';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport head from 'lodash/fp/head';\n\nconst URL_REGEXP =\n /^(http(s)?:\\/\\/.)[-a-zA-Z0-9@:%._\\\\+~#=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%_\\\\+.~#?&//=]*)$/;\nexport const UrlPropType = stringMatching(URL_REGEXP);\n\nconst PATH_REGEXP = /^\\/([-a-zA-Z0-9@:%_\\\\+.~#?&//=]*)$/;\nexport const PathPropType = stringMatching(PATH_REGEXP);\n\nexport const SrcPropType = PropTypes.oneOfType([UrlPropType, PathPropType]);\n\nexport const FilesPropType = (props, propName, componentName) => {\n const validFilesTypes = [\n 'image/jpeg',\n 'image/png',\n 'image/svg+xml',\n 'image/*',\n 'application/pdf',\n 'application/zip',\n 'text/csv'\n ];\n\n const propValue = props[propName];\n const filesTypes = split(',', propValue);\n const isValid =\n isEmpty(head(filesTypes)) || every(type => includes(trim(type), validFilesTypes), filesTypes);\n if (isValid) return null;\n\n return new Error(\n `Invalid prop value: ${propValue}, at component: ${componentName}. Expected a valid image type: image/jpeg, image/png, image/* image/svg+xml or application/pdf.`\n );\n};\n\nexport const ColorPropType = _ColorPropType;\nexport const HexPropType = _HexPropType;\n"],"mappings":"AAAA,OAAOA,SAAS,MAAM,YAAY;AAClC,OAAOC,KAAK,MAAM,iBAAiB;AACnC,OAAOC,IAAI,MAAM,gBAAgB;AACjC,OAAOC,QAAQ,MAAM,oBAAoB;AACzC,OAAOC,KAAK,MAAM,iBAAiB;AACnC,OAAOC,cAAc,MAAM,kDAAkD;AAE7E,OAAOC,cAAc,MAAM,yCAAyC;AACpE,OAAOC,YAAY,MAAM,uCAAuC;AAChE,OAAOC,OAAO,MAAM,mBAAmB;AACvC,OAAOC,IAAI,MAAM,gBAAgB;AAEjC,MAAMC,UAAU,GACd,8FAA8F;AAChG,OAAO,MAAMC,WAAW,GAAGN,cAAc,CAACK,UAAU,CAAC;AAErD,MAAME,WAAW,GAAG,oCAAoC;AACxD,OAAO,MAAMC,YAAY,GAAGR,cAAc,CAACO,WAAW,CAAC;AAEvD,OAAO,MAAME,WAAW,GAAGd,SAAS,CAACe,SAAS,CAAC,CAACJ,WAAW,EAAEE,YAAY,CAAC,CAAC;AAE3E,OAAO,MAAMG,aAAa,GAAGA,CAACC,KAAK,EAAEC,QAAQ,EAAEC,aAAa,KAAK;EAC/D,MAAMC,eAAe,GAAG,CACtB,YAAY,EACZ,WAAW,EACX,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,iBAAiB,EACjB,UAAU,CACX;EAED,MAAMC,SAAS,GAAGJ,KAAK,CAACC,QAAQ,CAAC;EACjC,MAAMI,UAAU,GAAGrB,KAAK,CAAC,GAAG,EAAEoB,SAAS,CAAC;EACxC,MAAME,OAAO,GACXf,OAAO,CAACC,IAAI,CAACa,UAAU,CAAC,CAAC,IAAIlB,KAAK,CAACoB,IAAI,IAAIrB,QAAQ,CAACD,IAAI,CAACsB,IAAI,CAAC,EAAEJ,eAAe,CAAC,EAAEE,UAAU,CAAC;EAC/F,IAAIC,OAAO,EAAE,OAAO,IAAI;EAExB,OAAO,IAAIE,KAAK,CACd,uBAAuBJ,SAAS,mBAAmBF,aAAa,iGAClE,CAAC;AACH,CAAC;AAED,OAAO,MAAMO,aAAa,GAAGpB,cAAc;AAC3C,OAAO,MAAMqB,WAAW,GAAGpB,YAAY","ignoreList":[]}
1
+ {"version":3,"file":"proptypes.js","names":["PropTypes","split","trim","includes","every","stringMatching","_ColorPropType","_HexPropType","isEmpty","head","URL_REGEXP","UrlPropType","PATH_REGEXP","PathPropType","SrcPropType","oneOfType","FilesPropType","props","propName","componentName","validFilesTypes","propValue","filesTypes","isValid","type","Error","ColorPropType","HexPropType"],"sources":["../../src/util/proptypes.js"],"sourcesContent":["import PropTypes from 'prop-types';\nimport split from 'lodash/fp/split';\nimport trim from 'lodash/fp/trim';\nimport includes from 'lodash/fp/includes';\nimport every from 'lodash/fp/every';\nimport stringMatching from 'extended-proptypes/lib/validators/stringMatching';\n\nimport _ColorPropType from 'extended-proptypes/lib/validators/color';\nimport _HexPropType from 'extended-proptypes/lib/validators/hex';\nimport isEmpty from 'lodash/fp/isEmpty';\nimport head from 'lodash/fp/head';\n\nconst URL_REGEXP =\n /^(http(s)?:\\/\\/.)[-a-zA-Z0-9@:%._\\\\+~#=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%_\\\\+.~#?&//=]*)$/;\nexport const UrlPropType = stringMatching(URL_REGEXP);\n\nconst PATH_REGEXP = /^\\/([-a-zA-Z0-9@:%_\\\\+.~#?&//=]*)$/;\nexport const PathPropType = stringMatching(PATH_REGEXP);\n\nexport const SrcPropType = PropTypes.oneOfType([UrlPropType, PathPropType]);\n\nexport const FilesPropType = (props, propName, componentName) => {\n const validFilesTypes = [\n 'image/jpeg',\n 'image/png',\n 'image/svg+xml',\n 'image/*',\n 'application/pdf',\n 'application/zip',\n 'text/csv'\n ];\n\n const propValue = props[propName];\n const filesTypes = split(',', propValue);\n const isValid =\n isEmpty(head(filesTypes)) || every(type => includes(trim(type), validFilesTypes), filesTypes);\n if (isValid) return null;\n\n return new Error(\n `Invalid prop value: ${propValue}, at component: ${componentName}. Expected a valid image type: image/jpeg, image/png, image/* image/svg+xml or application/pdf.`\n );\n};\n\nexport const ColorPropType = _ColorPropType;\nexport const HexPropType = _HexPropType;\n"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,YAAtB;AACA,OAAOC,KAAP,MAAkB,iBAAlB;AACA,OAAOC,IAAP,MAAiB,gBAAjB;AACA,OAAOC,QAAP,MAAqB,oBAArB;AACA,OAAOC,KAAP,MAAkB,iBAAlB;AACA,OAAOC,cAAP,MAA2B,kDAA3B;AAEA,OAAOC,cAAP,MAA2B,yCAA3B;AACA,OAAOC,YAAP,MAAyB,uCAAzB;AACA,OAAOC,OAAP,MAAoB,mBAApB;AACA,OAAOC,IAAP,MAAiB,gBAAjB;AAEA,MAAMC,UAAU,GACd,8FADF;AAEA,OAAO,MAAMC,WAAW,GAAGN,cAAc,CAACK,UAAD,CAAlC;AAEP,MAAME,WAAW,GAAG,oCAApB;AACA,OAAO,MAAMC,YAAY,GAAGR,cAAc,CAACO,WAAD,CAAnC;AAEP,OAAO,MAAME,WAAW,GAAGd,SAAS,CAACe,SAAV,CAAoB,CAACJ,WAAD,EAAcE,YAAd,CAApB,CAApB;AAEP,OAAO,MAAMG,aAAa,GAAG,CAACC,KAAD,EAAQC,QAAR,EAAkBC,aAAlB,KAAoC;EAC/D,MAAMC,eAAe,GAAG,CACtB,YADsB,EAEtB,WAFsB,EAGtB,eAHsB,EAItB,SAJsB,EAKtB,iBALsB,EAMtB,iBANsB,EAOtB,UAPsB,CAAxB;EAUA,MAAMC,SAAS,GAAGJ,KAAK,CAACC,QAAD,CAAvB;EACA,MAAMI,UAAU,GAAGrB,KAAK,CAAC,GAAD,EAAMoB,SAAN,CAAxB;EACA,MAAME,OAAO,GACXf,OAAO,CAACC,IAAI,CAACa,UAAD,CAAL,CAAP,IAA6BlB,KAAK,CAACoB,IAAI,IAAIrB,QAAQ,CAACD,IAAI,CAACsB,IAAD,CAAL,EAAaJ,eAAb,CAAjB,EAAgDE,UAAhD,CADpC;EAEA,IAAIC,OAAJ,EAAa,OAAO,IAAP;EAEb,OAAO,IAAIE,KAAJ,CACJ,uBAAsBJ,SAAU,mBAAkBF,aAAc,iGAD5D,CAAP;AAGD,CApBM;AAsBP,OAAO,MAAMO,aAAa,GAAGpB,cAAtB;AACP,OAAO,MAAMqB,WAAW,GAAGpB,YAApB"}
@@ -1,4 +1,5 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
2
3
  import React from 'react';
3
4
  import PropTypes from 'prop-types';
4
5
  import { render } from '@testing-library/react';
@@ -10,17 +11,18 @@ export const renderWithContext = (component, options = {}) => {
10
11
  context = {},
11
12
  useLegacyProvider = false,
12
13
  ...renderOptions
13
- } = options;
14
- // uses mockTranslate as a default translate function
14
+ } = options; // uses mockTranslate as a default translate function
15
+
15
16
  const {
16
17
  translate = mockTranslate,
17
18
  ...rest
18
19
  } = context;
20
+
19
21
  const wrapper = ({
20
22
  children
21
23
  }) => {
22
- const hasContextTypes = useLegacyProvider || has(['type', 'contextTypes'], children);
23
- // eslint-disable-next-line no-console
24
+ const hasContextTypes = useLegacyProvider || has(['type', 'contextTypes'], children); // eslint-disable-next-line no-console
25
+
24
26
  if (!hasContextTypes) console.log('ContextTypes not found, using WebContext');
25
27
  return hasContextTypes ? /*#__PURE__*/React.createElement(Provider, _extends({}, rest, {
26
28
  translate: translate
@@ -28,11 +30,11 @@ export const renderWithContext = (component, options = {}) => {
28
30
  translate: translate
29
31
  }), children);
30
32
  };
33
+
31
34
  wrapper.propTypes = process.env.NODE_ENV !== "production" ? {
32
35
  children: PropTypes.node
33
36
  } : {};
34
- return render(component, {
35
- ...renderOptions,
37
+ return render(component, { ...renderOptions,
36
38
  wrapper
37
39
  });
38
40
  };
@@ -1 +1 @@
1
- {"version":3,"file":"render-with-context.js","names":["React","PropTypes","render","has","mockTranslate","Provider","WebContext","renderWithContext","component","options","context","useLegacyProvider","renderOptions","translate","rest","wrapper","children","hasContextTypes","console","log","createElement","_extends","propTypes","process","env","NODE_ENV","node"],"sources":["../../src/util/render-with-context.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {render} from '@testing-library/react';\nimport has from 'lodash/fp/has';\nimport {mockTranslate} from '@coorpacademy/translate';\nimport Provider, {WebContext} from '../atom/provider';\n\nexport const renderWithContext = (component, options = {}) => {\n const {context = {}, useLegacyProvider = false, ...renderOptions} = options;\n // uses mockTranslate as a default translate function\n const {translate = mockTranslate, ...rest} = context;\n\n const wrapper = ({children}) => {\n const hasContextTypes = useLegacyProvider || has(['type', 'contextTypes'], children);\n // eslint-disable-next-line no-console\n if (!hasContextTypes) console.log('ContextTypes not found, using WebContext');\n return hasContextTypes ? (\n <Provider {...rest} translate={translate}>\n {children}\n </Provider>\n ) : (\n <WebContext {...rest} translate={translate}>\n {children}\n </WebContext>\n );\n };\n\n wrapper.propTypes = {\n children: PropTypes.node\n };\n\n return render(component, {\n ...renderOptions,\n wrapper\n });\n};\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,SAAS,MAAM,YAAY;AAClC,SAAQC,MAAM,QAAO,wBAAwB;AAC7C,OAAOC,GAAG,MAAM,eAAe;AAC/B,SAAQC,aAAa,QAAO,yBAAyB;AACrD,OAAOC,QAAQ,IAAGC,UAAU,QAAO,kBAAkB;AAErD,OAAO,MAAMC,iBAAiB,GAAGA,CAACC,SAAS,EAAEC,OAAO,GAAG,CAAC,CAAC,KAAK;EAC5D,MAAM;IAACC,OAAO,GAAG,CAAC,CAAC;IAAEC,iBAAiB,GAAG,KAAK;IAAE,GAAGC;EAAa,CAAC,GAAGH,OAAO;EAC3E;EACA,MAAM;IAACI,SAAS,GAAGT,aAAa;IAAE,GAAGU;EAAI,CAAC,GAAGJ,OAAO;EAEpD,MAAMK,OAAO,GAAGA,CAAC;IAACC;EAAQ,CAAC,KAAK;IAC9B,MAAMC,eAAe,GAAGN,iBAAiB,IAAIR,GAAG,CAAC,CAAC,MAAM,EAAE,cAAc,CAAC,EAAEa,QAAQ,CAAC;IACpF;IACA,IAAI,CAACC,eAAe,EAAEC,OAAO,CAACC,GAAG,CAAC,0CAA0C,CAAC;IAC7E,OAAOF,eAAe,gBACpBjB,KAAA,CAAAoB,aAAA,CAACf,QAAQ,EAAAgB,QAAA,KAAKP,IAAI;MAAED,SAAS,EAAEA;IAAU,IACtCG,QACO,CAAC,gBAEXhB,KAAA,CAAAoB,aAAA,CAACd,UAAU,EAAAe,QAAA,KAAKP,IAAI;MAAED,SAAS,EAAEA;IAAU,IACxCG,QACS,CACb;EACH,CAAC;EAEDD,OAAO,CAACO,SAAS,GAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA,oBAAG;IAClBT,QAAQ,EAAEf,SAAS,CAACyB;EACtB,CAAC;EAED,OAAOxB,MAAM,CAACM,SAAS,EAAE;IACvB,GAAGI,aAAa;IAChBG;EACF,CAAC,CAAC;AACJ,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"render-with-context.js","names":["React","PropTypes","render","has","mockTranslate","Provider","WebContext","renderWithContext","component","options","context","useLegacyProvider","renderOptions","translate","rest","wrapper","children","hasContextTypes","console","log","propTypes","node"],"sources":["../../src/util/render-with-context.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport {render} from '@testing-library/react';\nimport has from 'lodash/fp/has';\nimport {mockTranslate} from '@coorpacademy/translate';\nimport Provider, {WebContext} from '../atom/provider';\n\nexport const renderWithContext = (component, options = {}) => {\n const {context = {}, useLegacyProvider = false, ...renderOptions} = options;\n // uses mockTranslate as a default translate function\n const {translate = mockTranslate, ...rest} = context;\n\n const wrapper = ({children}) => {\n const hasContextTypes = useLegacyProvider || has(['type', 'contextTypes'], children);\n // eslint-disable-next-line no-console\n if (!hasContextTypes) console.log('ContextTypes not found, using WebContext');\n return hasContextTypes ? (\n <Provider {...rest} translate={translate}>\n {children}\n </Provider>\n ) : (\n <WebContext {...rest} translate={translate}>\n {children}\n </WebContext>\n );\n };\n\n wrapper.propTypes = {\n children: PropTypes.node\n };\n\n return render(component, {\n ...renderOptions,\n wrapper\n });\n};\n"],"mappings":";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,SAAQC,MAAR,QAAqB,wBAArB;AACA,OAAOC,GAAP,MAAgB,eAAhB;AACA,SAAQC,aAAR,QAA4B,yBAA5B;AACA,OAAOC,QAAP,IAAkBC,UAAlB,QAAmC,kBAAnC;AAEA,OAAO,MAAMC,iBAAiB,GAAG,CAACC,SAAD,EAAYC,OAAO,GAAG,EAAtB,KAA6B;EAC5D,MAAM;IAACC,OAAO,GAAG,EAAX;IAAeC,iBAAiB,GAAG,KAAnC;IAA0C,GAAGC;EAA7C,IAA8DH,OAApE,CAD4D,CAE5D;;EACA,MAAM;IAACI,SAAS,GAAGT,aAAb;IAA4B,GAAGU;EAA/B,IAAuCJ,OAA7C;;EAEA,MAAMK,OAAO,GAAG,CAAC;IAACC;EAAD,CAAD,KAAgB;IAC9B,MAAMC,eAAe,GAAGN,iBAAiB,IAAIR,GAAG,CAAC,CAAC,MAAD,EAAS,cAAT,CAAD,EAA2Ba,QAA3B,CAAhD,CAD8B,CAE9B;;IACA,IAAI,CAACC,eAAL,EAAsBC,OAAO,CAACC,GAAR,CAAY,0CAAZ;IACtB,OAAOF,eAAe,gBACpB,oBAAC,QAAD,eAAcH,IAAd;MAAoB,SAAS,EAAED;IAA/B,IACGG,QADH,CADoB,gBAKpB,oBAAC,UAAD,eAAgBF,IAAhB;MAAsB,SAAS,EAAED;IAAjC,IACGG,QADH,CALF;EASD,CAbD;;EAeAD,OAAO,CAACK,SAAR,2CAAoB;IAClBJ,QAAQ,EAAEf,SAAS,CAACoB;EADF,CAApB;EAIA,OAAOnB,MAAM,CAACM,SAAD,EAAY,EACvB,GAAGI,aADoB;IAEvBG;EAFuB,CAAZ,CAAb;AAID,CA5BM"}
@@ -1,8 +1,10 @@
1
1
  import _pipe from "lodash/fp/pipe";
2
2
  import _toLower from "lodash/fp/toLower";
3
3
  import _includes from "lodash/fp/includes";
4
+
4
5
  const searchValueIncluded = (skill, value) => {
5
6
  return _pipe(_toLower, _includes(_toLower(value)))(skill);
6
7
  };
8
+
7
9
  export default searchValueIncluded;
8
10
  //# sourceMappingURL=search-value-included.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-value-included.js","names":["searchValueIncluded","skill","value","_pipe","_toLower","_includes"],"sources":["../../src/util/search-value-included.js"],"sourcesContent":["import {includes, toLower, pipe} from 'lodash/fp';\n\nconst searchValueIncluded = (skill, value) => {\n return pipe(toLower, includes(toLower(value)))(skill);\n};\n\nexport default searchValueIncluded;\n"],"mappings":";;;AAEA,MAAMA,mBAAmB,GAAGA,CAACC,KAAK,EAAEC,KAAK,KAAK;EAC5C,OAAOC,KAAA,CAAAC,QAAA,EAAcC,SAAA,CAASD,QAAA,CAAQF,KAAK,CAAC,CAAC,CAAC,CAACD,KAAK,CAAC;AACvD,CAAC;AAED,eAAeD,mBAAmB","ignoreList":[]}
1
+ {"version":3,"file":"search-value-included.js","names":["searchValueIncluded","skill","value"],"sources":["../../src/util/search-value-included.js"],"sourcesContent":["import {includes, toLower, pipe} from 'lodash/fp';\n\nconst searchValueIncluded = (skill, value) => {\n return pipe(toLower, includes(toLower(value)))(skill);\n};\n\nexport default searchValueIncluded;\n"],"mappings":";;;;AAEA,MAAMA,mBAAmB,GAAG,CAACC,KAAD,EAAQC,KAAR,KAAkB;EAC5C,OAAO,gBAAc,UAAS,SAAQA,KAAR,CAAT,CAAd,EAAwCD,KAAxC,CAAP;AACD,CAFD;;AAIA,eAAeD,mBAAf"}
@@ -1,4 +1,5 @@
1
1
  import _isEqual from "lodash/fp/isEqual";
2
+
2
3
  /**
3
4
  * Does a shallow comparison for props, state and context
4
5
  * See also https://facebook.github.io/react/docs/shallow-compare.html
@@ -7,5 +8,6 @@ import _isEqual from "lodash/fp/isEqual";
7
8
  const shallowCompare = (instance, nextProps, nextState, nextContext) => {
8
9
  return !(_isEqual(instance.props, nextProps) && _isEqual(instance.state, nextState) && _isEqual(instance.context, nextContext));
9
10
  };
11
+
10
12
  export default shallowCompare;
11
13
  //# sourceMappingURL=shallow-compare.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"shallow-compare.js","names":["shallowCompare","instance","nextProps","nextState","nextContext","_isEqual","props","state","context"],"sources":["../../src/util/shallow-compare.js"],"sourcesContent":["import {isEqual} from 'lodash/fp';\n\n/**\n * Does a shallow comparison for props, state and context\n * See also https://facebook.github.io/react/docs/shallow-compare.html\n * from https://github.com/facebook/react/blob/master/src/addons/shallowCompare.js\n */\nconst shallowCompare = (instance, nextProps, nextState, nextContext) => {\n return !(\n isEqual(instance.props, nextProps) &&\n isEqual(instance.state, nextState) &&\n isEqual(instance.context, nextContext)\n );\n};\n\nexport default shallowCompare;\n"],"mappings":";AAEA;AACA;AACA;AACA;AACA;AACA,MAAMA,cAAc,GAAGA,CAACC,QAAQ,EAAEC,SAAS,EAAEC,SAAS,EAAEC,WAAW,KAAK;EACtE,OAAO,EACLC,QAAA,CAAQJ,QAAQ,CAACK,KAAK,EAAEJ,SAAS,CAAC,IAClCG,QAAA,CAAQJ,QAAQ,CAACM,KAAK,EAAEJ,SAAS,CAAC,IAClCE,QAAA,CAAQJ,QAAQ,CAACO,OAAO,EAAEJ,WAAW,CAAC,CACvC;AACH,CAAC;AAED,eAAeJ,cAAc","ignoreList":[]}
1
+ {"version":3,"file":"shallow-compare.js","names":["shallowCompare","instance","nextProps","nextState","nextContext","props","state","context"],"sources":["../../src/util/shallow-compare.js"],"sourcesContent":["import {isEqual} from 'lodash/fp';\n\n/**\n * Does a shallow comparison for props, state and context\n * See also https://facebook.github.io/react/docs/shallow-compare.html\n * from https://github.com/facebook/react/blob/master/src/addons/shallowCompare.js\n */\nconst shallowCompare = (instance, nextProps, nextState, nextContext) => {\n return !(\n isEqual(instance.props, nextProps) &&\n isEqual(instance.state, nextState) &&\n isEqual(instance.context, nextContext)\n );\n};\n\nexport default shallowCompare;\n"],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA,MAAMA,cAAc,GAAG,CAACC,QAAD,EAAWC,SAAX,EAAsBC,SAAtB,EAAiCC,WAAjC,KAAiD;EACtE,OAAO,EACL,SAAQH,QAAQ,CAACI,KAAjB,EAAwBH,SAAxB,KACA,SAAQD,QAAQ,CAACK,KAAjB,EAAwBH,SAAxB,CADA,IAEA,SAAQF,QAAQ,CAACM,OAAjB,EAA0BH,WAA1B,CAHK,CAAP;AAKD,CAND;;AAQA,eAAeJ,cAAf"}
@@ -2,13 +2,17 @@ function formatMinutes(minutes) {
2
2
  const timeArr = [];
3
3
  const hours = Math.floor(minutes / 60);
4
4
  const remainingMinutes = `${minutes % 60}`;
5
+
5
6
  if (hours > 0) {
6
7
  timeArr.push(`${hours}h`);
7
8
  }
9
+
8
10
  if (remainingMinutes > 0) {
9
11
  timeArr.push(`${remainingMinutes.padStart(2, '0')}min`);
10
12
  }
13
+
11
14
  return timeArr.length > 0 ? timeArr.join(' ') : '0min';
12
15
  }
16
+
13
17
  export { formatMinutes };
14
18
  //# sourceMappingURL=time-format.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"time-format.js","names":["formatMinutes","minutes","timeArr","hours","Math","floor","remainingMinutes","push","padStart","length","join"],"sources":["../../src/util/time-format.js"],"sourcesContent":["function formatMinutes(minutes) {\n const timeArr = [];\n const hours = Math.floor(minutes / 60);\n const remainingMinutes = `${minutes % 60}`;\n if (hours > 0) {\n timeArr.push(`${hours}h`);\n }\n if (remainingMinutes > 0) {\n timeArr.push(`${remainingMinutes.padStart(2, '0')}min`);\n }\n return timeArr.length > 0 ? timeArr.join(' ') : '0min';\n}\n\nexport {formatMinutes};\n"],"mappings":"AAAA,SAASA,aAAaA,CAACC,OAAO,EAAE;EAC9B,MAAMC,OAAO,GAAG,EAAE;EAClB,MAAMC,KAAK,GAAGC,IAAI,CAACC,KAAK,CAACJ,OAAO,GAAG,EAAE,CAAC;EACtC,MAAMK,gBAAgB,GAAG,GAAGL,OAAO,GAAG,EAAE,EAAE;EAC1C,IAAIE,KAAK,GAAG,CAAC,EAAE;IACbD,OAAO,CAACK,IAAI,CAAC,GAAGJ,KAAK,GAAG,CAAC;EAC3B;EACA,IAAIG,gBAAgB,GAAG,CAAC,EAAE;IACxBJ,OAAO,CAACK,IAAI,CAAC,GAAGD,gBAAgB,CAACE,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC;EACzD;EACA,OAAON,OAAO,CAACO,MAAM,GAAG,CAAC,GAAGP,OAAO,CAACQ,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM;AACxD;AAEA,SAAQV,aAAa","ignoreList":[]}
1
+ {"version":3,"file":"time-format.js","names":["formatMinutes","minutes","timeArr","hours","Math","floor","remainingMinutes","push","padStart","length","join"],"sources":["../../src/util/time-format.js"],"sourcesContent":["function formatMinutes(minutes) {\n const timeArr = [];\n const hours = Math.floor(minutes / 60);\n const remainingMinutes = `${minutes % 60}`;\n if (hours > 0) {\n timeArr.push(`${hours}h`);\n }\n if (remainingMinutes > 0) {\n timeArr.push(`${remainingMinutes.padStart(2, '0')}min`);\n }\n return timeArr.length > 0 ? timeArr.join(' ') : '0min';\n}\n\nexport {formatMinutes};\n"],"mappings":"AAAA,SAASA,aAAT,CAAuBC,OAAvB,EAAgC;EAC9B,MAAMC,OAAO,GAAG,EAAhB;EACA,MAAMC,KAAK,GAAGC,IAAI,CAACC,KAAL,CAAWJ,OAAO,GAAG,EAArB,CAAd;EACA,MAAMK,gBAAgB,GAAI,GAAEL,OAAO,GAAG,EAAG,EAAzC;;EACA,IAAIE,KAAK,GAAG,CAAZ,EAAe;IACbD,OAAO,CAACK,IAAR,CAAc,GAAEJ,KAAM,GAAtB;EACD;;EACD,IAAIG,gBAAgB,GAAG,CAAvB,EAA0B;IACxBJ,OAAO,CAACK,IAAR,CAAc,GAAED,gBAAgB,CAACE,QAAjB,CAA0B,CAA1B,EAA6B,GAA7B,CAAkC,KAAlD;EACD;;EACD,OAAON,OAAO,CAACO,MAAR,GAAiB,CAAjB,GAAqBP,OAAO,CAACQ,IAAR,CAAa,GAAb,CAArB,GAAyC,MAAhD;AACD;;AAED,SAAQV,aAAR"}
@@ -1,5 +1,6 @@
1
1
  import { useEffect, useState } from 'react';
2
2
  import { Keyboard, Platform } from 'react-native';
3
+
3
4
  const useMobileKeyboardVisibility = () => {
4
5
  const [isKeyboardVisible, setKeyboardVisible] = useState(false);
5
6
  useEffect(() => {
@@ -16,5 +17,6 @@ const useMobileKeyboardVisibility = () => {
16
17
  }, []);
17
18
  return isKeyboardVisible;
18
19
  };
20
+
19
21
  export default useMobileKeyboardVisibility;
20
22
  //# sourceMappingURL=use-mobile-keyboard-visibility.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-mobile-keyboard-visibility.js","names":["useEffect","useState","Keyboard","Platform","useMobileKeyboardVisibility","isKeyboardVisible","setKeyboardVisible","showListener","addListener","OS","hideListener","remove"],"sources":["../../src/util/use-mobile-keyboard-visibility.tsx"],"sourcesContent":["import {useEffect, useState} from 'react';\nimport {Keyboard, Platform} from 'react-native';\n\nconst useMobileKeyboardVisibility = () => {\n const [isKeyboardVisible, setKeyboardVisible] = useState<boolean>(false);\n\n useEffect(() => {\n const showListener = Keyboard.addListener(\n Platform.OS === 'ios' ? 'keyboardWillShow' : 'keyboardDidShow',\n () => {\n setKeyboardVisible(true);\n }\n );\n\n const hideListener = Keyboard.addListener(\n Platform.OS === 'ios' ? 'keyboardWillHide' : 'keyboardDidHide',\n () => {\n setKeyboardVisible(false);\n }\n );\n\n return () => {\n showListener.remove();\n hideListener.remove();\n };\n }, []);\n\n return isKeyboardVisible;\n};\n\nexport default useMobileKeyboardVisibility;\n"],"mappings":"AAAA,SAAQA,SAAS,EAAEC,QAAQ,QAAO,OAAO;AACzC,SAAQC,QAAQ,EAAEC,QAAQ,QAAO,cAAc;AAE/C,MAAMC,2BAA2B,GAAGA,CAAA,KAAM;EACxC,MAAM,CAACC,iBAAiB,EAAEC,kBAAkB,CAAC,GAAGL,QAAQ,CAAU,KAAK,CAAC;EAExED,SAAS,CAAC,MAAM;IACd,MAAMO,YAAY,GAAGL,QAAQ,CAACM,WAAW,CACvCL,QAAQ,CAACM,EAAE,KAAK,KAAK,GAAG,kBAAkB,GAAG,iBAAiB,EAC9D,MAAM;MACJH,kBAAkB,CAAC,IAAI,CAAC;IAC1B,CACF,CAAC;IAED,MAAMI,YAAY,GAAGR,QAAQ,CAACM,WAAW,CACvCL,QAAQ,CAACM,EAAE,KAAK,KAAK,GAAG,kBAAkB,GAAG,iBAAiB,EAC9D,MAAM;MACJH,kBAAkB,CAAC,KAAK,CAAC;IAC3B,CACF,CAAC;IAED,OAAO,MAAM;MACXC,YAAY,CAACI,MAAM,CAAC,CAAC;MACrBD,YAAY,CAACC,MAAM,CAAC,CAAC;IACvB,CAAC;EACH,CAAC,EAAE,EAAE,CAAC;EAEN,OAAON,iBAAiB;AAC1B,CAAC;AAED,eAAeD,2BAA2B","ignoreList":[]}
1
+ {"version":3,"file":"use-mobile-keyboard-visibility.js","names":["useEffect","useState","Keyboard","Platform","useMobileKeyboardVisibility","isKeyboardVisible","setKeyboardVisible","showListener","addListener","OS","hideListener","remove"],"sources":["../../src/util/use-mobile-keyboard-visibility.tsx"],"sourcesContent":["import {useEffect, useState} from 'react';\nimport {Keyboard, Platform} from 'react-native';\n\nconst useMobileKeyboardVisibility = () => {\n const [isKeyboardVisible, setKeyboardVisible] = useState<boolean>(false);\n\n useEffect(() => {\n const showListener = Keyboard.addListener(\n Platform.OS === 'ios' ? 'keyboardWillShow' : 'keyboardDidShow',\n () => {\n setKeyboardVisible(true);\n }\n );\n\n const hideListener = Keyboard.addListener(\n Platform.OS === 'ios' ? 'keyboardWillHide' : 'keyboardDidHide',\n () => {\n setKeyboardVisible(false);\n }\n );\n\n return () => {\n showListener.remove();\n hideListener.remove();\n };\n }, []);\n\n return isKeyboardVisible;\n};\n\nexport default useMobileKeyboardVisibility;\n"],"mappings":"AAAA,SAAQA,SAAR,EAAmBC,QAAnB,QAAkC,OAAlC;AACA,SAAQC,QAAR,EAAkBC,QAAlB,QAAiC,cAAjC;;AAEA,MAAMC,2BAA2B,GAAG,MAAM;EACxC,MAAM,CAACC,iBAAD,EAAoBC,kBAApB,IAA0CL,QAAQ,CAAU,KAAV,CAAxD;EAEAD,SAAS,CAAC,MAAM;IACd,MAAMO,YAAY,GAAGL,QAAQ,CAACM,WAAT,CACnBL,QAAQ,CAACM,EAAT,KAAgB,KAAhB,GAAwB,kBAAxB,GAA6C,iBAD1B,EAEnB,MAAM;MACJH,kBAAkB,CAAC,IAAD,CAAlB;IACD,CAJkB,CAArB;IAOA,MAAMI,YAAY,GAAGR,QAAQ,CAACM,WAAT,CACnBL,QAAQ,CAACM,EAAT,KAAgB,KAAhB,GAAwB,kBAAxB,GAA6C,iBAD1B,EAEnB,MAAM;MACJH,kBAAkB,CAAC,KAAD,CAAlB;IACD,CAJkB,CAArB;IAOA,OAAO,MAAM;MACXC,YAAY,CAACI,MAAb;MACAD,YAAY,CAACC,MAAb;IACD,CAHD;EAID,CAnBQ,EAmBN,EAnBM,CAAT;EAqBA,OAAON,iBAAP;AACD,CAzBD;;AA2BA,eAAeD,2BAAf"}
@@ -1 +1 @@
1
- {"version":3,"file":"analytics.js","names":["ANALYTICS_EVENT_TYPE","PRESS","SWIPE","LONG_PRESS","SLIDE","MEDIA_VIEWED","START_PROGRESSION","OPEN_SELECT","CLOSE_SELECT","INPUT_BLUR","INPUT_FOCUS","FINISH_PROGRESSION","SIGN_IN","SIGN_OUT","NAVIGATE","VALIDATE_ANSWER","PERMISSION","NOTIFICATIONS_MAYBE_LATER","NOTIFICATIONS_YES_NOTIFY_ME","NOTIFICATIONS"],"sources":["../../src/variables/analytics.tsx"],"sourcesContent":["export const ANALYTICS_EVENT_TYPE = {\n PRESS: 'press',\n SWIPE: 'swipe',\n LONG_PRESS: 'longPress',\n SLIDE: 'slide',\n MEDIA_VIEWED: 'mediaViewed',\n START_PROGRESSION: 'startProgression',\n OPEN_SELECT: 'openSelect',\n CLOSE_SELECT: 'closeSelect',\n INPUT_BLUR: 'inputBlur',\n INPUT_FOCUS: 'inputFocus',\n FINISH_PROGRESSION: 'finishProgression',\n SIGN_IN: 'signIn',\n SIGN_OUT: 'signOut',\n NAVIGATE: 'navigate',\n VALIDATE_ANSWER: 'validateAnswer',\n PERMISSION: 'permission',\n NOTIFICATIONS_MAYBE_LATER: 'notificationsMaybeLater',\n NOTIFICATIONS_YES_NOTIFY_ME: 'notificationsYesNotifyMe',\n NOTIFICATIONS: 'notifications'\n};\n\nexport type Analytics = {\n logEvent: (name: string, options: {id?: string; questionType?: string}) => void;\n};\n\nexport type AnalyticsEventParams = {\n [key: string]: string | number;\n};\n"],"mappings":"AAAA,OAAO,MAAMA,oBAAoB,GAAG;EAClCC,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE,OAAO;EACdC,UAAU,EAAE,WAAW;EACvBC,KAAK,EAAE,OAAO;EACdC,YAAY,EAAE,aAAa;EAC3BC,iBAAiB,EAAE,kBAAkB;EACrCC,WAAW,EAAE,YAAY;EACzBC,YAAY,EAAE,aAAa;EAC3BC,UAAU,EAAE,WAAW;EACvBC,WAAW,EAAE,YAAY;EACzBC,kBAAkB,EAAE,mBAAmB;EACvCC,OAAO,EAAE,QAAQ;EACjBC,QAAQ,EAAE,SAAS;EACnBC,QAAQ,EAAE,UAAU;EACpBC,eAAe,EAAE,gBAAgB;EACjCC,UAAU,EAAE,YAAY;EACxBC,yBAAyB,EAAE,yBAAyB;EACpDC,2BAA2B,EAAE,0BAA0B;EACvDC,aAAa,EAAE;AACjB,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"analytics.js","names":["ANALYTICS_EVENT_TYPE","PRESS","SWIPE","LONG_PRESS","SLIDE","MEDIA_VIEWED","START_PROGRESSION","OPEN_SELECT","CLOSE_SELECT","INPUT_BLUR","INPUT_FOCUS","FINISH_PROGRESSION","SIGN_IN","SIGN_OUT","NAVIGATE","VALIDATE_ANSWER","PERMISSION","NOTIFICATIONS_MAYBE_LATER","NOTIFICATIONS_YES_NOTIFY_ME","NOTIFICATIONS"],"sources":["../../src/variables/analytics.tsx"],"sourcesContent":["export const ANALYTICS_EVENT_TYPE = {\n PRESS: 'press',\n SWIPE: 'swipe',\n LONG_PRESS: 'longPress',\n SLIDE: 'slide',\n MEDIA_VIEWED: 'mediaViewed',\n START_PROGRESSION: 'startProgression',\n OPEN_SELECT: 'openSelect',\n CLOSE_SELECT: 'closeSelect',\n INPUT_BLUR: 'inputBlur',\n INPUT_FOCUS: 'inputFocus',\n FINISH_PROGRESSION: 'finishProgression',\n SIGN_IN: 'signIn',\n SIGN_OUT: 'signOut',\n NAVIGATE: 'navigate',\n VALIDATE_ANSWER: 'validateAnswer',\n PERMISSION: 'permission',\n NOTIFICATIONS_MAYBE_LATER: 'notificationsMaybeLater',\n NOTIFICATIONS_YES_NOTIFY_ME: 'notificationsYesNotifyMe',\n NOTIFICATIONS: 'notifications'\n};\n\nexport type Analytics = {\n logEvent: (name: string, options: {id?: string; questionType?: string}) => void;\n};\n\nexport type AnalyticsEventParams = {\n [key: string]: string | number;\n};\n"],"mappings":"AAAA,OAAO,MAAMA,oBAAoB,GAAG;EAClCC,KAAK,EAAE,OAD2B;EAElCC,KAAK,EAAE,OAF2B;EAGlCC,UAAU,EAAE,WAHsB;EAIlCC,KAAK,EAAE,OAJ2B;EAKlCC,YAAY,EAAE,aALoB;EAMlCC,iBAAiB,EAAE,kBANe;EAOlCC,WAAW,EAAE,YAPqB;EAQlCC,YAAY,EAAE,aARoB;EASlCC,UAAU,EAAE,WATsB;EAUlCC,WAAW,EAAE,YAVqB;EAWlCC,kBAAkB,EAAE,mBAXc;EAYlCC,OAAO,EAAE,QAZyB;EAalCC,QAAQ,EAAE,SAbwB;EAclCC,QAAQ,EAAE,UAdwB;EAelCC,eAAe,EAAE,gBAfiB;EAgBlCC,UAAU,EAAE,YAhBsB;EAiBlCC,yBAAyB,EAAE,yBAjBO;EAkBlCC,2BAA2B,EAAE,0BAlBK;EAmBlCC,aAAa,EAAE;AAnBmB,CAA7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"brand.native.js","names":["defaultBrandTheme"],"sources":["../../src/variables/brand.native.ts"],"sourcesContent":["export type Brand = {\n name?: string;\n host?: string;\n contentCategoryName?: string;\n colors?: {\n primary: string;\n };\n hero?: string;\n images?: {\n 'logo-mobile': string;\n };\n youtube?: {\n apiKey: string;\n };\n supportedLanguages?: Array<string>;\n defaultLanguage?: string;\n env?: string;\n};\n\nexport const defaultBrandTheme: Brand = {};\n"],"mappings":"AAmBA,OAAO,MAAMA,iBAAwB,GAAG,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"brand.native.js","names":["defaultBrandTheme"],"sources":["../../src/variables/brand.native.ts"],"sourcesContent":["export type Brand = {\n name?: string;\n host?: string;\n contentCategoryName?: string;\n colors?: {\n primary: string;\n };\n hero?: string;\n images?: {\n 'logo-mobile': string;\n };\n youtube?: {\n apiKey: string;\n };\n supportedLanguages?: Array<string>;\n defaultLanguage?: string;\n env?: string;\n};\n\nexport const defaultBrandTheme: Brand = {};\n"],"mappings":"AAmBA,OAAO,MAAMA,iBAAwB,GAAG,EAAjC"}
@@ -30,6 +30,7 @@
30
30
  @value cm_blue_50: #f1f6fe;
31
31
  @value cm_blue_200: #74A5F6;
32
32
  @value cm_blue_600: #0051d6;
33
+ @value cm_blue_700 #0042AD;
33
34
  @value cm_blue_900: #06265B;
34
35
  @value cm_bleu_article: #365FCD;
35
36
  @value cm_grey_50: #FAFAFA;
@@ -72,6 +73,8 @@
72
73
  @value box_shadow_light_dark: rgba(0, 0, 0, 0.12);
73
74
  @value box_shadow_medium_dark: rgba(0, 0, 0, 0.2);
74
75
  @value box_shadow_orange_700: rgba(255, 84, 31, 0.15);
76
+ @value box_shadow_blue_700: rgba(0, 66, 173, 0.15); ;
77
+
75
78
  @value light_blue: #ADC9F5;
76
79
  @value negative_100: #FCDADA;
77
80
  @value go1_backgound: #144953;
@@ -1 +1 @@
1
- {"version":3,"file":"colors.js","names":["COLORS","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_grey_800","cm_primary_blue","cm_grey_500","cm_yellow_400","brand"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n cm_grey_500: '#515161',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":"AAAA,OAAO,MAAMA,MAAM,GAAG;EACpBC,IAAI,EAAE,SAAS;EACfC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,QAAQ,EAAE,SAAS;EACnBC,eAAe,EAAE,SAAS;EAC1BC,KAAK,EAAE,SAAS;EAChBC,WAAW,EAAE,SAAS;EACtBC,eAAe,EAAE,SAAS;EAC1BC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,SAAS;EACxBC,KAAK,EAAE;AACT,CAAU","ignoreList":[]}
1
+ {"version":3,"file":"colors.js","names":["COLORS","gray","negative","cm_negative_200","positive","cm_positive_200","white","cm_grey_800","cm_primary_blue","cm_grey_500","cm_yellow_400","brand"],"sources":["../../src/variables/colors.ts"],"sourcesContent":["export const COLORS = {\n gray: '#EAEAEB',\n negative: '#ed3436',\n cm_negative_200: '#B81400',\n positive: '#35CC7F',\n cm_positive_200: '#05944F',\n white: '#ffffff',\n cm_grey_800: '#171721',\n cm_primary_blue: '#0061FF',\n cm_grey_500: '#515161',\n cm_yellow_400: '#bd7e00',\n brand: '#00B0FF'\n} as const;\n\nexport type Colors = typeof COLORS;\n"],"mappings":"AAAA,OAAO,MAAMA,MAAM,GAAG;EACpBC,IAAI,EAAE,SADc;EAEpBC,QAAQ,EAAE,SAFU;EAGpBC,eAAe,EAAE,SAHG;EAIpBC,QAAQ,EAAE,SAJU;EAKpBC,eAAe,EAAE,SALG;EAMpBC,KAAK,EAAE,SANa;EAOpBC,WAAW,EAAE,SAPO;EAQpBC,eAAe,EAAE,SARG;EASpBC,WAAW,EAAE,SATO;EAUpBC,aAAa,EAAE,SAVK;EAWpBC,KAAK,EAAE;AAXa,CAAf"}
@@ -1 +1 @@
1
- {"version":3,"file":"default-mobile-translations.js","names":["defaultMobileTranslations","accessTheLesson","appPodcast","podcast","podcasts","playlist","home","courseMode","allPlaylists","seeMore","podcastCoorpacademy","podcastCourseMode","podcastMode","switchText","switchCourseText","cancelSwitch","switchOk","seeLess","play","noResult","allEpisodes","seeAllEpisodes","addToFavorites","removeFromFavorites","shareEpisode","close","errorNetwork","bottomNavigation","search","favorites","byPlaylists","searchForPodcasts","searchTitle","searchText","searchSubText","settings","wifi","high","medium","low","mobile","title","addedToFavorites","removedFromFavorites","errorFavoriteAdd","errorFavorite","errorFavoriteRemove","infoNewFeature","message","cta","appReview","ariaLabel","presentation","text","button","labelList","skills","tooltip","questions","lifes","allright","listTitle","listAriaLabel","card","buttonText","noSkills","article","authenticationMagicLinkHeader","authenticationMagicLinkStepOneDescription","authenticationMagicLinkStepTwoDescription","authenticationMagicLinkStepThreeDescription","authenticationMagicLinkTitle","authenticationQRCodeHeader","authenticationQRCodeStepOneDescription","authenticationQRCodeStepTwoDescription","authenticationQRCodeStepThreeDescription","authenticationQRCodeTitle","authorizeNotifications","askForHelp","backToHome","bonus","cancel","clue","clueStarsToLoose","congratulations","connectionLost","connectionRestored","context","correction","currentlyDoingReminder","dataLost","didYouKnowThat","finishCourse","finishCourseWordings","description","finishLearning","forYou","gameOver","getAnExtralife","goodAnswer","goodJob","goToQuestion","highscore","howToSignIn","iWantIt","keyPoint","lesson","logOut","needHelp","new","next","nextChapter","nextLevel","noResults","noResultsDescription","notifications","ok","ooops","open","openBrowser","openSettings","ouch","outOfLives","notificationSamples","permission","permissionCamera","permissionNotificationHeadline","permissionNotificationDescription","permissionNotificationAuthorize","maybeLater","platformHasBeenDisabled","question","quit","reactivatePlatform","refresh","refreshEnjoyLearning","refreshNotWorking","relatedSubjects","resumeLearning","retryChapter","retryLevel","scanQRCode","scorm","externalFinishCourse","seeClue","selectSomethingBelow","startDemo","startLearning","selectAnAnswer","signInDesktop","signInMobile","step","suggestion","suggestionWordings","typeHere","validate","version","video","videoLoadingError","unlockNextLevel","upgrade","upgradeDescription","winAdditionalStars","welcome","welcomeDescription","welcomeUser","wrongAnswer","yesNotifyMe","yourAnswer","yourAnswers"],"sources":["../../src/variables/default-mobile-translations.ts"],"sourcesContent":["type NotificationWording = {\n title: string;\n description: string;\n};\n\nexport type Translations = {\n accessTheLesson: string;\n appPodcast: {\n infoNewFeature: {\n title: string;\n message: string;\n cta: string;\n };\n podcast: string;\n podcasts: string;\n playlist: string;\n home: string;\n courseMode: string;\n allPlaylists: string;\n seeMore: string;\n podcastCoorpacademy: string;\n podcastCourseMode: string;\n podcastMode: string;\n switchText: string;\n switchCourseText: string;\n cancelSwitch: string;\n switchOk: string;\n seeLess: string;\n play: string;\n noResult: string;\n allEpisodes: string;\n seeAllEpisodes: string;\n addToFavorites: string;\n removeFromFavorites: string;\n shareEpisode: string;\n close: string;\n errorNetwork: string;\n bottomNavigation: {\n home: string;\n search: string;\n favorites: string;\n podcasts: string;\n };\n search: {\n byPlaylists: string;\n searchForPodcasts: string;\n searchTitle: string;\n searchText: string;\n searchSubText: string;\n };\n settings: {\n settings: string;\n wifi: string;\n high: string;\n medium: string;\n low: string;\n mobile: string;\n };\n favorites: {\n title: string;\n podcasts: string;\n addedToFavorites: string;\n removedFromFavorites: string;\n errorFavoriteAdd: string;\n errorFavorite: string;\n errorFavoriteRemove: string;\n };\n };\n appReview: {\n ariaLabel: string;\n presentation: {\n ariaLabel: string;\n title: string;\n text: string;\n button: string;\n labelList: {\n skills: {\n text: string;\n tooltip: string;\n };\n questions: {\n text: string;\n tooltip: string;\n };\n lifes: {\n text: string;\n tooltip: string;\n };\n allright: {\n text: string;\n tooltip: string;\n };\n };\n };\n listTitle: string;\n listAriaLabel: string;\n card: {\n ariaLabel: string;\n text: string;\n buttonText: string;\n };\n noSkills: {\n title: string;\n text: string;\n };\n };\n article: string;\n authenticationMagicLinkHeader: string;\n authenticationMagicLinkStepOneDescription: string;\n authenticationMagicLinkStepTwoDescription: string;\n authenticationMagicLinkStepThreeDescription: string;\n authenticationMagicLinkTitle: string;\n authenticationQRCodeHeader: string;\n authenticationQRCodeStepOneDescription: string;\n authenticationQRCodeStepTwoDescription: string;\n authenticationQRCodeStepThreeDescription: string;\n authenticationQRCodeTitle: string;\n authorizeNotifications: string;\n askForHelp: string;\n backToHome: string;\n bonus: string;\n cancel: string;\n clue: string;\n clueStarsToLoose: string;\n congratulations: string;\n connectionLost: string;\n connectionRestored: string;\n context: string;\n correction: string;\n dataLost: string;\n didYouKnowThat: string;\n finishCourse: string;\n finishCourseWordings: NotificationWording[];\n finishLearning: string;\n forYou: string;\n gameOver: string;\n getAnExtralife: string;\n goodAnswer: string;\n goodJob: string;\n goToQuestion: string;\n highscore: string;\n howToSignIn: string;\n iWantIt: string;\n keyPoint: string;\n lesson: string;\n logOut: string;\n needHelp: string;\n new: string;\n next: string;\n nextLevel: string;\n nextChapter: string;\n noResults: string;\n noResultsDescription: string;\n ok: string;\n ooops: string;\n open: string;\n openBrowser: string;\n openSettings: string;\n ouch: string;\n outOfLives: string;\n permission: string;\n permissionCamera: string;\n notifications: string;\n notificationSamples: NotificationWording[];\n permissionNotificationHeadline: string;\n permissionNotificationDescription: string;\n permissionNotificationAuthorize: string;\n currentlyDoingReminder: string;\n yesNotifyMe: string;\n maybeLater: string;\n platformHasBeenDisabled: string;\n podcast: string;\n question: string;\n quit: string;\n reactivatePlatform: string;\n refresh: string;\n refreshEnjoyLearning: string;\n refreshNotWorking: string;\n resumeLearning: string;\n retryLevel: string;\n retryChapter: string;\n relatedSubjects: string;\n scanQRCode: string;\n scorm: string;\n externalFinishCourse: string;\n search: string;\n seeClue: string;\n selectAnAnswer: string;\n selectSomethingBelow: string;\n settings: string;\n signInDesktop: string;\n signInMobile: string;\n startDemo: string;\n startLearning: string;\n step: string;\n suggestion: string;\n suggestionWordings: NotificationWording[];\n typeHere: string;\n unlockNextLevel: string;\n upgrade: string;\n upgradeDescription: string;\n validate: string;\n version: string;\n video: string;\n videoLoadingError: string;\n welcome: string;\n welcomeDescription: string;\n welcomeUser: string;\n winAdditionalStars: string;\n wrongAnswer: string;\n yourAnswer: string;\n yourAnswers: string;\n};\n\nconst defaultMobileTranslations: Translations = {\n accessTheLesson: 'Access the lesson',\n appPodcast: {\n podcast: 'Podcast',\n podcasts: 'Podcasts',\n playlist: 'Playlist',\n home: 'Home',\n courseMode: 'Course Mode',\n allPlaylists: 'All Playlists',\n seeMore: 'See more',\n podcastCoorpacademy: 'Coorpacademy',\n podcastCourseMode: 'Course mode',\n podcastMode: 'Podcast mode',\n switchText: 'Switching to Course mode will interrupt the listening.',\n switchCourseText: 'You are about to switch on Podcast mode',\n cancelSwitch: 'No, cancel',\n switchOk: 'Yes, switch',\n seeLess: 'See less',\n play: 'Play',\n noResult: 'No results!',\n allEpisodes: 'All episodes',\n seeAllEpisodes: 'See all episode',\n addToFavorites: 'Add to my favorites',\n removeFromFavorites: 'Remove from my favorites',\n shareEpisode: 'Share this episode',\n close: 'Close',\n errorNetwork: 'something went wrong',\n bottomNavigation: {\n home: 'Home',\n search: 'Search',\n favorites: 'Favorites',\n podcasts: 'podcasts'\n },\n search: {\n byPlaylists: 'By playlists',\n searchForPodcasts: 'Search for podcasts',\n searchTitle: 'Search',\n searchText: 'No results for',\n searchSubText: 'Please check the spelling or use other keywords'\n },\n settings: {\n settings: 'Settings',\n wifi: 'Wifi audio quality',\n high: 'High quality',\n medium: 'Medium quality',\n low: 'Low quality',\n mobile: 'Mobile audio quality'\n },\n favorites: {\n title: 'Favorites',\n podcasts: 'podcasts',\n addedToFavorites: 'Added to your favorites',\n removedFromFavorites: 'Removed from your favorites',\n errorFavoriteAdd: 'Could not add to your favorites. Please try again.',\n errorFavorite: 'There was an error',\n errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'\n },\n infoNewFeature: {\n title: 'Introducing the new Podcast mode',\n message:\n 'Click on the button at the top of your app to discover a whole new audio experience',\n cta: 'Start learning'\n }\n },\n appReview: {\n ariaLabel: 'Review Skills Template',\n presentation: {\n ariaLabel: 'Review Presentation Container',\n title: 'What is<br/>Revision Mode ?',\n text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',\n button: '',\n labelList: {\n skills: {text: 'Choose 1 skill', tooltip: 'You can review one skill at a time.'},\n questions: {\n text: 'Answer 5 questions',\n tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'\n },\n lifes: {\n text: 'You have infinite live',\n tooltip: 'You can answer as many times as you like to complete your session.'\n },\n allright: {\n text: 'Get it all right',\n tooltip: 'To validate your session, you must get a correct answer to each question.'\n }\n }\n },\n listTitle: 'Skills you can review',\n listAriaLabel: 'Review Skills Container',\n card: {\n ariaLabel: 'Skill Card',\n text: '{{total}} questions to review',\n buttonText: 'Review this skill'\n },\n noSkills: {\n title: 'You have no skill to revise yet',\n text: 'First you need to complete courses before you can review different skills.'\n }\n },\n article: 'Documents',\n authenticationMagicLinkHeader:\n 'Click on the link you received by email to connect to your platform',\n authenticationMagicLinkStepOneDescription:\n 'Go to your <b>professional mailbox</b> with this phone',\n authenticationMagicLinkStepTwoDescription:\n '<b>Open the email</b> with the invitation to download the Coorpacademy App',\n authenticationMagicLinkStepThreeDescription: 'Click on the button <b>\"Connect to the App\"</b>',\n authenticationMagicLinkTitle: 'Magic link',\n authenticationQRCodeHeader:\n \"Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform\",\n authenticationQRCodeStepOneDescription:\n 'Connect to your learning platform <b>with a computer</b>',\n authenticationQRCodeStepTwoDescription:\n 'Go to <b>your Account</b> <br/>in the upper right-hand corner',\n authenticationQRCodeStepThreeDescription:\n '<b>Voilà!</b><br/>Scan your QR code using the button below',\n authenticationQRCodeTitle: 'QR Code',\n authorizeNotifications: 'Authorize notifications',\n askForHelp: 'Ask for help',\n backToHome: 'Back to home',\n bonus: 'Bonus!',\n cancel: 'Cancel',\n clue: 'Clue',\n clueStarsToLoose:\n 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',\n congratulations: 'Congratulations!',\n connectionLost: 'No Internet connection',\n connectionRestored: 'You are now connected to the Internet',\n context: 'Context',\n correction: 'Correction',\n currentlyDoingReminder: 'Currently doing reminder',\n dataLost: 'Your data seems to be lost',\n didYouKnowThat: 'Did you know that?',\n finishCourse: 'Finish Course',\n finishCourseWordings: [\n {\n title: \"Let's gets it done {{givenName}}! 🚀\",\n description: 'Complete this course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Finish your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Finish the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Ready to learn {{givenName}}? 💪',\n description: 'Let\\'s complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are close to complete your course 🙃',\n description: 'Let\\'s finish \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Do you accept the challenge {{givenName}}? 💪',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day! 😉',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Continue your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'How about learning {{givenName}}? 🚀',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"Once it's done, it's done 🙃\",\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your course is almost completed! ✓',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are so close! 🙃',\n description: 'Just a few questions to complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Come on {{givenName}}, almost finished ☑',\n description: 'Complete your course: \\\\\"{{contentName}}\\\\\"'\n }\n ],\n finishLearning: 'Continue this one first',\n forYou: 'Our top picks for you',\n gameOver: 'Game over',\n getAnExtralife: 'Get an extra life by viewing the lesson',\n goodAnswer: 'Good answer',\n goodJob: 'Good job!',\n goToQuestion: 'Go to question',\n highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',\n howToSignIn: 'Did you receive an email to download the app?',\n iWantIt: 'I want it !',\n keyPoint: 'Key point',\n lesson: 'Lesson',\n logOut: 'Log out',\n needHelp: 'Need help?',\n new: 'new',\n next: 'Next',\n nextChapter: 'Next chapter',\n nextLevel: 'Next level',\n noResults: 'No results',\n noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',\n notifications: 'Notifications',\n ok: 'OK',\n ooops: 'Ooops...',\n open: 'Open',\n openBrowser: 'Open <b>my mailbox</b>',\n openSettings: 'Open settings',\n ouch: 'Ouch...',\n outOfLives: 'You are out of lives!',\n notificationSamples: [\n {title: 'Challenge of the day 👊', description: 'Start the course<br><b>Online Customer</b>'}\n ],\n permission: 'Permission',\n permissionCamera:\n 'We need to access your camera in order to scan your QR code and authenticate you.',\n permissionNotificationHeadline: 'We help you stay motivated!',\n permissionNotificationDescription:\n 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',\n permissionNotificationAuthorize: 'Authorize notifications',\n maybeLater: 'Maybe later',\n platformHasBeenDisabled: 'The app has been disabled for your platform',\n podcast: 'Podcasts',\n question: 'Question',\n quit: 'Quit',\n reactivatePlatform:\n 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',\n refresh: 'Refresh',\n refreshEnjoyLearning:\n 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',\n refreshNotWorking: 'Refresh not working?',\n relatedSubjects: 'Recommended for you:',\n resumeLearning: 'Continue Learning',\n retryChapter: 'Retry chapter',\n retryLevel: 'Retry level',\n scanQRCode: 'Scan your <b>QR code</b>',\n scorm: 'Animated resources',\n externalFinishCourse: 'I have completed this course',\n search: 'Search',\n seeClue: 'See clue',\n selectSomethingBelow: 'Select something below',\n settings: 'Settings',\n startDemo: 'No account? <a href=\"/\"><b><u>Start trial!</u></b></a>',\n startLearning: 'You should start with this one',\n selectAnAnswer: 'Select an answer',\n signInDesktop: 'No',\n signInMobile: 'Yes',\n step: 'Step',\n suggestion: 'Course recommendations',\n suggestionWordings: [\n {\n title: '{{givenName}}, here is a course for you! 👀',\n description: 'Find out with this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'In the mood for learning {{givenName}}? 🚀',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day awaits you! 😉',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, take on the challenge 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, broaden your horizons!',\n description: 'Find out more about \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"It's time to (re) launch {{givenName}} 🚀\",\n description: 'Start this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n }\n ],\n typeHere: 'Type here',\n validate: 'Submit',\n version: 'Version',\n video: 'Videos',\n videoLoadingError: 'An error occurred while loading the video, please try again.',\n unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',\n upgrade: 'Upgrade',\n upgradeDescription:\n 'Your application has been updated! Please download the latest version to enjoy it.',\n winAdditionalStars:\n 'Win {{count}} additional stars in this chapter the first time you view a lesson!',\n welcome: 'Welcome',\n welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',\n welcomeUser: 'Welcome, {{displayname}}!',\n wrongAnswer: 'Wrong answer',\n yesNotifyMe: 'Yes, notify me',\n yourAnswer: 'Your answer:',\n yourAnswers: 'Your answers:'\n};\n\nexport default defaultMobileTranslations;\n"],"mappings":"AAsNA,MAAMA,yBAAuC,GAAG;EAC9CC,eAAe,EAAE,mBAAmB;EACpCC,UAAU,EAAE;IACVC,OAAO,EAAE,SAAS;IAClBC,QAAQ,EAAE,UAAU;IACpBC,QAAQ,EAAE,UAAU;IACpBC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE,aAAa;IACzBC,YAAY,EAAE,eAAe;IAC7BC,OAAO,EAAE,UAAU;IACnBC,mBAAmB,EAAE,cAAc;IACnCC,iBAAiB,EAAE,aAAa;IAChCC,WAAW,EAAE,cAAc;IAC3BC,UAAU,EAAE,wDAAwD;IACpEC,gBAAgB,EAAE,yCAAyC;IAC3DC,YAAY,EAAE,YAAY;IAC1BC,QAAQ,EAAE,aAAa;IACvBC,OAAO,EAAE,UAAU;IACnBC,IAAI,EAAE,MAAM;IACZC,QAAQ,EAAE,aAAa;IACvBC,WAAW,EAAE,cAAc;IAC3BC,cAAc,EAAE,iBAAiB;IACjCC,cAAc,EAAE,qBAAqB;IACrCC,mBAAmB,EAAE,0BAA0B;IAC/CC,YAAY,EAAE,oBAAoB;IAClCC,KAAK,EAAE,OAAO;IACdC,YAAY,EAAE,sBAAsB;IACpCC,gBAAgB,EAAE;MAChBrB,IAAI,EAAE,MAAM;MACZsB,MAAM,EAAE,QAAQ;MAChBC,SAAS,EAAE,WAAW;MACtBzB,QAAQ,EAAE;IACZ,CAAC;IACDwB,MAAM,EAAE;MACNE,WAAW,EAAE,cAAc;MAC3BC,iBAAiB,EAAE,qBAAqB;MACxCC,WAAW,EAAE,QAAQ;MACrBC,UAAU,EAAE,gBAAgB;MAC5BC,aAAa,EAAE;IACjB,CAAC;IACDC,QAAQ,EAAE;MACRA,QAAQ,EAAE,UAAU;MACpBC,IAAI,EAAE,oBAAoB;MAC1BC,IAAI,EAAE,cAAc;MACpBC,MAAM,EAAE,gBAAgB;MACxBC,GAAG,EAAE,aAAa;MAClBC,MAAM,EAAE;IACV,CAAC;IACDX,SAAS,EAAE;MACTY,KAAK,EAAE,WAAW;MAClBrC,QAAQ,EAAE,UAAU;MACpBsC,gBAAgB,EAAE,yBAAyB;MAC3CC,oBAAoB,EAAE,6BAA6B;MACnDC,gBAAgB,EAAE,oDAAoD;MACtEC,aAAa,EAAE,oBAAoB;MACnCC,mBAAmB,EAAE;IACvB,CAAC;IACDC,cAAc,EAAE;MACdN,KAAK,EAAE,kCAAkC;MACzCO,OAAO,EACL,qFAAqF;MACvFC,GAAG,EAAE;IACP;EACF,CAAC;EACDC,SAAS,EAAE;IACTC,SAAS,EAAE,wBAAwB;IACnCC,YAAY,EAAE;MACZD,SAAS,EAAE,+BAA+B;MAC1CV,KAAK,EAAE,6BAA6B;MACpCY,IAAI,EAAE,sNAAsN;MAC5NC,MAAM,EAAE,EAAE;MACVC,SAAS,EAAE;QACTC,MAAM,EAAE;UAACH,IAAI,EAAE,gBAAgB;UAAEI,OAAO,EAAE;QAAqC,CAAC;QAChFC,SAAS,EAAE;UACTL,IAAI,EAAE,oBAAoB;UAC1BI,OAAO,EAAE;QACX,CAAC;QACDE,KAAK,EAAE;UACLN,IAAI,EAAE,wBAAwB;UAC9BI,OAAO,EAAE;QACX,CAAC;QACDG,QAAQ,EAAE;UACRP,IAAI,EAAE,kBAAkB;UACxBI,OAAO,EAAE;QACX;MACF;IACF,CAAC;IACDI,SAAS,EAAE,uBAAuB;IAClCC,aAAa,EAAE,yBAAyB;IACxCC,IAAI,EAAE;MACJZ,SAAS,EAAE,YAAY;MACvBE,IAAI,EAAE,+BAA+B;MACrCW,UAAU,EAAE;IACd,CAAC;IACDC,QAAQ,EAAE;MACRxB,KAAK,EAAE,iCAAiC;MACxCY,IAAI,EAAE;IACR;EACF,CAAC;EACDa,OAAO,EAAE,WAAW;EACpBC,6BAA6B,EAC3B,qEAAqE;EACvEC,yCAAyC,EACvC,wDAAwD;EAC1DC,yCAAyC,EACvC,4EAA4E;EAC9EC,2CAA2C,EAAE,iDAAiD;EAC9FC,4BAA4B,EAAE,YAAY;EAC1CC,0BAA0B,EACxB,wGAAwG;EAC1GC,sCAAsC,EACpC,0DAA0D;EAC5DC,sCAAsC,EACpC,+DAA+D;EACjEC,wCAAwC,EACtC,4DAA4D;EAC9DC,yBAAyB,EAAE,SAAS;EACpCC,sBAAsB,EAAE,yBAAyB;EACjDC,UAAU,EAAE,cAAc;EAC1BC,UAAU,EAAE,cAAc;EAC1BC,KAAK,EAAE,QAAQ;EACfC,MAAM,EAAE,QAAQ;EAChBC,IAAI,EAAE,MAAM;EACZC,gBAAgB,EACd,uGAAuG;EACzGC,eAAe,EAAE,kBAAkB;EACnCC,cAAc,EAAE,wBAAwB;EACxCC,kBAAkB,EAAE,uCAAuC;EAC3DC,OAAO,EAAE,SAAS;EAClBC,UAAU,EAAE,YAAY;EACxBC,sBAAsB,EAAE,0BAA0B;EAClDC,QAAQ,EAAE,4BAA4B;EACtCC,cAAc,EAAE,oBAAoB;EACpCC,YAAY,EAAE,eAAe;EAC7BC,oBAAoB,EAAE,CACpB;IACEpD,KAAK,EAAE,sCAAsC;IAC7CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,iDAAiD;IACxDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,wCAAwC;IAC/CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,kCAAkC;IACzCqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,yDAAyD;IAChEqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,+CAA+C;IACtDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,8CAA8C;IACrDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,uCAAuC;IAC9CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,sCAAsC;IAC7CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,8BAA8B;IACrCqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,oCAAoC;IAC3CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,qCAAqC;IAC5CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,0CAA0C;IACjDqD,WAAW,EAAE;EACf,CAAC,CACF;EACDC,cAAc,EAAE,yBAAyB;EACzCC,MAAM,EAAE,uBAAuB;EAC/BC,QAAQ,EAAE,WAAW;EACrBC,cAAc,EAAE,yCAAyC;EACzDC,UAAU,EAAE,aAAa;EACzBC,OAAO,EAAE,WAAW;EACpBC,YAAY,EAAE,gBAAgB;EAC9BC,SAAS,EAAE,iEAAiE;EAC5EC,WAAW,EAAE,+CAA+C;EAC5DC,OAAO,EAAE,aAAa;EACtBC,QAAQ,EAAE,WAAW;EACrBC,MAAM,EAAE,QAAQ;EAChBC,MAAM,EAAE,SAAS;EACjBC,QAAQ,EAAE,YAAY;EACtBC,GAAG,EAAE,KAAK;EACVC,IAAI,EAAE,MAAM;EACZC,WAAW,EAAE,cAAc;EAC3BC,SAAS,EAAE,YAAY;EACvBC,SAAS,EAAE,YAAY;EACvBC,oBAAoB,EAAE,yEAAyE;EAC/FC,aAAa,EAAE,eAAe;EAC9BC,EAAE,EAAE,IAAI;EACRC,KAAK,EAAE,UAAU;EACjBC,IAAI,EAAE,MAAM;EACZC,WAAW,EAAE,wBAAwB;EACrCC,YAAY,EAAE,eAAe;EAC7BC,IAAI,EAAE,SAAS;EACfC,UAAU,EAAE,uBAAuB;EACnCC,mBAAmB,EAAE,CACnB;IAAClF,KAAK,EAAE,yBAAyB;IAAEqD,WAAW,EAAE;EAA4C,CAAC,CAC9F;EACD8B,UAAU,EAAE,YAAY;EACxBC,gBAAgB,EACd,mFAAmF;EACrFC,8BAA8B,EAAE,6BAA6B;EAC7DC,iCAAiC,EAC/B,8GAA8G;EAChHC,+BAA+B,EAAE,yBAAyB;EAC1DC,UAAU,EAAE,aAAa;EACzBC,uBAAuB,EAAE,6CAA6C;EACtE/H,OAAO,EAAE,UAAU;EACnBgI,QAAQ,EAAE,UAAU;EACpBC,IAAI,EAAE,MAAM;EACZC,kBAAkB,EAChB,+GAA+G;EACjHC,OAAO,EAAE,SAAS;EAClBC,oBAAoB,EAClB,wFAAwF;EAC1FC,iBAAiB,EAAE,sBAAsB;EACzCC,eAAe,EAAE,sBAAsB;EACvCC,cAAc,EAAE,mBAAmB;EACnCC,YAAY,EAAE,eAAe;EAC7BC,UAAU,EAAE,aAAa;EACzBC,UAAU,EAAE,0BAA0B;EACtCC,KAAK,EAAE,oBAAoB;EAC3BC,oBAAoB,EAAE,8BAA8B;EACpDnH,MAAM,EAAE,QAAQ;EAChBoH,OAAO,EAAE,UAAU;EACnBC,oBAAoB,EAAE,wBAAwB;EAC9C9G,QAAQ,EAAE,UAAU;EACpB+G,SAAS,EAAE,wDAAwD;EACnEC,aAAa,EAAE,gCAAgC;EAC/CC,cAAc,EAAE,kBAAkB;EAClCC,aAAa,EAAE,IAAI;EACnBC,YAAY,EAAE,KAAK;EACnBC,IAAI,EAAE,MAAM;EACZC,UAAU,EAAE,wBAAwB;EACpCC,kBAAkB,EAAE,CAClB;IACEhH,KAAK,EAAE,6CAA6C;IACpDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,4CAA4C;IACnDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,iDAAiD;IACxDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,yDAAyD;IAChEqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,yCAAyC;IAChDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,uCAAuC;IAC9CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,uCAAuC;IAC9CqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,2CAA2C;IAClDqD,WAAW,EAAE;EACf,CAAC,EACD;IACErD,KAAK,EAAE,wCAAwC;IAC/CqD,WAAW,EAAE;EACf,CAAC,CACF;EACD4D,QAAQ,EAAE,WAAW;EACrBC,QAAQ,EAAE,QAAQ;EAClBC,OAAO,EAAE,SAAS;EAClBC,KAAK,EAAE,QAAQ;EACfC,iBAAiB,EAAE,8DAA8D;EACjFC,eAAe,EAAE,sDAAsD;EACvEC,OAAO,EAAE,SAAS;EAClBC,kBAAkB,EAChB,oFAAoF;EACtFC,kBAAkB,EAChB,kFAAkF;EACpFC,OAAO,EAAE,SAAS;EAClBC,kBAAkB,EAAE,yEAAyE;EAC7FC,WAAW,EAAE,2BAA2B;EACxCC,WAAW,EAAE,cAAc;EAC3BC,WAAW,EAAE,gBAAgB;EAC7BC,UAAU,EAAE,cAAc;EAC1BC,WAAW,EAAE;AACf,CAAC;AAED,eAAezK,yBAAyB","ignoreList":[]}
1
+ {"version":3,"file":"default-mobile-translations.js","names":["defaultMobileTranslations","accessTheLesson","appPodcast","podcast","podcasts","playlist","home","courseMode","allPlaylists","seeMore","podcastCoorpacademy","podcastCourseMode","podcastMode","switchText","switchCourseText","cancelSwitch","switchOk","seeLess","play","noResult","allEpisodes","seeAllEpisodes","addToFavorites","removeFromFavorites","shareEpisode","close","errorNetwork","bottomNavigation","search","favorites","byPlaylists","searchForPodcasts","searchTitle","searchText","searchSubText","settings","wifi","high","medium","low","mobile","title","addedToFavorites","removedFromFavorites","errorFavoriteAdd","errorFavorite","errorFavoriteRemove","infoNewFeature","message","cta","appReview","ariaLabel","presentation","text","button","labelList","skills","tooltip","questions","lifes","allright","listTitle","listAriaLabel","card","buttonText","noSkills","article","authenticationMagicLinkHeader","authenticationMagicLinkStepOneDescription","authenticationMagicLinkStepTwoDescription","authenticationMagicLinkStepThreeDescription","authenticationMagicLinkTitle","authenticationQRCodeHeader","authenticationQRCodeStepOneDescription","authenticationQRCodeStepTwoDescription","authenticationQRCodeStepThreeDescription","authenticationQRCodeTitle","authorizeNotifications","askForHelp","backToHome","bonus","cancel","clue","clueStarsToLoose","congratulations","connectionLost","connectionRestored","context","correction","currentlyDoingReminder","dataLost","didYouKnowThat","finishCourse","finishCourseWordings","description","finishLearning","forYou","gameOver","getAnExtralife","goodAnswer","goodJob","goToQuestion","highscore","howToSignIn","iWantIt","keyPoint","lesson","logOut","needHelp","new","next","nextChapter","nextLevel","noResults","noResultsDescription","notifications","ok","ooops","open","openBrowser","openSettings","ouch","outOfLives","notificationSamples","permission","permissionCamera","permissionNotificationHeadline","permissionNotificationDescription","permissionNotificationAuthorize","maybeLater","platformHasBeenDisabled","question","quit","reactivatePlatform","refresh","refreshEnjoyLearning","refreshNotWorking","relatedSubjects","resumeLearning","retryChapter","retryLevel","scanQRCode","scorm","externalFinishCourse","seeClue","selectSomethingBelow","startDemo","startLearning","selectAnAnswer","signInDesktop","signInMobile","step","suggestion","suggestionWordings","typeHere","validate","version","video","videoLoadingError","unlockNextLevel","upgrade","upgradeDescription","winAdditionalStars","welcome","welcomeDescription","welcomeUser","wrongAnswer","yesNotifyMe","yourAnswer","yourAnswers"],"sources":["../../src/variables/default-mobile-translations.ts"],"sourcesContent":["type NotificationWording = {\n title: string;\n description: string;\n};\n\nexport type Translations = {\n accessTheLesson: string;\n appPodcast: {\n infoNewFeature: {\n title: string;\n message: string;\n cta: string;\n };\n podcast: string;\n podcasts: string;\n playlist: string;\n home: string;\n courseMode: string;\n allPlaylists: string;\n seeMore: string;\n podcastCoorpacademy: string;\n podcastCourseMode: string;\n podcastMode: string;\n switchText: string;\n switchCourseText: string;\n cancelSwitch: string;\n switchOk: string;\n seeLess: string;\n play: string;\n noResult: string;\n allEpisodes: string;\n seeAllEpisodes: string;\n addToFavorites: string;\n removeFromFavorites: string;\n shareEpisode: string;\n close: string;\n errorNetwork: string;\n bottomNavigation: {\n home: string;\n search: string;\n favorites: string;\n podcasts: string;\n };\n search: {\n byPlaylists: string;\n searchForPodcasts: string;\n searchTitle: string;\n searchText: string;\n searchSubText: string;\n };\n settings: {\n settings: string;\n wifi: string;\n high: string;\n medium: string;\n low: string;\n mobile: string;\n };\n favorites: {\n title: string;\n podcasts: string;\n addedToFavorites: string;\n removedFromFavorites: string;\n errorFavoriteAdd: string;\n errorFavorite: string;\n errorFavoriteRemove: string;\n };\n };\n appReview: {\n ariaLabel: string;\n presentation: {\n ariaLabel: string;\n title: string;\n text: string;\n button: string;\n labelList: {\n skills: {\n text: string;\n tooltip: string;\n };\n questions: {\n text: string;\n tooltip: string;\n };\n lifes: {\n text: string;\n tooltip: string;\n };\n allright: {\n text: string;\n tooltip: string;\n };\n };\n };\n listTitle: string;\n listAriaLabel: string;\n card: {\n ariaLabel: string;\n text: string;\n buttonText: string;\n };\n noSkills: {\n title: string;\n text: string;\n };\n };\n article: string;\n authenticationMagicLinkHeader: string;\n authenticationMagicLinkStepOneDescription: string;\n authenticationMagicLinkStepTwoDescription: string;\n authenticationMagicLinkStepThreeDescription: string;\n authenticationMagicLinkTitle: string;\n authenticationQRCodeHeader: string;\n authenticationQRCodeStepOneDescription: string;\n authenticationQRCodeStepTwoDescription: string;\n authenticationQRCodeStepThreeDescription: string;\n authenticationQRCodeTitle: string;\n authorizeNotifications: string;\n askForHelp: string;\n backToHome: string;\n bonus: string;\n cancel: string;\n clue: string;\n clueStarsToLoose: string;\n congratulations: string;\n connectionLost: string;\n connectionRestored: string;\n context: string;\n correction: string;\n dataLost: string;\n didYouKnowThat: string;\n finishCourse: string;\n finishCourseWordings: NotificationWording[];\n finishLearning: string;\n forYou: string;\n gameOver: string;\n getAnExtralife: string;\n goodAnswer: string;\n goodJob: string;\n goToQuestion: string;\n highscore: string;\n howToSignIn: string;\n iWantIt: string;\n keyPoint: string;\n lesson: string;\n logOut: string;\n needHelp: string;\n new: string;\n next: string;\n nextLevel: string;\n nextChapter: string;\n noResults: string;\n noResultsDescription: string;\n ok: string;\n ooops: string;\n open: string;\n openBrowser: string;\n openSettings: string;\n ouch: string;\n outOfLives: string;\n permission: string;\n permissionCamera: string;\n notifications: string;\n notificationSamples: NotificationWording[];\n permissionNotificationHeadline: string;\n permissionNotificationDescription: string;\n permissionNotificationAuthorize: string;\n currentlyDoingReminder: string;\n yesNotifyMe: string;\n maybeLater: string;\n platformHasBeenDisabled: string;\n podcast: string;\n question: string;\n quit: string;\n reactivatePlatform: string;\n refresh: string;\n refreshEnjoyLearning: string;\n refreshNotWorking: string;\n resumeLearning: string;\n retryLevel: string;\n retryChapter: string;\n relatedSubjects: string;\n scanQRCode: string;\n scorm: string;\n externalFinishCourse: string;\n search: string;\n seeClue: string;\n selectAnAnswer: string;\n selectSomethingBelow: string;\n settings: string;\n signInDesktop: string;\n signInMobile: string;\n startDemo: string;\n startLearning: string;\n step: string;\n suggestion: string;\n suggestionWordings: NotificationWording[];\n typeHere: string;\n unlockNextLevel: string;\n upgrade: string;\n upgradeDescription: string;\n validate: string;\n version: string;\n video: string;\n videoLoadingError: string;\n welcome: string;\n welcomeDescription: string;\n welcomeUser: string;\n winAdditionalStars: string;\n wrongAnswer: string;\n yourAnswer: string;\n yourAnswers: string;\n};\n\nconst defaultMobileTranslations: Translations = {\n accessTheLesson: 'Access the lesson',\n appPodcast: {\n podcast: 'Podcast',\n podcasts: 'Podcasts',\n playlist: 'Playlist',\n home: 'Home',\n courseMode: 'Course Mode',\n allPlaylists: 'All Playlists',\n seeMore: 'See more',\n podcastCoorpacademy: 'Coorpacademy',\n podcastCourseMode: 'Course mode',\n podcastMode: 'Podcast mode',\n switchText: 'Switching to Course mode will interrupt the listening.',\n switchCourseText: 'You are about to switch on Podcast mode',\n cancelSwitch: 'No, cancel',\n switchOk: 'Yes, switch',\n seeLess: 'See less',\n play: 'Play',\n noResult: 'No results!',\n allEpisodes: 'All episodes',\n seeAllEpisodes: 'See all episode',\n addToFavorites: 'Add to my favorites',\n removeFromFavorites: 'Remove from my favorites',\n shareEpisode: 'Share this episode',\n close: 'Close',\n errorNetwork: 'something went wrong',\n bottomNavigation: {\n home: 'Home',\n search: 'Search',\n favorites: 'Favorites',\n podcasts: 'podcasts'\n },\n search: {\n byPlaylists: 'By playlists',\n searchForPodcasts: 'Search for podcasts',\n searchTitle: 'Search',\n searchText: 'No results for',\n searchSubText: 'Please check the spelling or use other keywords'\n },\n settings: {\n settings: 'Settings',\n wifi: 'Wifi audio quality',\n high: 'High quality',\n medium: 'Medium quality',\n low: 'Low quality',\n mobile: 'Mobile audio quality'\n },\n favorites: {\n title: 'Favorites',\n podcasts: 'podcasts',\n addedToFavorites: 'Added to your favorites',\n removedFromFavorites: 'Removed from your favorites',\n errorFavoriteAdd: 'Could not add to your favorites. Please try again.',\n errorFavorite: 'There was an error',\n errorFavoriteRemove: 'Could not remove from your favorites. Please try again.'\n },\n infoNewFeature: {\n title: 'Introducing the new Podcast mode',\n message:\n 'Click on the button at the top of your app to discover a whole new audio experience',\n cta: 'Start learning'\n }\n },\n appReview: {\n ariaLabel: 'Review Skills Template',\n presentation: {\n ariaLabel: 'Review Presentation Container',\n title: 'What is<br/>Revision Mode ?',\n text: 'Information vanishes from your mind as soon as it enters it? It’s perfectly normal: there is no retention without repetition! To keep your knowledge in the long term, use the Revision Mode to refresh your memory!',\n button: '',\n labelList: {\n skills: {text: 'Choose 1 skill', tooltip: 'You can review one skill at a time.'},\n questions: {\n text: 'Answer 5 questions',\n tooltip: 'Answer the 5 questions correctly to validate your revision mode session.'\n },\n lifes: {\n text: 'You have infinite live',\n tooltip: 'You can answer as many times as you like to complete your session.'\n },\n allright: {\n text: 'Get it all right',\n tooltip: 'To validate your session, you must get a correct answer to each question.'\n }\n }\n },\n listTitle: 'Skills you can review',\n listAriaLabel: 'Review Skills Container',\n card: {\n ariaLabel: 'Skill Card',\n text: '{{total}} questions to review',\n buttonText: 'Review this skill'\n },\n noSkills: {\n title: 'You have no skill to revise yet',\n text: 'First you need to complete courses before you can review different skills.'\n }\n },\n article: 'Documents',\n authenticationMagicLinkHeader:\n 'Click on the link you received by email to connect to your platform',\n authenticationMagicLinkStepOneDescription:\n 'Go to your <b>professional mailbox</b> with this phone',\n authenticationMagicLinkStepTwoDescription:\n '<b>Open the email</b> with the invitation to download the Coorpacademy App',\n authenticationMagicLinkStepThreeDescription: 'Click on the button <b>\"Connect to the App\"</b>',\n authenticationMagicLinkTitle: 'Magic link',\n authenticationQRCodeHeader:\n \"Didn't receive an email? That's fine! We'll use a computer to verify your identity on the web platform\",\n authenticationQRCodeStepOneDescription:\n 'Connect to your learning platform <b>with a computer</b>',\n authenticationQRCodeStepTwoDescription:\n 'Go to <b>your Account</b> <br/>in the upper right-hand corner',\n authenticationQRCodeStepThreeDescription:\n '<b>Voilà!</b><br/>Scan your QR code using the button below',\n authenticationQRCodeTitle: 'QR Code',\n authorizeNotifications: 'Authorize notifications',\n askForHelp: 'Ask for help',\n backToHome: 'Back to home',\n bonus: 'Bonus!',\n cancel: 'Cancel',\n clue: 'Clue',\n clueStarsToLoose:\n 'Unlocking the clue reduces the stars you can gain on this question by {{count}} (if you get it right)',\n congratulations: 'Congratulations!',\n connectionLost: 'No Internet connection',\n connectionRestored: 'You are now connected to the Internet',\n context: 'Context',\n correction: 'Correction',\n currentlyDoingReminder: 'Currently doing reminder',\n dataLost: 'Your data seems to be lost',\n didYouKnowThat: 'Did you know that?',\n finishCourse: 'Finish Course',\n finishCourseWordings: [\n {\n title: \"Let's gets it done {{givenName}}! 🚀\",\n description: 'Complete this course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Finish your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Finish the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Ready to learn {{givenName}}? 💪',\n description: 'Let\\'s complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are close to complete your course 🙃',\n description: 'Let\\'s finish \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Do you accept the challenge {{givenName}}? 💪',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day! 😉',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Continue your course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'How about learning {{givenName}}? 🚀',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"Once it's done, it's done 🙃\",\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your course is almost completed! ✓',\n description: 'Complete the course: \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, you are so close! 🙃',\n description: 'Just a few questions to complete \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Come on {{givenName}}, almost finished ☑',\n description: 'Complete your course: \\\\\"{{contentName}}\\\\\"'\n }\n ],\n finishLearning: 'Continue this one first',\n forYou: 'Our top picks for you',\n gameOver: 'Game over',\n getAnExtralife: 'Get an extra life by viewing the lesson',\n goodAnswer: 'Good answer',\n goodJob: 'Good job!',\n goToQuestion: 'Go to question',\n highscore: 'You have a new highscore<br><b>you just won {{score}} stars</b>',\n howToSignIn: 'Did you receive an email to download the app?',\n iWantIt: 'I want it !',\n keyPoint: 'Key point',\n lesson: 'Lesson',\n logOut: 'Log out',\n needHelp: 'Need help?',\n new: 'new',\n next: 'Next',\n nextChapter: 'Next chapter',\n nextLevel: 'Next level',\n noResults: 'No results',\n noResultsDescription: 'Your search did not have any results.<br/>Try searching other keywords.',\n notifications: 'Notifications',\n ok: 'OK',\n ooops: 'Ooops...',\n open: 'Open',\n openBrowser: 'Open <b>my mailbox</b>',\n openSettings: 'Open settings',\n ouch: 'Ouch...',\n outOfLives: 'You are out of lives!',\n notificationSamples: [\n {title: 'Challenge of the day 👊', description: 'Start the course<br><b>Online Customer</b>'}\n ],\n permission: 'Permission',\n permissionCamera:\n 'We need to access your camera in order to scan your QR code and authenticate you.',\n permissionNotificationHeadline: 'We help you stay motivated!',\n permissionNotificationDescription:\n 'Get notifications and stay on top of your goals. We promise not to blow up your phone a million times a day.',\n permissionNotificationAuthorize: 'Authorize notifications',\n maybeLater: 'Maybe later',\n platformHasBeenDisabled: 'The app has been disabled for your platform',\n podcast: 'Podcasts',\n question: 'Question',\n quit: 'Quit',\n reactivatePlatform:\n 'if you want to reactivate it, contact your manager or click on the link below and we will pass the message on',\n refresh: 'Refresh',\n refreshEnjoyLearning:\n 'in the network between Saturn and the Earth, please refresh in order to enjoy learning',\n refreshNotWorking: 'Refresh not working?',\n relatedSubjects: 'Recommended for you:',\n resumeLearning: 'Continue Learning',\n retryChapter: 'Retry chapter',\n retryLevel: 'Retry level',\n scanQRCode: 'Scan your <b>QR code</b>',\n scorm: 'Animated resources',\n externalFinishCourse: 'I have completed this course',\n search: 'Search',\n seeClue: 'See clue',\n selectSomethingBelow: 'Select something below',\n settings: 'Settings',\n startDemo: 'No account? <a href=\"/\"><b><u>Start trial!</u></b></a>',\n startLearning: 'You should start with this one',\n selectAnAnswer: 'Select an answer',\n signInDesktop: 'No',\n signInMobile: 'Yes',\n step: 'Step',\n suggestion: 'Course recommendations',\n suggestionWordings: [\n {\n title: '{{givenName}}, here is a course for you! 👀',\n description: 'Find out with this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'In the mood for learning {{givenName}}? 🚀',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: 'Your mission, should you choose to accept it 😎',\n description: 'Check out \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, your challenge of the day awaits you! 😉',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, take on the challenge 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, broaden your horizons!',\n description: 'Find out more about \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"{{givenName}}, it's time to learn! 😉\",\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: \"It's time to (re) launch {{givenName}} 🚀\",\n description: 'Start this course \\\\\"{{contentName}}\\\\\"'\n },\n {\n title: '{{givenName}}, I bet you can do it! 💪',\n description: 'Start the course \\\\\"{{contentName}}\\\\\"'\n }\n ],\n typeHere: 'Type here',\n validate: 'Submit',\n version: 'Version',\n video: 'Videos',\n videoLoadingError: 'An error occurred while loading the video, please try again.',\n unlockNextLevel: 'You have just unlocked<br><b>{{levelName}} level</b>',\n upgrade: 'Upgrade',\n upgradeDescription:\n 'Your application has been updated! Please download the latest version to enjoy it.',\n winAdditionalStars:\n 'Win {{count}} additional stars in this chapter the first time you view a lesson!',\n welcome: 'Welcome',\n welcomeDescription: 'This app is linked to your account on your company’s Learning Platform.',\n welcomeUser: 'Welcome, {{displayname}}!',\n wrongAnswer: 'Wrong answer',\n yesNotifyMe: 'Yes, notify me',\n yourAnswer: 'Your answer:',\n yourAnswers: 'Your answers:'\n};\n\nexport default defaultMobileTranslations;\n"],"mappings":"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"}
@@ -8,5 +8,6 @@ export const BOX_STYLE = {
8
8
  shadowRadius: 8,
9
9
  elevation: 4,
10
10
  backgroundColor: 'rgba(0,0,0,0.015)' // fix shadow not visible bug on android
11
+
11
12
  };
12
13
  //# sourceMappingURL=shadow.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"shadow.js","names":["BOX_STYLE","shadowColor","shadowOpacity","shadowOffset","width","height","shadowRadius","elevation","backgroundColor"],"sources":["../../src/variables/shadow.ts"],"sourcesContent":["export type BoxStyle = {\n shadowColor: string;\n shadowOpacity: number;\n shadowOffset: {width: number; height: number};\n shadowRadius: number;\n elevation: number;\n backgroundColor: string;\n};\n\nexport const BOX_STYLE: BoxStyle = {\n shadowColor: '#14171A',\n shadowOpacity: 0.15,\n shadowOffset: {width: 0, height: 0},\n shadowRadius: 8,\n elevation: 4,\n backgroundColor: 'rgba(0,0,0,0.015)' // fix shadow not visible bug on android\n};\n"],"mappings":"AASA,OAAO,MAAMA,SAAmB,GAAG;EACjCC,WAAW,EAAE,SAAS;EACtBC,aAAa,EAAE,IAAI;EACnBC,YAAY,EAAE;IAACC,KAAK,EAAE,CAAC;IAAEC,MAAM,EAAE;EAAC,CAAC;EACnCC,YAAY,EAAE,CAAC;EACfC,SAAS,EAAE,CAAC;EACZC,eAAe,EAAE,mBAAmB,CAAC;AACvC,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"shadow.js","names":["BOX_STYLE","shadowColor","shadowOpacity","shadowOffset","width","height","shadowRadius","elevation","backgroundColor"],"sources":["../../src/variables/shadow.ts"],"sourcesContent":["export type BoxStyle = {\n shadowColor: string;\n shadowOpacity: number;\n shadowOffset: {width: number; height: number};\n shadowRadius: number;\n elevation: number;\n backgroundColor: string;\n};\n\nexport const BOX_STYLE: BoxStyle = {\n shadowColor: '#14171A',\n shadowOpacity: 0.15,\n shadowOffset: {width: 0, height: 0},\n shadowRadius: 8,\n elevation: 4,\n backgroundColor: 'rgba(0,0,0,0.015)' // fix shadow not visible bug on android\n};\n"],"mappings":"AASA,OAAO,MAAMA,SAAmB,GAAG;EACjCC,WAAW,EAAE,SADoB;EAEjCC,aAAa,EAAE,IAFkB;EAGjCC,YAAY,EAAE;IAACC,KAAK,EAAE,CAAR;IAAWC,MAAM,EAAE;EAAnB,CAHmB;EAIjCC,YAAY,EAAE,CAJmB;EAKjCC,SAAS,EAAE,CALsB;EAMjCC,eAAe,EAAE,mBANgB,CAMI;;AANJ,CAA5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"theme.native.js","names":["COLORS","HTML_ANCHOR_TEXT_COLOR","cm_primary_blue","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nconst {cm_primary_blue} = COLORS;\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: cm_primary_blue,\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":"AACA,SAAQA,MAAM,QAAO,UAAU;AAI/B,OAAO,MAAMC,sBAAsB,GAAG,SAAS;AAE/C,MAAM;EAACC;AAAe,CAAC,GAAGF,MAAM;AAwEhC,MAAMG,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBAAoB;IAC5BC,IAAI,EAAE;MACJC,KAAK,EAAE,SAAS;MAChBC,OAAO,EAAE,SAAS;MAClBC,KAAK,EAAE,SAAS;MAChBC,WAAW,EAAE,SAAS;MACtBC,MAAM,EAAE,SAAS;MACjBC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE;IACb,CAAC;IACDC,IAAI,EAAE;MACJC,OAAO,EAAE,SAAS;MAClBC,SAAS,EAAE;IACb,CAAC;IACDC,GAAG,EAAEf,eAAe;IACpBgB,QAAQ,EAAElB,MAAM,CAACkB,QAAQ;IACzBC,QAAQ,EAAEnB,MAAM,CAACmB,QAAQ;IACzBC,KAAK,EAAE,SAAS;IAChBC,KAAK,EAAE,SAAS;IAChBC,MAAM,EAAE,SAAS;IACjBC,YAAY,EAAE,SAAS;IACvBC,MAAM,EAAE,SAAS;IACjBC,OAAO,EAAE;MACPC,UAAU,EAAE1B,MAAM,CAAC2B,WAAW;MAC9BZ,OAAO,EAAE;IACX;EACF,CAAC;EACDa,OAAO,EAAE;IACPC,KAAK,EAAE,CAAC;IACRC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,EAAE;IACTC,IAAI,EAAE,EAAE;IACRrB,MAAM,EAAE,EAAE;IACVsB,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EACDC,MAAM,EAAE;IACNC,MAAM,EAAE,CAAC;IACTC,IAAI,EAAE,CAAC;IACPC,OAAO,EAAE,CAAC;IACV3B,MAAM,EAAE,EAAE;IACV4B,MAAM,EAAE,EAAE;IACVC,MAAM,EAAE,EAAE;IACVC,SAAS,EAAE;EACb,CAAC;EACDC,UAAU,EAAE;IACVJ,OAAO,EAAE,KAAK;IACdK,QAAQ,EAAE,KAAK;IACfC,IAAI,EAAE,KAAK;IACXC,SAAS,EAAE;EACb,CAAC;EACDC,QAAQ,EAAE;IACRC,UAAU,EAAE,EAAE;IACdhB,KAAK,EAAE,EAAE;IACTpB,MAAM,EAAE,EAAE;IACV2B,OAAO,EAAE,EAAE;IACXL,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE,EAAE;IACVc,OAAO,EAAE,EAAE;IACXC,QAAQ,EAAE;EACZ,CAAC;EACDC,aAAa,EAAE;IACbC,MAAM,EAAE;EACV;AACF,CAAC;AAED,eAAehD,YAAY","ignoreList":[]}
1
+ {"version":3,"file":"theme.native.js","names":["COLORS","HTML_ANCHOR_TEXT_COLOR","cm_primary_blue","defaultTheme","colors","border","gray","extra","lighter","light","lightMedium","medium","dark","extraDark","text","primary","secondary","cta","negative","positive","white","black","battle","notification","salmon","podcast","background","cm_grey_800","spacing","micro","tiny","small","base","large","xlarge","radius","common","card","regular","search","button","thumbnail","fontWeight","semiBold","bold","extraBold","fontSize","extraSmall","xxlarge","xxxlarge","letterSpacing","header"],"sources":["../../src/variables/theme.native.ts"],"sourcesContent":["import {TextStyle} from 'react-native';\nimport {COLORS} from './colors';\n\nexport type SpaceType = 'micro' | 'tiny' | 'small' | 'base' | 'medium' | 'large' | 'xlarge';\n\nexport const HTML_ANCHOR_TEXT_COLOR = '#002BDB';\n\nconst {cm_primary_blue} = COLORS;\n\nexport type Colors = {\n border: string;\n gray: {\n extra: string;\n light: string;\n lighter: string;\n lightMedium: string;\n medium: string;\n dark: string;\n extraDark: string;\n };\n podcast: {\n background: string;\n primary: string;\n };\n text: {\n primary: string;\n secondary: string;\n };\n cta: string;\n negative: string;\n positive: string;\n white: string;\n black: string;\n battle: string;\n notification: string;\n salmon: string;\n};\n\nexport type Theme = {\n colors: Colors;\n spacing: {\n micro: number;\n tiny: number;\n small: number;\n base: number;\n medium: number;\n large: number;\n xlarge: number;\n };\n radius: {\n button: number;\n common: number;\n card: number;\n medium: number;\n regular: number;\n search: number;\n thumbnail: number;\n };\n fontWeight: {\n regular: TextStyle['fontWeight'];\n semiBold: TextStyle['fontWeight'];\n bold: TextStyle['fontWeight'];\n extraBold: TextStyle['fontWeight'];\n };\n fontSize: {\n extraSmall: TextStyle['fontSize'];\n small: TextStyle['fontSize'];\n medium: TextStyle['fontSize'];\n regular: TextStyle['fontSize'];\n large: TextStyle['fontSize'];\n xlarge: TextStyle['fontSize'];\n xxlarge: TextStyle['fontSize'];\n xxxlarge: TextStyle['fontSize'];\n };\n letterSpacing: {\n header: number;\n };\n};\n\nconst defaultTheme: Theme = {\n colors: {\n border: 'rgba(0, 0, 0, 0.1)',\n gray: {\n extra: '#FAFAFA',\n lighter: '#F4F4F5',\n light: '#ededed',\n lightMedium: '#CFD8DC',\n medium: '#90A4AE',\n dark: '#546E7A',\n extraDark: '#323232'\n },\n text: {\n primary: '#06265B',\n secondary: '#FFFFFF'\n },\n cta: cm_primary_blue,\n negative: COLORS.negative,\n positive: COLORS.positive,\n white: '#FFFFFF',\n black: '#14171A',\n battle: '#FFDE03',\n notification: '#FF7043',\n salmon: '#FDE2E5',\n podcast: {\n background: COLORS.cm_grey_800,\n primary: '#FF541F'\n }\n },\n spacing: {\n micro: 4,\n tiny: 8,\n small: 16,\n base: 24,\n medium: 32,\n large: 48,\n xlarge: 64\n },\n radius: {\n common: 3,\n card: 5,\n regular: 8,\n medium: 12,\n search: 24,\n button: 32,\n thumbnail: 1000\n },\n fontWeight: {\n regular: '400',\n semiBold: '500',\n bold: '700',\n extraBold: '900'\n },\n fontSize: {\n extraSmall: 10,\n small: 12,\n medium: 13,\n regular: 15,\n large: 17,\n xlarge: 22,\n xxlarge: 28,\n xxxlarge: 40\n },\n letterSpacing: {\n header: 5\n }\n};\n\nexport default defaultTheme;\n"],"mappings":"AACA,SAAQA,MAAR,QAAqB,UAArB;AAIA,OAAO,MAAMC,sBAAsB,GAAG,SAA/B;AAEP,MAAM;EAACC;AAAD,IAAoBF,MAA1B;AAwEA,MAAMG,YAAmB,GAAG;EAC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,oBADF;IAENC,IAAI,EAAE;MACJC,KAAK,EAAE,SADH;MAEJC,OAAO,EAAE,SAFL;MAGJC,KAAK,EAAE,SAHH;MAIJC,WAAW,EAAE,SAJT;MAKJC,MAAM,EAAE,SALJ;MAMJC,IAAI,EAAE,SANF;MAOJC,SAAS,EAAE;IAPP,CAFA;IAWNC,IAAI,EAAE;MACJC,OAAO,EAAE,SADL;MAEJC,SAAS,EAAE;IAFP,CAXA;IAeNC,GAAG,EAAEf,eAfC;IAgBNgB,QAAQ,EAAElB,MAAM,CAACkB,QAhBX;IAiBNC,QAAQ,EAAEnB,MAAM,CAACmB,QAjBX;IAkBNC,KAAK,EAAE,SAlBD;IAmBNC,KAAK,EAAE,SAnBD;IAoBNC,MAAM,EAAE,SApBF;IAqBNC,YAAY,EAAE,SArBR;IAsBNC,MAAM,EAAE,SAtBF;IAuBNC,OAAO,EAAE;MACPC,UAAU,EAAE1B,MAAM,CAAC2B,WADZ;MAEPZ,OAAO,EAAE;IAFF;EAvBH,CADkB;EA6B1Ba,OAAO,EAAE;IACPC,KAAK,EAAE,CADA;IAEPC,IAAI,EAAE,CAFC;IAGPC,KAAK,EAAE,EAHA;IAIPC,IAAI,EAAE,EAJC;IAKPrB,MAAM,EAAE,EALD;IAMPsB,KAAK,EAAE,EANA;IAOPC,MAAM,EAAE;EAPD,CA7BiB;EAsC1BC,MAAM,EAAE;IACNC,MAAM,EAAE,CADF;IAENC,IAAI,EAAE,CAFA;IAGNC,OAAO,EAAE,CAHH;IAIN3B,MAAM,EAAE,EAJF;IAKN4B,MAAM,EAAE,EALF;IAMNC,MAAM,EAAE,EANF;IAONC,SAAS,EAAE;EAPL,CAtCkB;EA+C1BC,UAAU,EAAE;IACVJ,OAAO,EAAE,KADC;IAEVK,QAAQ,EAAE,KAFA;IAGVC,IAAI,EAAE,KAHI;IAIVC,SAAS,EAAE;EAJD,CA/Cc;EAqD1BC,QAAQ,EAAE;IACRC,UAAU,EAAE,EADJ;IAERhB,KAAK,EAAE,EAFC;IAGRpB,MAAM,EAAE,EAHA;IAIR2B,OAAO,EAAE,EAJD;IAKRL,KAAK,EAAE,EALC;IAMRC,MAAM,EAAE,EANA;IAORc,OAAO,EAAE,EAPD;IAQRC,QAAQ,EAAE;EARF,CArDgB;EA+D1BC,aAAa,EAAE;IACbC,MAAM,EAAE;EADK;AA/DW,CAA5B;AAoEA,eAAehD,YAAf"}
@@ -1 +1 @@
1
- {"version":3,"file":"vibration.js","names":["VIBRATION_TYPE","SELECTION","IMPACT_LIGHT","IMPACT_MEDIUM","IMPACT_HEAVY","NOTIFICATION_SUCCESS","NOTIFICATION_WARNING","NOTIFICATION_ERROR"],"sources":["../../src/variables/vibration.ts"],"sourcesContent":["export type VibrationType =\n | 'selection'\n | 'impactLight'\n | 'impactMedium'\n | 'impactHeavy'\n | 'notificationSuccess'\n | 'notificationWarning'\n | 'notificationError';\n\nexport const VIBRATION_TYPE: {\n [key in\n | 'SELECTION'\n | 'IMPACT_LIGHT'\n | 'IMPACT_MEDIUM'\n | 'IMPACT_HEAVY'\n | 'NOTIFICATION_SUCCESS'\n | 'NOTIFICATION_WARNING'\n | 'NOTIFICATION_ERROR']?: VibrationType;\n} = {\n SELECTION: 'selection',\n IMPACT_LIGHT: 'impactLight',\n IMPACT_MEDIUM: 'impactMedium',\n IMPACT_HEAVY: 'impactHeavy',\n NOTIFICATION_SUCCESS: 'notificationSuccess',\n NOTIFICATION_WARNING: 'notificationWarning',\n NOTIFICATION_ERROR: 'notificationError'\n};\n\nexport type Vibration = {\n VIBRATION_TYPE: typeof VIBRATION_TYPE;\n vibrate: (arg0: VibrationType | void) => void;\n};\n"],"mappings":"AASA,OAAO,MAAMA,cASZ,GAAG;EACFC,SAAS,EAAE,WAAW;EACtBC,YAAY,EAAE,aAAa;EAC3BC,aAAa,EAAE,cAAc;EAC7BC,YAAY,EAAE,aAAa;EAC3BC,oBAAoB,EAAE,qBAAqB;EAC3CC,oBAAoB,EAAE,qBAAqB;EAC3CC,kBAAkB,EAAE;AACtB,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"vibration.js","names":["VIBRATION_TYPE","SELECTION","IMPACT_LIGHT","IMPACT_MEDIUM","IMPACT_HEAVY","NOTIFICATION_SUCCESS","NOTIFICATION_WARNING","NOTIFICATION_ERROR"],"sources":["../../src/variables/vibration.ts"],"sourcesContent":["export type VibrationType =\n | 'selection'\n | 'impactLight'\n | 'impactMedium'\n | 'impactHeavy'\n | 'notificationSuccess'\n | 'notificationWarning'\n | 'notificationError';\n\nexport const VIBRATION_TYPE: {\n [key in\n | 'SELECTION'\n | 'IMPACT_LIGHT'\n | 'IMPACT_MEDIUM'\n | 'IMPACT_HEAVY'\n | 'NOTIFICATION_SUCCESS'\n | 'NOTIFICATION_WARNING'\n | 'NOTIFICATION_ERROR']?: VibrationType;\n} = {\n SELECTION: 'selection',\n IMPACT_LIGHT: 'impactLight',\n IMPACT_MEDIUM: 'impactMedium',\n IMPACT_HEAVY: 'impactHeavy',\n NOTIFICATION_SUCCESS: 'notificationSuccess',\n NOTIFICATION_WARNING: 'notificationWarning',\n NOTIFICATION_ERROR: 'notificationError'\n};\n\nexport type Vibration = {\n VIBRATION_TYPE: typeof VIBRATION_TYPE;\n vibrate: (arg0: VibrationType | void) => void;\n};\n"],"mappings":"AASA,OAAO,MAAMA,cASZ,GAAG;EACFC,SAAS,EAAE,WADT;EAEFC,YAAY,EAAE,aAFZ;EAGFC,aAAa,EAAE,cAHb;EAIFC,YAAY,EAAE,aAJZ;EAKFC,oBAAoB,EAAE,qBALpB;EAMFC,oBAAoB,EAAE,qBANpB;EAOFC,kBAAkB,EAAE;AAPlB,CATG"}
@@ -2,25 +2,42 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.default = void 0;
5
+
5
6
  var _keys2 = _interopRequireDefault(require("lodash/fp/keys"));
7
+
6
8
  var _isEmpty2 = _interopRequireDefault(require("lodash/fp/isEmpty"));
9
+
7
10
  var _isNil2 = _interopRequireDefault(require("lodash/fp/isNil"));
11
+
8
12
  var _noop2 = _interopRequireDefault(require("lodash/fp/noop"));
13
+
9
14
  var _react = _interopRequireWildcard(require("react"));
15
+
10
16
  var _reactAutosuggest = _interopRequireDefault(require("react-autosuggest"));
17
+
11
18
  var _propTypes = _interopRequireDefault(require("prop-types"));
19
+
12
20
  var _classnames = _interopRequireDefault(require("classnames"));
21
+
13
22
  var _novaIcons = require("@coorpacademy/nova-icons");
23
+
14
24
  var _getClassState = _interopRequireDefault(require("../../util/get-class-state"));
25
+
15
26
  var _style = _interopRequireDefault(require("./style.css"));
16
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
17
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
27
+
28
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
29
+
30
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
+
32
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
33
+
19
34
  const THEME_STYLE = {
20
35
  coorpmanager: _style.default.coorpmanager,
21
36
  default: _style.default.default
22
37
  };
38
+
23
39
  const renderSuggestion = suggestion => /*#__PURE__*/_react.default.createElement("span", null, suggestion.name);
40
+
24
41
  const Autocomplete = props => {
25
42
  const {
26
43
  placeholder = '',
@@ -71,8 +88,7 @@ const Autocomplete = props => {
71
88
  className: _style.default.leftIcon
72
89
  }) : null;
73
90
  const errorText = theme === 'coorpmanager' && error ? /*#__PURE__*/_react.default.createElement("div", {
74
- className: _style.default.errorText
75
- // eslint-disable-next-line react/no-danger
91
+ className: _style.default.errorText // eslint-disable-next-line react/no-danger
76
92
  ,
77
93
  dangerouslySetInnerHTML: {
78
94
  __html: errorMessage
@@ -104,6 +120,7 @@ const Autocomplete = props => {
104
120
  onSuggestionSelected: handleSuggestionsSelected
105
121
  }), errorIconView, errorText)), descriptionView);
106
122
  };
123
+
107
124
  Autocomplete.propTypes = process.env.NODE_ENV !== "production" ? {
108
125
  title: _propTypes.default.string,
109
126
  placeholder: _propTypes.default.string,
@@ -124,5 +141,6 @@ Autocomplete.propTypes = process.env.NODE_ENV !== "production" ? {
124
141
  onBlur: _propTypes.default.func,
125
142
  onSuggestionSelected: _propTypes.default.func
126
143
  } : {};
127
- var _default = exports.default = Autocomplete;
144
+ var _default = Autocomplete;
145
+ exports.default = _default;
128
146
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_react","_interopRequireWildcard","require","_reactAutosuggest","_interopRequireDefault","_propTypes","_classnames","_novaIcons","_getClassState","_style","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","THEME_STYLE","coorpmanager","style","renderSuggestion","suggestion","createElement","name","Autocomplete","props","placeholder","value","description","required","modified","error","errorMessage","suggestions","onInput","_noop2","onFetch","onClear","onBlur","onSuggestionSelected","title","propsTitle","theme","mainClass","useMemo","className","getClassState","handleInput","useCallback","handleBlur","selectedSuggestion","handleSuggestionsFetchRequested","handleSuggestionsClearRequested","handleSuggestionsSelected","data","inputProps","onChange","descriptionView","toolTipView","infoIconWrapper","NovaCompositionCoorpacademyInformationIcon","infoIcon","descriptionLabel","errorIconView","NovaSolidStatusClose","leftIcon","errorText","dangerouslySetInnerHTML","__html","classnames","_isNil2","isNoTitle","_isEmpty2","noValue","inputContainer","container","input","suggestionsContainer","suggestionsContainerOpen","suggestionsList","suggestionHighlighted","onSuggestionsFetchRequested","onSuggestionsClearRequested","getSuggestionValue","focusInputOnSuggestionClick","propTypes","process","env","NODE_ENV","PropTypes","string","bool","arrayOf","shape","oneOfType","number","oneOf","_keys2","func","_default","exports"],"sources":["../../../src/atom/autocomplete/index.js"],"sourcesContent":["import React, {useCallback, useMemo} from 'react';\nimport Autosuggest from 'react-autosuggest';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {noop, isNil, isEmpty, keys} from 'lodash/fp';\nimport {\n NovaSolidStatusClose as ErrorIcon,\n NovaCompositionCoorpacademyInformationIcon as InfoIcon\n} from '@coorpacademy/nova-icons';\nimport getClassState from '../../util/get-class-state';\nimport style from './style.css';\n\nconst THEME_STYLE = {\n coorpmanager: style.coorpmanager,\n default: style.default\n};\n\nconst renderSuggestion = suggestion => <span>{suggestion.name}</span>;\n\nconst Autocomplete = props => {\n const {\n placeholder = '',\n value,\n description,\n required,\n modified = false,\n error = false,\n errorMessage,\n suggestions = [],\n onInput = noop,\n onFetch = noop,\n onClear = noop,\n onBlur = noop,\n onSuggestionSelected = noop,\n title: propsTitle,\n theme = 'default'\n } = props;\n\n const mainClass = THEME_STYLE[theme];\n const title = useMemo(() => `${propsTitle}${required ? '*' : ''}`, [propsTitle, required]);\n const className = useMemo(\n () => getClassState(style.default, style.modified, style.error, modified, error),\n [modified, error]\n );\n\n const handleInput = useCallback(\n e => {\n onInput(e);\n },\n [onInput]\n );\n const handleBlur = useCallback(\n (e, selectedSuggestion) => onBlur(e, selectedSuggestion),\n [onBlur]\n );\n const handleSuggestionsFetchRequested = useCallback(e => onFetch(e), [onFetch]);\n const handleSuggestionsClearRequested = useCallback(e => onClear(e), [onClear]);\n const handleSuggestionsSelected = useCallback(\n (e, data) => onSuggestionSelected(data),\n [onSuggestionSelected]\n );\n\n const inputProps = {\n placeholder,\n value,\n onChange: noop,\n onBlur: handleBlur,\n onInput: handleInput,\n 'data-testid': 'autocomplete-input'\n };\n\n const descriptionView =\n description && theme !== 'coorpmanager' ? (\n <div className={style.description}>{description}</div>\n ) : null;\n\n const toolTipView =\n description && theme === 'coorpmanager' ? (\n <div className={style.infoIconWrapper}>\n <InfoIcon className={style.infoIcon} />\n <div className={style.descriptionLabel}>{description}</div>\n </div>\n ) : null;\n\n const errorIconView =\n theme === 'coorpmanager' && error ? <ErrorIcon className={style.leftIcon} /> : null;\n\n const errorText =\n theme === 'coorpmanager' && error ? (\n <div\n className={style.errorText}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: errorMessage}}\n />\n ) : null;\n return (\n <div className={classnames(mainClass, className, isNil(propsTitle) && style.isNoTitle)}>\n <label>\n <span className={classnames(style.title, isEmpty(value) && style.noValue)}>\n {title}\n {toolTipView}\n </span>\n <div className={style.inputContainer}>\n <Autosuggest\n theme={{\n container: style.container,\n input: style.input,\n suggestionsContainer: style.suggestionsContainer,\n suggestionsContainerOpen: style.suggestionsContainerOpen,\n suggestionsList: style.suggestionsList,\n suggestion: style.suggestion,\n suggestionHighlighted: style.suggestionHighlighted\n }}\n suggestions={suggestions}\n onSuggestionsFetchRequested={handleSuggestionsFetchRequested}\n onSuggestionsClearRequested={handleSuggestionsClearRequested}\n getSuggestionValue={noop}\n renderSuggestion={renderSuggestion}\n inputProps={inputProps}\n focusInputOnSuggestionClick={false}\n onSuggestionSelected={handleSuggestionsSelected}\n />\n {errorIconView}\n {errorText}\n </div>\n </label>\n {descriptionView}\n </div>\n );\n};\n\nAutocomplete.propTypes = {\n title: PropTypes.string,\n placeholder: PropTypes.string,\n value: PropTypes.string,\n description: PropTypes.string,\n required: PropTypes.bool,\n modified: PropTypes.bool,\n error: PropTypes.bool,\n errorMessage: PropTypes.string,\n suggestions: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n })\n ),\n theme: PropTypes.oneOf(keys(THEME_STYLE)),\n onInput: PropTypes.func,\n onFetch: PropTypes.func,\n onClear: PropTypes.func,\n onBlur: PropTypes.func,\n onSuggestionSelected: PropTypes.func\n};\n\nexport default Autocomplete;\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["THEME_STYLE","coorpmanager","style","default","renderSuggestion","suggestion","name","Autocomplete","props","placeholder","value","description","required","modified","error","errorMessage","suggestions","onInput","onFetch","onClear","onBlur","onSuggestionSelected","title","propsTitle","theme","mainClass","useMemo","className","getClassState","handleInput","useCallback","e","handleBlur","selectedSuggestion","handleSuggestionsFetchRequested","handleSuggestionsClearRequested","handleSuggestionsSelected","data","inputProps","onChange","descriptionView","toolTipView","infoIconWrapper","infoIcon","descriptionLabel","errorIconView","leftIcon","errorText","__html","classnames","isNoTitle","noValue","inputContainer","container","input","suggestionsContainer","suggestionsContainerOpen","suggestionsList","suggestionHighlighted","propTypes","PropTypes","string","bool","arrayOf","shape","oneOfType","number","oneOf","func"],"sources":["../../../src/atom/autocomplete/index.js"],"sourcesContent":["import React, {useCallback, useMemo} from 'react';\nimport Autosuggest from 'react-autosuggest';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {noop, isNil, isEmpty, keys} from 'lodash/fp';\nimport {\n NovaSolidStatusClose as ErrorIcon,\n NovaCompositionCoorpacademyInformationIcon as InfoIcon\n} from '@coorpacademy/nova-icons';\nimport getClassState from '../../util/get-class-state';\nimport style from './style.css';\n\nconst THEME_STYLE = {\n coorpmanager: style.coorpmanager,\n default: style.default\n};\n\nconst renderSuggestion = suggestion => <span>{suggestion.name}</span>;\n\nconst Autocomplete = props => {\n const {\n placeholder = '',\n value,\n description,\n required,\n modified = false,\n error = false,\n errorMessage,\n suggestions = [],\n onInput = noop,\n onFetch = noop,\n onClear = noop,\n onBlur = noop,\n onSuggestionSelected = noop,\n title: propsTitle,\n theme = 'default'\n } = props;\n\n const mainClass = THEME_STYLE[theme];\n const title = useMemo(() => `${propsTitle}${required ? '*' : ''}`, [propsTitle, required]);\n const className = useMemo(\n () => getClassState(style.default, style.modified, style.error, modified, error),\n [modified, error]\n );\n\n const handleInput = useCallback(\n e => {\n onInput(e);\n },\n [onInput]\n );\n const handleBlur = useCallback(\n (e, selectedSuggestion) => onBlur(e, selectedSuggestion),\n [onBlur]\n );\n const handleSuggestionsFetchRequested = useCallback(e => onFetch(e), [onFetch]);\n const handleSuggestionsClearRequested = useCallback(e => onClear(e), [onClear]);\n const handleSuggestionsSelected = useCallback(\n (e, data) => onSuggestionSelected(data),\n [onSuggestionSelected]\n );\n\n const inputProps = {\n placeholder,\n value,\n onChange: noop,\n onBlur: handleBlur,\n onInput: handleInput,\n 'data-testid': 'autocomplete-input'\n };\n\n const descriptionView =\n description && theme !== 'coorpmanager' ? (\n <div className={style.description}>{description}</div>\n ) : null;\n\n const toolTipView =\n description && theme === 'coorpmanager' ? (\n <div className={style.infoIconWrapper}>\n <InfoIcon className={style.infoIcon} />\n <div className={style.descriptionLabel}>{description}</div>\n </div>\n ) : null;\n\n const errorIconView =\n theme === 'coorpmanager' && error ? <ErrorIcon className={style.leftIcon} /> : null;\n\n const errorText =\n theme === 'coorpmanager' && error ? (\n <div\n className={style.errorText}\n // eslint-disable-next-line react/no-danger\n dangerouslySetInnerHTML={{__html: errorMessage}}\n />\n ) : null;\n return (\n <div className={classnames(mainClass, className, isNil(propsTitle) && style.isNoTitle)}>\n <label>\n <span className={classnames(style.title, isEmpty(value) && style.noValue)}>\n {title}\n {toolTipView}\n </span>\n <div className={style.inputContainer}>\n <Autosuggest\n theme={{\n container: style.container,\n input: style.input,\n suggestionsContainer: style.suggestionsContainer,\n suggestionsContainerOpen: style.suggestionsContainerOpen,\n suggestionsList: style.suggestionsList,\n suggestion: style.suggestion,\n suggestionHighlighted: style.suggestionHighlighted\n }}\n suggestions={suggestions}\n onSuggestionsFetchRequested={handleSuggestionsFetchRequested}\n onSuggestionsClearRequested={handleSuggestionsClearRequested}\n getSuggestionValue={noop}\n renderSuggestion={renderSuggestion}\n inputProps={inputProps}\n focusInputOnSuggestionClick={false}\n onSuggestionSelected={handleSuggestionsSelected}\n />\n {errorIconView}\n {errorText}\n </div>\n </label>\n {descriptionView}\n </div>\n );\n};\n\nAutocomplete.propTypes = {\n title: PropTypes.string,\n placeholder: PropTypes.string,\n value: PropTypes.string,\n description: PropTypes.string,\n required: PropTypes.bool,\n modified: PropTypes.bool,\n error: PropTypes.bool,\n errorMessage: PropTypes.string,\n suggestions: PropTypes.arrayOf(\n PropTypes.shape({\n name: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n })\n ),\n theme: PropTypes.oneOf(keys(THEME_STYLE)),\n onInput: PropTypes.func,\n onFetch: PropTypes.func,\n onClear: PropTypes.func,\n onBlur: PropTypes.func,\n onSuggestionSelected: PropTypes.func\n};\n\nexport default Autocomplete;\n"],"mappings":"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"}