@coorpacademy/components 10.1.2 → 10.1.6

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 (353) hide show
  1. package/es/atom/button-link/index.js +108 -0
  2. package/es/atom/button-link/index.js.map +1 -0
  3. package/es/atom/button-link/style.css +93 -0
  4. package/es/atom/button-link/test/fixtures/button-dangerous-no-icon.js +10 -0
  5. package/es/atom/button-link/test/fixtures/button-dangerous-no-icon.js.map +1 -0
  6. package/es/atom/button-link/test/fixtures/button-primary-icon-left.js +14 -0
  7. package/es/atom/button-link/test/fixtures/button-primary-icon-left.js.map +1 -0
  8. package/es/atom/button-link/test/fixtures/button-primary-no-icon.js +10 -0
  9. package/es/atom/button-link/test/fixtures/button-primary-no-icon.js.map +1 -0
  10. package/es/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.js +11 -0
  11. package/es/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.js.map +1 -0
  12. package/es/atom/button-link/test/fixtures/button-tertiary-icon-left.js +14 -0
  13. package/es/atom/button-link/test/fixtures/button-tertiary-icon-left.js.map +1 -0
  14. package/es/atom/button-link/test/fixtures/icon-button.js +13 -0
  15. package/es/atom/button-link/test/fixtures/icon-button.js.map +1 -0
  16. package/es/atom/button-link/test/fixtures/link-primary-disabled-icon-right.js +17 -0
  17. package/es/atom/button-link/test/fixtures/link-primary-disabled-icon-right.js.map +1 -0
  18. package/es/atom/button-link/test/fixtures/link-secondary-icon-right.js +20 -0
  19. package/es/atom/button-link/test/fixtures/link-secondary-icon-right.js.map +1 -0
  20. package/es/atom/button-link/test/fixtures/link-tertiary-no-icon.js +16 -0
  21. package/es/atom/button-link/test/fixtures/link-tertiary-no-icon.js.map +1 -0
  22. package/es/atom/button-link/test/fixtures/link-text-icon-right-target-blank.js +17 -0
  23. package/es/atom/button-link/test/fixtures/link-text-icon-right-target-blank.js.map +1 -0
  24. package/es/atom/button-link/test/fixtures/link-text-no-icon-download.js +13 -0
  25. package/es/atom/button-link/test/fixtures/link-text-no-icon-download.js.map +1 -0
  26. package/es/atom/button-link/test/fixtures.js +33 -0
  27. package/es/atom/button-link/test/fixtures.js.map +1 -0
  28. package/es/atom/chips/index.js +8 -4
  29. package/es/atom/chips/index.js.map +1 -1
  30. package/es/atom/chips/style.css +17 -2
  31. package/es/atom/chips/test/fixtures/long-text.js +9 -0
  32. package/es/atom/chips/test/fixtures/long-text.js.map +1 -0
  33. package/es/atom/chips/test/fixtures.js +17 -0
  34. package/es/atom/chips/test/fixtures.js.map +1 -0
  35. package/es/atom/content-badge/test/fixtures.js +27 -0
  36. package/es/atom/content-badge/test/fixtures.js.map +1 -0
  37. package/es/atom/input-checkbox/test/fixtures.js +2 -0
  38. package/es/atom/input-checkbox/test/fixtures.js.map +1 -1
  39. package/es/atom/input-search/index.js +65 -0
  40. package/es/atom/input-search/index.js.map +1 -0
  41. package/es/atom/input-search/style.css +202 -0
  42. package/es/{molecule/search → atom/input-search}/test/change.js +0 -0
  43. package/es/atom/input-search/test/change.js.map +1 -0
  44. package/es/atom/input-search/test/fixtures/coorpmanager-with-value.js +14 -0
  45. package/es/atom/input-search/test/fixtures/coorpmanager-with-value.js.map +1 -0
  46. package/es/atom/input-search/test/fixtures/coorpmanager.js +13 -0
  47. package/es/atom/input-search/test/fixtures/coorpmanager.js.map +1 -0
  48. package/es/{molecule/search → atom/input-search}/test/fixtures/default.js +0 -0
  49. package/es/atom/input-search/test/fixtures/default.js.map +1 -0
  50. package/es/{molecule/search → atom/input-search}/test/fixtures/with-value.js +0 -0
  51. package/es/atom/input-search/test/fixtures/with-value.js.map +1 -0
  52. package/es/atom/input-search/test/fixtures.js +19 -0
  53. package/es/atom/input-search/test/fixtures.js.map +1 -0
  54. package/es/atom/input-text/style.css +6 -2
  55. package/es/atom/input-text/test/fixtures.js +2 -0
  56. package/es/atom/input-text/test/fixtures.js.map +1 -1
  57. package/es/atom/input-textarea/style.css +3 -3
  58. package/es/atom/input-textarea/test/fixtures.js +4 -0
  59. package/es/atom/input-textarea/test/fixtures.js.map +1 -1
  60. package/es/atom/tag/index.js +27 -0
  61. package/es/atom/tag/index.js.map +1 -0
  62. package/es/atom/tag/style.css +38 -0
  63. package/es/atom/tag/test/fixtures/archived.js +7 -0
  64. package/es/atom/tag/test/fixtures/archived.js.map +1 -0
  65. package/es/atom/tag/test/fixtures/default.js +7 -0
  66. package/es/atom/tag/test/fixtures/default.js.map +1 -0
  67. package/es/atom/tag/test/fixtures/published.js +7 -0
  68. package/es/atom/tag/test/fixtures/published.js.map +1 -0
  69. package/es/atom/tag/test/fixtures/revision.js +7 -0
  70. package/es/atom/tag/test/fixtures/revision.js.map +1 -0
  71. package/es/atom/tag/test/fixtures.js +19 -0
  72. package/es/atom/tag/test/fixtures.js.map +1 -0
  73. package/es/atom/title/test/fixtures.js +6 -2
  74. package/es/atom/title/test/fixtures.js.map +1 -1
  75. package/es/atom/wizard-steps/test/fixtures.js +17 -0
  76. package/es/atom/wizard-steps/test/fixtures.js.map +1 -0
  77. package/es/molecule/banner/index.js +19 -10
  78. package/es/molecule/banner/index.js.map +1 -1
  79. package/es/molecule/banner/style.css +13 -11
  80. package/es/molecule/banner/test/fixtures.js +15 -0
  81. package/es/molecule/banner/test/fixtures.js.map +1 -0
  82. package/es/molecule/brand-form-group/index.js +20 -5
  83. package/es/molecule/brand-form-group/index.js.map +1 -1
  84. package/es/molecule/brand-form-group/style.css +19 -0
  85. package/es/molecule/brand-form-group/test/fixtures.js +2 -0
  86. package/es/molecule/brand-form-group/test/fixtures.js.map +1 -1
  87. package/es/molecule/card/test/fixtures.js +4 -0
  88. package/es/molecule/card/test/fixtures.js.map +1 -1
  89. package/es/molecule/cm-popin/index.js +21 -15
  90. package/es/molecule/cm-popin/index.js.map +1 -1
  91. package/es/molecule/cm-popin/style.css +2 -44
  92. package/es/molecule/cm-popin/test/fixtures/dangerous.js +3 -0
  93. package/es/molecule/cm-popin/test/fixtures/dangerous.js.map +1 -1
  94. package/es/molecule/cm-popin/test/fixtures/default.js +6 -3
  95. package/es/molecule/cm-popin/test/fixtures/default.js.map +1 -1
  96. package/es/molecule/cm-popin/test/fixtures/warning-with-close.js +4 -1
  97. package/es/molecule/cm-popin/test/fixtures/warning-with-close.js.map +1 -1
  98. package/es/molecule/cm-popin/test/fixtures.js +17 -0
  99. package/es/molecule/cm-popin/test/fixtures.js.map +1 -0
  100. package/es/molecule/coorp-manager-roles/test/fixtures.js +13 -0
  101. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  102. package/es/molecule/quick-access-card/test/fixtures.js +21 -0
  103. package/es/molecule/quick-access-card/test/fixtures.js.map +1 -0
  104. package/es/molecule/quick-access-cards-group/test/fixtures.js +21 -0
  105. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  106. package/es/molecule/search-form/index.js +1 -1
  107. package/es/molecule/search-form/index.js.map +1 -1
  108. package/es/molecule/select-multiple/index.js +113 -146
  109. package/es/molecule/select-multiple/index.js.map +1 -1
  110. package/es/molecule/select-multiple/test/index.js +20 -79
  111. package/es/molecule/select-multiple/test/index.js.map +1 -1
  112. package/es/molecule/vertical-tabs/test/fixtures.js +15 -0
  113. package/es/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  114. package/es/molecule/wizard-summary/index.js +20 -10
  115. package/es/molecule/wizard-summary/index.js.map +1 -1
  116. package/es/molecule/wizard-summary/style.css +12 -21
  117. package/es/molecule/wizard-summary/test/fixtures/default.js +2 -1
  118. package/es/molecule/wizard-summary/test/fixtures/default.js.map +1 -1
  119. package/es/molecule/wizard-summary/test/fixtures/one-section.js +2 -1
  120. package/es/molecule/wizard-summary/test/fixtures/one-section.js.map +1 -1
  121. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.js +2 -1
  122. package/es/molecule/wizard-summary/test/fixtures/tablet-closed.js.map +1 -1
  123. package/es/molecule/wizard-summary/test/fixtures/three-sections.js +2 -1
  124. package/es/molecule/wizard-summary/test/fixtures/three-sections.js.map +1 -1
  125. package/es/molecule/wizard-summary/test/fixtures/two-sections.js +2 -1
  126. package/es/molecule/wizard-summary/test/fixtures/two-sections.js.map +1 -1
  127. package/es/molecule/wizard-summary/test/fixtures.js +21 -0
  128. package/es/molecule/wizard-summary/test/fixtures.js.map +1 -0
  129. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +4 -0
  130. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -1
  131. package/es/organism/brand-dashboard/test/fixtures.js +2 -0
  132. package/es/organism/brand-dashboard/test/fixtures.js.map +1 -1
  133. package/es/organism/brand-form/test/fixtures/wizard-playlists.js +26 -0
  134. package/es/organism/brand-form/test/fixtures/wizard-playlists.js.map +1 -0
  135. package/es/organism/brand-form/test/fixtures.js +2 -0
  136. package/es/organism/brand-form/test/fixtures.js.map +1 -1
  137. package/es/organism/brand-table/index.js +1 -1
  138. package/es/organism/brand-table/index.js.map +1 -1
  139. package/es/organism/mooc-header/index.js +1 -1
  140. package/es/organism/mooc-header/index.js.map +1 -1
  141. package/es/organism/mooc-header/test/fixtures/default.js +1 -1
  142. package/es/organism/mooc-header/test/fixtures/default.js.map +1 -1
  143. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  144. package/es/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  145. package/es/organism/search-and-chips-results/index.js +92 -0
  146. package/es/organism/search-and-chips-results/index.js.map +1 -0
  147. package/es/organism/search-and-chips-results/style.css +57 -0
  148. package/es/organism/search-and-chips-results/test/fixtures/default.js +46 -0
  149. package/es/organism/search-and-chips-results/test/fixtures/default.js.map +1 -0
  150. package/es/organism/search-and-chips-results/test/fixtures/empty.js +23 -0
  151. package/es/organism/search-and-chips-results/test/fixtures/empty.js.map +1 -0
  152. package/es/organism/search-and-chips-results/test/fixtures/filtered.js +26 -0
  153. package/es/organism/search-and-chips-results/test/fixtures/filtered.js.map +1 -0
  154. package/es/organism/search-and-chips-results/test/fixtures/sorted-selected.js +49 -0
  155. package/es/organism/search-and-chips-results/test/fixtures/sorted-selected.js.map +1 -0
  156. package/es/organism/search-and-chips-results/test/fixtures/unsorted-selected.js +49 -0
  157. package/es/organism/search-and-chips-results/test/fixtures/unsorted-selected.js.map +1 -0
  158. package/es/organism/search-and-chips-results/test/fixtures.js +21 -0
  159. package/es/organism/search-and-chips-results/test/fixtures.js.map +1 -0
  160. package/es/template/back-office/brand-list/index.js +6 -2
  161. package/es/template/back-office/brand-list/index.js.map +1 -1
  162. package/es/template/back-office/brand-list/style.css +1 -0
  163. package/es/template/back-office/brand-update/test/fixtures.js +2 -2
  164. package/es/template/back-office/brand-update/test/fixtures.js.map +1 -1
  165. package/es/variables/colors.css +2 -2
  166. package/lib/atom/button-link/index.js +125 -0
  167. package/lib/atom/button-link/index.js.map +1 -0
  168. package/lib/atom/button-link/style.css +93 -0
  169. package/lib/atom/button-link/test/fixtures/button-dangerous-no-icon.js +15 -0
  170. package/lib/atom/button-link/test/fixtures/button-dangerous-no-icon.js.map +1 -0
  171. package/lib/atom/button-link/test/fixtures/button-primary-icon-left.js +19 -0
  172. package/lib/atom/button-link/test/fixtures/button-primary-icon-left.js.map +1 -0
  173. package/lib/atom/button-link/test/fixtures/button-primary-no-icon.js +15 -0
  174. package/lib/atom/button-link/test/fixtures/button-primary-no-icon.js.map +1 -0
  175. package/lib/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.js +16 -0
  176. package/lib/atom/button-link/test/fixtures/button-secondary-no-icon-disabled.js.map +1 -0
  177. package/lib/atom/button-link/test/fixtures/button-tertiary-icon-left.js +19 -0
  178. package/lib/atom/button-link/test/fixtures/button-tertiary-icon-left.js.map +1 -0
  179. package/lib/atom/button-link/test/fixtures/icon-button.js +18 -0
  180. package/lib/atom/button-link/test/fixtures/icon-button.js.map +1 -0
  181. package/lib/atom/button-link/test/fixtures/link-primary-disabled-icon-right.js +22 -0
  182. package/lib/atom/button-link/test/fixtures/link-primary-disabled-icon-right.js.map +1 -0
  183. package/lib/atom/button-link/test/fixtures/link-secondary-icon-right.js +25 -0
  184. package/lib/atom/button-link/test/fixtures/link-secondary-icon-right.js.map +1 -0
  185. package/lib/atom/button-link/test/fixtures/link-tertiary-no-icon.js +21 -0
  186. package/lib/atom/button-link/test/fixtures/link-tertiary-no-icon.js.map +1 -0
  187. package/lib/atom/button-link/test/fixtures/link-text-icon-right-target-blank.js +22 -0
  188. package/lib/atom/button-link/test/fixtures/link-text-icon-right-target-blank.js.map +1 -0
  189. package/lib/atom/button-link/test/fixtures/link-text-no-icon-download.js +18 -0
  190. package/lib/atom/button-link/test/fixtures/link-text-no-icon-download.js.map +1 -0
  191. package/lib/atom/button-link/test/fixtures.js +52 -0
  192. package/lib/atom/button-link/test/fixtures.js.map +1 -0
  193. package/lib/atom/chips/index.js +8 -4
  194. package/lib/atom/chips/index.js.map +1 -1
  195. package/lib/atom/chips/style.css +17 -2
  196. package/lib/atom/chips/test/fixtures/long-text.js +14 -0
  197. package/lib/atom/chips/test/fixtures/long-text.js.map +1 -0
  198. package/lib/atom/chips/test/fixtures.js +28 -0
  199. package/lib/atom/chips/test/fixtures.js.map +1 -0
  200. package/lib/atom/content-badge/test/fixtures.js +43 -0
  201. package/lib/atom/content-badge/test/fixtures.js.map +1 -0
  202. package/lib/atom/input-checkbox/test/fixtures.js +3 -0
  203. package/lib/atom/input-checkbox/test/fixtures.js.map +1 -1
  204. package/lib/{molecule/search → atom/input-search}/index.js +29 -18
  205. package/lib/atom/input-search/index.js.map +1 -0
  206. package/lib/atom/input-search/style.css +202 -0
  207. package/lib/{molecule/search → atom/input-search}/test/change.js +0 -0
  208. package/lib/atom/input-search/test/change.js.map +1 -0
  209. package/lib/atom/input-search/test/fixtures/coorpmanager-with-value.js +19 -0
  210. package/lib/atom/input-search/test/fixtures/coorpmanager-with-value.js.map +1 -0
  211. package/lib/atom/input-search/test/fixtures/coorpmanager.js +18 -0
  212. package/lib/atom/input-search/test/fixtures/coorpmanager.js.map +1 -0
  213. package/lib/{molecule/search → atom/input-search}/test/fixtures/default.js +0 -0
  214. package/lib/atom/input-search/test/fixtures/default.js.map +1 -0
  215. package/lib/{molecule/search → atom/input-search}/test/fixtures/with-value.js +0 -0
  216. package/lib/atom/input-search/test/fixtures/with-value.js.map +1 -0
  217. package/lib/atom/input-search/test/fixtures.js +31 -0
  218. package/lib/atom/input-search/test/fixtures.js.map +1 -0
  219. package/lib/atom/input-text/style.css +6 -2
  220. package/lib/atom/input-text/test/fixtures.js +3 -0
  221. package/lib/atom/input-text/test/fixtures.js.map +1 -1
  222. package/lib/atom/input-textarea/style.css +3 -3
  223. package/lib/atom/input-textarea/test/fixtures.js +6 -0
  224. package/lib/atom/input-textarea/test/fixtures.js.map +1 -1
  225. package/lib/atom/tag/index.js +39 -0
  226. package/lib/atom/tag/index.js.map +1 -0
  227. package/lib/atom/tag/style.css +38 -0
  228. package/lib/atom/tag/test/fixtures/archived.js +12 -0
  229. package/lib/atom/tag/test/fixtures/archived.js.map +1 -0
  230. package/lib/atom/tag/test/fixtures/default.js +12 -0
  231. package/lib/atom/tag/test/fixtures/default.js.map +1 -0
  232. package/lib/atom/tag/test/fixtures/published.js +12 -0
  233. package/lib/atom/tag/test/fixtures/published.js.map +1 -0
  234. package/lib/atom/tag/test/fixtures/revision.js +12 -0
  235. package/lib/atom/tag/test/fixtures/revision.js.map +1 -0
  236. package/lib/atom/tag/test/fixtures.js +31 -0
  237. package/lib/atom/tag/test/fixtures.js.map +1 -0
  238. package/lib/atom/title/test/fixtures.js +8 -2
  239. package/lib/atom/title/test/fixtures.js.map +1 -1
  240. package/lib/atom/wizard-steps/test/fixtures.js +28 -0
  241. package/lib/atom/wizard-steps/test/fixtures.js.map +1 -0
  242. package/lib/molecule/banner/index.js +19 -10
  243. package/lib/molecule/banner/index.js.map +1 -1
  244. package/lib/molecule/banner/style.css +13 -11
  245. package/lib/molecule/{search → banner}/test/fixtures.js +5 -5
  246. package/lib/molecule/banner/test/fixtures.js.map +1 -0
  247. package/lib/molecule/brand-form-group/index.js +22 -5
  248. package/lib/molecule/brand-form-group/index.js.map +1 -1
  249. package/lib/molecule/brand-form-group/style.css +19 -0
  250. package/lib/molecule/brand-form-group/test/fixtures.js +3 -0
  251. package/lib/molecule/brand-form-group/test/fixtures.js.map +1 -1
  252. package/lib/molecule/card/test/fixtures.js +6 -0
  253. package/lib/molecule/card/test/fixtures.js.map +1 -1
  254. package/lib/molecule/cm-popin/index.js +21 -16
  255. package/lib/molecule/cm-popin/index.js.map +1 -1
  256. package/lib/molecule/cm-popin/style.css +2 -44
  257. package/lib/molecule/cm-popin/test/fixtures/dangerous.js +3 -0
  258. package/lib/molecule/cm-popin/test/fixtures/dangerous.js.map +1 -1
  259. package/lib/molecule/cm-popin/test/fixtures/default.js +6 -3
  260. package/lib/molecule/cm-popin/test/fixtures/default.js.map +1 -1
  261. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.js +4 -1
  262. package/lib/molecule/cm-popin/test/fixtures/warning-with-close.js.map +1 -1
  263. package/lib/molecule/cm-popin/test/fixtures.js +28 -0
  264. package/lib/molecule/cm-popin/test/fixtures.js.map +1 -0
  265. package/lib/molecule/coorp-manager-roles/test/fixtures.js +22 -0
  266. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +1 -0
  267. package/lib/molecule/quick-access-card/test/fixtures.js +34 -0
  268. package/lib/molecule/quick-access-card/test/fixtures.js.map +1 -0
  269. package/lib/molecule/quick-access-cards-group/test/fixtures.js +34 -0
  270. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +1 -0
  271. package/lib/molecule/search-form/index.js +3 -3
  272. package/lib/molecule/search-form/index.js.map +1 -1
  273. package/lib/molecule/select-multiple/index.js +117 -143
  274. package/lib/molecule/select-multiple/index.js.map +1 -1
  275. package/lib/molecule/select-multiple/test/index.js +25 -79
  276. package/lib/molecule/select-multiple/test/index.js.map +1 -1
  277. package/lib/molecule/vertical-tabs/test/fixtures.js +25 -0
  278. package/lib/molecule/vertical-tabs/test/fixtures.js.map +1 -0
  279. package/lib/molecule/wizard-summary/index.js +20 -10
  280. package/lib/molecule/wizard-summary/index.js.map +1 -1
  281. package/lib/molecule/wizard-summary/style.css +12 -21
  282. package/lib/molecule/wizard-summary/test/fixtures/default.js +2 -1
  283. package/lib/molecule/wizard-summary/test/fixtures/default.js.map +1 -1
  284. package/lib/molecule/wizard-summary/test/fixtures/one-section.js +2 -1
  285. package/lib/molecule/wizard-summary/test/fixtures/one-section.js.map +1 -1
  286. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.js +2 -1
  287. package/lib/molecule/wizard-summary/test/fixtures/tablet-closed.js.map +1 -1
  288. package/lib/molecule/wizard-summary/test/fixtures/three-sections.js +2 -1
  289. package/lib/molecule/wizard-summary/test/fixtures/three-sections.js.map +1 -1
  290. package/lib/molecule/wizard-summary/test/fixtures/two-sections.js +2 -1
  291. package/lib/molecule/wizard-summary/test/fixtures/two-sections.js.map +1 -1
  292. package/lib/molecule/wizard-summary/test/fixtures.js +34 -0
  293. package/lib/molecule/wizard-summary/test/fixtures.js.map +1 -0
  294. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +6 -0
  295. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +1 -1
  296. package/lib/organism/brand-dashboard/test/fixtures.js +3 -0
  297. package/lib/organism/brand-dashboard/test/fixtures.js.map +1 -1
  298. package/lib/organism/brand-form/test/fixtures/wizard-playlists.js +31 -0
  299. package/lib/organism/brand-form/test/fixtures/wizard-playlists.js.map +1 -0
  300. package/lib/organism/brand-form/test/fixtures.js +3 -0
  301. package/lib/organism/brand-form/test/fixtures.js.map +1 -1
  302. package/lib/organism/brand-table/index.js +3 -3
  303. package/lib/organism/brand-table/index.js.map +1 -1
  304. package/lib/organism/mooc-header/index.js +2 -2
  305. package/lib/organism/mooc-header/index.js.map +1 -1
  306. package/lib/organism/mooc-header/test/fixtures/default.js +1 -1
  307. package/lib/organism/mooc-header/test/fixtures/default.js.map +1 -1
  308. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js +1 -1
  309. package/lib/organism/mooc-header/test/fixtures/logged-with-battle-notifications.js.map +1 -1
  310. package/lib/organism/search-and-chips-results/index.js +105 -0
  311. package/lib/organism/search-and-chips-results/index.js.map +1 -0
  312. package/lib/organism/search-and-chips-results/style.css +57 -0
  313. package/lib/organism/search-and-chips-results/test/fixtures/default.js +51 -0
  314. package/lib/organism/search-and-chips-results/test/fixtures/default.js.map +1 -0
  315. package/lib/organism/search-and-chips-results/test/fixtures/empty.js +28 -0
  316. package/lib/organism/search-and-chips-results/test/fixtures/empty.js.map +1 -0
  317. package/lib/organism/search-and-chips-results/test/fixtures/filtered.js +31 -0
  318. package/lib/organism/search-and-chips-results/test/fixtures/filtered.js.map +1 -0
  319. package/lib/organism/search-and-chips-results/test/fixtures/sorted-selected.js +54 -0
  320. package/lib/organism/search-and-chips-results/test/fixtures/sorted-selected.js.map +1 -0
  321. package/lib/organism/search-and-chips-results/test/fixtures/unsorted-selected.js +54 -0
  322. package/lib/organism/search-and-chips-results/test/fixtures/unsorted-selected.js.map +1 -0
  323. package/lib/organism/search-and-chips-results/test/fixtures.js +34 -0
  324. package/lib/organism/search-and-chips-results/test/fixtures.js.map +1 -0
  325. package/lib/template/back-office/brand-list/index.js +7 -3
  326. package/lib/template/back-office/brand-list/index.js.map +1 -1
  327. package/lib/template/back-office/brand-list/style.css +1 -0
  328. package/lib/template/back-office/brand-update/test/fixtures.js +3 -3
  329. package/lib/template/back-office/brand-update/test/fixtures.js.map +1 -1
  330. package/lib/variables/colors.css +2 -2
  331. package/package.json +3 -3
  332. package/es/atom/bullet-point-menu-button/test/fixtures.js +0 -27
  333. package/es/atom/bullet-point-menu-button/test/fixtures.js.map +0 -1
  334. package/es/molecule/cockpit-popin/test/fixtures.js +0 -17
  335. package/es/molecule/cockpit-popin/test/fixtures.js.map +0 -1
  336. package/es/molecule/search/index.js +0 -57
  337. package/es/molecule/search/index.js.map +0 -1
  338. package/es/molecule/search/style.css +0 -86
  339. package/es/molecule/search/test/change.js.map +0 -1
  340. package/es/molecule/search/test/fixtures/default.js.map +0 -1
  341. package/es/molecule/search/test/fixtures/with-value.js.map +0 -1
  342. package/es/molecule/search/test/fixtures.js +0 -15
  343. package/es/molecule/search/test/fixtures.js.map +0 -1
  344. package/lib/atom/bullet-point-menu-button/test/fixtures.js +0 -43
  345. package/lib/atom/bullet-point-menu-button/test/fixtures.js.map +0 -1
  346. package/lib/molecule/cockpit-popin/test/fixtures.js +0 -28
  347. package/lib/molecule/cockpit-popin/test/fixtures.js.map +0 -1
  348. package/lib/molecule/search/index.js.map +0 -1
  349. package/lib/molecule/search/style.css +0 -86
  350. package/lib/molecule/search/test/change.js.map +0 -1
  351. package/lib/molecule/search/test/fixtures/default.js.map +0 -1
  352. package/lib/molecule/search/test/fixtures/with-value.js.map +0 -1
  353. package/lib/molecule/search/test/fixtures.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/bullet-point-menu-button/test/fixtures.js"],"names":["t","pass","AtomButton","propTypes","value","key","not","undefined","renderComponentMacro","fixtureA","fixtureClassName","fixtureClear","fixtureDefault","fixtureDisabled","fixtureDownload","fixtureLink","fixtureSso"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,iDAAL,EAAwDA,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAWC,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,4CAAL,EAAmDG,wBAAnD,EAAyEN,SAAzE,EAAqFO,UAArF;AACA,kBAAK,oDAAL,EAA2DD,wBAA3D,EAAiFN,SAAjF,EAA6FQ,kBAA7F;AACA,kBAAK,gDAAL,EAAuDF,wBAAvD,EAA6EN,SAA7E,EAAyFS,cAAzF;AACA,kBAAK,kDAAL,EAAyDH,wBAAzD,EAA+EN,SAA/E,EAA2FU,gBAA3F;AACA,kBAAK,mDAAL,EAA0DJ,wBAA1D,EAAgFN,SAAhF,EAA4FW,iBAA5F;AACA,kBAAK,mDAAL,EAA0DL,wBAA1D,EAAgFN,SAAhF,EAA4FY,iBAA5F;AACA,kBAAK,+CAAL,EAAsDN,wBAAtD,EAA4EN,SAA5E,EAAwFa,aAAxF;AACA,kBAAK,8CAAL,EAAqDP,wBAArD,EAA2EN,SAA3E,EAAuFc,YAAvF","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"}
