bright-components 9.33.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (465) hide show
  1. package/.babelrc +1 -1
  2. package/dist/animations/SlideUp/index.js +32 -20
  3. package/dist/components/A/index.js +18 -14
  4. package/dist/components/Alert/index.js +24 -57
  5. package/dist/components/Avatar/index.js +29 -34
  6. package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
  7. package/dist/components/Badge/index.js +14 -20
  8. package/dist/components/Breadcrumbs/index.js +33 -41
  9. package/dist/components/BrowserWarning/index.js +39 -37
  10. package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
  11. package/dist/components/BulletedList/index.js +19 -35
  12. package/dist/components/Button/BaseButton/index.js +46 -38
  13. package/dist/components/Button/BrandButton/index.js +20 -13
  14. package/dist/components/Button/Button/index.js +63 -66
  15. package/dist/components/Button/OutlineButton/index.js +41 -43
  16. package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
  17. package/dist/components/ButtonGroup/index.js +33 -16
  18. package/dist/components/Checkbox/index.js +89 -68
  19. package/dist/components/Chevron/Chevron/index.js +13 -18
  20. package/dist/components/Chevron/CircledChevron/index.js +30 -17
  21. package/dist/components/CopyToClipboard/index.js +49 -59
  22. package/dist/components/CountryPicker/index.js +17 -19
  23. package/dist/components/DateInput/index.js +68 -89
  24. package/dist/components/DayMonthInput/index.js +29 -47
  25. package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
  26. package/dist/components/DayPicker/index.js +176 -214
  27. package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
  28. package/dist/components/DayPickerPanel/Header/index.js +53 -96
  29. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
  30. package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
  31. package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
  32. package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
  33. package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
  34. package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
  35. package/dist/components/DayPickerPanel/index.js +173 -217
  36. package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
  37. package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
  38. package/dist/components/Donut/index.js +73 -31
  39. package/dist/components/DropZone/index.js +21 -54
  40. package/dist/components/Dropdown/DropdownItem/index.js +11 -14
  41. package/dist/components/Dropdown/index.js +71 -118
  42. package/dist/components/DurationInput/index.js +41 -56
  43. package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
  44. package/dist/components/EmployeeCard/index.js +24 -40
  45. package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
  46. package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
  47. package/dist/components/EmployeePicker/Group/index.js +70 -127
  48. package/dist/components/EmployeePicker/GroupList/index.js +20 -24
  49. package/dist/components/EmployeePicker/Item/index.js +76 -122
  50. package/dist/components/EmployeePicker/index.js +67 -77
  51. package/dist/components/EmployeePicker/utils/index.js +9 -21
  52. package/dist/components/ErrorMessage/index.js +16 -29
  53. package/dist/components/Expando/index.js +62 -96
  54. package/dist/components/Fieldset/index.js +24 -18
  55. package/dist/components/FileIcons/index.js +14 -12
  56. package/dist/components/FilterRadioGroup/index.js +59 -55
  57. package/dist/components/Form/index.js +195 -198
  58. package/dist/components/Form/utils/runFormValidation.js +11 -11
  59. package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
  60. package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
  61. package/dist/components/FormLayout/FormRow/index.js +9 -14
  62. package/dist/components/FormLayout/index.js +1 -14
  63. package/dist/components/Formik/FormikCheckbox/index.js +8 -8
  64. package/dist/components/Formik/FormikDayPicker/index.js +23 -17
  65. package/dist/components/Formik/FormikInput/index.js +10 -10
  66. package/dist/components/Formik/FormikOptions/index.js +13 -20
  67. package/dist/components/Formik/FormikRadio/index.js +10 -10
  68. package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
  69. package/dist/components/Formik/FormikResetButton/index.js +5 -3
  70. package/dist/components/Formik/FormikSelect/index.js +10 -10
  71. package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
  72. package/dist/components/Formik/FormikTextarea/index.js +10 -10
  73. package/dist/components/Formik/FormikTypeahead/index.js +26 -30
  74. package/dist/components/Formik/FormikValidation/index.js +12 -21
  75. package/dist/components/Formik/index.js +1 -14
  76. package/dist/components/HR/index.js +12 -14
  77. package/dist/components/Icons/AddIcon/index.js +6 -8
  78. package/dist/components/Icons/AddSquare/index.js +5 -7
  79. package/dist/components/Icons/Alarmclock/index.js +5 -7
  80. package/dist/components/Icons/Anchor/index.js +5 -7
  81. package/dist/components/Icons/Apps/index.js +5 -7
  82. package/dist/components/Icons/ArrowBigDown/index.js +5 -7
  83. package/dist/components/Icons/ArrowLoop/index.js +5 -7
  84. package/dist/components/Icons/Baby/index.js +5 -7
  85. package/dist/components/Icons/BackArrow/index.js +5 -7
  86. package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
  87. package/dist/components/Icons/Beta/index.js +5 -7
  88. package/dist/components/Icons/Blip/index.js +12 -14
  89. package/dist/components/Icons/Book/index.js +5 -7
  90. package/dist/components/Icons/Bookmark/index.js +5 -7
  91. package/dist/components/Icons/BoomMoodle/index.js +8 -10
  92. package/dist/components/Icons/BoxTruck/index.js +5 -7
  93. package/dist/components/Icons/BrighhrApp/index.js +5 -7
  94. package/dist/components/Icons/BrightAdvice/index.js +5 -7
  95. package/dist/components/Icons/Browser/index.js +5 -7
  96. package/dist/components/Icons/Bullhorn/index.js +5 -7
  97. package/dist/components/Icons/Cake/index.js +5 -7
  98. package/dist/components/Icons/Calculator/index.js +5 -7
  99. package/dist/components/Icons/Calendar/index.js +25 -27
  100. package/dist/components/Icons/CalendarAdd/index.js +11 -13
  101. package/dist/components/Icons/CalendarBlackout/index.js +5 -7
  102. package/dist/components/Icons/CalendarCross/index.js +9 -11
  103. package/dist/components/Icons/CalendarDates/index.js +5 -7
  104. package/dist/components/Icons/CalendarInfo/index.js +5 -7
  105. package/dist/components/Icons/CalendarOverlap/index.js +5 -7
  106. package/dist/components/Icons/Camera/index.js +5 -7
  107. package/dist/components/Icons/CameraAperture/index.js +5 -7
  108. package/dist/components/Icons/Cart/index.js +11 -13
  109. package/dist/components/Icons/Case/index.js +5 -7
  110. package/dist/components/Icons/Certificate/index.js +5 -7
  111. package/dist/components/Icons/Chair/index.js +5 -7
  112. package/dist/components/Icons/Chat/index.js +5 -7
  113. package/dist/components/Icons/CheckCircle/index.js +5 -7
  114. package/dist/components/Icons/Checklist/index.js +5 -7
  115. package/dist/components/Icons/Chevron/index.js +5 -7
  116. package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
  117. package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
  118. package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
  119. package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
  120. package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
  121. package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
  122. package/dist/components/Icons/ChevronDown/index.js +5 -7
  123. package/dist/components/Icons/ChevronLeft/index.js +5 -7
  124. package/dist/components/Icons/ChevronRight/index.js +5 -7
  125. package/dist/components/Icons/ChevronUp/index.js +5 -7
  126. package/dist/components/Icons/Clear/index.js +5 -7
  127. package/dist/components/Icons/Clipboard/index.js +40 -42
  128. package/dist/components/Icons/Clock/index.js +7 -9
  129. package/dist/components/Icons/Close/index.js +7 -3
  130. package/dist/components/Icons/ClothesHanger/index.js +5 -7
  131. package/dist/components/Icons/Clothing/index.js +5 -7
  132. package/dist/components/Icons/Cog/index.js +5 -7
  133. package/dist/components/Icons/Compass/index.js +5 -7
  134. package/dist/components/Icons/Compassion/index.js +7 -9
  135. package/dist/components/Icons/Compassionate/index.js +5 -7
  136. package/dist/components/Icons/Conflict/index.js +5 -7
  137. package/dist/components/Icons/ContactCard/index.js +5 -7
  138. package/dist/components/Icons/Contrast/index.js +5 -7
  139. package/dist/components/Icons/Copy/index.js +5 -7
  140. package/dist/components/Icons/Court/index.js +5 -7
  141. package/dist/components/Icons/Crib/index.js +5 -7
  142. package/dist/components/Icons/Crop/index.js +5 -7
  143. package/dist/components/Icons/Cross/index.js +5 -7
  144. package/dist/components/Icons/CrossCircle/index.js +5 -7
  145. package/dist/components/Icons/CrossThick/index.js +5 -7
  146. package/dist/components/Icons/Crown/index.js +5 -7
  147. package/dist/components/Icons/Dependants/index.js +5 -7
  148. package/dist/components/Icons/DesktopComputer/index.js +5 -7
  149. package/dist/components/Icons/Dial/index.js +5 -7
  150. package/dist/components/Icons/Diamond/index.js +5 -7
  151. package/dist/components/Icons/Diaper/index.js +5 -7
  152. package/dist/components/Icons/DisabilityMobility/index.js +5 -7
  153. package/dist/components/Icons/Door/index.js +5 -7
  154. package/dist/components/Icons/DownArrow/index.js +5 -7
  155. package/dist/components/Icons/Download/index.js +5 -7
  156. package/dist/components/Icons/Dropdown/index.js +17 -22
  157. package/dist/components/Icons/Edit/index.js +5 -7
  158. package/dist/components/Icons/Education/index.js +5 -7
  159. package/dist/components/Icons/Emergency/index.js +5 -7
  160. package/dist/components/Icons/Enter/index.js +5 -7
  161. package/dist/components/Icons/Error/index.js +5 -7
  162. package/dist/components/Icons/ErrorOctagon/index.js +5 -7
  163. package/dist/components/Icons/Exit/index.js +5 -7
  164. package/dist/components/Icons/Expand/index.js +5 -7
  165. package/dist/components/Icons/Eye/index.js +7 -3
  166. package/dist/components/Icons/Factory/index.js +20 -22
  167. package/dist/components/Icons/FactoryIcon/index.js +5 -7
  168. package/dist/components/Icons/Featus/index.js +5 -7
  169. package/dist/components/Icons/FeedbackLoop/index.js +5 -7
  170. package/dist/components/Icons/FileAudio/index.js +7 -9
  171. package/dist/components/Icons/FileCode/index.js +5 -7
  172. package/dist/components/Icons/FileDocument/index.js +11 -13
  173. package/dist/components/Icons/FileEmail/index.js +5 -7
  174. package/dist/components/Icons/FileMovie/index.js +5 -7
  175. package/dist/components/Icons/FilePath/index.js +5 -7
  176. package/dist/components/Icons/FilePdf/index.js +9 -11
  177. package/dist/components/Icons/FilePresentation/index.js +13 -15
  178. package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
  179. package/dist/components/Icons/FileText/index.js +11 -13
  180. package/dist/components/Icons/FileVector/index.js +5 -7
  181. package/dist/components/Icons/Filter/index.js +5 -7
  182. package/dist/components/Icons/Fingerprint/index.js +5 -7
  183. package/dist/components/Icons/Flag/index.js +5 -7
  184. package/dist/components/Icons/Flash/index.js +5 -7
  185. package/dist/components/Icons/FlashOff/index.js +5 -7
  186. package/dist/components/Icons/Flower/index.js +5 -7
  187. package/dist/components/Icons/Folder/index.js +6 -8
  188. package/dist/components/Icons/FolderSolid/index.js +5 -7
  189. package/dist/components/Icons/FolderZip/index.js +6 -8
  190. package/dist/components/Icons/FurloughNavigator/index.js +7 -9
  191. package/dist/components/Icons/Gallery/index.js +5 -7
  192. package/dist/components/Icons/GestureTouch/index.js +5 -7
  193. package/dist/components/Icons/Ghost/index.js +5 -7
  194. package/dist/components/Icons/Gift/index.js +5 -7
  195. package/dist/components/Icons/Globe/index.js +5 -7
  196. package/dist/components/Icons/Grid/index.js +5 -7
  197. package/dist/components/Icons/Headset/index.js +5 -7
  198. package/dist/components/Icons/Health/index.js +5 -7
  199. package/dist/components/Icons/Heart/index.js +5 -7
  200. package/dist/components/Icons/Help/index.js +5 -7
  201. package/dist/components/Icons/Home/index.js +5 -7
  202. package/dist/components/Icons/Hourglass/index.js +5 -7
  203. package/dist/components/Icons/IdCard/index.js +5 -7
  204. package/dist/components/Icons/Image/index.js +9 -11
  205. package/dist/components/Icons/Inbox/index.js +5 -7
  206. package/dist/components/Icons/InboxEmpty/index.js +5 -7
  207. package/dist/components/Icons/Information/index.js +5 -7
  208. package/dist/components/Icons/Injury/index.js +64 -66
  209. package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
  210. package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
  211. package/dist/components/Icons/Lazydave/index.js +71 -73
  212. package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
  213. package/dist/components/Icons/LeftArrow/index.js +5 -7
  214. package/dist/components/Icons/Legal/index.js +5 -7
  215. package/dist/components/Icons/Lightning/index.js +5 -7
  216. package/dist/components/Icons/LineChart/index.js +5 -7
  217. package/dist/components/Icons/Link/index.js +5 -7
  218. package/dist/components/Icons/List/index.js +21 -23
  219. package/dist/components/Icons/ListBullets/index.js +5 -7
  220. package/dist/components/Icons/LocationPin/index.js +5 -7
  221. package/dist/components/Icons/Loop/index.js +5 -7
  222. package/dist/components/Icons/Magicwand/index.js +5 -7
  223. package/dist/components/Icons/Mail/index.js +5 -7
  224. package/dist/components/Icons/MandatoryLeave/index.js +5 -7
  225. package/dist/components/Icons/Medal/index.js +5 -7
  226. package/dist/components/Icons/Medical/index.js +5 -7
  227. package/dist/components/Icons/MedicalBag/index.js +5 -7
  228. package/dist/components/Icons/Medication/index.js +5 -7
  229. package/dist/components/Icons/MenuHamburger/index.js +5 -7
  230. package/dist/components/Icons/Message/index.js +5 -7
  231. package/dist/components/Icons/Meteor/index.js +5 -7
  232. package/dist/components/Icons/MinusCircle/index.js +5 -7
  233. package/dist/components/Icons/MinusSquare/index.js +5 -7
  234. package/dist/components/Icons/MoneyStack/index.js +5 -7
  235. package/dist/components/Icons/MoveFile/index.js +5 -7
  236. package/dist/components/Icons/New/index.js +9 -11
  237. package/dist/components/Icons/New2/index.js +9 -11
  238. package/dist/components/Icons/NewWindow/index.js +5 -7
  239. package/dist/components/Icons/Night/index.js +5 -7
  240. package/dist/components/Icons/NotAllowed/index.js +5 -7
  241. package/dist/components/Icons/Note/index.js +7 -9
  242. package/dist/components/Icons/Notepad/index.js +5 -7
  243. package/dist/components/Icons/Notifications/index.js +5 -7
  244. package/dist/components/Icons/OrganisationConnection/index.js +5 -7
  245. package/dist/components/Icons/Overtime/index.js +5 -7
  246. package/dist/components/Icons/Pacman/index.js +5 -7
  247. package/dist/components/Icons/PadlockLocked/index.js +5 -7
  248. package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
  249. package/dist/components/Icons/PaperStack/index.js +5 -7
  250. package/dist/components/Icons/Paperclip/index.js +5 -7
  251. package/dist/components/Icons/PayrollNavigator/index.js +5 -7
  252. package/dist/components/Icons/Pencil/index.js +5 -7
  253. package/dist/components/Icons/Perspective/index.js +5 -7
  254. package/dist/components/Icons/Phone/index.js +5 -7
  255. package/dist/components/Icons/PhoneWork/index.js +5 -7
  256. package/dist/components/Icons/PieChart/index.js +5 -7
  257. package/dist/components/Icons/Pin/index.js +5 -7
  258. package/dist/components/Icons/Plaster/index.js +5 -7
  259. package/dist/components/Icons/Plus/index.js +5 -7
  260. package/dist/components/Icons/PlusCircle/index.js +5 -7
  261. package/dist/components/Icons/PoP/index.js +7 -9
  262. package/dist/components/Icons/Power/index.js +5 -7
  263. package/dist/components/Icons/Pram/index.js +5 -7
  264. package/dist/components/Icons/PrintIcon/index.js +14 -16
  265. package/dist/components/Icons/Printer/index.js +5 -7
  266. package/dist/components/Icons/Pulse/index.js +5 -7
  267. package/dist/components/Icons/Puzzle/index.js +5 -7
  268. package/dist/components/Icons/Question/index.js +5 -7
  269. package/dist/components/Icons/Radar/index.js +5 -7
  270. package/dist/components/Icons/Records/index.js +5 -7
  271. package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
  272. package/dist/components/Icons/Refresh/index.js +5 -7
  273. package/dist/components/Icons/Requests/index.js +5 -7
  274. package/dist/components/Icons/Ribbon/index.js +5 -7
  275. package/dist/components/Icons/RightArrow/index.js +5 -7
  276. package/dist/components/Icons/Road/index.js +9 -11
  277. package/dist/components/Icons/Rosette/index.js +5 -7
  278. package/dist/components/Icons/Rotas/index.js +5 -7
  279. package/dist/components/Icons/RotateImage/index.js +5 -7
  280. package/dist/components/Icons/Rush/index.js +5 -7
  281. package/dist/components/Icons/Search/index.js +5 -7
  282. package/dist/components/Icons/SelectArrow/index.js +5 -7
  283. package/dist/components/Icons/Send/index.js +5 -7
  284. package/dist/components/Icons/SettingsSliders/index.js +5 -7
  285. package/dist/components/Icons/Share/index.js +5 -7
  286. package/dist/components/Icons/Shield/index.js +5 -7
  287. package/dist/components/Icons/Shifts/index.js +5 -7
  288. package/dist/components/Icons/Shredder/index.js +5 -7
  289. package/dist/components/Icons/Signature/index.js +5 -7
  290. package/dist/components/Icons/Skull/index.js +5 -7
  291. package/dist/components/Icons/SocialFacebook/index.js +5 -7
  292. package/dist/components/Icons/SocialInstagram/index.js +5 -7
  293. package/dist/components/Icons/SocialLinkedin/index.js +5 -7
  294. package/dist/components/Icons/SocialTwitter/index.js +5 -7
  295. package/dist/components/Icons/SocialYoutube/index.js +5 -7
  296. package/dist/components/Icons/SortAscending/index.js +5 -7
  297. package/dist/components/Icons/SortDescending/index.js +5 -7
  298. package/dist/components/Icons/Stamp/index.js +5 -7
  299. package/dist/components/Icons/Star/index.js +5 -7
  300. package/dist/components/Icons/Steam/index.js +5 -7
  301. package/dist/components/Icons/Stethoscope/index.js +5 -7
  302. package/dist/components/Icons/Stop/index.js +5 -7
  303. package/dist/components/Icons/Suitcase/index.js +5 -7
  304. package/dist/components/Icons/Sun/index.js +5 -7
  305. package/dist/components/Icons/Switch/index.js +5 -7
  306. package/dist/components/Icons/TableGrid/index.js +5 -7
  307. package/dist/components/Icons/Tachograph/index.js +5 -7
  308. package/dist/components/Icons/Tag/index.js +5 -7
  309. package/dist/components/Icons/Target/index.js +5 -7
  310. package/dist/components/Icons/Tasklist/index.js +40 -42
  311. package/dist/components/Icons/ThumbsDown/index.js +5 -7
  312. package/dist/components/Icons/ThumbsUp/index.js +5 -7
  313. package/dist/components/Icons/Tick/index.js +5 -7
  314. package/dist/components/Icons/TickCircle/index.js +5 -7
  315. package/dist/components/Icons/TickThick/index.js +5 -7
  316. package/dist/components/Icons/ToilEarned/index.js +9 -11
  317. package/dist/components/Icons/ToilTaken/index.js +13 -15
  318. package/dist/components/Icons/Tooth/index.js +5 -7
  319. package/dist/components/Icons/TrainingEvents/index.js +5 -7
  320. package/dist/components/Icons/Trash/index.js +5 -7
  321. package/dist/components/Icons/Umbrella/index.js +5 -7
  322. package/dist/components/Icons/Unpaid/index.js +5 -7
  323. package/dist/components/Icons/UpArrow/index.js +5 -7
  324. package/dist/components/Icons/Upload/index.js +5 -7
  325. package/dist/components/Icons/User/index.js +5 -7
  326. package/dist/components/Icons/UserAdd/index.js +5 -7
  327. package/dist/components/Icons/UserId/index.js +5 -7
  328. package/dist/components/Icons/UserRemove/index.js +5 -7
  329. package/dist/components/Icons/Users/index.js +5 -7
  330. package/dist/components/Icons/Virus/index.js +5 -7
  331. package/dist/components/Icons/Visibility/index.js +14 -16
  332. package/dist/components/Icons/Wallet/index.js +5 -7
  333. package/dist/components/Icons/Watch/index.js +5 -7
  334. package/dist/components/Icons/Week/index.js +10 -12
  335. package/dist/components/Icons/Xing/index.js +5 -7
  336. package/dist/components/Icons/index.js +35 -46
  337. package/dist/components/InlineLoader/index.js +46 -61
  338. package/dist/components/Input/index.js +49 -34
  339. package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
  340. package/dist/components/InputBox/AdornedBox/index.js +60 -53
  341. package/dist/components/InputBox/InputError/index.js +5 -15
  342. package/dist/components/InputBox/InputFactory/index.js +17 -15
  343. package/dist/components/InputBox/UnadornedBox/index.js +34 -25
  344. package/dist/components/InputBox/index.js +4 -6
  345. package/dist/components/InputWithIcon/index.js +30 -30
  346. package/dist/components/InputWithUnit/index.js +63 -73
  347. package/dist/components/Label/index.js +9 -14
  348. package/dist/components/Legend/index.js +5 -14
  349. package/dist/components/LinkButton/index.js +29 -20
  350. package/dist/components/Lists/DL/DD/index.js +3 -14
  351. package/dist/components/Lists/DL/DT/index.js +4 -14
  352. package/dist/components/Lists/DL/index.js +3 -14
  353. package/dist/components/Lists/LI/index.js +3 -14
  354. package/dist/components/Lists/OL/index.js +3 -14
  355. package/dist/components/Lists/UL/index.js +3 -14
  356. package/dist/components/LoadingContainer/index.js +24 -25
  357. package/dist/components/Modal/ModalBody/index.js +3 -16
  358. package/dist/components/Modal/ModalHeader/index.js +23 -31
  359. package/dist/components/Modal/index.js +71 -96
  360. package/dist/components/NumberInput/componentMap/index.js +4 -2
  361. package/dist/components/NumberInput/decimalFilter/index.js +1 -1
  362. package/dist/components/NumberInput/index.js +51 -55
  363. package/dist/components/NumberInput/inputMode/index.js +1 -1
  364. package/dist/components/NumberInput/integerFilter/index.js +1 -1
  365. package/dist/components/Options/index.js +59 -66
  366. package/dist/components/PageLoader/index.js +75 -91
  367. package/dist/components/Pill/index.js +22 -35
  368. package/dist/components/ProgressBar/index.js +39 -58
  369. package/dist/components/ProgressSteps/index.js +100 -49
  370. package/dist/components/ProvincePicker/index.js +21 -23
  371. package/dist/components/Radio/index.js +54 -59
  372. package/dist/components/RadioBlock/index.js +59 -80
  373. package/dist/components/ResponsiveTabs/index.js +93 -110
  374. package/dist/components/SearchInput/index.js +64 -52
  375. package/dist/components/Select/Optgroup/index.js +7 -3
  376. package/dist/components/Select/Option/index.js +8 -4
  377. package/dist/components/Select/index.js +42 -28
  378. package/dist/components/SelectedFile/index.js +62 -85
  379. package/dist/components/Snackbar/index.js +108 -157
  380. package/dist/components/StatusBadge/index.js +15 -19
  381. package/dist/components/Styleguide/ConstantsList/index.js +40 -88
  382. package/dist/components/Switch/index.js +55 -82
  383. package/dist/components/Table/Cell/index.js +18 -21
  384. package/dist/components/Table/HeaderCell/index.js +4 -13
  385. package/dist/components/Table/Row/index.js +6 -13
  386. package/dist/components/Table/TableBody/index.js +7 -3
  387. package/dist/components/Table/TableFooter/index.js +7 -3
  388. package/dist/components/Table/TableHeader/index.js +7 -3
  389. package/dist/components/Table/index.js +3 -14
  390. package/dist/components/Tabs/Tab/index.js +23 -13
  391. package/dist/components/Tabs/TabList/index.js +8 -13
  392. package/dist/components/Tabs/TabPanel/index.js +6 -12
  393. package/dist/components/Tabs/index.js +4 -13
  394. package/dist/components/Textarea/index.js +50 -27
  395. package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
  396. package/dist/components/Time/DurationPicker/index.js +46 -62
  397. package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
  398. package/dist/components/Time/OverlayBase/index.js +77 -85
  399. package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
  400. package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
  401. package/dist/components/Time/TimePicker/index.js +76 -95
  402. package/dist/components/TimeInput/index.js +1 -1
  403. package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
  404. package/dist/components/TimePicker/DayPart/index.js +59 -105
  405. package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
  406. package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
  407. package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
  408. package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
  409. package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
  410. package/dist/components/TimePicker/Elements/Title/index.js +8 -14
  411. package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
  412. package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
  413. package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
  414. package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
  415. package/dist/components/TimePicker/Time/index.js +76 -105
  416. package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
  417. package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
  418. package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
  419. package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
  420. package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
  421. package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
  422. package/dist/components/Tooltip/index.js +74 -80
  423. package/dist/components/Typeahead/MobileHeader/index.js +29 -24
  424. package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
  425. package/dist/components/Typeahead/Option/index.js +60 -103
  426. package/dist/components/Typeahead/Options/index.js +15 -18
  427. package/dist/components/Typeahead/index.js +191 -185
  428. package/dist/components/Typeahead/mocks/employees.js +1 -1
  429. package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
  430. package/dist/components/Typography/H1/index.js +7 -14
  431. package/dist/components/Typography/H2/index.js +7 -14
  432. package/dist/components/Typography/H3/index.js +7 -14
  433. package/dist/components/Typography/H4/index.js +7 -14
  434. package/dist/components/Typography/H5/index.js +7 -14
  435. package/dist/components/Typography/H6/index.js +7 -14
  436. package/dist/components/Typography/P/index.js +4 -16
  437. package/dist/components/Typography/Small/index.js +3 -16
  438. package/dist/components/Validation/index.js +18 -20
  439. package/dist/components/WithDayPicker/index.js +37 -62
  440. package/dist/components/WithValidation/index.js +44 -61
  441. package/dist/components/XingLoader/index.js +56 -112
  442. package/dist/components/withConfirmation/index.js +69 -68
  443. package/dist/components/withModal/index.js +14 -28
  444. package/dist/constants/breakpoints/index.js +1 -1
  445. package/dist/constants/colors/index.js +47 -47
  446. package/dist/constants/documents/index.js +3 -3
  447. package/dist/constants/spacing/index.js +1 -1
  448. package/dist/constants/vars/index.js +8 -8
  449. package/dist/constants/z-index/index.js +1 -1
  450. package/dist/hooks/useClickOutside/index.js +5 -5
  451. package/dist/setupTests.js +8 -8
  452. package/dist/test-utils/renderCheck/index.js +15 -17
  453. package/dist/test-utils/waitForAsync/index.js +1 -5
  454. package/dist/utils/numbers/getBoundedValue/index.js +1 -1
  455. package/dist/utils/pad/index.js +2 -2
  456. package/dist/utils/range/index.js +3 -5
  457. package/dist/utils/roundTo/index.js +5 -5
  458. package/dist/utils/setBreakPoint/index.js +1 -3
  459. package/dist/utils/stripUnit/index.js +2 -2
  460. package/dist/utils/time/Duration/index.js +33 -41
  461. package/dist/utils/time/durationToMilliseconds/index.js +11 -21
  462. package/dist/utils/time/durationToTimeString/index.js +3 -5
  463. package/dist/utils/time/millisecondsToDuration/index.js +6 -6
  464. package/dist/utils/trackForm/index.js +34 -37
  465. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  exports.__esModule = true;
