@coorpacademy/components 10.0.49 → 10.1.2

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 (899) hide show
  1. package/es/atom/autocomplete/test/fixtures.js +19 -0
  2. package/es/atom/autocomplete/test/fixtures.js.map +1 -0
  3. package/es/atom/avatar/test/fixtures.js +13 -0
  4. package/es/atom/avatar/test/fixtures.js.map +1 -0
  5. package/es/atom/bullet-point-menu-button/test/fixtures.js +27 -0
  6. package/es/atom/bullet-point-menu-button/test/fixtures.js.map +1 -0
  7. package/es/atom/button/index.js +3 -1
  8. package/es/atom/button/index.js.map +1 -1
  9. package/es/atom/button/test/fixtures.js +27 -0
  10. package/es/atom/button/test/fixtures.js.map +1 -0
  11. package/es/atom/catalog-section/test/fixtures.js +15 -0
  12. package/es/atom/catalog-section/test/fixtures.js.map +1 -0
  13. package/es/atom/centered-text/test/fixtures.js +13 -0
  14. package/es/atom/centered-text/test/fixtures.js.map +1 -0
  15. package/es/atom/checkbox/test/fixtures.js +19 -0
  16. package/es/atom/checkbox/test/fixtures.js.map +1 -0
  17. package/es/atom/chips/index.js +36 -0
  18. package/es/atom/chips/index.js.map +1 -0
  19. package/es/atom/chips/style.css +66 -0
  20. package/es/atom/chips/test/fixtures/default.js +9 -0
  21. package/es/atom/chips/test/fixtures/default.js.map +1 -0
  22. package/es/atom/chips/test/fixtures/non-selected.js +9 -0
  23. package/es/atom/chips/test/fixtures/non-selected.js.map +1 -0
  24. package/es/atom/clue/test/fixtures.js +17 -0
  25. package/es/atom/clue/test/fixtures.js.map +1 -0
  26. package/es/atom/content-badge/index.js +21 -0
  27. package/es/atom/content-badge/index.js.map +1 -0
  28. package/es/atom/content-badge/style.css +59 -0
  29. package/es/atom/content-badge/test/fixtures/advanced.js +7 -0
  30. package/es/atom/content-badge/test/fixtures/advanced.js.map +1 -0
  31. package/es/atom/content-badge/test/fixtures/article.js +7 -0
  32. package/es/atom/content-badge/test/fixtures/article.js.map +1 -0
  33. package/es/atom/content-badge/test/fixtures/chapter.js +7 -0
  34. package/es/atom/content-badge/test/fixtures/chapter.js.map +1 -0
  35. package/es/atom/content-badge/test/fixtures/coach.js +7 -0
  36. package/es/atom/content-badge/test/fixtures/coach.js.map +1 -0
  37. package/es/atom/content-badge/test/fixtures/default.js +7 -0
  38. package/es/atom/content-badge/test/fixtures/default.js.map +1 -0
  39. package/es/atom/content-badge/test/fixtures/podcast.js +7 -0
  40. package/es/atom/content-badge/test/fixtures/podcast.js.map +1 -0
  41. package/es/atom/content-badge/test/fixtures/scorm.js +7 -0
  42. package/es/atom/content-badge/test/fixtures/scorm.js.map +1 -0
  43. package/es/atom/content-badge/test/fixtures/video.js +7 -0
  44. package/es/atom/content-badge/test/fixtures/video.js.map +1 -0
  45. package/es/atom/cta/test/fixtures.js +37 -0
  46. package/es/atom/cta/test/fixtures.js.map +1 -0
  47. package/es/atom/difficulty-level/test/fixtures.js +19 -0
  48. package/es/atom/difficulty-level/test/fixtures.js.map +1 -0
  49. package/es/atom/drag-and-drop/test/fixtures.js +23 -0
  50. package/es/atom/drag-and-drop/test/fixtures.js.map +1 -0
  51. package/es/atom/image-upload/test/fixtures.js +29 -0
  52. package/es/atom/image-upload/test/fixtures.js.map +1 -0
  53. package/es/atom/input-checkbox/test/fixtures.js +23 -0
  54. package/es/atom/input-checkbox/test/fixtures.js.map +1 -0
  55. package/es/atom/input-color/test/fixtures.js +19 -0
  56. package/es/atom/input-color/test/fixtures.js.map +1 -0
  57. package/es/atom/input-doublestep/test/fixtures.js +21 -0
  58. package/es/atom/input-doublestep/test/fixtures.js.map +1 -0
  59. package/es/atom/input-html/test/fixtures.js +17 -0
  60. package/es/atom/input-html/test/fixtures.js.map +1 -0
  61. package/es/atom/input-readonly/test/fixtures.js +13 -0
  62. package/es/atom/input-readonly/test/fixtures.js.map +1 -0
  63. package/es/atom/input-switch/test/fixtures.js +23 -0
  64. package/es/atom/input-switch/test/fixtures.js.map +1 -0
  65. package/es/atom/input-text/index.js +34 -6
  66. package/es/atom/input-text/index.js.map +1 -1
  67. package/es/atom/input-text/style.css +229 -1
  68. package/es/atom/input-text/test/fixtures/cm-default.js +17 -0
  69. package/es/atom/input-text/test/fixtures/cm-default.js.map +1 -0
  70. package/es/atom/input-text/test/fixtures.js +25 -0
  71. package/es/atom/input-text/test/fixtures.js.map +1 -0
  72. package/es/atom/input-textarea/index.js +36 -11
  73. package/es/atom/input-textarea/index.js.map +1 -1
  74. package/es/atom/input-textarea/style.css +265 -0
  75. package/es/atom/input-textarea/test/fixtures/cm-default.js +17 -0
  76. package/es/atom/input-textarea/test/fixtures/cm-default.js.map +1 -0
  77. package/es/atom/input-textarea/test/fixtures/cm-empty.js +17 -0
  78. package/es/atom/input-textarea/test/fixtures/cm-empty.js.map +1 -0
  79. package/es/atom/input-textarea/test/fixtures.js +17 -0
  80. package/es/atom/input-textarea/test/fixtures.js.map +1 -0
  81. package/es/atom/label/test/fixtures.js +15 -0
  82. package/es/atom/label/test/fixtures.js.map +1 -0
  83. package/es/atom/life/test/fixtures.js +25 -0
  84. package/es/atom/life/test/fixtures.js.map +1 -0
  85. package/es/atom/link/test/fixtures.js +17 -0
  86. package/es/atom/link/test/fixtures.js.map +1 -0
  87. package/es/atom/loader/test/fixtures.js +13 -0
  88. package/es/atom/loader/test/fixtures.js.map +1 -0
  89. package/es/atom/notification/test/fixtures.js +17 -0
  90. package/es/atom/notification/test/fixtures.js.map +1 -0
  91. package/es/atom/picture/test/fixtures.js +19 -0
  92. package/es/atom/picture/test/fixtures.js.map +1 -0
  93. package/es/atom/picture-background/test/fixtures.js +19 -0
  94. package/es/atom/picture-background/test/fixtures.js.map +1 -0
  95. package/es/atom/promo-code/test/fixtures.js +17 -0
  96. package/es/atom/promo-code/test/fixtures.js.map +1 -0
  97. package/es/atom/provider/test/fixtures.js +13 -0
  98. package/es/atom/provider/test/fixtures.js.map +1 -0
  99. package/es/atom/radio-group/test/fixtures.js +17 -0
  100. package/es/atom/radio-group/test/fixtures.js.map +1 -0
  101. package/es/atom/range/test/fixtures.js +15 -0
  102. package/es/atom/range/test/fixtures.js.map +1 -0
  103. package/es/atom/resource-miniature/test/fixtures.js +21 -0
  104. package/es/atom/resource-miniature/test/fixtures.js.map +1 -0
  105. package/es/atom/select/test/fixtures.js +43 -0
  106. package/es/atom/select/test/fixtures.js.map +1 -0
  107. package/es/atom/slide/test/fixtures.js +21 -0
  108. package/es/atom/slide/test/fixtures.js.map +1 -0
  109. package/es/atom/social-link/test/fixtures.js +17 -0
  110. package/es/atom/social-link/test/fixtures.js.map +1 -0
  111. package/es/atom/spinner/test/fixtures.js +13 -0
  112. package/es/atom/spinner/test/fixtures.js.map +1 -0
  113. package/es/atom/tab/test/fixtures.js +13 -0
  114. package/es/atom/tab/test/fixtures.js.map +1 -0
  115. package/es/atom/tab-content/test/fixtures.js +15 -0
  116. package/es/atom/tab-content/test/fixtures.js.map +1 -0
  117. package/es/atom/title/test/fixtures.js +13 -0
  118. package/es/atom/title/test/fixtures.js.map +1 -0
  119. package/es/atom/video-upload/test/fixtures.js +21 -0
  120. package/es/atom/video-upload/test/fixtures.js.map +1 -0
  121. package/es/atom/wizard-steps/index.js +38 -0
  122. package/es/atom/wizard-steps/index.js.map +1 -0
  123. package/es/atom/wizard-steps/style.css +150 -0
  124. package/es/atom/wizard-steps/test/fixtures/default.js +28 -0
  125. package/es/atom/wizard-steps/test/fixtures/default.js.map +1 -0
  126. package/es/atom/wizard-steps/test/fixtures/first-step.js +28 -0
  127. package/es/atom/wizard-steps/test/fixtures/first-step.js.map +1 -0
  128. package/es/atom/wizard-steps/test/fixtures/last-step.js +28 -0
  129. package/es/atom/wizard-steps/test/fixtures/last-step.js.map +1 -0
  130. package/es/hoc/animation/test/fixtures.js +15 -0
  131. package/es/hoc/animation/test/fixtures.js.map +1 -0
  132. package/es/hoc/animation-scheduler/test/fixtures.js +15 -0
  133. package/es/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  134. package/es/hoc/swapper/test/fixtures.js +13 -0
  135. package/es/hoc/swapper/test/fixtures.js.map +1 -0
  136. package/es/hoc/transition/test/fixtures.js +13 -0
  137. package/es/hoc/transition/test/fixtures.js.map +1 -0
  138. package/es/molecule/add-to-my-list/test/fixtures.js +15 -0
  139. package/es/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  140. package/es/molecule/answer/test/fixtures.js +35 -0
  141. package/es/molecule/answer/test/fixtures.js.map +1 -0
  142. package/es/molecule/audio/test/fixtures.js +15 -0
  143. package/es/molecule/audio/test/fixtures.js.map +1 -0
  144. package/es/molecule/banner/index.js +46 -0
  145. package/es/molecule/banner/index.js.map +1 -0
  146. package/es/molecule/banner/style.css +63 -0
  147. package/es/molecule/banner/test/fixtures/default.js +11 -0
  148. package/es/molecule/banner/test/fixtures/default.js.map +1 -0
  149. package/es/molecule/banner/test/fixtures/error-banner.js +7 -0
  150. package/es/molecule/banner/test/fixtures/error-banner.js.map +1 -0
  151. package/es/molecule/battle-request/test/fixtures.js +15 -0
  152. package/es/molecule/battle-request/test/fixtures.js.map +1 -0
  153. package/es/molecule/brand-card/test/fixtures.js +15 -0
  154. package/es/molecule/brand-card/test/fixtures.js.map +1 -0
  155. package/es/molecule/brand-card-create/test/fixtures.js +13 -0
  156. package/es/molecule/brand-card-create/test/fixtures.js.map +1 -0
  157. package/es/molecule/brand-create-form/test/fixtures.js +19 -0
  158. package/es/molecule/brand-create-form/test/fixtures.js.map +1 -0
  159. package/es/molecule/brand-download-box/test/fixtures.js +17 -0
  160. package/es/molecule/brand-download-box/test/fixtures.js.map +1 -0
  161. package/es/molecule/brand-form-group/test/fixtures/cm-default.js +51 -0
  162. package/es/molecule/brand-form-group/test/fixtures/cm-default.js.map +1 -0
  163. package/es/molecule/brand-form-group/test/fixtures/default.js +12 -3
  164. package/es/molecule/brand-form-group/test/fixtures/default.js.map +1 -1
  165. package/es/molecule/brand-form-group/test/fixtures.js +33 -0
  166. package/es/molecule/brand-form-group/test/fixtures.js.map +1 -0
  167. package/es/molecule/brand-tabs/test/fixtures.js +29 -0
  168. package/es/molecule/brand-tabs/test/fixtures.js.map +1 -0
  169. package/es/molecule/brand-upload-box/test/fixtures.js +17 -0
  170. package/es/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  171. package/es/molecule/breadcrumbs/test/fixtures.js +13 -0
  172. package/es/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  173. package/es/molecule/card/index.js +16 -5
  174. package/es/molecule/card/index.js.map +1 -1
  175. package/es/molecule/card/selectable.css +71 -0
  176. package/es/molecule/card/selectable.js +32 -0
  177. package/es/molecule/card/selectable.js.map +1 -0
  178. package/es/molecule/card/test/fixtures/default.js +1 -0
  179. package/es/molecule/card/test/fixtures/default.js.map +1 -1
  180. package/es/molecule/card/test/fixtures/selectable-false.js +16 -0
  181. package/es/molecule/card/test/fixtures/selectable-false.js.map +1 -0
  182. package/es/molecule/card/test/fixtures/selectable-true.js +17 -0
  183. package/es/molecule/card/test/fixtures/selectable-true.js.map +1 -0
  184. package/es/molecule/card/test/fixtures.js +39 -0
  185. package/es/molecule/card/test/fixtures.js.map +1 -0
  186. package/es/molecule/card-content/index.js +13 -3
  187. package/es/molecule/card-content/index.js.map +1 -1
  188. package/es/molecule/card-content/style.css +13 -3
  189. package/es/molecule/card-content/test/fixtures.js +27 -0
  190. package/es/molecule/card-content/test/fixtures.js.map +1 -0
  191. package/es/molecule/card-with-button/test/fixtures.js +17 -0
  192. package/es/molecule/card-with-button/test/fixtures.js.map +1 -0
  193. package/es/molecule/cm-popin/index.js +76 -0
  194. package/es/molecule/cm-popin/index.js.map +1 -0
  195. package/es/molecule/cm-popin/style.css +157 -0
  196. package/es/molecule/cm-popin/test/fixtures/dangerous.js +16 -0
  197. package/es/molecule/cm-popin/test/fixtures/dangerous.js.map +1 -0
  198. package/es/molecule/cm-popin/test/fixtures/default.js +16 -0
  199. package/es/molecule/cm-popin/test/fixtures/default.js.map +1 -0
  200. package/es/molecule/cm-popin/test/fixtures/warning-with-close.js +17 -0
  201. package/es/molecule/cm-popin/test/fixtures/warning-with-close.js.map +1 -0
  202. package/es/molecule/cockpit-popin/test/fixtures.js +17 -0
  203. package/es/molecule/cockpit-popin/test/fixtures.js.map +1 -0
  204. package/es/molecule/cookie-banner/test/fixtures.js +13 -0
  205. package/es/molecule/cookie-banner/test/fixtures.js.map +1 -0
  206. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +15 -0
  207. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  208. package/es/molecule/dashboard/cards-list/test/fixtures.js +23 -0
  209. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  210. package/es/molecule/dashboard/news-list/test/fixtures.js +17 -0
  211. package/es/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  212. package/es/molecule/dashboard/start-battle/test/fixtures.js +15 -0
  213. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  214. package/es/molecule/discipline-cta/test/fixtures.js +15 -0
  215. package/es/molecule/discipline-cta/test/fixtures.js.map +1 -0
  216. package/es/molecule/discipline-header/test/fixtures.js +27 -0
  217. package/es/molecule/discipline-header/test/fixtures.js.map +1 -0
  218. package/es/molecule/discipline-partners/index.js +5 -2
  219. package/es/molecule/discipline-partners/index.js.map +1 -1
  220. package/es/molecule/discipline-partners/test/fixtures.js +21 -0
  221. package/es/molecule/discipline-partners/test/fixtures.js.map +1 -0
  222. package/es/molecule/discipline-scope/test/fixtures.js +27 -0
  223. package/es/molecule/discipline-scope/test/fixtures.js.map +1 -0
  224. package/es/molecule/drag-and-drop/test/fixtures.js +25 -0
  225. package/es/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  226. package/es/molecule/external-content-button/test/fixtures.js +19 -0
  227. package/es/molecule/external-content-button/test/fixtures.js.map +1 -0
  228. package/es/molecule/external-content-viewer/test/fixtures.js +27 -0
  229. package/es/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  230. package/es/molecule/feedback/test/fixtures.js +27 -0
  231. package/es/molecule/feedback/test/fixtures.js.map +1 -0
  232. package/es/molecule/filters/test/fixtures.js +33 -0
  233. package/es/molecule/filters/test/fixtures.js.map +1 -0
  234. package/es/molecule/forum/forum-comment/test/fixtures.js +17 -0
  235. package/es/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  236. package/es/molecule/forum/forum-post/test/fixtures.js +31 -0
  237. package/es/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  238. package/es/molecule/forum/forum-thread/test/fixtures.js +17 -0
  239. package/es/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  240. package/es/molecule/hero/test/fixtures.js +15 -0
  241. package/es/molecule/hero/test/fixtures.js.map +1 -0
  242. package/es/molecule/login-alert/test/fixtures.js +13 -0
  243. package/es/molecule/login-alert/test/fixtures.js.map +1 -0
  244. package/es/molecule/menu-list/test/fixtures.js +13 -0
  245. package/es/molecule/menu-list/test/fixtures.js.map +1 -0
  246. package/es/molecule/message-popin/test/fixtures.js +13 -0
  247. package/es/molecule/message-popin/test/fixtures.js.map +1 -0
  248. package/es/molecule/modal/test/fixtures.js +13 -0
  249. package/es/molecule/modal/test/fixtures.js.map +1 -0
  250. package/es/molecule/module-bubble/test/fixtures.js +17 -0
  251. package/es/molecule/module-bubble/test/fixtures.js.map +1 -0
  252. package/es/molecule/module-card/test/fixtures.js +17 -0
  253. package/es/molecule/module-card/test/fixtures.js.map +1 -0
  254. package/es/molecule/news/test/fixtures.js +23 -0
  255. package/es/molecule/news/test/fixtures.js.map +1 -0
  256. package/es/molecule/notification-banner/test/fixtures.js +17 -0
  257. package/es/molecule/notification-banner/test/fixtures.js.map +1 -0
  258. package/es/molecule/pagination/test/fixtures.js +15 -0
  259. package/es/molecule/pagination/test/fixtures.js.map +1 -0
  260. package/es/molecule/payment-form/test/fixtures.js +17 -0
  261. package/es/molecule/payment-form/test/fixtures.js.map +1 -0
  262. package/es/molecule/pdf/test/fixtures.js +13 -0
  263. package/es/molecule/pdf/test/fixtures.js.map +1 -0
  264. package/es/molecule/popin/test/fixtures.js +21 -0
  265. package/es/molecule/popin/test/fixtures.js.map +1 -0
  266. package/es/molecule/product-card/test/fixtures.js +13 -0
  267. package/es/molecule/product-card/test/fixtures.js.map +1 -0
  268. package/es/molecule/progress-bar/test/fixtures.js +15 -0
  269. package/es/molecule/progress-bar/test/fixtures.js.map +1 -0
  270. package/es/molecule/questions/drop-down/test/fixtures.js +15 -0
  271. package/es/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  272. package/es/molecule/questions/free-text/test/fixtures.js +15 -0
  273. package/es/molecule/questions/free-text/test/fixtures.js.map +1 -0
  274. package/es/molecule/questions/qcm/test/fixtures.js +19 -0
  275. package/es/molecule/questions/qcm/test/fixtures.js.map +1 -0
  276. package/es/molecule/questions/qcm-drag/test/fixtures.js +15 -0
  277. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  278. package/es/molecule/questions/qcm-graphic/test/fixtures.js +15 -0
  279. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  280. package/es/molecule/questions/question-range/test/fixtures.js +13 -0
  281. package/es/molecule/questions/question-range/test/fixtures.js.map +1 -0
  282. package/es/molecule/questions/template/test/fixtures.js +15 -0
  283. package/es/molecule/questions/template/test/fixtures.js.map +1 -0
  284. package/es/molecule/resource-player/test/fixtures.js +25 -0
  285. package/es/molecule/resource-player/test/fixtures.js.map +1 -0
  286. package/es/molecule/scope-content/test/fixtures.js +27 -0
  287. package/es/molecule/scope-content/test/fixtures.js.map +1 -0
  288. package/es/molecule/scope-tabs/test/fixtures.js +17 -0
  289. package/es/molecule/scope-tabs/test/fixtures.js.map +1 -0
  290. package/es/molecule/search/test/fixtures.js +15 -0
  291. package/es/molecule/search/test/fixtures.js.map +1 -0
  292. package/es/molecule/search-form/test/fixtures.js +13 -0
  293. package/es/molecule/search-form/test/fixtures.js.map +1 -0
  294. package/es/molecule/select-multiple/test/fixtures.js +23 -0
  295. package/es/molecule/select-multiple/test/fixtures.js.map +1 -0
  296. package/es/molecule/setup-cohort-item/test/fixtures.js +19 -0
  297. package/es/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  298. package/es/molecule/setup-section/test/fixtures.js +25 -0
  299. package/es/molecule/setup-section/test/fixtures.js.map +1 -0
  300. package/es/molecule/setup-sections/test/fixtures.js +19 -0
  301. package/es/molecule/setup-sections/test/fixtures.js.map +1 -0
  302. package/es/molecule/setup-slide/test/fixtures.js +23 -0
  303. package/es/molecule/setup-slide/test/fixtures.js.map +1 -0
  304. package/es/molecule/setup-slider/test/fixtures.js +15 -0
  305. package/es/molecule/setup-slider/test/fixtures.js.map +1 -0
  306. package/es/molecule/share/test/fixtures.js +13 -0
  307. package/es/molecule/share/test/fixtures.js.map +1 -0
  308. package/es/molecule/ssmenu-list/test/fixtures.js +19 -0
  309. package/es/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  310. package/es/molecule/subscription-freemium/test/fixtures.js +13 -0
  311. package/es/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  312. package/es/molecule/subscription-premium/test/fixtures.js +15 -0
  313. package/es/molecule/subscription-premium/test/fixtures.js.map +1 -0
  314. package/es/molecule/table/test/fixtures.js +19 -0
  315. package/es/molecule/table/test/fixtures.js.map +1 -0
  316. package/es/molecule/teams-popin/test/fixtures.js +29 -0
  317. package/es/molecule/teams-popin/test/fixtures.js.map +1 -0
  318. package/es/molecule/theme-image/test/fixtures.js +13 -0
  319. package/es/molecule/theme-image/test/fixtures.js.map +1 -0
  320. package/es/molecule/titled-checkbox/test/fixtures.js +17 -0
  321. package/es/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  322. package/es/molecule/unsubscribe/test/fixtures.js +15 -0
  323. package/es/molecule/unsubscribe/test/fixtures.js.map +1 -0
  324. package/es/molecule/vertical-tabs/index.js +51 -0
  325. package/es/molecule/vertical-tabs/index.js.map +1 -0
  326. package/es/molecule/vertical-tabs/style.css +69 -0
  327. package/es/molecule/vertical-tabs/test/fixtures/default.js +41 -0
  328. package/es/molecule/vertical-tabs/test/fixtures/default.js.map +1 -0
  329. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.js +81 -0
  330. package/es/molecule/vertical-tabs/test/fixtures/with-selected-item.js.map +1 -0
  331. package/es/molecule/video-iframe/test/fixtures.js +25 -0
  332. package/es/molecule/video-iframe/test/fixtures.js.map +1 -0
  333. package/es/molecule/video-player/test/fixtures.js +29 -0
  334. package/es/molecule/video-player/test/fixtures.js.map +1 -0
  335. package/es/molecule/wizard-summary/index.js +187 -0
  336. package/es/molecule/wizard-summary/index.js.map +1 -0
  337. package/es/molecule/wizard-summary/style.css +247 -0
  338. package/es/molecule/wizard-summary/test/fixtures/default.js +123 -0
  339. package/es/molecule/wizard-summary/test/fixtures/default.js.map +1 -0
  340. package/es/molecule/wizard-summary/test/fixtures/one-section.js +22 -0
  341. package/es/molecule/wizard-summary/test/fixtures/one-section.js.map +1 -0
  342. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.js +117 -0
  343. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.js.map +1 -0
  344. package/es/molecule/wizard-summary/test/fixtures/three-sections.js +41 -0
  345. package/es/molecule/wizard-summary/test/fixtures/three-sections.js.map +1 -0
  346. package/es/molecule/wizard-summary/test/fixtures/two-sections.js +34 -0
  347. package/es/molecule/wizard-summary/test/fixtures/two-sections.js.map +1 -0
  348. package/es/organism/accordion/container/test/fixtures.js +17 -0
  349. package/es/organism/accordion/container/test/fixtures.js.map +1 -0
  350. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +13 -0
  351. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  352. package/es/organism/accordion/coorp-manager/test/fixtures.js +13 -0
  353. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  354. package/es/organism/accordion/part/test/fixtures.js +15 -0
  355. package/es/organism/accordion/part/test/fixtures.js.map +1 -0
  356. package/es/organism/accordion/toggler/test/fixtures.js +17 -0
  357. package/es/organism/accordion/toggler/test/fixtures.js.map +1 -0
  358. package/es/organism/brand-analytics/test/fixtures.js +23 -0
  359. package/es/organism/brand-analytics/test/fixtures.js.map +1 -0
  360. package/es/organism/brand-dashboard/test/fixtures.js +13 -0
  361. package/es/organism/brand-dashboard/test/fixtures.js.map +1 -0
  362. package/es/organism/brand-form/test/fixtures.js +31 -0
  363. package/es/organism/brand-form/test/fixtures.js.map +1 -0
  364. package/es/organism/brand-table/test/fixtures.js +19 -0
  365. package/es/organism/brand-table/test/fixtures.js.map +1 -0
  366. package/es/organism/brand-upload/test/fixtures.js +15 -0
  367. package/es/organism/brand-upload/test/fixtures.js.map +1 -0
  368. package/es/organism/cards-grid/test/fixtures.js +19 -0
  369. package/es/organism/cards-grid/test/fixtures.js.map +1 -0
  370. package/es/organism/cart/test/fixtures.js +13 -0
  371. package/es/organism/cart/test/fixtures.js.map +1 -0
  372. package/es/organism/discussion/test/fixtures.js +19 -0
  373. package/es/organism/discussion/test/fixtures.js.map +1 -0
  374. package/es/organism/get-the-app/test/fixtures.js +13 -0
  375. package/es/organism/get-the-app/test/fixtures.js.map +1 -0
  376. package/es/organism/grid-list/test/fixtures.js +13 -0
  377. package/es/organism/grid-list/test/fixtures.js.map +1 -0
  378. package/es/organism/header/test/fixtures.js +13 -0
  379. package/es/organism/header/test/fixtures.js.map +1 -0
  380. package/es/organism/hero/test/fixtures.js +17 -0
  381. package/es/organism/hero/test/fixtures.js.map +1 -0
  382. package/es/organism/mooc/image-slider/test/fixtures.js +15 -0
  383. package/es/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  384. package/es/organism/mooc-footer/test/fixtures.js +23 -0
  385. package/es/organism/mooc-footer/test/fixtures.js.map +1 -0
  386. package/es/organism/mooc-header/test/fixtures.js +31 -0
  387. package/es/organism/mooc-header/test/fixtures.js.map +1 -0
  388. package/es/organism/popin/test/fixtures.js +13 -0
  389. package/es/organism/popin/test/fixtures.js.map +1 -0
  390. package/es/organism/resource-browser/test/fixtures.js +37 -0
  391. package/es/organism/resource-browser/test/fixtures.js.map +1 -0
  392. package/es/organism/settings/test/fixtures.js +19 -0
  393. package/es/organism/settings/test/fixtures.js.map +1 -0
  394. package/es/organism/setup-header/test/fixtures.js +15 -0
  395. package/es/organism/setup-header/test/fixtures.js.map +1 -0
  396. package/es/organism/sidebar/test/fixtures.js +23 -0
  397. package/es/organism/sidebar/test/fixtures.js.map +1 -0
  398. package/es/organism/slider/test/fixtures.js +15 -0
  399. package/es/organism/slider/test/fixtures.js.map +1 -0
  400. package/es/organism/user-preferences/style.css +1 -0
  401. package/es/organism/user-preferences/test/fixtures.js +13 -0
  402. package/es/organism/user-preferences/test/fixtures.js.map +1 -0
  403. package/es/template/activity/test/fixtures.js +21 -0
  404. package/es/template/activity/test/fixtures.js.map +1 -0
  405. package/es/template/app-player/loading/test/fixtures.js +13 -0
  406. package/es/template/app-player/loading/test/fixtures.js.map +1 -0
  407. package/es/template/app-player/player/slides/footer/test/fixtures.js +29 -0
  408. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  409. package/es/template/app-player/player/slides/header/test/fixtures.js +23 -0
  410. package/es/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  411. package/es/template/app-player/player/slides/test/fixtures.js +79 -0
  412. package/es/template/app-player/player/slides/test/fixtures.js.map +1 -0
  413. package/es/template/app-player/player/test/fixtures.js +55 -0
  414. package/es/template/app-player/player/test/fixtures.js.map +1 -0
  415. package/es/template/app-player/popin-correction/test/fixtures.js +47 -0
  416. package/es/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  417. package/es/template/app-player/popin-end/test/fixtures.js +49 -0
  418. package/es/template/app-player/popin-end/test/fixtures.js.map +1 -0
  419. package/es/template/app-player/popin-header/test/fixtures.js +29 -0
  420. package/es/template/app-player/popin-header/test/fixtures.js.map +1 -0
  421. package/es/template/back-office/brand-create/test/fixtures.js +19 -0
  422. package/es/template/back-office/brand-create/test/fixtures.js.map +1 -0
  423. package/es/template/back-office/brand-list/test/fixtures.js +17 -0
  424. package/es/template/back-office/brand-list/test/fixtures.js.map +1 -0
  425. package/es/template/back-office/brand-update/index.js +1 -1
  426. package/es/template/back-office/brand-update/index.js.map +1 -1
  427. package/es/template/back-office/brand-update/test/fixtures.js +67 -0
  428. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -0
  429. package/es/template/back-office/dashboard-preview/test/fixtures.js +23 -0
  430. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  431. package/es/template/battle-requests/test/fixtures.js +13 -0
  432. package/es/template/battle-requests/test/fixtures.js.map +1 -0
  433. package/es/template/cockpit/jw-uploader/test/fixtures.js +13 -0
  434. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  435. package/es/template/common/authors/test/fixtures.js +15 -0
  436. package/es/template/common/authors/test/fixtures.js.map +1 -0
  437. package/es/template/common/coorp-header/test/fixtures.js +15 -0
  438. package/es/template/common/coorp-header/test/fixtures.js.map +1 -0
  439. package/es/template/common/dashboard/test/fixtures.js +17 -0
  440. package/es/template/common/dashboard/test/fixtures.js.map +1 -0
  441. package/es/template/common/discipline/test/fixtures.js +47 -0
  442. package/es/template/common/discipline/test/fixtures.js.map +1 -0
  443. package/es/template/common/search-page/test/fixtures.js +17 -0
  444. package/es/template/common/search-page/test/fixtures.js.map +1 -0
  445. package/es/template/external-course/test/fixtures.js +31 -0
  446. package/es/template/external-course/test/fixtures.js.map +1 -0
  447. package/es/template/teams-dashboard/test/fixtures.js +17 -0
  448. package/es/template/teams-dashboard/test/fixtures.js.map +1 -0
  449. package/es/variables/colors.css +20 -2
  450. package/lib/atom/autocomplete/test/fixtures.js +31 -0
  451. package/lib/atom/autocomplete/test/fixtures.js.map +1 -0
  452. package/lib/atom/avatar/test/fixtures.js +22 -0
  453. package/lib/atom/avatar/test/fixtures.js.map +1 -0
  454. package/lib/atom/bullet-point-menu-button/test/fixtures.js +43 -0
  455. package/lib/atom/bullet-point-menu-button/test/fixtures.js.map +1 -0
  456. package/lib/atom/button/index.js +3 -1
  457. package/lib/atom/button/index.js.map +1 -1
  458. package/lib/atom/button/test/fixtures.js +43 -0
  459. package/lib/atom/button/test/fixtures.js.map +1 -0
  460. package/lib/atom/catalog-section/test/fixtures.js +25 -0
  461. package/lib/atom/catalog-section/test/fixtures.js.map +1 -0
  462. package/lib/atom/centered-text/test/fixtures.js +22 -0
  463. package/lib/atom/centered-text/test/fixtures.js.map +1 -0
  464. package/lib/atom/checkbox/test/fixtures.js +31 -0
  465. package/lib/atom/checkbox/test/fixtures.js.map +1 -0
  466. package/lib/atom/chips/index.js +52 -0
  467. package/lib/atom/chips/index.js.map +1 -0
  468. package/lib/atom/chips/style.css +66 -0
  469. package/lib/atom/chips/test/fixtures/default.js +14 -0
  470. package/lib/atom/chips/test/fixtures/default.js.map +1 -0
  471. package/lib/atom/chips/test/fixtures/non-selected.js +14 -0
  472. package/lib/atom/chips/test/fixtures/non-selected.js.map +1 -0
  473. package/lib/atom/clue/test/fixtures.js +28 -0
  474. package/lib/atom/clue/test/fixtures.js.map +1 -0
  475. package/lib/atom/content-badge/index.js +32 -0
  476. package/lib/atom/content-badge/index.js.map +1 -0
  477. package/lib/atom/content-badge/style.css +59 -0
  478. package/lib/atom/content-badge/test/fixtures/advanced.js +12 -0
  479. package/lib/atom/content-badge/test/fixtures/advanced.js.map +1 -0
  480. package/lib/atom/content-badge/test/fixtures/article.js +12 -0
  481. package/lib/atom/content-badge/test/fixtures/article.js.map +1 -0
  482. package/lib/atom/content-badge/test/fixtures/chapter.js +12 -0
  483. package/lib/atom/content-badge/test/fixtures/chapter.js.map +1 -0
  484. package/lib/atom/content-badge/test/fixtures/coach.js +12 -0
  485. package/lib/atom/content-badge/test/fixtures/coach.js.map +1 -0
  486. package/lib/atom/content-badge/test/fixtures/default.js +12 -0
  487. package/lib/atom/content-badge/test/fixtures/default.js.map +1 -0
  488. package/lib/atom/content-badge/test/fixtures/podcast.js +12 -0
  489. package/lib/atom/content-badge/test/fixtures/podcast.js.map +1 -0
  490. package/lib/atom/content-badge/test/fixtures/scorm.js +12 -0
  491. package/lib/atom/content-badge/test/fixtures/scorm.js.map +1 -0
  492. package/lib/atom/content-badge/test/fixtures/video.js +12 -0
  493. package/lib/atom/content-badge/test/fixtures/video.js.map +1 -0
  494. package/lib/atom/cta/test/fixtures.js +58 -0
  495. package/lib/atom/cta/test/fixtures.js.map +1 -0
  496. package/lib/atom/difficulty-level/test/fixtures.js +31 -0
  497. package/lib/atom/difficulty-level/test/fixtures.js.map +1 -0
  498. package/lib/atom/drag-and-drop/test/fixtures.js +37 -0
  499. package/lib/atom/drag-and-drop/test/fixtures.js.map +1 -0
  500. package/lib/atom/image-upload/test/fixtures.js +46 -0
  501. package/lib/atom/image-upload/test/fixtures.js.map +1 -0
  502. package/lib/atom/input-checkbox/test/fixtures.js +37 -0
  503. package/lib/atom/input-checkbox/test/fixtures.js.map +1 -0
  504. package/lib/atom/input-color/test/fixtures.js +31 -0
  505. package/lib/atom/input-color/test/fixtures.js.map +1 -0
  506. package/lib/atom/input-doublestep/test/fixtures.js +34 -0
  507. package/lib/atom/input-doublestep/test/fixtures.js.map +1 -0
  508. package/lib/atom/input-html/test/fixtures.js +28 -0
  509. package/lib/atom/input-html/test/fixtures.js.map +1 -0
  510. package/lib/atom/input-readonly/test/fixtures.js +22 -0
  511. package/lib/atom/input-readonly/test/fixtures.js.map +1 -0
  512. package/lib/atom/input-switch/test/fixtures.js +37 -0
  513. package/lib/atom/input-switch/test/fixtures.js.map +1 -0
  514. package/lib/atom/input-text/index.js +36 -6
  515. package/lib/atom/input-text/index.js.map +1 -1
  516. package/lib/atom/input-text/style.css +229 -1
  517. package/lib/atom/input-text/test/fixtures/cm-default.js +22 -0
  518. package/lib/atom/input-text/test/fixtures/cm-default.js.map +1 -0
  519. package/lib/atom/input-text/test/fixtures.js +40 -0
  520. package/lib/atom/input-text/test/fixtures.js.map +1 -0
  521. package/lib/atom/input-textarea/index.js +38 -11
  522. package/lib/atom/input-textarea/index.js.map +1 -1
  523. package/lib/atom/input-textarea/style.css +265 -0
  524. package/lib/atom/input-textarea/test/fixtures/cm-default.js +22 -0
  525. package/lib/atom/input-textarea/test/fixtures/cm-default.js.map +1 -0
  526. package/lib/atom/input-textarea/test/fixtures/cm-empty.js +22 -0
  527. package/lib/atom/input-textarea/test/fixtures/cm-empty.js.map +1 -0
  528. package/lib/atom/input-textarea/test/fixtures.js +28 -0
  529. package/lib/atom/input-textarea/test/fixtures.js.map +1 -0
  530. package/lib/atom/label/test/fixtures.js +25 -0
  531. package/lib/atom/label/test/fixtures.js.map +1 -0
  532. package/lib/atom/life/test/fixtures.js +40 -0
  533. package/lib/atom/life/test/fixtures.js.map +1 -0
  534. package/lib/atom/link/test/fixtures.js +28 -0
  535. package/lib/atom/link/test/fixtures.js.map +1 -0
  536. package/lib/atom/loader/test/fixtures.js +22 -0
  537. package/lib/atom/loader/test/fixtures.js.map +1 -0
  538. package/lib/atom/notification/test/fixtures.js +28 -0
  539. package/lib/atom/notification/test/fixtures.js.map +1 -0
  540. package/lib/atom/picture/test/fixtures.js +31 -0
  541. package/lib/atom/picture/test/fixtures.js.map +1 -0
  542. package/lib/atom/picture-background/test/fixtures.js +31 -0
  543. package/lib/atom/picture-background/test/fixtures.js.map +1 -0
  544. package/lib/atom/promo-code/test/fixtures.js +28 -0
  545. package/lib/atom/promo-code/test/fixtures.js.map +1 -0
  546. package/lib/atom/provider/test/fixtures.js +22 -0
  547. package/lib/atom/provider/test/fixtures.js.map +1 -0
  548. package/lib/atom/radio-group/test/fixtures.js +28 -0
  549. package/lib/atom/radio-group/test/fixtures.js.map +1 -0
  550. package/lib/atom/range/test/fixtures.js +25 -0
  551. package/lib/atom/range/test/fixtures.js.map +1 -0
  552. package/lib/atom/resource-miniature/test/fixtures.js +34 -0
  553. package/lib/atom/resource-miniature/test/fixtures.js.map +1 -0
  554. package/lib/atom/select/test/fixtures.js +67 -0
  555. package/lib/atom/select/test/fixtures.js.map +1 -0
  556. package/lib/atom/slide/test/fixtures.js +34 -0
  557. package/lib/atom/slide/test/fixtures.js.map +1 -0
  558. package/lib/atom/social-link/test/fixtures.js +28 -0
  559. package/lib/atom/social-link/test/fixtures.js.map +1 -0
  560. package/lib/atom/spinner/test/fixtures.js +22 -0
  561. package/lib/atom/spinner/test/fixtures.js.map +1 -0
  562. package/lib/atom/tab/test/fixtures.js +22 -0
  563. package/lib/atom/tab/test/fixtures.js.map +1 -0
  564. package/lib/atom/tab-content/test/fixtures.js +25 -0
  565. package/lib/atom/tab-content/test/fixtures.js.map +1 -0
  566. package/lib/atom/title/test/fixtures.js +22 -0
  567. package/lib/atom/title/test/fixtures.js.map +1 -0
  568. package/lib/atom/video-upload/test/fixtures.js +34 -0
  569. package/lib/atom/video-upload/test/fixtures.js.map +1 -0
  570. package/lib/atom/wizard-steps/index.js +49 -0
  571. package/lib/atom/wizard-steps/index.js.map +1 -0
  572. package/lib/atom/wizard-steps/style.css +150 -0
  573. package/lib/atom/wizard-steps/test/fixtures/default.js +33 -0
  574. package/lib/atom/wizard-steps/test/fixtures/default.js.map +1 -0
  575. package/lib/atom/wizard-steps/test/fixtures/first-step.js +33 -0
  576. package/lib/atom/wizard-steps/test/fixtures/first-step.js.map +1 -0
  577. package/lib/atom/wizard-steps/test/fixtures/last-step.js +33 -0
  578. package/lib/atom/wizard-steps/test/fixtures/last-step.js.map +1 -0
  579. package/lib/hoc/animation/test/fixtures.js +25 -0
  580. package/lib/hoc/animation/test/fixtures.js.map +1 -0
  581. package/lib/hoc/animation-scheduler/test/fixtures.js +25 -0
  582. package/lib/hoc/animation-scheduler/test/fixtures.js.map +1 -0
  583. package/lib/hoc/swapper/test/fixtures.js +22 -0
  584. package/lib/hoc/swapper/test/fixtures.js.map +1 -0
  585. package/lib/hoc/transition/test/fixtures.js +22 -0
  586. package/lib/hoc/transition/test/fixtures.js.map +1 -0
  587. package/lib/molecule/add-to-my-list/test/fixtures.js +25 -0
  588. package/lib/molecule/add-to-my-list/test/fixtures.js.map +1 -0
  589. package/lib/molecule/answer/test/fixtures.js +55 -0
  590. package/lib/molecule/answer/test/fixtures.js.map +1 -0
  591. package/lib/molecule/audio/test/fixtures.js +25 -0
  592. package/lib/molecule/audio/test/fixtures.js.map +1 -0
  593. package/lib/molecule/banner/index.js +59 -0
  594. package/lib/molecule/banner/index.js.map +1 -0
  595. package/lib/molecule/banner/style.css +63 -0
  596. package/lib/molecule/banner/test/fixtures/default.js +16 -0
  597. package/lib/molecule/banner/test/fixtures/default.js.map +1 -0
  598. package/lib/molecule/banner/test/fixtures/error-banner.js +12 -0
  599. package/lib/molecule/banner/test/fixtures/error-banner.js.map +1 -0
  600. package/lib/molecule/battle-request/test/fixtures.js +25 -0
  601. package/lib/molecule/battle-request/test/fixtures.js.map +1 -0
  602. package/lib/molecule/brand-card/test/fixtures.js +25 -0
  603. package/lib/molecule/brand-card/test/fixtures.js.map +1 -0
  604. package/lib/molecule/brand-card-create/test/fixtures.js +22 -0
  605. package/lib/molecule/brand-card-create/test/fixtures.js.map +1 -0
  606. package/lib/molecule/brand-create-form/test/fixtures.js +31 -0
  607. package/lib/molecule/brand-create-form/test/fixtures.js.map +1 -0
  608. package/lib/molecule/brand-download-box/test/fixtures.js +28 -0
  609. package/lib/molecule/brand-download-box/test/fixtures.js.map +1 -0
  610. package/lib/molecule/brand-form-group/test/fixtures/cm-default.js +56 -0
  611. package/lib/molecule/brand-form-group/test/fixtures/cm-default.js.map +1 -0
  612. package/lib/molecule/brand-form-group/test/fixtures/default.js +12 -3
  613. package/lib/molecule/brand-form-group/test/fixtures/default.js.map +1 -1
  614. package/lib/molecule/brand-form-group/test/fixtures.js +52 -0
  615. package/lib/molecule/brand-form-group/test/fixtures.js.map +1 -0
  616. package/lib/molecule/brand-tabs/test/fixtures.js +46 -0
  617. package/lib/molecule/brand-tabs/test/fixtures.js.map +1 -0
  618. package/lib/molecule/brand-upload-box/test/fixtures.js +28 -0
  619. package/lib/molecule/brand-upload-box/test/fixtures.js.map +1 -0
  620. package/lib/molecule/breadcrumbs/test/fixtures.js +22 -0
  621. package/lib/molecule/breadcrumbs/test/fixtures.js.map +1 -0
  622. package/lib/molecule/card/index.js +17 -5
  623. package/lib/molecule/card/index.js.map +1 -1
  624. package/lib/molecule/card/selectable.css +71 -0
  625. package/lib/molecule/card/selectable.js +45 -0
  626. package/lib/molecule/card/selectable.js.map +1 -0
  627. package/lib/molecule/card/test/fixtures/default.js +1 -0
  628. package/lib/molecule/card/test/fixtures/default.js.map +1 -1
  629. package/lib/molecule/card/test/fixtures/selectable-false.js +26 -0
  630. package/lib/molecule/card/test/fixtures/selectable-false.js.map +1 -0
  631. package/lib/molecule/card/test/fixtures/selectable-true.js +27 -0
  632. package/lib/molecule/card/test/fixtures/selectable-true.js.map +1 -0
  633. package/lib/molecule/card/test/fixtures.js +61 -0
  634. package/lib/molecule/card/test/fixtures.js.map +1 -0
  635. package/lib/molecule/card-content/index.js +14 -3
  636. package/lib/molecule/card-content/index.js.map +1 -1
  637. package/lib/molecule/card-content/style.css +13 -3
  638. package/lib/molecule/card-content/test/fixtures.js +43 -0
  639. package/lib/molecule/card-content/test/fixtures.js.map +1 -0
  640. package/lib/molecule/card-with-button/test/fixtures.js +28 -0
  641. package/lib/molecule/card-with-button/test/fixtures.js.map +1 -0
  642. package/lib/molecule/cm-popin/index.js +89 -0
  643. package/lib/molecule/cm-popin/index.js.map +1 -0
  644. package/lib/molecule/cm-popin/style.css +157 -0
  645. package/lib/molecule/cm-popin/test/fixtures/dangerous.js +21 -0
  646. package/lib/molecule/cm-popin/test/fixtures/dangerous.js.map +1 -0
  647. package/lib/molecule/cm-popin/test/fixtures/default.js +21 -0
  648. package/lib/molecule/cm-popin/test/fixtures/default.js.map +1 -0
  649. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.js +22 -0
  650. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.js.map +1 -0
  651. package/lib/molecule/cockpit-popin/test/fixtures.js +28 -0
  652. package/lib/molecule/cockpit-popin/test/fixtures.js.map +1 -0
  653. package/lib/molecule/cookie-banner/test/fixtures.js +22 -0
  654. package/lib/molecule/cookie-banner/test/fixtures.js.map +1 -0
  655. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +25 -0
  656. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +1 -0
  657. package/lib/molecule/dashboard/cards-list/test/fixtures.js +37 -0
  658. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +1 -0
  659. package/lib/molecule/dashboard/news-list/test/fixtures.js +28 -0
  660. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +1 -0
  661. package/lib/molecule/dashboard/start-battle/test/fixtures.js +25 -0
  662. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +1 -0
  663. package/lib/molecule/discipline-cta/test/fixtures.js +25 -0
  664. package/lib/molecule/discipline-cta/test/fixtures.js.map +1 -0
  665. package/lib/molecule/discipline-header/test/fixtures.js +43 -0
  666. package/lib/molecule/discipline-header/test/fixtures.js.map +1 -0
  667. package/lib/molecule/discipline-partners/index.js +5 -2
  668. package/lib/molecule/discipline-partners/index.js.map +1 -1
  669. package/lib/molecule/discipline-partners/test/fixtures.js +34 -0
  670. package/lib/molecule/discipline-partners/test/fixtures.js.map +1 -0
  671. package/lib/molecule/discipline-scope/test/fixtures.js +43 -0
  672. package/lib/molecule/discipline-scope/test/fixtures.js.map +1 -0
  673. package/lib/molecule/drag-and-drop/test/fixtures.js +40 -0
  674. package/lib/molecule/drag-and-drop/test/fixtures.js.map +1 -0
  675. package/lib/molecule/external-content-button/test/fixtures.js +31 -0
  676. package/lib/molecule/external-content-button/test/fixtures.js.map +1 -0
  677. package/lib/molecule/external-content-viewer/test/fixtures.js +43 -0
  678. package/lib/molecule/external-content-viewer/test/fixtures.js.map +1 -0
  679. package/lib/molecule/feedback/test/fixtures.js +43 -0
  680. package/lib/molecule/feedback/test/fixtures.js.map +1 -0
  681. package/lib/molecule/filters/test/fixtures.js +52 -0
  682. package/lib/molecule/filters/test/fixtures.js.map +1 -0
  683. package/lib/molecule/forum/forum-comment/test/fixtures.js +28 -0
  684. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +1 -0
  685. package/lib/molecule/forum/forum-post/test/fixtures.js +49 -0
  686. package/lib/molecule/forum/forum-post/test/fixtures.js.map +1 -0
  687. package/lib/molecule/forum/forum-thread/test/fixtures.js +28 -0
  688. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +1 -0
  689. package/lib/molecule/hero/test/fixtures.js +25 -0
  690. package/lib/molecule/hero/test/fixtures.js.map +1 -0
  691. package/lib/molecule/login-alert/test/fixtures.js +22 -0
  692. package/lib/molecule/login-alert/test/fixtures.js.map +1 -0
  693. package/lib/molecule/menu-list/test/fixtures.js +22 -0
  694. package/lib/molecule/menu-list/test/fixtures.js.map +1 -0
  695. package/lib/molecule/message-popin/test/fixtures.js +22 -0
  696. package/lib/molecule/message-popin/test/fixtures.js.map +1 -0
  697. package/lib/molecule/modal/test/fixtures.js +22 -0
  698. package/lib/molecule/modal/test/fixtures.js.map +1 -0
  699. package/lib/molecule/module-bubble/test/fixtures.js +28 -0
  700. package/lib/molecule/module-bubble/test/fixtures.js.map +1 -0
  701. package/lib/molecule/module-card/test/fixtures.js +28 -0
  702. package/lib/molecule/module-card/test/fixtures.js.map +1 -0
  703. package/lib/molecule/news/test/fixtures.js +37 -0
  704. package/lib/molecule/news/test/fixtures.js.map +1 -0
  705. package/lib/molecule/notification-banner/test/fixtures.js +28 -0
  706. package/lib/molecule/notification-banner/test/fixtures.js.map +1 -0
  707. package/lib/molecule/pagination/test/fixtures.js +25 -0
  708. package/lib/molecule/pagination/test/fixtures.js.map +1 -0
  709. package/lib/molecule/payment-form/test/fixtures.js +28 -0
  710. package/lib/molecule/payment-form/test/fixtures.js.map +1 -0
  711. package/lib/molecule/pdf/test/fixtures.js +22 -0
  712. package/lib/molecule/pdf/test/fixtures.js.map +1 -0
  713. package/lib/molecule/popin/test/fixtures.js +34 -0
  714. package/lib/molecule/popin/test/fixtures.js.map +1 -0
  715. package/lib/molecule/product-card/test/fixtures.js +22 -0
  716. package/lib/molecule/product-card/test/fixtures.js.map +1 -0
  717. package/lib/molecule/progress-bar/test/fixtures.js +25 -0
  718. package/lib/molecule/progress-bar/test/fixtures.js.map +1 -0
  719. package/lib/molecule/questions/drop-down/test/fixtures.js +25 -0
  720. package/lib/molecule/questions/drop-down/test/fixtures.js.map +1 -0
  721. package/lib/molecule/questions/free-text/test/fixtures.js +25 -0
  722. package/lib/molecule/questions/free-text/test/fixtures.js.map +1 -0
  723. package/lib/molecule/questions/qcm/test/fixtures.js +31 -0
  724. package/lib/molecule/questions/qcm/test/fixtures.js.map +1 -0
  725. package/lib/molecule/questions/qcm-drag/test/fixtures.js +25 -0
  726. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +1 -0
  727. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +25 -0
  728. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +1 -0
  729. package/lib/molecule/questions/question-range/test/fixtures.js +22 -0
  730. package/lib/molecule/questions/question-range/test/fixtures.js.map +1 -0
  731. package/lib/molecule/questions/template/test/fixtures.js +25 -0
  732. package/lib/molecule/questions/template/test/fixtures.js.map +1 -0
  733. package/lib/molecule/resource-player/test/fixtures.js +40 -0
  734. package/lib/molecule/resource-player/test/fixtures.js.map +1 -0
  735. package/lib/molecule/scope-content/test/fixtures.js +43 -0
  736. package/lib/molecule/scope-content/test/fixtures.js.map +1 -0
  737. package/lib/molecule/scope-tabs/test/fixtures.js +28 -0
  738. package/lib/molecule/scope-tabs/test/fixtures.js.map +1 -0
  739. package/lib/molecule/search/test/fixtures.js +25 -0
  740. package/lib/molecule/search/test/fixtures.js.map +1 -0
  741. package/lib/molecule/search-form/test/fixtures.js +22 -0
  742. package/lib/molecule/search-form/test/fixtures.js.map +1 -0
  743. package/lib/molecule/select-multiple/test/fixtures.js +37 -0
  744. package/lib/molecule/select-multiple/test/fixtures.js.map +1 -0
  745. package/lib/molecule/setup-cohort-item/test/fixtures.js +31 -0
  746. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +1 -0
  747. package/lib/molecule/setup-section/test/fixtures.js +40 -0
  748. package/lib/molecule/setup-section/test/fixtures.js.map +1 -0
  749. package/lib/molecule/setup-sections/test/fixtures.js +31 -0
  750. package/lib/molecule/setup-sections/test/fixtures.js.map +1 -0
  751. package/lib/molecule/setup-slide/test/fixtures.js +37 -0
  752. package/lib/molecule/setup-slide/test/fixtures.js.map +1 -0
  753. package/lib/molecule/setup-slider/test/fixtures.js +25 -0
  754. package/lib/molecule/setup-slider/test/fixtures.js.map +1 -0
  755. package/lib/molecule/share/test/fixtures.js +22 -0
  756. package/lib/molecule/share/test/fixtures.js.map +1 -0
  757. package/lib/molecule/ssmenu-list/test/fixtures.js +31 -0
  758. package/lib/molecule/ssmenu-list/test/fixtures.js.map +1 -0
  759. package/lib/molecule/subscription-freemium/test/fixtures.js +22 -0
  760. package/lib/molecule/subscription-freemium/test/fixtures.js.map +1 -0
  761. package/lib/molecule/subscription-premium/test/fixtures.js +25 -0
  762. package/lib/molecule/subscription-premium/test/fixtures.js.map +1 -0
  763. package/lib/molecule/table/test/fixtures.js +31 -0
  764. package/lib/molecule/table/test/fixtures.js.map +1 -0
  765. package/lib/molecule/teams-popin/test/fixtures.js +46 -0
  766. package/lib/molecule/teams-popin/test/fixtures.js.map +1 -0
  767. package/lib/molecule/theme-image/test/fixtures.js +22 -0
  768. package/lib/molecule/theme-image/test/fixtures.js.map +1 -0
  769. package/lib/molecule/titled-checkbox/test/fixtures.js +28 -0
  770. package/lib/molecule/titled-checkbox/test/fixtures.js.map +1 -0
  771. package/lib/molecule/unsubscribe/test/fixtures.js +25 -0
  772. package/lib/molecule/unsubscribe/test/fixtures.js.map +1 -0
  773. package/lib/molecule/vertical-tabs/index.js +66 -0
  774. package/lib/molecule/vertical-tabs/index.js.map +1 -0
  775. package/lib/molecule/vertical-tabs/style.css +69 -0
  776. package/lib/molecule/vertical-tabs/test/fixtures/default.js +46 -0
  777. package/lib/molecule/vertical-tabs/test/fixtures/default.js.map +1 -0
  778. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.js +86 -0
  779. package/lib/molecule/vertical-tabs/test/fixtures/with-selected-item.js.map +1 -0
  780. package/lib/molecule/video-iframe/test/fixtures.js +40 -0
  781. package/lib/molecule/video-iframe/test/fixtures.js.map +1 -0
  782. package/lib/molecule/video-player/test/fixtures.js +46 -0
  783. package/lib/molecule/video-player/test/fixtures.js.map +1 -0
  784. package/lib/molecule/wizard-summary/index.js +205 -0
  785. package/lib/molecule/wizard-summary/index.js.map +1 -0
  786. package/lib/molecule/wizard-summary/style.css +247 -0
  787. package/lib/molecule/wizard-summary/test/fixtures/default.js +128 -0
  788. package/lib/molecule/wizard-summary/test/fixtures/default.js.map +1 -0
  789. package/lib/molecule/wizard-summary/test/fixtures/one-section.js +27 -0
  790. package/lib/molecule/wizard-summary/test/fixtures/one-section.js.map +1 -0
  791. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.js +122 -0
  792. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.js.map +1 -0
  793. package/lib/molecule/wizard-summary/test/fixtures/three-sections.js +46 -0
  794. package/lib/molecule/wizard-summary/test/fixtures/three-sections.js.map +1 -0
  795. package/lib/molecule/wizard-summary/test/fixtures/two-sections.js +39 -0
  796. package/lib/molecule/wizard-summary/test/fixtures/two-sections.js.map +1 -0
  797. package/lib/organism/accordion/container/test/fixtures.js +28 -0
  798. package/lib/organism/accordion/container/test/fixtures.js.map +1 -0
  799. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +22 -0
  800. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -0
  801. package/lib/organism/accordion/coorp-manager/test/fixtures.js +22 -0
  802. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +1 -0
  803. package/lib/organism/accordion/part/test/fixtures.js +25 -0
  804. package/lib/organism/accordion/part/test/fixtures.js.map +1 -0
  805. package/lib/organism/accordion/toggler/test/fixtures.js +28 -0
  806. package/lib/organism/accordion/toggler/test/fixtures.js.map +1 -0
  807. package/lib/organism/brand-analytics/test/fixtures.js +37 -0
  808. package/lib/organism/brand-analytics/test/fixtures.js.map +1 -0
  809. package/lib/organism/brand-dashboard/test/fixtures.js +22 -0
  810. package/lib/organism/brand-dashboard/test/fixtures.js.map +1 -0
  811. package/lib/organism/brand-form/test/fixtures.js +49 -0
  812. package/lib/organism/brand-form/test/fixtures.js.map +1 -0
  813. package/lib/organism/brand-table/test/fixtures.js +31 -0
  814. package/lib/organism/brand-table/test/fixtures.js.map +1 -0
  815. package/lib/organism/brand-upload/test/fixtures.js +25 -0
  816. package/lib/organism/brand-upload/test/fixtures.js.map +1 -0
  817. package/lib/organism/cards-grid/test/fixtures.js +31 -0
  818. package/lib/organism/cards-grid/test/fixtures.js.map +1 -0
  819. package/lib/organism/cart/test/fixtures.js +22 -0
  820. package/lib/organism/cart/test/fixtures.js.map +1 -0
  821. package/lib/organism/discussion/test/fixtures.js +31 -0
  822. package/lib/organism/discussion/test/fixtures.js.map +1 -0
  823. package/lib/organism/get-the-app/test/fixtures.js +22 -0
  824. package/lib/organism/get-the-app/test/fixtures.js.map +1 -0
  825. package/lib/organism/grid-list/test/fixtures.js +22 -0
  826. package/lib/organism/grid-list/test/fixtures.js.map +1 -0
  827. package/lib/organism/header/test/fixtures.js +22 -0
  828. package/lib/organism/header/test/fixtures.js.map +1 -0
  829. package/lib/organism/hero/test/fixtures.js +28 -0
  830. package/lib/organism/hero/test/fixtures.js.map +1 -0
  831. package/lib/organism/mooc/image-slider/test/fixtures.js +25 -0
  832. package/lib/organism/mooc/image-slider/test/fixtures.js.map +1 -0
  833. package/lib/organism/mooc-footer/test/fixtures.js +37 -0
  834. package/lib/organism/mooc-footer/test/fixtures.js.map +1 -0
  835. package/lib/organism/mooc-header/test/fixtures.js +49 -0
  836. package/lib/organism/mooc-header/test/fixtures.js.map +1 -0
  837. package/lib/organism/popin/test/fixtures.js +22 -0
  838. package/lib/organism/popin/test/fixtures.js.map +1 -0
  839. package/lib/organism/resource-browser/test/fixtures.js +58 -0
  840. package/lib/organism/resource-browser/test/fixtures.js.map +1 -0
  841. package/lib/organism/settings/test/fixtures.js +31 -0
  842. package/lib/organism/settings/test/fixtures.js.map +1 -0
  843. package/lib/organism/setup-header/test/fixtures.js +25 -0
  844. package/lib/organism/setup-header/test/fixtures.js.map +1 -0
  845. package/lib/organism/sidebar/test/fixtures.js +37 -0
  846. package/lib/organism/sidebar/test/fixtures.js.map +1 -0
  847. package/lib/organism/slider/test/fixtures.js +25 -0
  848. package/lib/organism/slider/test/fixtures.js.map +1 -0
  849. package/lib/organism/user-preferences/style.css +1 -0
  850. package/lib/organism/user-preferences/test/fixtures.js +22 -0
  851. package/lib/organism/user-preferences/test/fixtures.js.map +1 -0
  852. package/lib/template/activity/test/fixtures.js +34 -0
  853. package/lib/template/activity/test/fixtures.js.map +1 -0
  854. package/lib/template/app-player/loading/test/fixtures.js +22 -0
  855. package/lib/template/app-player/loading/test/fixtures.js.map +1 -0
  856. package/lib/template/app-player/player/slides/footer/test/fixtures.js +46 -0
  857. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +1 -0
  858. package/lib/template/app-player/player/slides/header/test/fixtures.js +37 -0
  859. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +1 -0
  860. package/lib/template/app-player/player/slides/test/fixtures.js +121 -0
  861. package/lib/template/app-player/player/slides/test/fixtures.js.map +1 -0
  862. package/lib/template/app-player/player/test/fixtures.js +85 -0
  863. package/lib/template/app-player/player/test/fixtures.js.map +1 -0
  864. package/lib/template/app-player/popin-correction/test/fixtures.js +73 -0
  865. package/lib/template/app-player/popin-correction/test/fixtures.js.map +1 -0
  866. package/lib/template/app-player/popin-end/test/fixtures.js +76 -0
  867. package/lib/template/app-player/popin-end/test/fixtures.js.map +1 -0
  868. package/lib/template/app-player/popin-header/test/fixtures.js +46 -0
  869. package/lib/template/app-player/popin-header/test/fixtures.js.map +1 -0
  870. package/lib/template/back-office/brand-create/test/fixtures.js +31 -0
  871. package/lib/template/back-office/brand-create/test/fixtures.js.map +1 -0
  872. package/lib/template/back-office/brand-list/test/fixtures.js +28 -0
  873. package/lib/template/back-office/brand-list/test/fixtures.js.map +1 -0
  874. package/lib/template/back-office/brand-update/index.js +1 -1
  875. package/lib/template/back-office/brand-update/index.js.map +1 -1
  876. package/lib/template/back-office/brand-update/test/fixtures.js +103 -0
  877. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -0
  878. package/lib/template/back-office/dashboard-preview/test/fixtures.js +37 -0
  879. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +1 -0
  880. package/lib/template/battle-requests/test/fixtures.js +22 -0
  881. package/lib/template/battle-requests/test/fixtures.js.map +1 -0
  882. package/lib/template/cockpit/jw-uploader/test/fixtures.js +22 -0
  883. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +1 -0
  884. package/lib/template/common/authors/test/fixtures.js +25 -0
  885. package/lib/template/common/authors/test/fixtures.js.map +1 -0
  886. package/lib/template/common/coorp-header/test/fixtures.js +25 -0
  887. package/lib/template/common/coorp-header/test/fixtures.js.map +1 -0
  888. package/lib/template/common/dashboard/test/fixtures.js +28 -0
  889. package/lib/template/common/dashboard/test/fixtures.js.map +1 -0
  890. package/lib/template/common/discipline/test/fixtures.js +73 -0
  891. package/lib/template/common/discipline/test/fixtures.js.map +1 -0
  892. package/lib/template/common/search-page/test/fixtures.js +28 -0
  893. package/lib/template/common/search-page/test/fixtures.js.map +1 -0
  894. package/lib/template/external-course/test/fixtures.js +49 -0
  895. package/lib/template/external-course/test/fixtures.js.map +1 -0
  896. package/lib/template/teams-dashboard/test/fixtures.js +28 -0
  897. package/lib/template/teams-dashboard/test/fixtures.js.map +1 -0
  898. package/lib/variables/colors.css +20 -2
  899. package/package.json +3 -3
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomAutocomplete from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureError from './fixtures/error';
7
+ import fixtureFilled from './fixtures/filled';
8
+ import fixtureModified from './fixtures/modified';
9
+ test('Atom › AtomAutocomplete > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(AtomAutocomplete.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Atom.AtomAutocomplete.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Atom › AtomAutocomplete › Default › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureDefault);
16
+ test('Atom › AtomAutocomplete › Error › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureError);
17
+ test('Atom › AtomAutocomplete › Filled › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureFilled);
18
+ test('Atom › AtomAutocomplete › Modified › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureModified);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/autocomplete/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomAutocomplete","fixtureDefault","fixtureError","fixtureFilled","fixtureModified","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,uDAAD,EAA0DQ,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,gBAAgB,CAACO,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGC,cAAnG,CAAJ;AACAJ,IAAI,CAAC,sDAAD,EAAyDE,oBAAzD,EAA+EC,gBAA/E,EAAiGE,YAAjG,CAAJ;AACAL,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,gBAAhF,EAAkGG,aAAlG,CAAJ;AACAN,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,gBAAlF,EAAoGI,eAApG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAutocomplete from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureFilled from './fixtures/filled';\nimport fixtureModified from './fixtures/modified';\n\ntest('Atom › AtomAutocomplete > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAutocomplete.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAutocomplete.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAutocomplete › Default › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureDefault);\ntest('Atom › AtomAutocomplete › Error › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureError);\ntest('Atom › AtomAutocomplete › Filled › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureFilled);\ntest('Atom › AtomAutocomplete › Modified › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureModified);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomAvatar from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Atom › AtomAvatar > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(AtomAvatar.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Atom.AtomAvatar.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Atom › AtomAvatar › Default › should be rendered', renderComponentMacro, AtomAvatar, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/avatar/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomAvatar","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,UAAP,MAAuB,IAAvB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,iDAAD,EAAoDK,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,UAAU,CAACI,SAAZ,EAAuB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,UAA3E,EAAuFC,cAAvF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAvatar from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomAvatar > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAvatar.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAvatar.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAvatar › Default › should be rendered', renderComponentMacro, AtomAvatar, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomButton from '..';
5
+ import fixtureA from './fixtures/a';
6
+ import fixtureClassName from './fixtures/class-name';
7
+ import fixtureClear from './fixtures/clear';
8
+ import fixtureDefault from './fixtures/default';
9
+ import fixtureDisabled from './fixtures/disabled';
10
+ import fixtureDownload from './fixtures/download';
11
+ import fixtureLink from './fixtures/link';
12
+ import fixtureSso from './fixtures/sso';
13
+ test('Atom › AtomButton > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(AtomButton.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Atom.AtomButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);
20
+ test('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);
21
+ test('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);
22
+ test('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);
23
+ test('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);
24
+ test('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);
25
+ test('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);
26
+ test('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/bullet-point-menu-button/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButton","fixtureA","fixtureClassName","fixtureClear","fixtureDefault","fixtureDisabled","fixtureDownload","fixtureLink","fixtureSso","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,UAAP,MAAuB,IAAvB;AACA,OAAOC,QAAP,MAAqB,cAArB;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AAEAX,IAAI,CAAC,iDAAD,EAAoDY,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,UAAU,CAACW,SAAZ,EAAuB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,4CAAD,EAA+CE,oBAA/C,EAAqEC,UAArE,EAAiFC,QAAjF,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,UAA7E,EAAyFE,gBAAzF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,UAAzE,EAAqFG,YAArF,CAAJ;AACAN,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,UAA3E,EAAuFI,cAAvF,CAAJ;AACAP,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFK,eAAxF,CAAJ;AACAR,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFM,eAAxF,CAAJ;AACAT,IAAI,CAAC,+CAAD,EAAkDE,oBAAlD,EAAwEC,UAAxE,EAAoFO,WAApF,CAAJ;AACAV,IAAI,CAAC,8CAAD,EAAiDE,oBAAjD,EAAuEC,UAAvE,EAAmFQ,UAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButton from '..';\nimport fixtureA from './fixtures/a';\nimport fixtureClassName from './fixtures/class-name';\nimport fixtureClear from './fixtures/clear';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureDownload from './fixtures/download';\nimport fixtureLink from './fixtures/link';\nimport fixtureSso from './fixtures/sso';\n\ntest('Atom › AtomButton > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);\ntest('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);\ntest('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);\ntest('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);\ntest('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);\ntest('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);\ntest('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);\ntest('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);\n"],"file":"fixtures.js"}
@@ -82,6 +82,7 @@ ButtonContent.propTypes = process.env.NODE_ENV !== "production" ? {
82
82
  const Button = props => {
83
83
  const {
84
84
  className,
85
+ buttonContentClassName,
85
86
  isLinkDisabled,
86
87
  type = 'submit',
87
88
  children,
@@ -92,7 +93,7 @@ const Button = props => {
92
93
  className: cNames
93
94
  }, /*#__PURE__*/React.createElement(ButtonContent, _extends({}, props, {
94
95
  type: type,
95
- className: cssStyle.buttonContent,
96
+ className: buttonContentClassName ? buttonContentClassName : cssStyle.buttonContent,
96
97
  style: _extends({}, style)
97
98
  }), children));
98
99
  };
@@ -109,6 +110,7 @@ Button.propTypes = process.env.NODE_ENV !== "production" ? {
109
110
  onClick: PropTypes.func,
110
111
  children: PropTypes.node,
111
112
  className: PropTypes.string,
113
+ buttonContentClassName: PropTypes.string,
112
114
  style: PropTypes.shape({}),
113
115
  'data-name': PropTypes.string
114
116
  } : {};
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/atom/button/index.js"],"names":["React","PropTypes","classnames","ColorPropType","Link","cssStyle","ButtonContent","props","color","submitValue","disabled","download","href","target","onClick","className","button","children","type","style","dataName","anchorClassName","disabledAnchor","anchorOnClick","anchorHref","inputClassName","buttonDisabled","propTypes","string","bool","oneOf","func","node","shape","Button","isLinkDisabled","cNames","buttonContent"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {ColorPropType} from '../../util/proptypes';\nimport Link from '../link';\nimport cssStyle from './style.css';\n\nconst ButtonContent = props => {\n const {\n color,\n submitValue,\n disabled,\n download,\n href,\n target,\n onClick,\n className = cssStyle.button,\n children,\n type,\n style,\n 'data-name': dataName\n } = props;\n const anchorClassName = (disabled && `${className} ${cssStyle.disabledAnchor}`) || className;\n const anchorOnClick = (disabled && null) || onClick;\n const anchorHref = (disabled && null) || href;\n const inputClassName = (disabled && `${className} ${cssStyle.buttonDisabled}`) || className;\n\n switch (type) {\n case 'link':\n return (\n <Link\n data-name={dataName}\n href={anchorHref}\n download={download}\n onClick={anchorOnClick}\n target={target}\n className={anchorClassName}\n style={style}\n >\n {submitValue || children || 'submit'}\n </Link>\n );\n\n case 'a':\n return (\n <a\n data-name={dataName}\n href={anchorHref}\n target={target}\n className={anchorClassName}\n onClick={anchorOnClick}\n style={style}\n >\n {submitValue || children}\n </a>\n );\n\n default:\n return (\n <input\n data-name={dataName}\n type={type}\n value={submitValue}\n disabled={disabled}\n onClick={onClick}\n className={inputClassName}\n style={{\n color,\n ...style\n }}\n />\n );\n }\n};\n\nButtonContent.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nconst Button = props => {\n const {className, isLinkDisabled, type = 'submit', children, style} = props;\n const cNames =\n (isLinkDisabled && classnames([cssStyle.disabledAnchor, className])) ||\n classnames([cssStyle.button, className]);\n return (\n <div className={cNames}>\n <ButtonContent\n {...props}\n type={type}\n className={cssStyle.buttonContent}\n style={{\n ...style\n }}\n >\n {children}\n </ButtonContent>\n </div>\n );\n};\n\nButton.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n isLinkDisabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nexport default Button;\n"],"file":"index.js"}
1
+ {"version":3,"sources":["../../../src/atom/button/index.js"],"names":["React","PropTypes","classnames","ColorPropType","Link","cssStyle","ButtonContent","props","color","submitValue","disabled","download","href","target","onClick","className","button","children","type","style","dataName","anchorClassName","disabledAnchor","anchorOnClick","anchorHref","inputClassName","buttonDisabled","propTypes","string","bool","oneOf","func","node","shape","Button","buttonContentClassName","isLinkDisabled","cNames","buttonContent"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {ColorPropType} from '../../util/proptypes';\nimport Link from '../link';\nimport cssStyle from './style.css';\n\nconst ButtonContent = props => {\n const {\n color,\n submitValue,\n disabled,\n download,\n href,\n target,\n onClick,\n className = cssStyle.button,\n children,\n type,\n style,\n 'data-name': dataName\n } = props;\n const anchorClassName = (disabled && `${className} ${cssStyle.disabledAnchor}`) || className;\n const anchorOnClick = (disabled && null) || onClick;\n const anchorHref = (disabled && null) || href;\n const inputClassName = (disabled && `${className} ${cssStyle.buttonDisabled}`) || className;\n\n switch (type) {\n case 'link':\n return (\n <Link\n data-name={dataName}\n href={anchorHref}\n download={download}\n onClick={anchorOnClick}\n target={target}\n className={anchorClassName}\n style={style}\n >\n {submitValue || children || 'submit'}\n </Link>\n );\n\n case 'a':\n return (\n <a\n data-name={dataName}\n href={anchorHref}\n target={target}\n className={anchorClassName}\n onClick={anchorOnClick}\n style={style}\n >\n {submitValue || children}\n </a>\n );\n\n default:\n return (\n <input\n data-name={dataName}\n type={type}\n value={submitValue}\n disabled={disabled}\n onClick={onClick}\n className={inputClassName}\n style={{\n color,\n ...style\n }}\n />\n );\n }\n};\n\nButtonContent.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nconst Button = props => {\n const {\n className,\n buttonContentClassName,\n isLinkDisabled,\n type = 'submit',\n children,\n style\n } = props;\n const cNames =\n (isLinkDisabled && classnames([cssStyle.disabledAnchor, className])) ||\n classnames([cssStyle.button, className]);\n return (\n <div className={cNames}>\n <ButtonContent\n {...props}\n type={type}\n className={buttonContentClassName ? buttonContentClassName : cssStyle.buttonContent}\n style={{\n ...style\n }}\n >\n {children}\n </ButtonContent>\n </div>\n );\n};\n\nButton.propTypes = {\n color: ColorPropType,\n submitValue: PropTypes.string,\n disabled: PropTypes.bool,\n isLinkDisabled: PropTypes.bool,\n href: PropTypes.string,\n download: PropTypes.bool,\n target: PropTypes.oneOf(['_self', '_blank', '_parent', '_top']),\n type: PropTypes.string,\n onClick: PropTypes.func,\n children: PropTypes.node,\n className: PropTypes.string,\n buttonContentClassName: PropTypes.string,\n style: PropTypes.shape({}),\n 'data-name': PropTypes.string\n};\n\nexport default Button;\n"],"file":"index.js"}
@@ -0,0 +1,27 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomButton from '..';
5
+ import fixtureA from './fixtures/a';
6
+ import fixtureClassName from './fixtures/class-name';
7
+ import fixtureClear from './fixtures/clear';
8
+ import fixtureDefault from './fixtures/default';
9
+ import fixtureDisabled from './fixtures/disabled';
10
+ import fixtureDownload from './fixtures/download';
11
+ import fixtureLink from './fixtures/link';
12
+ import fixtureSso from './fixtures/sso';
13
+ test('Atom › AtomButton > should have valid propTypes', t => {
14
+ t.pass();
15
+ forEach(AtomButton.propTypes, (value, key) => {
16
+ t.not(value, undefined, `PropType for "Atom.AtomButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
+ });
18
+ });
19
+ test('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);
20
+ test('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);
21
+ test('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);
22
+ test('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);
23
+ test('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);
24
+ test('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);
25
+ test('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);
26
+ test('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);
27
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/button/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomButton","fixtureA","fixtureClassName","fixtureClear","fixtureDefault","fixtureDisabled","fixtureDownload","fixtureLink","fixtureSso","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,UAAP,MAAuB,IAAvB;AACA,OAAOC,QAAP,MAAqB,cAArB;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AAEAX,IAAI,CAAC,iDAAD,EAAoDY,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,UAAU,CAACW,SAAZ,EAAuB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAhB,IAAI,CAAC,4CAAD,EAA+CE,oBAA/C,EAAqEC,UAArE,EAAiFC,QAAjF,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,UAA7E,EAAyFE,gBAAzF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,UAAzE,EAAqFG,YAArF,CAAJ;AACAN,IAAI,CAAC,kDAAD,EAAqDE,oBAArD,EAA2EC,UAA3E,EAAuFI,cAAvF,CAAJ;AACAP,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFK,eAAxF,CAAJ;AACAR,IAAI,CAAC,mDAAD,EAAsDE,oBAAtD,EAA4EC,UAA5E,EAAwFM,eAAxF,CAAJ;AACAT,IAAI,CAAC,+CAAD,EAAkDE,oBAAlD,EAAwEC,UAAxE,EAAoFO,WAApF,CAAJ;AACAV,IAAI,CAAC,8CAAD,EAAiDE,oBAAjD,EAAuEC,UAAvE,EAAmFQ,UAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButton from '..';\nimport fixtureA from './fixtures/a';\nimport fixtureClassName from './fixtures/class-name';\nimport fixtureClear from './fixtures/clear';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureDownload from './fixtures/download';\nimport fixtureLink from './fixtures/link';\nimport fixtureSso from './fixtures/sso';\n\ntest('Atom › AtomButton > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);\ntest('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);\ntest('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);\ntest('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);\ntest('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);\ntest('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);\ntest('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);\ntest('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);\n"],"file":"fixtures.js"}
@@ -0,0 +1,15 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomCatalogSection from '..';
5
+ import fixtureList from './fixtures/list';
6
+ import fixturePicture from './fixtures/picture';
7
+ test('Atom › AtomCatalogSection > should have valid propTypes', t => {
8
+ t.pass();
9
+ forEach(AtomCatalogSection.propTypes, (value, key) => {
10
+ t.not(value, undefined, `PropType for "Atom.AtomCatalogSection.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
+ });
12
+ });
13
+ test('Atom › AtomCatalogSection › List › should be rendered', renderComponentMacro, AtomCatalogSection, fixtureList);
14
+ test('Atom › AtomCatalogSection › Picture › should be rendered', renderComponentMacro, AtomCatalogSection, fixturePicture);
15
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/catalog-section/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCatalogSection","fixtureList","fixturePicture","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,kBAAP,MAA+B,IAA/B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAL,IAAI,CAAC,yDAAD,EAA4DM,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,kBAAkB,CAACK,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uDAAD,EAA0DE,oBAA1D,EAAgFC,kBAAhF,EAAoGC,WAApG,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,kBAAnF,EAAuGE,cAAvG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCatalogSection from '..';\nimport fixtureList from './fixtures/list';\nimport fixturePicture from './fixtures/picture';\n\ntest('Atom › AtomCatalogSection > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCatalogSection.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCatalogSection.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCatalogSection › List › should be rendered', renderComponentMacro, AtomCatalogSection, fixtureList);\ntest('Atom › AtomCatalogSection › Picture › should be rendered', renderComponentMacro, AtomCatalogSection, fixturePicture);\n"],"file":"fixtures.js"}
@@ -0,0 +1,13 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomCenteredText from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ test('Atom › AtomCenteredText > should have valid propTypes', t => {
7
+ t.pass();
8
+ forEach(AtomCenteredText.propTypes, (value, key) => {
9
+ t.not(value, undefined, `PropType for "Atom.AtomCenteredText.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
+ });
11
+ });
12
+ test('Atom › AtomCenteredText › Default › should be rendered', renderComponentMacro, AtomCenteredText, fixtureDefault);
13
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/centered-text/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCenteredText","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,uDAAD,EAA0DK,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,gBAAgB,CAACI,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,wDAAD,EAA2DE,oBAA3D,EAAiFC,gBAAjF,EAAmGC,cAAnG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCenteredText from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomCenteredText > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCenteredText.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCenteredText.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCenteredText › Default › should be rendered', renderComponentMacro, AtomCenteredText, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -0,0 +1,19 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomCheckbox from '..';
5
+ import fixtureChecked from './fixtures/checked';
6
+ import fixtureDefault from './fixtures/default';
7
+ import fixtureDisabled from './fixtures/disabled';
8
+ import fixtureRequired from './fixtures/required';
9
+ test('Atom › AtomCheckbox > should have valid propTypes', t => {
10
+ t.pass();
11
+ forEach(AtomCheckbox.propTypes, (value, key) => {
12
+ t.not(value, undefined, `PropType for "Atom.AtomCheckbox.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
+ });
14
+ });
15
+ test('Atom › AtomCheckbox › Checked › should be rendered', renderComponentMacro, AtomCheckbox, fixtureChecked);
16
+ test('Atom › AtomCheckbox › Default › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDefault);
17
+ test('Atom › AtomCheckbox › Disabled › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDisabled);
18
+ test('Atom › AtomCheckbox › Required › should be rendered', renderComponentMacro, AtomCheckbox, fixtureRequired);
19
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/checkbox/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomCheckbox","fixtureChecked","fixtureDefault","fixtureDisabled","fixtureRequired","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,YAAP,MAAyB,IAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAP,IAAI,CAAC,mDAAD,EAAsDQ,CAAC,IAAI;AAC7DA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,YAAY,CAACO,SAAd,EAAyB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC9CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,6CAA4CF,GAAI,mEAAzE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,YAA7E,EAA2FC,cAA3F,CAAJ;AACAJ,IAAI,CAAC,oDAAD,EAAuDE,oBAAvD,EAA6EC,YAA7E,EAA2FE,cAA3F,CAAJ;AACAL,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,YAA9E,EAA4FG,eAA5F,CAAJ;AACAN,IAAI,CAAC,qDAAD,EAAwDE,oBAAxD,EAA8EC,YAA9E,EAA4FI,eAA5F,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomCheckbox from '..';\nimport fixtureChecked from './fixtures/checked';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureRequired from './fixtures/required';\n\ntest('Atom › AtomCheckbox > should have valid propTypes', t => {\n t.pass();\n forEach(AtomCheckbox.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomCheckbox.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomCheckbox › Checked › should be rendered', renderComponentMacro, AtomCheckbox, fixtureChecked);\ntest('Atom › AtomCheckbox › Default › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDefault);\ntest('Atom › AtomCheckbox › Disabled › should be rendered', renderComponentMacro, AtomCheckbox, fixtureDisabled);\ntest('Atom › AtomCheckbox › Required › should be rendered', renderComponentMacro, AtomCheckbox, fixtureRequired);\n"],"file":"fixtures.js"}
@@ -0,0 +1,36 @@
1
+ import React, { useMemo } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import classnames from 'classnames';
4
+ import { NovaSolidRemoveAddAddCircle1 as AddIcon, NovaSolidStatusCheckCircle2 as SelectedIcon } from '@coorpacademy/nova-icons';
5
+ import style from './style.css';
6
+
7
+ const Chips = props => {
8
+ const {
9
+ text,
10
+ information,
11
+ selected,
12
+ onClick
13
+ } = props;
14
+ const handleClick = useMemo(() => () => onClick(), [onClick]);
15
+ return /*#__PURE__*/React.createElement("div", {
16
+ className: classnames(style.container, selected ? style.selected : style.unselected),
17
+ onClick: handleClick
18
+ }, /*#__PURE__*/React.createElement("div", {
19
+ className: style.text
20
+ }, text), /*#__PURE__*/React.createElement("div", {
21
+ className: style.information
22
+ }, information), selected ? /*#__PURE__*/React.createElement(SelectedIcon, {
23
+ className: style.selectedIconWrapper
24
+ }) : /*#__PURE__*/React.createElement(AddIcon, {
25
+ className: style.unselectedIconWrapper
26
+ }));
27
+ };
28
+
29
+ Chips.propTypes = process.env.NODE_ENV !== "production" ? {
30
+ text: PropTypes.string,
31
+ information: PropTypes.string,
32
+ selected: PropTypes.bool,
33
+ onClick: PropTypes.func
34
+ } : {};
35
+ export default Chips;
36
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/atom/chips/index.js"],"names":["React","useMemo","PropTypes","classnames","NovaSolidRemoveAddAddCircle1","AddIcon","NovaSolidStatusCheckCircle2","SelectedIcon","style","Chips","props","text","information","selected","onClick","handleClick","container","unselected","selectedIconWrapper","unselectedIconWrapper","propTypes","string","bool","func"],"mappings":"AAAA,OAAOA,KAAP,IAAeC,OAAf,QAA6B,OAA7B;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;AACA,SACEC,4BAA4B,IAAIC,OADlC,EAEEC,2BAA2B,IAAIC,YAFjC,QAGO,0BAHP;AAIA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,KAAK,GAAGC,KAAK,IAAI;AACrB,QAAM;AAACC,IAAAA,IAAD;AAAOC,IAAAA,WAAP;AAAoBC,IAAAA,QAApB;AAA8BC,IAAAA;AAA9B,MAAyCJ,KAA/C;AAEA,QAAMK,WAAW,GAAGd,OAAO,CAAC,MAAM,MAAMa,OAAO,EAApB,EAAwB,CAACA,OAAD,CAAxB,CAA3B;AAEA,sBACE;AACE,IAAA,SAAS,EAAEX,UAAU,CAACK,KAAK,CAACQ,SAAP,EAAkBH,QAAQ,GAAGL,KAAK,CAACK,QAAT,GAAoBL,KAAK,CAACS,UAApD,CADvB;AAEE,IAAA,OAAO,EAAEF;AAFX,kBAIE;AAAK,IAAA,SAAS,EAAEP,KAAK,CAACG;AAAtB,KAA6BA,IAA7B,CAJF,eAKE;AAAK,IAAA,SAAS,EAAEH,KAAK,CAACI;AAAtB,KAAoCA,WAApC,CALF,EAMGC,QAAQ,gBACP,oBAAC,YAAD;AAAc,IAAA,SAAS,EAAEL,KAAK,CAACU;AAA/B,IADO,gBAGP,oBAAC,OAAD;AAAS,IAAA,SAAS,EAAEV,KAAK,CAACW;AAA1B,IATJ,CADF;AAcD,CAnBD;;AAqBAV,KAAK,CAACW,SAAN,2CAAkB;AAChBT,EAAAA,IAAI,EAAET,SAAS,CAACmB,MADA;AAEhBT,EAAAA,WAAW,EAAEV,SAAS,CAACmB,MAFP;AAGhBR,EAAAA,QAAQ,EAAEX,SAAS,CAACoB,IAHJ;AAIhBR,EAAAA,OAAO,EAAEZ,SAAS,CAACqB;AAJH,CAAlB;AAOA,eAAed,KAAf","sourcesContent":["import React, {useMemo} from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport {\n NovaSolidRemoveAddAddCircle1 as AddIcon,\n NovaSolidStatusCheckCircle2 as SelectedIcon\n} from '@coorpacademy/nova-icons';\nimport style from './style.css';\n\nconst Chips = props => {\n const {text, information, selected, onClick} = props;\n\n const handleClick = useMemo(() => () => onClick(), [onClick]);\n\n return (\n <div\n className={classnames(style.container, selected ? style.selected : style.unselected)}\n onClick={handleClick}\n >\n <div className={style.text}>{text}</div>\n <div className={style.information}>{information}</div>\n {selected ? (\n <SelectedIcon className={style.selectedIconWrapper} />\n ) : (\n <AddIcon className={style.unselectedIconWrapper} />\n )}\n </div>\n );\n};\n\nChips.propTypes = {\n text: PropTypes.string,\n information: PropTypes.string,\n selected: PropTypes.bool,\n onClick: PropTypes.func\n};\n\nexport default Chips;\n"],"file":"index.js"}
@@ -0,0 +1,66 @@
1
+ @value colors: "../../variables/colors.css";
2
+ @value cm_grey_100 from colors;
3
+ @value cm_grey_200 from colors;
4
+ @value cm_grey_400 from colors;
5
+ @value cm_grey_700 from colors;
6
+ @value cm_positive_100 from colors;
7
+ @value white from colors;
8
+
9
+ .container {
10
+ width: 25%;
11
+ height: 32px;
12
+ border-radius: 10px;
13
+ padding: 10px 16px;
14
+ position: relative;
15
+ }
16
+
17
+ .selected {
18
+ background-color: color(cm_positive_100 a(20%));
19
+ }
20
+
21
+ .selected:hover {
22
+ background-color: color(cm_positive_100 a(35%));
23
+ }
24
+
25
+ .unselected {
26
+ background-color: cm_grey_100;
27
+ }
28
+
29
+ .unselected:hover {
30
+ background-color: cm_grey_200;
31
+ }
32
+
33
+ .text {
34
+ font-family: 'Gilroy';
35
+ font-style: normal;
36
+ font-weight: 600;
37
+ font-size: 14px;
38
+ color: cm_grey_700;
39
+ }
40
+
41
+ .information {
42
+ font-family: 'Gilroy';
43
+ font-style: normal;
44
+ font-weight: normal;
45
+ font-size: 10px;
46
+ opacity: 0.4;
47
+ color: cm_grey_700;
48
+ }
49
+
50
+ .icon{
51
+ position: absolute;
52
+ width: 16px;
53
+ height: 16px;
54
+ right: 18px;
55
+ top: 16px;
56
+ }
57
+
58
+ .selectedIconWrapper {
59
+ composes: icon;
60
+ color: cm_positive_100;
61
+ }
62
+
63
+ .unselectedIconWrapper {
64
+ composes: icon;
65
+ color: cm_grey_400;
66
+ }
@@ -0,0 +1,9 @@
1
+ export default {
2
+ props: {
3
+ text: 'Population 2',
4
+ information: '15739 users',
5
+ selected: true,
6
+ onClick: () => console.log('click')
7
+ }
8
+ };
9
+ //# sourceMappingURL=default.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/chips/test/fixtures/default.js"],"names":["props","text","information","selected","onClick","console","log"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,IAAI,EAAE,cADD;AAELC,IAAAA,WAAW,EAAE,aAFR;AAGLC,IAAAA,QAAQ,EAAE,IAHL;AAILC,IAAAA,OAAO,EAAE,MAAMC,OAAO,CAACC,GAAR,CAAY,OAAZ;AAJV;AADM,CAAf","sourcesContent":["export default {\n props: {\n text: 'Population 2',\n information: '15739 users',\n selected: true,\n onClick: () => console.log('click')\n }\n};\n"],"file":"default.js"}
@@ -0,0 +1,9 @@
1
+ export default {
2
+ props: {
3
+ text: 'Population 1',
4
+ information: '345 users',
5
+ select: false,
6
+ onClick: () => console.log('click')
7
+ }
8
+ };
9
+ //# sourceMappingURL=non-selected.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/chips/test/fixtures/non-selected.js"],"names":["props","text","information","select","onClick","console","log"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,IAAI,EAAE,cADD;AAELC,IAAAA,WAAW,EAAE,WAFR;AAGLC,IAAAA,MAAM,EAAE,KAHH;AAILC,IAAAA,OAAO,EAAE,MAAMC,OAAO,CAACC,GAAR,CAAY,OAAZ;AAJV;AADM,CAAf","sourcesContent":["export default {\n props: {\n text: 'Population 1',\n information: '345 users',\n select: false,\n onClick: () => console.log('click')\n }\n};\n"],"file":"non-selected.js"}
@@ -0,0 +1,17 @@
1
+ import test from 'ava';
2
+ import forEach from 'lodash/forEach';
3
+ import renderComponentMacro from '../../../test/helpers/render-component';
4
+ import AtomClue from '..';
5
+ import fixtureDefault from './fixtures/default';
6
+ import fixtureLink from './fixtures/link';
7
+ import fixtureLoading from './fixtures/loading';
8
+ test('Atom › AtomClue > should have valid propTypes', t => {
9
+ t.pass();
10
+ forEach(AtomClue.propTypes, (value, key) => {
11
+ t.not(value, undefined, `PropType for "Atom.AtomClue.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
+ });
13
+ });
14
+ test('Atom › AtomClue › Default › should be rendered', renderComponentMacro, AtomClue, fixtureDefault);
15
+ test('Atom › AtomClue › Link › should be rendered', renderComponentMacro, AtomClue, fixtureLink);
16
+ test('Atom › AtomClue › Loading › should be rendered', renderComponentMacro, AtomClue, fixtureLoading);
17
+ //# sourceMappingURL=fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/atom/clue/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","AtomClue","fixtureDefault","fixtureLink","fixtureLoading","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,QAAP,MAAqB,IAArB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,WAAP,MAAwB,iBAAxB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAN,IAAI,CAAC,+CAAD,EAAkDO,CAAC,IAAI;AACzDA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,QAAQ,CAACM,SAAV,EAAqB,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yCAAwCF,GAAI,mEAArE;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,QAAzE,EAAmFC,cAAnF,CAAJ;AACAJ,IAAI,CAAC,6CAAD,EAAgDE,oBAAhD,EAAsEC,QAAtE,EAAgFE,WAAhF,CAAJ;AACAL,IAAI,CAAC,gDAAD,EAAmDE,oBAAnD,EAAyEC,QAAzE,EAAmFG,cAAnF,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomClue from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLink from './fixtures/link';\nimport fixtureLoading from './fixtures/loading';\n\ntest('Atom › AtomClue > should have valid propTypes', t => {\n t.pass();\n forEach(AtomClue.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomClue.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomClue › Default › should be rendered', renderComponentMacro, AtomClue, fixtureDefault);\ntest('Atom › AtomClue › Link › should be rendered', renderComponentMacro, AtomClue, fixtureLink);\ntest('Atom › AtomClue › Loading › should be rendered', renderComponentMacro, AtomClue, fixtureLoading);\n"],"file":"fixtures.js"}
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import classnames from 'classnames';
4
+ import style from './style.css';
5
+
6
+ const ContentBadge = props => {
7
+ const {
8
+ category,
9
+ label
10
+ } = props;
11
+ return /*#__PURE__*/React.createElement("span", {
12
+ className: classnames(category === 'base' && style.base, category === 'advanced' && style.advanced, category === 'coach' && style.coach, category === 'chapter' && style.chapter, category === 'scorm' && style.scorm, category === 'video' && style.video, category === 'article' && style.article, category === 'podcast' && style.podcast)
13
+ }, label);
14
+ };
15
+
16
+ ContentBadge.propTypes = process.env.NODE_ENV !== "production" ? {
17
+ category: PropTypes.oneOf(['base', 'advanced', 'coach', 'chapter', 'scorm', 'video', 'article', 'podcast']),
18
+ label: PropTypes.string
19
+ } : {};
20
+ export default ContentBadge;
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/atom/content-badge/index.js"],"names":["React","PropTypes","classnames","style","ContentBadge","props","category","label","base","advanced","coach","chapter","scorm","video","article","podcast","propTypes","oneOf","string"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,YAAtB;AACA,OAAOC,UAAP,MAAuB,YAAvB;AACA,OAAOC,KAAP,MAAkB,aAAlB;;AAEA,MAAMC,YAAY,GAAGC,KAAK,IAAI;AAC5B,QAAM;AAACC,IAAAA,QAAD;AAAWC,IAAAA;AAAX,MAAoBF,KAA1B;AACA,sBACE;AACE,IAAA,SAAS,EAAEH,UAAU,CACnBI,QAAQ,KAAK,MAAb,IAAuBH,KAAK,CAACK,IADV,EAEnBF,QAAQ,KAAK,UAAb,IAA2BH,KAAK,CAACM,QAFd,EAGnBH,QAAQ,KAAK,OAAb,IAAwBH,KAAK,CAACO,KAHX,EAInBJ,QAAQ,KAAK,SAAb,IAA0BH,KAAK,CAACQ,OAJb,EAKnBL,QAAQ,KAAK,OAAb,IAAwBH,KAAK,CAACS,KALX,EAMnBN,QAAQ,KAAK,OAAb,IAAwBH,KAAK,CAACU,KANX,EAOnBP,QAAQ,KAAK,SAAb,IAA0BH,KAAK,CAACW,OAPb,EAQnBR,QAAQ,KAAK,SAAb,IAA0BH,KAAK,CAACY,OARb;AADvB,KAYGR,KAZH,CADF;AAgBD,CAlBD;;AAoBAH,YAAY,CAACY,SAAb,2CAAyB;AACvBV,EAAAA,QAAQ,EAAEL,SAAS,CAACgB,KAAV,CAAgB,CACxB,MADwB,EAExB,UAFwB,EAGxB,OAHwB,EAIxB,SAJwB,EAKxB,OALwB,EAMxB,OANwB,EAOxB,SAPwB,EAQxB,SARwB,CAAhB,CADa;AAWvBV,EAAAA,KAAK,EAAEN,SAAS,CAACiB;AAXM,CAAzB;AAcA,eAAed,YAAf","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\nimport style from './style.css';\n\nconst ContentBadge = props => {\n const {category, label} = props;\n return (\n <span\n className={classnames(\n category === 'base' && style.base,\n category === 'advanced' && style.advanced,\n category === 'coach' && style.coach,\n category === 'chapter' && style.chapter,\n category === 'scorm' && style.scorm,\n category === 'video' && style.video,\n category === 'article' && style.article,\n category === 'podcast' && style.podcast\n )}\n >\n {label}\n </span>\n );\n};\n\nContentBadge.propTypes = {\n category: PropTypes.oneOf([\n 'base',\n 'advanced',\n 'coach',\n 'chapter',\n 'scorm',\n 'video',\n 'article',\n 'podcast'\n ]),\n label: PropTypes.string\n};\n\nexport default ContentBadge;\n"],"file":"index.js"}
@@ -0,0 +1,59 @@
1
+ @value colors: "../../variables/colors.css";
2
+ @value white from colors;
3
+ @value cm_green_200 from colors;
4
+ @value cm_purple_200 from colors;
5
+ @value cm_orange_200 from colors;
6
+ @value lightBlack from colors;
7
+ @value cm_yellow_scorm from colors;
8
+ @value cm_bleu_article from colors;
9
+ @value cm_red_video from colors;
10
+ @value cm_violet_podcast from colors;
11
+
12
+ .level {
13
+ font-family: Gilroy;
14
+ padding: 2px 6px;
15
+ border-radius: 2px;
16
+ font-size: 7px;
17
+ font-style: normal;
18
+ color: white;
19
+ }
20
+
21
+ .base {
22
+ composes: level;
23
+ background-color: cm_green_200;
24
+ }
25
+
26
+ .advanced {
27
+ composes: level;
28
+ background-color: cm_purple_200;
29
+ }
30
+
31
+ .coach {
32
+ composes: level;
33
+ background-color: cm_orange_200;
34
+ }
35
+
36
+ .chapter {
37
+ composes: level;
38
+ background-color: lightBlack;
39
+ }
40
+
41
+ .scorm {
42
+ composes: level;
43
+ background-color: cm_yellow_scorm;
44
+ }
45
+
46
+ .article {
47
+ composes: level;
48
+ background-color: cm_bleu_article;
49
+ }
50
+
51
+ .video {
52
+ composes: level;
53
+ background-color: cm_red_video;
54
+ }
55
+
56
+ .podcast {
57
+ composes: level;
58
+ background-color: cm_violet_podcast;
59
+ }
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'advanced',
4
+ label: 'Advanced'
5
+ }
6
+ };
7
+ //# sourceMappingURL=advanced.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/advanced.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,UADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'advanced',\n label: 'Advanced'\n }\n};\n"],"file":"advanced.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'article',
4
+ label: 'Article'
5
+ }
6
+ };
7
+ //# sourceMappingURL=article.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/article.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,SADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'article',\n label: 'Article'\n }\n};\n"],"file":"article.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'chapter',
4
+ label: "5' learning"
5
+ }
6
+ };
7
+ //# sourceMappingURL=chapter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/chapter.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,SADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'chapter',\n label: \"5' learning\"\n }\n};\n"],"file":"chapter.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'coach',
4
+ label: 'Coach'
5
+ }
6
+ };
7
+ //# sourceMappingURL=coach.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/coach.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,OADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'coach',\n label: 'Coach'\n }\n};\n"],"file":"coach.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'base',
4
+ label: 'Base'
5
+ }
6
+ };
7
+ //# sourceMappingURL=default.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/default.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,MADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'base',\n label: 'Base'\n }\n};\n"],"file":"default.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'podcast',
4
+ label: 'Podcast'
5
+ }
6
+ };
7
+ //# sourceMappingURL=podcast.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/podcast.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,SADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'podcast',\n label: 'Podcast'\n }\n};\n"],"file":"podcast.js"}
@@ -0,0 +1,7 @@
1
+ export default {
2
+ props: {
3
+ category: 'scorm',
4
+ label: 'Interactive slides'
5
+ }
6
+ };
7
+ //# sourceMappingURL=scorm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../src/atom/content-badge/test/fixtures/scorm.js"],"names":["props","category","label"],"mappings":"AAAA,eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,QAAQ,EAAE,OADL;AAELC,IAAAA,KAAK,EAAE;AAFF;AADM,CAAf","sourcesContent":["export default {\n props: {\n category: 'scorm',\n label: 'Interactive slides'\n }\n};\n"],"file":"scorm.js"}