@@ -1,28 +0,0 @@
1
- "use strict";
2
-
3
- var _ava = _interopRequireDefault(require("ava"));
4
-
5
- var _forEach = _interopRequireDefault(require("lodash/forEach"));
6
-
7
- var _renderComponent = _interopRequireDefault(require("../../../test/helpers/render-component"));
8
-
9
- var _ = _interopRequireDefault(require(".."));
10
-
11
- var _default = _interopRequireDefault(require("./fixtures/default"));
12
-
13
- var _loading = _interopRequireDefault(require("./fixtures/loading"));
14
-
15
- var _videoTranslate = _interopRequireDefault(require("./fixtures/video-translate"));
16
-
17
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
18
-
19
- (0, _ava.default)('Molecule › MoleculeCockpitPopin > should have valid propTypes', t => {
20
- t.pass();
21
- (0, _forEach.default)(_.default.propTypes, (value, key) => {
22
- t.not(value, undefined, `PropType for "Molecule.MoleculeCockpitPopin.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
23
- });
24
- });
25
- (0, _ava.default)('Molecule › MoleculeCockpitPopin › Default › should be rendered', _renderComponent.default, _.default, _default.default);
26
- (0, _ava.default)('Molecule › MoleculeCockpitPopin › Loading › should be rendered', _renderComponent.default, _.default, _loading.default);
27
- (0, _ava.default)('Molecule › MoleculeCockpitPopin › VideoTranslate › should be rendered', _renderComponent.default, _.default, _videoTranslate.default);
28
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/molecule/cockpit-popin/test/fixtures.js"],"names":["t","pass","MoleculeCockpitPopin","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault","fixtureLoading","fixtureVideoTranslate"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,+DAAL,EAAsEA,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAqBC,SAA7B,EAAwC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,gEAAL,EAAuEG,wBAAvE,EAA6FN,SAA7F,EAAmHO,gBAAnH;AACA,kBAAK,gEAAL,EAAuED,wBAAvE,EAA6FN,SAA7F,EAAmHQ,gBAAnH;AACA,kBAAK,uEAAL,EAA8EF,wBAA9E,EAAoGN,SAApG,EAA0HS,uBAA1H","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeCockpitPopin from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureVideoTranslate from './fixtures/video-translate';\n\ntest('Molecule › MoleculeCockpitPopin > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeCockpitPopin.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeCockpitPopin.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeCockpitPopin › Default › should be rendered', renderComponentMacro, MoleculeCockpitPopin, fixtureDefault);\ntest('Molecule › MoleculeCockpitPopin › Loading › should be rendered', renderComponentMacro, MoleculeCockpitPopin, fixtureLoading);\ntest('Molecule › MoleculeCockpitPopin › VideoTranslate › should be rendered', renderComponentMacro, MoleculeCockpitPopin, fixtureVideoTranslate);\n"],"file":"fixtures.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../src/molecule/search/index.js"],"names":["Search","props","context","value","placeholder","onChange","onFocus","onBlur","skin","dark","handleChange","e","target","style","wrapperSearch","icon","search","contextTypes","Provider","childContextTypes","propTypes","PropTypes","string","isRequired","func"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA;;AACA;;AACA;;;;;;;;AAEA,MAAMA,MAAM,GAAG,CAACC,KAAD,EAAQC,OAAR,KAAoB;AACjC,QAAM;AAACC,IAAAA,KAAD;AAAQC,IAAAA,WAAR;AAAqBC,IAAAA,QAAQ,iBAA7B;AAAsCC,IAAAA,OAAtC;AAA+CC,IAAAA;AAA/C,MAAyDN,KAA/D;AACA,QAAM;AAACO,IAAAA;AAAD,MAASN,OAAf;AACA,QAAMO,IAAI,GAAG,mBAAI,aAAJ,EAAmBD,IAAnB,CAAb;AACA,QAAME,YAAY,GAAG,oBAAQ,MAAMC,CAAC,IAAIN,QAAQ,CAACM,CAAC,CAACC,MAAF,CAAST,KAAV,CAA3B,EAA6C,CAACE,QAAD,CAA7C,CAArB;AAEA,sBACE;AAAK,IAAA,SAAS,EAAEQ,eAAMC;AAAtB,kBACE;AAAO,IAAA,OAAO,EAAC;AAAf,kBACE,6BAAC,4CAAD;AAAY,IAAA,KAAK,EAAEL,IAAnB;AAAyB,IAAA,SAAS,EAAEI,eAAME;AAA1C,IADF,CADF,eAIE;AACE,iBAAU,cADZ;AAEE,IAAA,SAAS,EAAEF,eAAMG,MAFnB;AAGE,IAAA,IAAI,EAAC,MAHP;AAIE,IAAA,IAAI,EAAC,QAJP;AAKE,IAAA,EAAE,EAAC,QALL;AAME,IAAA,WAAW,EAAEZ,WANf;AAOE,IAAA,KAAK,EAAED,KAPT;AAQE,IAAA,QAAQ,gBARV;AASE,IAAA,OAAO,EAAEO,YATX;AAUE,IAAA,OAAO,EAAEJ,OAVX;AAWE,IAAA,MAAM,EAAEC;AAXV,IAJF,CADF;AAoBD,CA1BD;;AA4BAP,MAAM,CAACiB,YAAP,GAAsB;AACpBT,EAAAA,IAAI,EAAEU,kBAASC,iBAAT,CAA2BX;AADb,CAAtB;AAIAR,MAAM,CAACoB,SAAP,2CAAmB;AACjBjB,EAAAA,KAAK,EAAEkB,mBAAUC,MADA;AAEjBlB,EAAAA,WAAW,EAAEiB,mBAAUC,MAAV,CAAiBC,UAFb;AAGjBlB,EAAAA,QAAQ,EAAEgB,mBAAUG,IAHH;AAIjBlB,EAAAA,OAAO,EAAEe,mBAAUG,IAJF;AAKjBjB,EAAAA,MAAM,EAAEc,mBAAUG;AALD,CAAnB;eAQexB,M","sourcesContent":["import React, {useMemo} from 'react';\nimport PropTypes from 'prop-types';\nimport {get, noop} from 'lodash/fp';\nimport {NovaCompositionCoorpacademySearch as SearchIcon} from '@coorpacademy/nova-icons';\nimport Provider from '../../atom/provider';\nimport style from './style.css';\n\nconst Search = (props, context) => {\n const {value, placeholder, onChange = noop, onFocus, onBlur} = props;\n const {skin} = context;\n const dark = get('common.dark', skin);\n const handleChange = useMemo(() => e => onChange(e.target.value), [onChange]);\n\n return (\n <div className={style.wrapperSearch}>\n <label htmlFor=\"search\">\n <SearchIcon color={dark} className={style.icon} />\n </label>\n <input\n data-name=\"search-input\"\n className={style.search}\n type=\"text\"\n name=\"search\"\n id=\"search\"\n placeholder={placeholder}\n value={value}\n onChange={noop}\n onInput={handleChange}\n onFocus={onFocus}\n onBlur={onBlur}\n />\n </div>\n );\n};\n\nSearch.contextTypes = {\n skin: Provider.childContextTypes.skin\n};\n\nSearch.propTypes = {\n value: PropTypes.string,\n placeholder: PropTypes.string.isRequired,\n onChange: PropTypes.func,\n onFocus: PropTypes.func,\n onBlur: PropTypes.func\n};\n\nexport default Search;\n"],"file":"index.js"}
@@ -1,86 +0,0 @@
1
- @value breakpoints: "../../variables/breakpoints.css";
2
- @value tablet from breakpoints;
3
- @value mobile from breakpoints;
4
- @value colors: "../../variables/colors.css";
5
- @value medium from colors;
6
- @value light from colors;
7
- @value white from colors;
8
- @value dark from colors;
9
-
10
- .wrapperSearch {
11
- display: flex;
12
- width: 100%;
13
- flex-flow: nowrap;
14
- flex-direction: row;
15
- align-items: center;
16
- overflow: hidden;
17
- }
18
-
19
- .icon {
20
- position: relative;
21
- margin: 0 0 -3px -20px;
22
- width: 19px;
23
- height: 19px;
24
- left: 35px;
25
- }
26
-
27
- .search {
28
- font-family: "Open Sans";
29
- text-transform: none;
30
- margin: 0 3px;
31
- padding: 0 15px 0 45px;
32
- border: 0;
33
- height: 50px;
34
- border-radius: 0;
35
- font-size: 14px;
36
- color: dark;
37
- width: 100%;
38
- outline: none;
39
- font-weight: bold;
40
- white-space: nowrap;
41
- overflow: hidden;
42
- text-overflow: ellipsis;
43
- }
44
-
45
- .search::placeholder {
46
- color: medium;
47
- font-size: 14px;
48
- }
49
-
50
- .search:focus {
51
- outline: none;
52
- }
53
-
54
- input:-webkit-autofill,
55
- textarea:-webkit-autofill,
56
- select:-webkit-autofill {
57
- background-color: white;
58
- background-image: none;
59
- color: medium;
60
- }
61
-
62
- input::placeholder {
63
- color: medium;
64
- font-size: 14px;
65
- }
66
-
67
- @media tablet {
68
- .search,
69
- input {
70
- font-size: 12px;
71
- }
72
-
73
- .search::placeholder {
74
- font-size: 12px;
75
- }
76
- }
77
-
78
- @media mobile {
79
- .search {
80
- font-size: 12px;
81
- }
82
-
83
- .search::placeholder {
84
- font-size: 12px;
85
- }
86
- }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/molecule/search/test/change.js"],"names":["adapter","Adapter","t","plan","onChange","value","is","wrapper","find","simulate","target"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA;AACA,uBAAU;AAACA,EAAAA,OAAO,EAAE,IAAIC,2BAAJ;AAAV,CAAV;AAEA,kBAAK,6EAAL,EAAoFC,CAAC,IAAI;AACvFA,EAAAA,CAAC,CAACC,IAAF,CAAO,CAAP;;AAEA,QAAMC,QAAQ,GAAGC,KAAK,IAAI;AACxBH,IAAAA,CAAC,CAACI,EAAF,CAAKD,KAAL,EAAY,mBAAZ;AACD,GAFD;;AAIA,QAAME,OAAO,GAAG,mCACd,6BAAC,SAAD;AAAQ,IAAA,WAAW,EAAC,eAApB;AAAoC,IAAA,KAAK,EAAC,kBAA1C;AAA6D,IAAA,QAAQ,EAAEH;AAAvE,IADc,CAAhB;AAIAG,EAAAA,OAAO,CAACC,IAAR,CAAa,OAAb,EAAsBC,QAAtB,CAA+B,OAA/B,EAAwC;AAACC,IAAAA,MAAM,EAAE;AAACL,MAAAA,KAAK,EAAE;AAAR;AAAT,GAAxC;AACD,CAZD","sourcesContent":["import browserEnv from 'browser-env';\nimport test from 'ava';\nimport React from 'react';\nimport {shallow, configure} from 'enzyme';\nimport Adapter from 'enzyme-adapter-react-16';\nimport Search from '..';\n\nbrowserEnv();\nconfigure({adapter: new Adapter()});\n\ntest('should call onChange with new value when user try to change the input value', t => {\n t.plan(1);\n\n const onChange = value => {\n t.is(value, 'my name is murphy');\n };\n\n const wrapper = shallow(\n <Search placeholder=\"say your name\" value=\"my name is murph\" onChange={onChange} />\n );\n\n wrapper.find('input').simulate('input', {target: {value: 'my name is murphy'}});\n});\n"],"file":"change.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/molecule/search/test/fixtures/default.js"],"names":["props","value","placeholder","onChange","console","log","onFocus","onBlur"],"mappings":";;;;eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,EAAE,EADF;AAELC,IAAAA,WAAW,EAAE,qBAFR;AAGLC,IAAAA,QAAQ,EAAEF,KAAK,IAAI;AACjBG,MAAAA,OAAO,CAACC,GAAR,CAAYJ,KAAZ;AACD,KALI;AAMLK,IAAAA,OAAO,EAAE,MAAMF,OAAO,CAACC,GAAR,CAAY,SAAZ,CANV;AAOLE,IAAAA,MAAM,EAAE,MAAMH,OAAO,CAACC,GAAR,CAAY,MAAZ;AAPT;AADM,C","sourcesContent":["export default {\n props: {\n value: '',\n placeholder: 'Search for a course',\n onChange: value => {\n console.log(value);\n },\n onFocus: () => console.log('onFocus'),\n onBlur: () => console.log('blur')\n }\n};\n"],"file":"default.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/molecule/search/test/fixtures/with-value.js"],"names":["props","value","placeholder","onChange","console","log","onEnter","onFocus"],"mappings":";;;;eAAe;AACbA,EAAAA,KAAK,EAAE;AACLC,IAAAA,KAAK,EAAE,sBADF;AAELC,IAAAA,WAAW,EAAE,qBAFR;AAGLC,IAAAA,QAAQ,EAAEF,KAAK,IAAI;AACjBG,MAAAA,OAAO,CAACC,GAAR,CAAYJ,KAAZ;AACD,KALI;AAMLK,IAAAA,OAAO,EAAE,MAAMF,OAAO,CAACC,GAAR,CAAY,eAAZ,CANV;AAOLE,IAAAA,OAAO,EAAE,MAAMH,OAAO,CAACC,GAAR,CAAY,SAAZ;AAPV;AADM,C","sourcesContent":["export default {\n props: {\n value: 'big data - le retour',\n placeholder: 'Search for a course',\n onChange: value => {\n console.log(value);\n },\n onEnter: () => console.log('pressed enter'),\n onFocus: () => console.log('onFocus')\n }\n};\n"],"file":"with-value.js"}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/molecule/search/test/fixtures.js"],"names":["t","pass","MoleculeSearch","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault","fixtureWithValue"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,yDAAL,EAAgEA,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAeC,SAAvB,EAAkC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,0DAAL,EAAiEG,wBAAjE,EAAuFN,SAAvF,EAAuGO,gBAAvG;AACA,kBAAK,4DAAL,EAAmED,wBAAnE,EAAyFN,SAAzF,EAAyGQ,kBAAzG","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport MoleculeSearch from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureWithValue from './fixtures/with-value';\n\ntest('Molecule › MoleculeSearch > should have valid propTypes', t => {\n t.pass();\n forEach(MoleculeSearch.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Molecule.MoleculeSearch.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Molecule › MoleculeSearch › Default › should be rendered', renderComponentMacro, MoleculeSearch, fixtureDefault);\ntest('Molecule › MoleculeSearch › WithValue › should be rendered', renderComponentMacro, MoleculeSearch, fixtureWithValue);\n"],"file":"fixtures.js"}