4
- exports.Unwrapped = exports.default = void 0;
4
+ exports.default = exports.Unwrapped = void 0;
5
5
 
6
6
  var _react = _interopRequireDefault(require("react"));
7
7
 
@@ -41,99 +41,116 @@ var _MobileHeader = _interopRequireDefault(require("./MobileHeader"));
41
41
 
42
42
  var _getSelected = _interopRequireDefault(require("./utils/getSelected"));
43
43
 
44
- function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
44
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
45
45
 
46
- function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; if (obj != null) { var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
46
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
47
47
 
48
48
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
49
49
 
50
50
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
51
51
 
52
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
53
-
54
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
55
-
56
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
57
-
58
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
59
-
60
- function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
61
-
62
- function _templateObject3() {
63
- var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n\tposition: relative;\n\t", ";\n\t", ";\n\n\t", " {\n\t\tpadding-right: ", " !important;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t}\n\n\t", " {\n\t\tflex: 1;\n\n\t\t@media screen and (min-width: ", ") {\n\t\t\tposition: absolute;\n\t\t\ttop: 3.25rem;\n\t\t\tz-index: ", ";\n\t\t}\n\t}\n"]);
64
-
65
- _templateObject3 = function _templateObject3() {
66
- return data;
67
- };
68
-
69
- return data;
70
- }
71
-
72
- function _templateObject2() {
73
- var data = _taggedTemplateLiteralLoose(["\n\tposition: relative;\n\tdisplay: inline-block;\n\t", ";\n\n\t", ",\n\t", " {\n\t\tposition: absolute;\n\t\ttop: 18px;\n\t\tright: 10px;\n\t}\n\n\tsvg {\n\t\tposition: absolute;\n\t\ttop: 21px;\n\t\tright: 12px;\n\t}\n\n\t", " {\n\t\tpointer-events: none;\n\t}\n"]);
74
-
75
- _templateObject2 = function _templateObject2() {
76
- return data;
77
- };
78
-
79
- return data;
80
- }
52
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
81
53
 
82
- function _templateObject() {
83
- var data = _taggedTemplateLiteralLoose(["\n\t@media screen and (max-width: ", ") {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tposition: fixed;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tright: 0;\n\t\tbottom: 0;\n\t\tbackground: #fff;\n\t\tz-index: ", ";\n\n\t\t", " {\n\t\t\tdisplay: block;\n\t\t\twidth: 100% !important;\n\t\t\tborder-left: 0 !important;\n\t\t\tborder-right: 0 !important;\n\t\t\tborder-top: 0 !important;\n\t\t\tborder-radius: 0 !important;\n\t\t\tbox-shadow: none !important;\n\t\t\tmargin: 0 !important;\n\t\t}\n\n\t\t", ",\n\t\t.typeahead-add {\n\t\t\ttop: 8px;\n\t\t}\n\t}\n"]);
84
-
85
- _templateObject = function _templateObject() {
86
- return data;
87
- };
88
-
89
- return data;
90
- }
91
-
92
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
54
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
93
55
 
94
- var Button = _Badge.default.withComponent('button');
56
+ const Button = _Badge.default.withComponent('button');
95
57
 
96
58
  Button.displayName = 'Add';
97
- var openCss = (0, _styledComponents.css)(_templateObject(), _breakpoints.default.mobileMax, _zIndex.default.MODAL, _Input.default, _Badge.default);
98
-
99
- var InputWrapper = _styledComponents.default.div(_templateObject2(), function (props) {
100
- return props.fullWidth && 'width: 100%';
101
- }, _Badge.default, Button, _Badge.default);
102
-
59
+ const openCss = (0, _styledComponents.css)`
60
+ @media screen and (max-width: ${_breakpoints.default.mobileMax}) {
61
+ display: flex;
62
+ flex-direction: column;
63
+ position: fixed;
64
+ top: 0;
65
+ left: 0;
66
+ right: 0;
67
+ bottom: 0;
68
+ background: #fff;
69
+ z-index: ${_zIndex.default.MODAL};
70
+
71
+ ${_Input.default} {
72
+ display: block;
73
+ width: 100% !important;
74
+ border-left: 0 !important;
75
+ border-right: 0 !important;
76
+ border-top: 0 !important;
77
+ border-radius: 0 !important;
78
+ box-shadow: none !important;
79
+ margin: 0 !important;
80
+ }
81
+
82
+ ${_Badge.default},
83
+ .typeahead-add {
84
+ top: 8px;
85
+ }
86
+ }
87
+ `;
88
+ const InputWrapper = _styledComponents.default.div`
89
+ position: relative;
90
+ display: inline-block;
91
+ ${props => props.fullWidth && 'width: 100%'};
92
+
93
+ ${_Badge.default},
94
+ ${Button} {
95
+ position: absolute;
96
+ top: 18px;
97
+ right: 10px;
98
+ }
99
+
100
+ svg {
101
+ position: absolute;
102
+ top: 21px;
103
+ right: 12px;
104
+ }
105
+
106
+ ${_Badge.default} {
107
+ pointer-events: none;
108
+ }
109
+ `;
103
110
  InputWrapper.displayName = 'InputWrapper';
104
-
105
- var Container = _styledComponents.default.div(_templateObject3(), function (props) {
106
- return props.fullWidth && 'width: 100%';
107
- }, function (props) {
108
- return props.open && openCss;
109
- }, _Input.default, _spacing.default.s7, _Options.default, _breakpoints.default.tablet, _zIndex.default.MODAL);
110
-
111
+ const Container = _styledComponents.default.div`
112
+ display: inline-block;
113
+ position: relative;
114
+ ${props => props.fullWidth && 'width: 100%'};
115
+ ${props => props.open && openCss};
116
+
117
+ ${_Input.default} {
118
+ padding-right: ${_spacing.default.s7} !important;
119
+ overflow: hidden;
120
+ text-overflow: ellipsis;
121
+ }
122
+
123
+ ${_Options.default} {
124
+ flex: 1;
125
+
126
+ @media screen and (min-width: ${_breakpoints.default.tablet}) {
127
+ position: absolute;
128
+ top: 3.25rem;
129
+ z-index: ${_zIndex.default.MODAL};
130
+ }
131
+ }
132
+ `;
111
133
  Container.displayName = 'Container';
112
134
 
113
- var Typeahead =
114
- /*#__PURE__*/
115
- function (_React$Component) {
116
- _inheritsLoose(Typeahead, _React$Component);
117
-
118
- function Typeahead(props) {
119
- var _this;
120
-
121
- _this = _React$Component.call(this, props) || this;
122
- _this.state = {
135
+ class Typeahead extends _react.default.Component {
136
+ constructor(props) {
137
+ super(props);
138
+ this.state = {
123
139
  text: '',
124
140
  open: false,
125
141
  highlightIndex: 0
126
142
  };
127
- _this.input = _react.default.createRef();
128
- _this.itemRefs = {};
129
- (0, _reactAutobind.default)(_assertThisInitialized(_this));
130
- return _this;
143
+ this.input = _react.default.createRef();
144
+ this.itemRefs = {};
145
+ (0, _reactAutobind.default)(this);
131
146
  }
132
147
 
133
- var _proto = Typeahead.prototype;
134
-
135
- _proto.onChange = function onChange(_ref) {
136
- var value = _ref.target.value;
148
+ onChange(_ref) {
149
+ let {
150
+ target: {
151
+ value
152
+ }
153
+ } = _ref;
137
154
  this.setState({
138
155
  text: value,
139
156
  highlightIndex: 0
@@ -145,14 +162,14 @@ function (_React$Component) {
145
162
  scrollMode: 'if-needed'
146
163
  });
147
164
  }
148
- };
149
-
150
- _proto.onKeyPress = function onKeyPress(e) {
151
- var _this2 = this;
165
+ }
152
166
 
153
- var highlightIndex = this.state.highlightIndex;
154
- var nextIndex = highlightIndex;
155
- var isActionKey = ['ArrowDown', 'ArrowUp', 'Enter', 'Escape', 'Tab'].includes(e.key);
167
+ onKeyPress(e) {
168
+ const {
169
+ highlightIndex
170
+ } = this.state;
171
+ let nextIndex = highlightIndex;
172
+ const isActionKey = ['ArrowDown', 'ArrowUp', 'Enter', 'Escape', 'Tab'].includes(e.key);
156
173
 
157
174
  if (!isActionKey) {
158
175
  return;
@@ -180,16 +197,37 @@ function (_React$Component) {
180
197
  if (nextIndex !== highlightIndex) {
181
198
  this.setState({
182
199
  highlightIndex: nextIndex
183
- }, function () {
184
- (0, _scrollIntoViewIfNeeded.default)(_this2.itemRefs["item-" + nextIndex].current, {
200
+ }, () => {
201
+ (0, _scrollIntoViewIfNeeded.default)(this.itemRefs[`item-${nextIndex}`].current, {
185
202
  behavior: 'smooth',
186
203
  scrollMode: 'if-needed'
187
204
  });
188
205
  });
189
206
  }
190
- };
207
+ }
208
+
209
+ get options() {
210
+ return this.props.options.filter(o => (0, _fuzzysearch.default)(this.state.text.toLowerCase(), o.label.toLowerCase()));
211
+ }
212
+
213
+ get value() {
214
+ const {
215
+ selectedItems,
216
+ options
217
+ } = this.props;
218
+ const {
219
+ open,
220
+ text
221
+ } = this.state;
222
+
223
+ if (open) {
224
+ return text;
225
+ }
191
226
 
192
- _proto.setVisible = function setVisible(visible) {
227
+ return selectedItems.filter(v => !!v).map(s => (0, _lodash.default)(options.find(o => o.id === s), 'label', null)).filter(v => !!v).join(', ');
228
+ }
229
+
230
+ setVisible(visible) {
193
231
  if (visible === false) {
194
232
  this.input.current.blur();
195
233
  }
@@ -198,78 +236,88 @@ function (_React$Component) {
198
236
  open: visible,
199
237
  text: ''
200
238
  });
201
- };
239
+ }
202
240
 
203
- _proto.addItem = function addItem() {
204
- var onAdd = this.props.onAdd;
205
- var text = this.state.text;
241
+ addItem() {
242
+ const {
243
+ onAdd
244
+ } = this.props;
245
+ const {
246
+ text
247
+ } = this.state;
206
248
  this.setState({
207
249
  text: ''
208
- }, function () {
209
- return onAdd(text);
210
- });
250
+ }, () => onAdd(text));
211
251
  this.closeIfNotMultiSelect();
212
- };
252
+ }
213
253
 
214
- _proto.closeIfNotMultiSelect = function closeIfNotMultiSelect() {
215
- var isMultiSelect = this.props.isMultiSelect;
254
+ closeIfNotMultiSelect() {
255
+ const {
256
+ isMultiSelect
257
+ } = this.props;
216
258
 
217
259
  if (!isMultiSelect) {
218
260
  this.setVisible(false);
219
261
  }
220
- };
262
+ }
221
263
 
222
- _proto.select = function select(id) {
223
- var _this$props = this.props,
224
- setSelected = _this$props.setSelected,
225
- isMultiSelect = _this$props.isMultiSelect,
226
- selectedItems = _this$props.selectedItems;
264
+ select(id) {
265
+ const {
266
+ setSelected,
267
+ isMultiSelect,
268
+ selectedItems
269
+ } = this.props;
227
270
  setSelected((0, _getSelected.default)(selectedItems, isMultiSelect, id));
228
271
  this.closeIfNotMultiSelect();
229
272
 
230
273
  if (!isMultiSelect) {
231
274
  this.setVisible(false);
232
275
  }
233
- };
276
+ }
234
277
 
235
- _proto.handleClickOutside = function handleClickOutside() {
236
- var open = this.state.open;
278
+ handleClickOutside() {
279
+ const {
280
+ open
281
+ } = this.state;
237
282
  if (!open) return;
238
283
  this.setVisible(false);
239
- };
284
+ }
240
285
 
241
- _proto.highlight = function highlight(index) {
286
+ highlight(index) {
242
287
  this.setState({
243
288
  highlightIndex: index
244
289
  });
245
- };
246
-
247
- _proto.render = function render() {
248
- var _this3 = this;
249
-
250
- var _this$props2 = this.props,
251
- selectedItems = _this$props2.selectedItems,
252
- isMultiSelect = _this$props2.isMultiSelect,
253
- label = _this$props2.label,
254
- inputProps = _this$props2.inputProps,
255
- onAdd = _this$props2.onAdd,
256
- fullWidth = _this$props2.fullWidth,
257
- hasError = _this$props2.hasError,
258
- maxLength = _this$props2.maxLength,
259
- onMouseDown = _this$props2.onMouseDown,
260
- x = _this$props2.options,
261
- y = _this$props2.setSelected,
262
- disabled = _this$props2.disabled,
263
- density = _this$props2.density,
264
- placeholder = _this$props2.placeholder,
265
- rest = _objectWithoutPropertiesLoose(_this$props2, ["selectedItems", "isMultiSelect", "label", "inputProps", "onAdd", "fullWidth", "hasError", "maxLength", "onMouseDown", "options", "setSelected", "disabled", "density", "placeholder"]);
266
-
267
- var _this$state = this.state,
268
- open = _this$state.open,
269
- highlightIndex = _this$state.highlightIndex,
270
- text = _this$state.text;
271
- var options = this.options;
272
- var isButtonDisabled = maxLength !== null && text.length > maxLength;
290
+ }
291
+
292
+ render() {
293
+ const _this$props = this.props,
294
+ {
295
+ selectedItems,
296
+ isMultiSelect,
297
+ label,
298
+ inputProps,
299
+ onAdd,
300
+ fullWidth,
301
+ hasError,
302
+ maxLength,
303
+ onMouseDown,
304
+ options: x,
305
+ setSelected: y,
306
+ disabled,
307
+ density,
308
+ placeholder
309
+ } = _this$props,
310
+ rest = _objectWithoutProperties(_this$props, ["selectedItems", "isMultiSelect", "label", "inputProps", "onAdd", "fullWidth", "hasError", "maxLength", "onMouseDown", "options", "setSelected", "disabled", "density", "placeholder"]);
311
+
312
+ const {
313
+ open,
314
+ highlightIndex,
315
+ text
316
+ } = this.state;
317
+ const {
318
+ options
319
+ } = this;
320
+ const isButtonDisabled = maxLength !== null && text.length > maxLength;
273
321
  return _react.default.createElement(Container, _extends({
274
322
  open: open,
275
323
  onKeyDown: this.onKeyPress,
@@ -287,9 +335,7 @@ function (_React$Component) {
287
335
  }, inputProps, {
288
336
  onChange: this.onChange,
289
337
  value: this.value,
290
- onFocus: function onFocus() {
291
- return _this3.setVisible(true);
292
- },
338
+ onFocus: () => this.setVisible(true),
293
339
  ref: this.input,
294
340
  disabled: disabled
295
341
  })), isMultiSelect && selectedItems.length > 0 ? _react.default.createElement(_Badge.default, {
@@ -306,20 +352,16 @@ function (_React$Component) {
306
352
  open: open,
307
353
  role: "list",
308
354
  density: density
309
- }, options.map(function (o, i) {
310
- _this3.itemRefs["item-" + i] = _react.default.createRef();
355
+ }, options.map((o, i) => {
356
+ this.itemRefs[`item-${i}`] = _react.default.createRef();
311
357
  return _react.default.createElement(_Option.default, _extends({}, o, {
312
358
  key: o.id,
313
359
  isMultiSelect: isMultiSelect,
314
- onClick: function onClick() {
315
- return o.disabled ? null : _this3.select(o.id);
316
- },
360
+ onClick: () => o.disabled ? null : this.select(o.id),
317
361
  selectedItems: selectedItems,
318
362
  highlight: highlightIndex === i,
319
- ref: _this3.itemRefs["item-" + i],
320
- onMouseEnter: function onMouseEnter() {
321
- return _this3.highlight(i);
322
- },
363
+ ref: this.itemRefs[`item-${i}`],
364
+ onMouseEnter: () => this.highlight(i),
323
365
  onMouseDown: onMouseDown,
324
366
  role: "listitem",
325
367
  density: density
@@ -330,45 +372,9 @@ function (_React$Component) {
330
372
  selectedItems: [],
331
373
  role: "listitem"
332
374
  })));
333
- };
334
-
335
- _createClass(Typeahead, [{
336
- key: "options",
337
- get: function get() {
338
- var _this4 = this;
339
-
340
- return this.props.options.filter(function (o) {
341
- return (0, _fuzzysearch.default)(_this4.state.text.toLowerCase(), o.label.toLowerCase());
342
- });
343
- }
344
- }, {
345
- key: "value",
346
- get: function get() {
347
- var _this$props3 = this.props,
348
- selectedItems = _this$props3.selectedItems,
349
- options = _this$props3.options;
350
- var _this$state2 = this.state,
351
- open = _this$state2.open,
352
- text = _this$state2.text;
353
-
354
- if (open) {
355
- return text;
356
- }
357
-
358
- return selectedItems.filter(function (v) {
359
- return !!v;
360
- }).map(function (s) {
361
- return (0, _lodash.default)(options.find(function (o) {
362
- return o.id === s;
363
- }), 'label', null);
364
- }).filter(function (v) {
365
- return !!v;
366
- }).join(', ');
367
- }
368
- }]);
375
+ }
369
376
 
370
- return Typeahead;
371
- }(_react.default.Component);
377
+ }
372
378
 
373
379
  exports.Unwrapped = Typeahead;
374
380
  Typeahead.propTypes = {
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.default = void 0;
5
- var employees = [{
5
+ const employees = [{
6
6
  id: '5c4af01fee495617bcc41a5e',
7
7
  label: 'Roxie Cardenas',
8
8
  secondaryLabel: "Look ma i've got a job"
@@ -5,13 +5,11 @@ exports.default = void 0;
5
5
 
6
6
  function getSelected(selectedItems, isMultiSelect, id) {
7
7
  if (selectedItems.includes(id)) {
8
- return selectedItems.filter(function (s) {
9
- return s !== id;
10
- });
8
+ return selectedItems.filter(s => s !== id);
11
9
  }
12
10
 
13
11
  if (isMultiSelect) {
14
- return [id].concat(selectedItems);
12
+ return [id, ...selectedItems];
15
13
  }
16
14
 
17
15
  return [id];
@@ -7,20 +7,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
7
7
 
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
 
10
- function _templateObject() {
11
- var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0;\n\tpadding: 0;\n\tfont-size: 32px;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n"]);
12
-
13
- _templateObject = function _templateObject() {
14
- return data;
15
- };
16
-
17
- return data;
18
- }
19
-
20
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
21
-
22
- var H1 = _styledComponents.default.h1(_templateObject());
23
-
10
+ const H1 = _styledComponents.default.h1`
11
+ margin: 0;
12
+ padding: 0;
13
+ font-size: 32px;
14
+ font-family: 'galano-bold', 'galano', sans-serif;
15
+ font-weight: bold;
16
+ `;
24
17
  H1.displayName = 'H1';
25
18
  /* @component */
26
19
 
@@ -7,20 +7,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
7
7
 
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
 
10
- function _templateObject() {
11
- var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0;\n\tpadding: 0;\n\tfont-size: 24px;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n"]);
12
-
13
- _templateObject = function _templateObject() {
14
- return data;
15
- };
16
-
17
- return data;
18
- }
19
-
20
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
21
-
22
- var H2 = _styledComponents.default.h2(_templateObject());
23
-
10
+ const H2 = _styledComponents.default.h2`
11
+ margin: 0;
12
+ padding: 0;
13
+ font-size: 24px;
14
+ font-family: 'galano-bold', 'galano', sans-serif;
15
+ font-weight: bold;
16
+ `;
24
17
  H2.displayName = 'H2';
25
18
  /* @component */
26
19
 
@@ -7,20 +7,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
7
7
 
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
 
10
- function _templateObject() {
11
- var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0;\n\tpadding: 0;\n\tfont-size: 20px;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n"]);
12
-
13
- _templateObject = function _templateObject() {
14
- return data;
15
- };
16
-
17
- return data;
18
- }
19
-
20
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
21
-
22
- var H3 = _styledComponents.default.h3(_templateObject());
23
-
10
+ const H3 = _styledComponents.default.h3`
11
+ margin: 0;
12
+ padding: 0;
13
+ font-size: 20px;
14
+ font-family: 'galano-bold', 'galano', sans-serif;
15
+ font-weight: bold;
16
+ `;
24
17
  H3.displayName = 'H3';
25
18
  /* @component */
26
19
 
@@ -7,20 +7,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
7
7
 
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
 
10
- function _templateObject() {
11
- var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0;\n\tpadding: 0;\n\tfont-size: 16px;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n"]);
12
-
13
- _templateObject = function _templateObject() {
14
- return data;
15
- };
16
-
17
- return data;
18
- }
19
-
20
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
21
-
22
- var H4 = _styledComponents.default.h4(_templateObject());
23
-
10
+ const H4 = _styledComponents.default.h4`
11
+ margin: 0;
12
+ padding: 0;
13
+ font-size: 16px;
14
+ font-family: 'galano-bold', 'galano', sans-serif;
15
+ font-weight: bold;
16
+ `;
24
17
  H4.displayName = 'H4';
25
18
  /* @component */
26
19
 
@@ -7,20 +7,13 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
7
7
 
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
 
10
- function _templateObject() {
11
- var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0;\n\tpadding: 0;\n\tfont-size: 16px;\n\tfont-family: 'galano-bold', 'galano', sans-serif;\n\tfont-weight: bold;\n"]);
12
-
13
- _templateObject = function _templateObject() {
14
- return data;
15
- };
16
-
17
- return data;
18
- }
19
-
20
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
21
-
22
- var H5 = _styledComponents.default.h5(_templateObject());
23
-
10
+ const H5 = _styledComponents.default.h5`
11
+ margin: 0;
12
+ padding: 0;
13
+ font-size: 16px;
14
+ font-family: 'galano-bold', 'galano', sans-serif;
15
+ font-weight: bold;
16
+ `;
24
17
  H5.displayName = 'H5';
25
18
  /* @component */
26
19