@jobber/components 4.85.4-CJS-to-ESM.1 → 4.85.4-CJS-to-ESM.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/dist/AnimatedPresence-20a02aaa.js +104 -0
  2. package/dist/AnimatedPresence-bbccdaf7.js +98 -0
  3. package/dist/AnimatedPresence.cjs +12 -0
  4. package/dist/AnimatedPresence.js +4 -0
  5. package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
  6. package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
  7. package/dist/AnimatedSwitcher.cjs +13 -0
  8. package/dist/AnimatedSwitcher.js +5 -0
  9. package/dist/Autocomplete-b35c7ff5.js +196 -0
  10. package/dist/Autocomplete-dc7a4b9e.js +188 -0
  11. package/dist/Autocomplete.cjs +33 -0
  12. package/dist/Autocomplete.js +25 -0
  13. package/dist/Avatar-229083ec.js +70 -0
  14. package/dist/Avatar-cccf72b9.js +78 -0
  15. package/dist/Avatar.cjs +15 -0
  16. package/dist/Avatar.js +7 -0
  17. package/dist/Banner-18d94700.js +105 -0
  18. package/dist/Banner-5475a9ea.js +98 -0
  19. package/dist/Banner.cjs +20 -0
  20. package/dist/Banner.js +12 -0
  21. package/dist/Body-22878526.js +64 -0
  22. package/dist/Body-4fbe21ac.js +50 -0
  23. package/dist/Button-30154871.js +50 -0
  24. package/dist/Button-ec64869e.js +57 -0
  25. package/dist/Button.cjs +16 -0
  26. package/dist/Button.js +8 -0
  27. package/dist/ButtonDismiss-a11eef74.js +8 -0
  28. package/dist/ButtonDismiss-d7417429.js +14 -0
  29. package/dist/ButtonDismiss.cjs +17 -0
  30. package/dist/ButtonDismiss.js +9 -0
  31. package/dist/Card-27375ded.js +93 -0
  32. package/dist/Card-35bd61ce.js +86 -0
  33. package/dist/Card.cjs +24 -0
  34. package/dist/Card.js +16 -0
  35. package/dist/Checkbox-a91b14f7.js +56 -0
  36. package/dist/Checkbox-b6e46d80.js +63 -0
  37. package/dist/Checkbox.cjs +18 -0
  38. package/dist/Checkbox.js +10 -0
  39. package/dist/Chip-01343f8b.js +81 -0
  40. package/dist/Chip-24613c57.js +89 -0
  41. package/dist/Chip.cjs +27 -0
  42. package/dist/Chip.js +17 -0
  43. package/dist/ChipDismissible-1f2754bd.js +19 -0
  44. package/dist/ChipDismissible-a8ecc894.js +26 -0
  45. package/dist/Chips-7c44a2f9.js +494 -0
  46. package/dist/Chips-a8f4c9f2.js +505 -0
  47. package/dist/Chips.cjs +46 -0
  48. package/dist/Chips.js +37 -0
  49. package/dist/Combobox-44f0ec2a.js +468 -0
  50. package/dist/Combobox-d8d28b1e.js +479 -0
  51. package/dist/Combobox.cjs +40 -0
  52. package/dist/Combobox.js +31 -0
  53. package/dist/ConfirmationModal-09ec5d02.js +100 -0
  54. package/dist/ConfirmationModal-64f82a31.js +94 -0
  55. package/dist/ConfirmationModal.cjs +31 -0
  56. package/dist/ConfirmationModal.js +23 -0
  57. package/dist/Content-60a3452a.js +24 -0
  58. package/dist/Content-c96e9299.js +18 -0
  59. package/dist/Content.cjs +12 -0
  60. package/dist/Content.js +4 -0
  61. package/dist/Countdown-961d8a6e.js +70 -0
  62. package/dist/Countdown-ac081ced.js +63 -0
  63. package/dist/Countdown.cjs +12 -0
  64. package/dist/Countdown.js +4 -0
  65. package/dist/DataDump-6fae2727.js +15 -0
  66. package/dist/DataDump-f427abfe.js +21 -0
  67. package/dist/DataDump.cjs +27 -0
  68. package/dist/DataDump.js +19 -0
  69. package/dist/DataList-18f2d692.js +1310 -0
  70. package/dist/DataList-4b0f9e5d.js +1320 -0
  71. package/dist/DataList.cjs +52 -0
  72. package/dist/DataList.js +44 -0
  73. package/dist/DataTable-0f6649e0.js +245 -0
  74. package/dist/DataTable-aab7f6b9.js +252 -0
  75. package/dist/DataTable.cjs +65 -0
  76. package/dist/DataTable.js +36 -0
  77. package/dist/DatePicker-5d0c0353.js +125 -0
  78. package/dist/DatePicker-c091c0d2.js +134 -0
  79. package/dist/DatePicker.cjs +20 -0
  80. package/dist/DatePicker.js +12 -0
  81. package/dist/DescriptionList-2cb975a9.js +15 -0
  82. package/dist/DescriptionList-74db99a5.js +21 -0
  83. package/dist/DescriptionList.cjs +13 -0
  84. package/dist/DescriptionList.js +5 -0
  85. package/dist/Disclosure-00a9459b.js +36 -0
  86. package/dist/Disclosure-56309ff3.js +42 -0
  87. package/dist/Disclosure.cjs +16 -0
  88. package/dist/Disclosure.js +8 -0
  89. package/dist/Divider-1e6ac1ec.js +27 -0
  90. package/dist/Divider-589745c1.js +20 -0
  91. package/dist/Divider.cjs +12 -0
  92. package/dist/Divider.js +4 -0
  93. package/dist/Drawer.cjs +21 -0
  94. package/dist/Drawer.js +12 -0
  95. package/dist/DrawerGrid-0861e529.js +33 -0
  96. package/dist/DrawerGrid-b233d837.js +41 -0
  97. package/dist/Emphasis-2a640962.js +13 -0
  98. package/dist/Emphasis-84de1f3f.js +19 -0
  99. package/dist/Emphasis.cjs +13 -0
  100. package/dist/Emphasis.js +5 -0
  101. package/dist/FeatureSwitch-ddaebf27.js +62 -0
  102. package/dist/FeatureSwitch-e33e30a9.js +55 -0
  103. package/dist/FeatureSwitch.cjs +26 -0
  104. package/dist/FeatureSwitch.js +18 -0
  105. package/dist/Flex-041db5c8.js +31 -0
  106. package/dist/Flex-ddf28839.js +38 -0
  107. package/dist/Flex.cjs +12 -0
  108. package/dist/Flex.js +4 -0
  109. package/dist/Form-6a161b07.js +48 -0
  110. package/dist/Form-927647ef.js +54 -0
  111. package/dist/Form.cjs +12 -0
  112. package/dist/Form.js +4 -0
  113. package/dist/FormField-f1f405d2.js +246 -0
  114. package/dist/FormField-fc30bb1a.js +253 -0
  115. package/dist/FormField.cjs +24 -0
  116. package/dist/FormField.js +16 -0
  117. package/dist/FormatDate-70ea5b43.js +34 -0
  118. package/dist/FormatDate-720b39cf.js +27 -0
  119. package/dist/FormatDate.cjs +11 -0
  120. package/dist/FormatDate.js +2 -0
  121. package/dist/FormatEmail-04ee4085.js +14 -0
  122. package/dist/FormatEmail-298393bb.js +21 -0
  123. package/dist/FormatEmail.cjs +12 -0
  124. package/dist/FormatEmail.js +4 -0
  125. package/dist/FormatFile-648aea3e.js +154 -0
  126. package/dist/FormatFile-d57b8dfa.js +162 -0
  127. package/dist/FormatFile.cjs +36 -0
  128. package/dist/FormatFile.js +28 -0
  129. package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
  130. package/dist/FormatRelativeDateTime-6336002d.js +70 -0
  131. package/dist/FormatRelativeDateTime.cjs +10 -0
  132. package/dist/FormatRelativeDateTime.js +2 -0
  133. package/dist/FormatTime-20538519.js +34 -0
  134. package/dist/FormatTime-764fd3c8.js +28 -0
  135. package/dist/FormatTime.cjs +10 -0
  136. package/dist/FormatTime.js +2 -0
  137. package/dist/Gallery-7760f21f.js +66 -0
  138. package/dist/Gallery-8d4d79a2.js +73 -0
  139. package/dist/Gallery.cjs +39 -0
  140. package/dist/Gallery.js +31 -0
  141. package/dist/Glimmer-3fcdae65.js +77 -0
  142. package/dist/Glimmer-6bf75ae0.js +69 -0
  143. package/dist/Glimmer.cjs +15 -0
  144. package/dist/Glimmer.js +6 -0
  145. package/dist/Grid-c28e226d.js +66 -0
  146. package/dist/Grid-cce44c9d.js +74 -0
  147. package/dist/Grid.cjs +14 -0
  148. package/dist/Grid.js +5 -0
  149. package/dist/Heading-a8a24775.js +55 -0
  150. package/dist/Heading-dfd4f1cf.js +49 -0
  151. package/dist/Heading.cjs +14 -0
  152. package/dist/Heading.js +6 -0
  153. package/dist/Icon-22723fe6.js +34 -0
  154. package/dist/Icon-405a216c.js +40 -0
  155. package/dist/Icon.cjs +11 -0
  156. package/dist/Icon.js +3 -0
  157. package/dist/InlineLabel-20f9095e.js +21 -0
  158. package/dist/InlineLabel-5144fa06.js +28 -0
  159. package/dist/InlineLabel.cjs +13 -0
  160. package/dist/InlineLabel.js +5 -0
  161. package/dist/InputAvatar-3a10bdb1.js +50 -0
  162. package/dist/InputAvatar-95c98620.js +56 -0
  163. package/dist/InputAvatar.cjs +28 -0
  164. package/dist/InputAvatar.js +20 -0
  165. package/dist/InputDate-c258f5cb.js +32 -0
  166. package/dist/InputDate-c5f19423.js +39 -0
  167. package/dist/InputDate.cjs +29 -0
  168. package/dist/InputDate.js +21 -0
  169. package/dist/InputEmail-4efba03d.js +27 -0
  170. package/dist/InputEmail-812bdffe.js +20 -0
  171. package/dist/InputEmail.cjs +26 -0
  172. package/dist/InputEmail.js +17 -0
  173. package/dist/InputFile-921c050e.js +190 -0
  174. package/dist/InputFile-d089b486.js +181 -0
  175. package/dist/InputFile.cjs +25 -0
  176. package/dist/InputFile.js +16 -0
  177. package/dist/InputGroup-436859cf.js +26 -0
  178. package/dist/InputGroup-8d4fd4eb.js +33 -0
  179. package/dist/InputGroup.cjs +12 -0
  180. package/dist/InputGroup.js +4 -0
  181. package/dist/InputNumber-4bd38b8e.js +56 -0
  182. package/dist/InputNumber-df9cb825.js +62 -0
  183. package/dist/InputNumber.cjs +25 -0
  184. package/dist/InputNumber.js +17 -0
  185. package/dist/InputPassword-08d2dfa1.js +25 -0
  186. package/dist/InputPassword-6b937a91.js +19 -0
  187. package/dist/InputPassword.cjs +25 -0
  188. package/dist/InputPassword.js +17 -0
  189. package/dist/InputPhoneNumber-947bdb49.js +97 -0
  190. package/dist/InputPhoneNumber-cbb2ca7d.js +103 -0
  191. package/dist/InputPhoneNumber.cjs +25 -0
  192. package/dist/InputPhoneNumber.js +17 -0
  193. package/dist/InputText-125769fd.js +102 -0
  194. package/dist/InputText-2fd8f942.js +96 -0
  195. package/dist/InputText.cjs +26 -0
  196. package/dist/InputText.js +18 -0
  197. package/dist/InputTime-3c4bdff0.js +194 -0
  198. package/dist/InputTime-ef8af2d9.js +187 -0
  199. package/dist/InputTime.cjs +27 -0
  200. package/dist/InputTime.js +19 -0
  201. package/dist/InputValidation-4a61254d.js +29 -0
  202. package/dist/InputValidation-fe42fc3f.js +23 -0
  203. package/dist/InputValidation.cjs +17 -0
  204. package/dist/InputValidation.js +9 -0
  205. package/dist/LightBox-3d6e74ba.js +117 -0
  206. package/dist/LightBox-8cc72953.js +109 -0
  207. package/dist/LightBox.cjs +24 -0
  208. package/dist/LightBox.js +16 -0
  209. package/dist/Link-b41bc1d3.js +7 -0
  210. package/dist/Link-fd7301ec.js +13 -0
  211. package/dist/Link.cjs +10 -0
  212. package/dist/Link.js +2 -0
  213. package/dist/List-4fe52f57.js +77 -0
  214. package/dist/List-821f249d.js +87 -0
  215. package/dist/List.cjs +25 -0
  216. package/dist/List.js +16 -0
  217. package/dist/Markdown-36854bd5.js +62 -0
  218. package/dist/Markdown-7b84fcdb.js +55 -0
  219. package/dist/Markdown.cjs +19 -0
  220. package/dist/Markdown.js +11 -0
  221. package/dist/Menu-5ce3cf41.js +139 -0
  222. package/dist/Menu-fb0b2e9b.js +132 -0
  223. package/dist/Menu.cjs +21 -0
  224. package/dist/Menu.js +13 -0
  225. package/dist/Modal-cda55f02.js +71 -0
  226. package/dist/Modal-eeb52d66.js +63 -0
  227. package/dist/Modal.cjs +25 -0
  228. package/dist/Modal.js +17 -0
  229. package/dist/MultiSelect-0af9c956.js +169 -0
  230. package/dist/MultiSelect-707000e1.js +176 -0
  231. package/dist/MultiSelect.cjs +19 -0
  232. package/dist/MultiSelect.js +11 -0
  233. package/dist/Option-58d7cab6.js +12 -0
  234. package/dist/Option-73515eec.js +19 -0
  235. package/dist/Page-0b334096.js +59 -0
  236. package/dist/Page-fdb087db.js +66 -0
  237. package/dist/Page.cjs +30 -0
  238. package/dist/Page.js +22 -0
  239. package/dist/Popover-798f548e.js +47 -0
  240. package/dist/Popover-968c63b2.js +53 -0
  241. package/dist/Popover.cjs +20 -0
  242. package/dist/Popover.js +12 -0
  243. package/dist/ProgressBar-022ef3f6.js +36 -0
  244. package/dist/ProgressBar-4ee648b7.js +43 -0
  245. package/dist/ProgressBar.cjs +12 -0
  246. package/dist/ProgressBar.js +4 -0
  247. package/dist/RadioGroup-68edd1e3.js +46 -0
  248. package/dist/RadioGroup-a089f132.js +39 -0
  249. package/dist/RadioGroup.cjs +15 -0
  250. package/dist/RadioGroup.js +6 -0
  251. package/dist/RecurringSelect-2de4014c.js +208 -0
  252. package/dist/RecurringSelect-e391af31.js +214 -0
  253. package/dist/RecurringSelect.cjs +38 -0
  254. package/dist/RecurringSelect.js +22 -0
  255. package/dist/Select.cjs +26 -0
  256. package/dist/Select.js +17 -0
  257. package/dist/Spinner-3480bc34.js +24 -0
  258. package/dist/Spinner-90081e20.js +17 -0
  259. package/dist/Spinner.cjs +12 -0
  260. package/dist/Spinner.js +4 -0
  261. package/dist/StatusIndicator-0c680acb.js +18 -0
  262. package/dist/StatusIndicator-d6f9aefa.js +12 -0
  263. package/dist/StatusIndicator.cjs +11 -0
  264. package/dist/StatusIndicator.js +3 -0
  265. package/dist/StatusLabel-5bf96fdb.js +26 -0
  266. package/dist/StatusLabel-66214fc7.js +19 -0
  267. package/dist/StatusLabel.cjs +15 -0
  268. package/dist/StatusLabel.js +7 -0
  269. package/dist/Switch-6c6c727b.js +56 -0
  270. package/dist/Switch-87706cde.js +49 -0
  271. package/dist/Switch.cjs +13 -0
  272. package/dist/Switch.js +5 -0
  273. package/dist/Table.cjs +20 -0
  274. package/dist/Table.js +5 -0
  275. package/dist/Tabs-109f1f10.js +70 -0
  276. package/dist/Tabs-d6c8b965.js +78 -0
  277. package/dist/Tabs.cjs +14 -0
  278. package/dist/Tabs.js +5 -0
  279. package/dist/Text-714f7d14.js +31 -0
  280. package/dist/Text-c92ddeb3.js +25 -0
  281. package/dist/Text.cjs +13 -0
  282. package/dist/Text.js +5 -0
  283. package/dist/Toast.cjs +19 -0
  284. package/dist/Toast.js +11 -0
  285. package/dist/Tooltip-2e477150.js +112 -0
  286. package/dist/Tooltip-a40fffbd.js +104 -0
  287. package/dist/Tooltip.cjs +16 -0
  288. package/dist/Tooltip.js +8 -0
  289. package/dist/Typography-52ed1386.js +55 -0
  290. package/dist/Typography-fd88fcce.js +62 -0
  291. package/dist/Typography.cjs +12 -0
  292. package/dist/Typography.js +4 -0
  293. package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
  294. package/dist/getAtlantisConfig-5b50057c.js +11 -0
  295. package/dist/index.cjs +216 -6713
  296. package/dist/index.js +112 -0
  297. package/dist/showToast-63be1cf0.js +106 -0
  298. package/dist/showToast-ff666be8.js +100 -0
  299. package/dist/style-inject.es-9d2f5f4e.js +30 -0
  300. package/dist/style-inject.es-a0e1a0ba.js +28 -0
  301. package/dist/tslib.es6-754e2961.js +46 -0
  302. package/dist/tslib.es6-c563c1dd.js +43 -0
  303. package/package.json +6 -365
  304. package/AnimatedPresence.d.ts +0 -1
  305. package/AnimatedPresence.js +0 -17
  306. package/AnimatedSwitcher.d.ts +0 -1
  307. package/AnimatedSwitcher.js +0 -17
  308. package/Autocomplete.d.ts +0 -1
  309. package/Autocomplete.js +0 -17
  310. package/Avatar.d.ts +0 -1
  311. package/Avatar.js +0 -17
  312. package/Banner.d.ts +0 -1
  313. package/Banner.js +0 -17
  314. package/Button.d.ts +0 -1
  315. package/Button.js +0 -17
  316. package/ButtonDismiss.d.ts +0 -1
  317. package/ButtonDismiss.js +0 -17
  318. package/Card.d.ts +0 -1
  319. package/Card.js +0 -17
  320. package/Checkbox.d.ts +0 -1
  321. package/Checkbox.js +0 -17
  322. package/Chip.d.ts +0 -1
  323. package/Chip.js +0 -17
  324. package/Chips.d.ts +0 -1
  325. package/Chips.js +0 -17
  326. package/Combobox.d.ts +0 -1
  327. package/Combobox.js +0 -17
  328. package/ConfirmationModal.d.ts +0 -1
  329. package/ConfirmationModal.js +0 -17
  330. package/Content.d.ts +0 -1
  331. package/Content.js +0 -17
  332. package/Countdown.d.ts +0 -1
  333. package/Countdown.js +0 -17
  334. package/DataDump.d.ts +0 -1
  335. package/DataDump.js +0 -17
  336. package/DataList.d.ts +0 -1
  337. package/DataList.js +0 -17
  338. package/DataTable.d.ts +0 -1
  339. package/DataTable.js +0 -17
  340. package/DatePicker.d.ts +0 -1
  341. package/DatePicker.js +0 -17
  342. package/DescriptionList.d.ts +0 -1
  343. package/DescriptionList.js +0 -17
  344. package/Disclosure.d.ts +0 -1
  345. package/Disclosure.js +0 -17
  346. package/Divider.d.ts +0 -1
  347. package/Divider.js +0 -17
  348. package/Drawer.d.ts +0 -1
  349. package/Drawer.js +0 -17
  350. package/Emphasis.d.ts +0 -1
  351. package/Emphasis.js +0 -17
  352. package/FeatureSwitch.d.ts +0 -1
  353. package/FeatureSwitch.js +0 -17
  354. package/Flex.d.ts +0 -1
  355. package/Flex.js +0 -17
  356. package/Form.d.ts +0 -1
  357. package/Form.js +0 -17
  358. package/FormField.d.ts +0 -1
  359. package/FormField.js +0 -17
  360. package/FormatDate.d.ts +0 -1
  361. package/FormatDate.js +0 -17
  362. package/FormatEmail.d.ts +0 -1
  363. package/FormatEmail.js +0 -17
  364. package/FormatFile.d.ts +0 -1
  365. package/FormatFile.js +0 -17
  366. package/FormatRelativeDateTime.d.ts +0 -1
  367. package/FormatRelativeDateTime.js +0 -17
  368. package/FormatTime.d.ts +0 -1
  369. package/FormatTime.js +0 -17
  370. package/Gallery.d.ts +0 -1
  371. package/Gallery.js +0 -17
  372. package/Glimmer.d.ts +0 -1
  373. package/Glimmer.js +0 -17
  374. package/Grid.d.ts +0 -1
  375. package/Grid.js +0 -17
  376. package/Heading.d.ts +0 -1
  377. package/Heading.js +0 -17
  378. package/Icon.d.ts +0 -1
  379. package/Icon.js +0 -17
  380. package/InlineLabel.d.ts +0 -1
  381. package/InlineLabel.js +0 -17
  382. package/InputAvatar.d.ts +0 -1
  383. package/InputAvatar.js +0 -17
  384. package/InputDate.d.ts +0 -1
  385. package/InputDate.js +0 -17
  386. package/InputEmail.d.ts +0 -1
  387. package/InputEmail.js +0 -17
  388. package/InputFile.d.ts +0 -1
  389. package/InputFile.js +0 -17
  390. package/InputGroup.d.ts +0 -1
  391. package/InputGroup.js +0 -17
  392. package/InputNumber.d.ts +0 -1
  393. package/InputNumber.js +0 -17
  394. package/InputPassword.d.ts +0 -1
  395. package/InputPassword.js +0 -17
  396. package/InputPhoneNumber.d.ts +0 -1
  397. package/InputPhoneNumber.js +0 -17
  398. package/InputText.d.ts +0 -1
  399. package/InputText.js +0 -17
  400. package/InputTime.d.ts +0 -1
  401. package/InputTime.js +0 -17
  402. package/InputValidation.d.ts +0 -1
  403. package/InputValidation.js +0 -17
  404. package/LightBox.d.ts +0 -1
  405. package/LightBox.js +0 -17
  406. package/Link.d.ts +0 -1
  407. package/Link.js +0 -17
  408. package/List.d.ts +0 -1
  409. package/List.js +0 -17
  410. package/Markdown.d.ts +0 -1
  411. package/Markdown.js +0 -17
  412. package/Menu.d.ts +0 -1
  413. package/Menu.js +0 -17
  414. package/Modal.d.ts +0 -1
  415. package/Modal.js +0 -17
  416. package/MultiSelect.d.ts +0 -1
  417. package/MultiSelect.js +0 -17
  418. package/Page.d.ts +0 -1
  419. package/Page.js +0 -17
  420. package/Popover.d.ts +0 -1
  421. package/Popover.js +0 -17
  422. package/ProgressBar.d.ts +0 -1
  423. package/ProgressBar.js +0 -17
  424. package/RadioGroup.d.ts +0 -1
  425. package/RadioGroup.js +0 -17
  426. package/RecurringSelect.d.ts +0 -1
  427. package/RecurringSelect.js +0 -17
  428. package/Select.d.ts +0 -1
  429. package/Select.js +0 -17
  430. package/Spinner.d.ts +0 -1
  431. package/Spinner.js +0 -17
  432. package/StatusIndicator.d.ts +0 -1
  433. package/StatusIndicator.js +0 -17
  434. package/StatusLabel.d.ts +0 -1
  435. package/StatusLabel.js +0 -17
  436. package/Switch.d.ts +0 -1
  437. package/Switch.js +0 -17
  438. package/Table.d.ts +0 -1
  439. package/Table.js +0 -17
  440. package/Tabs.d.ts +0 -1
  441. package/Tabs.js +0 -17
  442. package/Text.d.ts +0 -1
  443. package/Text.js +0 -17
  444. package/Toast.d.ts +0 -1
  445. package/Toast.js +0 -17
  446. package/Tooltip.d.ts +0 -1
  447. package/Tooltip.js +0 -17
  448. package/Typography.d.ts +0 -1
  449. package/Typography.js +0 -17
  450. package/dist/index.esm.js +0 -6603
  451. package/rollup.config.js +0 -75
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+
3
+ var omit = require('lodash/omit');
4
+ var React = require('react');
5
+ var FormField = require('./FormField-fc30bb1a.js');
6
+ var DatePicker = require('./DatePicker-c091c0d2.js');
7
+
8
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
+
10
+ var omit__default = /*#__PURE__*/_interopDefaultLegacy(omit);
11
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
+
13
+ function InputDate(inputProps) {
14
+ const formFieldActionsRef = React.useRef(null);
15
+ return (React__default["default"].createElement(DatePicker.DatePicker, { selected: inputProps.value, onChange: inputProps.onChange, disabled: inputProps.disabled, readonly: inputProps.readonly, fullWidth: !inputProps.inline, minDate: inputProps.minDate, maxDate: inputProps.maxDate, smartAutofocus: false, activator: activatorProps => {
16
+ var _a;
17
+ const { onChange, onClick, value } = activatorProps;
18
+ const newActivatorProps = omit__default["default"](activatorProps, ["activator"]);
19
+ const suffix = Object.assign({ icon: "calendar" }, (onClick && {
20
+ onClick: onClick,
21
+ ariaLabel: "Show calendar",
22
+ }));
23
+ // Set form field to formatted date string immediately, to avoid validations
24
+ // triggering incorrectly when it blurs (to handle the datepicker UI click)
25
+ value && ((_a = formFieldActionsRef.current) === null || _a === void 0 ? void 0 : _a.setValue(value));
26
+ return (
27
+ // We prevent the picker from opening on focus for keyboard navigation, so to maintain a good UX for mouse users we want to open the picker on click
28
+ React__default["default"].createElement("div", { onClick: onClick },
29
+ React__default["default"].createElement(FormField.FormField, Object.assign({}, newActivatorProps, inputProps, { value: value, onChange: (_, event) => onChange && onChange(event), onBlur: () => {
30
+ inputProps.onBlur && inputProps.onBlur();
31
+ activatorProps.onBlur && activatorProps.onBlur();
32
+ }, onFocus: () => {
33
+ inputProps.onFocus && inputProps.onFocus();
34
+ activatorProps.onFocus && activatorProps.onFocus();
35
+ }, actionsRef: formFieldActionsRef, suffix: suffix }))));
36
+ } }));
37
+ }
38
+
39
+ exports.InputDate = InputDate;
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var InputDate = require('./InputDate-c5f19423.js');
6
+ require('lodash/omit');
7
+ require('react');
8
+ require('./FormField-fc30bb1a.js');
9
+ require('./tslib.es6-754e2961.js');
10
+ require('react-hook-form');
11
+ require('./style-inject.es-9d2f5f4e.js');
12
+ require('classnames');
13
+ require('@jobber/hooks/useShowClear');
14
+ require('./Button-ec64869e.js');
15
+ require('react-router-dom');
16
+ require('./Icon-405a216c.js');
17
+ require('@jobber/design');
18
+ require('./Typography-fd88fcce.js');
19
+ require('./Text-714f7d14.js');
20
+ require('./InputValidation-4a61254d.js');
21
+ require('framer-motion');
22
+ require('./Spinner-3480bc34.js');
23
+ require('./DatePicker-c091c0d2.js');
24
+ require('react-datepicker');
25
+ require('@jobber/hooks/useRefocusOnActivator');
26
+
27
+
28
+
29
+ exports.InputDate = InputDate.InputDate;
@@ -0,0 +1,21 @@
1
+ export { I as InputDate } from './InputDate-c258f5cb.js';
2
+ import 'lodash/omit';
3
+ import 'react';
4
+ import './FormField-f1f405d2.js';
5
+ import './tslib.es6-c563c1dd.js';
6
+ import 'react-hook-form';
7
+ import './style-inject.es-a0e1a0ba.js';
8
+ import 'classnames';
9
+ import '@jobber/hooks/useShowClear';
10
+ import './Button-30154871.js';
11
+ import 'react-router-dom';
12
+ import './Icon-22723fe6.js';
13
+ import '@jobber/design';
14
+ import './Typography-52ed1386.js';
15
+ import './Text-c92ddeb3.js';
16
+ import './InputValidation-fe42fc3f.js';
17
+ import 'framer-motion';
18
+ import './Spinner-90081e20.js';
19
+ import './DatePicker-5d0c0353.js';
20
+ import 'react-datepicker';
21
+ import '@jobber/hooks/useRefocusOnActivator';
@@ -0,0 +1,27 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var FormField = require('./FormField-fc30bb1a.js');
5
+
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
9
+
10
+ const validationMessage = "Please enter a valid email";
11
+ function InputEmail(props) {
12
+ const { validations } = props;
13
+ return (React__default["default"].createElement(FormField.FormField, Object.assign({}, props, { type: "email", validations: Object.assign(Object.assign({}, validations), { validate: checkForValidEmail }) })));
14
+ function checkForValidEmail(value) {
15
+ const emailRegex = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
16
+ if (!value) {
17
+ return true;
18
+ }
19
+ if (!value.match(emailRegex)) {
20
+ return validationMessage;
21
+ }
22
+ return true;
23
+ }
24
+ }
25
+
26
+ exports.InputEmail = InputEmail;
27
+ exports.validationMessage = validationMessage;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { F as FormField } from './FormField-f1f405d2.js';
3
+
4
+ const validationMessage = "Please enter a valid email";
5
+ function InputEmail(props) {
6
+ const { validations } = props;
7
+ return (React.createElement(FormField, Object.assign({}, props, { type: "email", validations: Object.assign(Object.assign({}, validations), { validate: checkForValidEmail }) })));
8
+ function checkForValidEmail(value) {
9
+ const emailRegex = /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
10
+ if (!value) {
11
+ return true;
12
+ }
13
+ if (!value.match(emailRegex)) {
14
+ return validationMessage;
15
+ }
16
+ return true;
17
+ }
18
+ }
19
+
20
+ export { InputEmail as I, validationMessage as v };
@@ -0,0 +1,26 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var InputEmail = require('./InputEmail-4efba03d.js');
6
+ require('react');
7
+ require('./FormField-fc30bb1a.js');
8
+ require('./tslib.es6-754e2961.js');
9
+ require('react-hook-form');
10
+ require('./style-inject.es-9d2f5f4e.js');
11
+ require('classnames');
12
+ require('@jobber/hooks/useShowClear');
13
+ require('./Button-ec64869e.js');
14
+ require('react-router-dom');
15
+ require('./Icon-405a216c.js');
16
+ require('@jobber/design');
17
+ require('./Typography-fd88fcce.js');
18
+ require('./Text-714f7d14.js');
19
+ require('./InputValidation-4a61254d.js');
20
+ require('framer-motion');
21
+ require('./Spinner-3480bc34.js');
22
+
23
+
24
+
25
+ exports.InputEmail = InputEmail.InputEmail;
26
+ exports.validationMessage = InputEmail.validationMessage;
@@ -0,0 +1,17 @@
1
+ export { I as InputEmail, v as validationMessage } from './InputEmail-812bdffe.js';
2
+ import 'react';
3
+ import './FormField-f1f405d2.js';
4
+ import './tslib.es6-c563c1dd.js';
5
+ import 'react-hook-form';
6
+ import './style-inject.es-a0e1a0ba.js';
7
+ import 'classnames';
8
+ import '@jobber/hooks/useShowClear';
9
+ import './Button-30154871.js';
10
+ import 'react-router-dom';
11
+ import './Icon-22723fe6.js';
12
+ import '@jobber/design';
13
+ import './Typography-52ed1386.js';
14
+ import './Text-c92ddeb3.js';
15
+ import './InputValidation-fe42fc3f.js';
16
+ import 'framer-motion';
17
+ import './Spinner-90081e20.js';
@@ -0,0 +1,190 @@
1
+ 'use strict';
2
+
3
+ var tslib_es6 = require('./tslib.es6-754e2961.js');
4
+ var React = require('react');
5
+ var classnames = require('classnames');
6
+ var reactDropzone = require('react-dropzone');
7
+ var axios = require('axios');
8
+ var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
9
+ var InputValidation = require('./InputValidation-4a61254d.js');
10
+ var Button = require('./Button-ec64869e.js');
11
+ var Content = require('./Content-60a3452a.js');
12
+ var Typography = require('./Typography-fd88fcce.js');
13
+
14
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
15
+
16
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
17
+ var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
18
+ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
19
+
20
+ var css_248z = ".grljXfTWj84- {\n font-size: 0;\n line-height: 0;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n\n.grljXfTWj84-:focus,\n.grljXfTWj84-:focus-within {\n border-color: var(--color-focus);\n outline: none;\n}\n\n.WHhHWgaoXk4- {\n padding: var(--space-base);\n border: var(--color-border) dashed var(--border-thick);\n border-radius: var(--radius-larger);\n text-align: center;\n}\n\n.WHhHWgaoXk4-.n1h-T2metRA- {\n border-color: var(--color-focus);\n background-color: var(--color-surface--hover);\n}\n\n.WHhHWgaoXk4-.MRRclAp51-w- {\n border-color: var(--color-critical);\n}\n\n.TIbSRNvDK10- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n";
21
+ var styles = {"dropZoneBase":"grljXfTWj84-","dropZone":"WHhHWgaoXk4-","active":"n1h-T2metRA-","error":"MRRclAp51-w-","validationErrors":"TIbSRNvDK10-"};
22
+ styleInject_es.styleInject(css_248z);
23
+
24
+ function InputFile({ variation = "dropzone", size = "base", buttonLabel: providedButtonLabel, allowMultiple = false, allowedTypes = "all", getUploadParams, onUploadStart, onUploadProgress, onUploadComplete, onUploadError, validator, }) {
25
+ const options = {
26
+ multiple: allowMultiple,
27
+ onDrop: React.useCallback(handleDrop, [uploadFile]),
28
+ validator: validator && React.useCallback(validator, []),
29
+ };
30
+ if (allowedTypes === "images") {
31
+ options.accept = "image/*";
32
+ }
33
+ else if (allowedTypes === "basicImages") {
34
+ options.accept = "image/png, image/jpg, image/jpeg";
35
+ }
36
+ else if (Array.isArray(allowedTypes)) {
37
+ options.accept = allowedTypes.join(",");
38
+ }
39
+ const { getRootProps, getInputProps, isDragActive, fileRejections } = reactDropzone.useDropzone(options);
40
+ const validationErrors = fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.map(({ file, errors }) => {
41
+ return errors.map(error => {
42
+ return (React__default["default"].createElement(InputValidation.InputValidation, { message: `${file.name} ${error.message}`, key: `${file.name}${error.code}` }));
43
+ });
44
+ });
45
+ const { buttonLabel, hintText } = getLabels(providedButtonLabel, allowMultiple, allowedTypes);
46
+ const dropZone = classnames__default["default"](styles.dropZoneBase, {
47
+ [styles.dropZone]: variation === "dropzone",
48
+ [styles.active]: isDragActive,
49
+ [styles.error]: (fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.length) > 0,
50
+ });
51
+ return (React__default["default"].createElement(React__default["default"].Fragment, null,
52
+ React__default["default"].createElement("div", Object.assign({}, getRootProps({ className: dropZone }), { tabIndex: variation === "button" ? -1 : 0 }),
53
+ React__default["default"].createElement("input", Object.assign({}, getInputProps())),
54
+ variation === "dropzone" && (React__default["default"].createElement(Content.Content, { spacing: "small" },
55
+ React__default["default"].createElement(Button.Button, { label: buttonLabel, size: "small", type: "secondary" }),
56
+ size === "base" && (React__default["default"].createElement(Typography.Typography, { size: "small", textColor: "textSecondary" }, hintText)))),
57
+ variation === "button" && (React__default["default"].createElement(Button.Button, { label: buttonLabel, size: size, type: "secondary", fullWidth: true }))),
58
+ (fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.length) > 0 && (React__default["default"].createElement("div", { className: styles.validationErrors }, validationErrors))));
59
+ function handleDrop(acceptedFiles) {
60
+ acceptedFiles.forEach(file => {
61
+ uploadFile(file);
62
+ });
63
+ }
64
+ function uploadFile(file) {
65
+ return tslib_es6.__awaiter(this, void 0, void 0, function* () {
66
+ let params;
67
+ try {
68
+ params = yield getUploadParams(file);
69
+ }
70
+ catch (_a) {
71
+ onUploadError && onUploadError(new Error("Failed to get upload params"));
72
+ return;
73
+ }
74
+ const { url, key = generateId(), fields = {}, httpMethod = "POST", } = params;
75
+ const fileUpload = getFileUpload(file, key, url);
76
+ onUploadStart && onUploadStart(Object.assign({}, fileUpload));
77
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
78
+ const handleUploadProgress = (progressEvent) => {
79
+ onUploadProgress &&
80
+ onUploadProgress(Object.assign(Object.assign({}, fileUpload), { progress: progressEvent.loaded / progressEvent.total }));
81
+ };
82
+ const handleUploadComplete = () => {
83
+ onUploadComplete === null || onUploadComplete === void 0 ? void 0 : onUploadComplete(Object.assign(Object.assign({}, fileUpload), { progress: 1 }));
84
+ };
85
+ const axiosConfig = createAxiosConfig({
86
+ url,
87
+ httpMethod,
88
+ fields,
89
+ file,
90
+ handleUploadProgress,
91
+ });
92
+ axios__default["default"]
93
+ .request(axiosConfig)
94
+ .then(handleUploadComplete)
95
+ .catch(() => {
96
+ onUploadError && onUploadError(new Error("Failed to upload file"));
97
+ });
98
+ });
99
+ }
100
+ }
101
+ function createAxiosConfig({ url, httpMethod = "POST", fields = {}, file, handleUploadProgress, }) {
102
+ let data;
103
+ let headers;
104
+ if (httpMethod === "POST") {
105
+ const formData = new FormData();
106
+ Object.entries(fields).forEach(([field, value]) => formData.append(field, value));
107
+ formData.append("file", file);
108
+ data = formData;
109
+ headers = { "X-Requested-With": "XMLHttpRequest" };
110
+ }
111
+ else {
112
+ data = file;
113
+ headers = fields;
114
+ }
115
+ return {
116
+ method: httpMethod,
117
+ url: url,
118
+ headers: headers,
119
+ data: data,
120
+ onUploadProgress: handleUploadProgress,
121
+ };
122
+ }
123
+ function getLabels(providedButtonLabel, multiple, allowedTypes) {
124
+ let buttonLabel = multiple ? "Upload Files" : "Upload File";
125
+ let hintText = multiple
126
+ ? "or drag files here to upload"
127
+ : "or drag a file here to upload";
128
+ if (allowedTypes === "images" || allowedTypes === "basicImages") {
129
+ buttonLabel = multiple ? "Upload Images" : "Upload Image";
130
+ hintText = multiple
131
+ ? "or drag images here to upload"
132
+ : "or drag an image here to upload";
133
+ }
134
+ if (providedButtonLabel)
135
+ buttonLabel = providedButtonLabel;
136
+ return { buttonLabel, hintText };
137
+ }
138
+ function getFileUpload(file, key, uploadUrl) {
139
+ return {
140
+ key: key,
141
+ name: file.name,
142
+ type: file.type,
143
+ size: file.size,
144
+ progress: 0,
145
+ src: getSrc,
146
+ uploadUrl,
147
+ };
148
+ function getSrc() {
149
+ const promise = new Promise((resolve, reject) => {
150
+ const reader = new FileReader();
151
+ reader.onload = event => {
152
+ if (event.target &&
153
+ event.target.result &&
154
+ typeof event.target.result === "string") {
155
+ resolve(event.target.result);
156
+ }
157
+ else {
158
+ reject("Could not generate file data url.");
159
+ }
160
+ };
161
+ reader.readAsDataURL(file);
162
+ });
163
+ return promise;
164
+ }
165
+ }
166
+ /**
167
+ * Upsert a given `FileUpload` into an array of `FileUpload`s.
168
+ * `key` is used to uniquely identify files.
169
+ *
170
+ * @param updatedFile FileUpload File that was updated.
171
+ * @param files Existing array of FileUploads.
172
+ * @returns FileUpload[] updated set of files.
173
+ */
174
+ function updateFiles(updatedFile, files) {
175
+ const newFiles = [...files];
176
+ const index = files.findIndex(file => file.key === updatedFile.key);
177
+ if (index !== -1) {
178
+ newFiles[index] = updatedFile;
179
+ }
180
+ else {
181
+ newFiles.push(updatedFile);
182
+ }
183
+ return newFiles;
184
+ }
185
+ function generateId() {
186
+ return Math.floor(Math.random() * Date.now()).toString(16);
187
+ }
188
+
189
+ exports.InputFile = InputFile;
190
+ exports.updateFiles = updateFiles;
@@ -0,0 +1,181 @@
1
+ import { a as __awaiter } from './tslib.es6-c563c1dd.js';
2
+ import React, { useCallback } from 'react';
3
+ import classnames from 'classnames';
4
+ import { useDropzone } from 'react-dropzone';
5
+ import axios from 'axios';
6
+ import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
7
+ import { I as InputValidation } from './InputValidation-fe42fc3f.js';
8
+ import { B as Button } from './Button-30154871.js';
9
+ import { C as Content } from './Content-c96e9299.js';
10
+ import { T as Typography } from './Typography-52ed1386.js';
11
+
12
+ var css_248z = ".grljXfTWj84- {\n font-size: 0;\n line-height: 0;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n\n.grljXfTWj84-:focus,\n.grljXfTWj84-:focus-within {\n border-color: var(--color-focus);\n outline: none;\n}\n\n.WHhHWgaoXk4- {\n padding: var(--space-base);\n border: var(--color-border) dashed var(--border-thick);\n border-radius: var(--radius-larger);\n text-align: center;\n}\n\n.WHhHWgaoXk4-.n1h-T2metRA- {\n border-color: var(--color-focus);\n background-color: var(--color-surface--hover);\n}\n\n.WHhHWgaoXk4-.MRRclAp51-w- {\n border-color: var(--color-critical);\n}\n\n.TIbSRNvDK10- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n}\n";
13
+ var styles = {"dropZoneBase":"grljXfTWj84-","dropZone":"WHhHWgaoXk4-","active":"n1h-T2metRA-","error":"MRRclAp51-w-","validationErrors":"TIbSRNvDK10-"};
14
+ styleInject(css_248z);
15
+
16
+ function InputFile({ variation = "dropzone", size = "base", buttonLabel: providedButtonLabel, allowMultiple = false, allowedTypes = "all", getUploadParams, onUploadStart, onUploadProgress, onUploadComplete, onUploadError, validator, }) {
17
+ const options = {
18
+ multiple: allowMultiple,
19
+ onDrop: useCallback(handleDrop, [uploadFile]),
20
+ validator: validator && useCallback(validator, []),
21
+ };
22
+ if (allowedTypes === "images") {
23
+ options.accept = "image/*";
24
+ }
25
+ else if (allowedTypes === "basicImages") {
26
+ options.accept = "image/png, image/jpg, image/jpeg";
27
+ }
28
+ else if (Array.isArray(allowedTypes)) {
29
+ options.accept = allowedTypes.join(",");
30
+ }
31
+ const { getRootProps, getInputProps, isDragActive, fileRejections } = useDropzone(options);
32
+ const validationErrors = fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.map(({ file, errors }) => {
33
+ return errors.map(error => {
34
+ return (React.createElement(InputValidation, { message: `${file.name} ${error.message}`, key: `${file.name}${error.code}` }));
35
+ });
36
+ });
37
+ const { buttonLabel, hintText } = getLabels(providedButtonLabel, allowMultiple, allowedTypes);
38
+ const dropZone = classnames(styles.dropZoneBase, {
39
+ [styles.dropZone]: variation === "dropzone",
40
+ [styles.active]: isDragActive,
41
+ [styles.error]: (fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.length) > 0,
42
+ });
43
+ return (React.createElement(React.Fragment, null,
44
+ React.createElement("div", Object.assign({}, getRootProps({ className: dropZone }), { tabIndex: variation === "button" ? -1 : 0 }),
45
+ React.createElement("input", Object.assign({}, getInputProps())),
46
+ variation === "dropzone" && (React.createElement(Content, { spacing: "small" },
47
+ React.createElement(Button, { label: buttonLabel, size: "small", type: "secondary" }),
48
+ size === "base" && (React.createElement(Typography, { size: "small", textColor: "textSecondary" }, hintText)))),
49
+ variation === "button" && (React.createElement(Button, { label: buttonLabel, size: size, type: "secondary", fullWidth: true }))),
50
+ (fileRejections === null || fileRejections === void 0 ? void 0 : fileRejections.length) > 0 && (React.createElement("div", { className: styles.validationErrors }, validationErrors))));
51
+ function handleDrop(acceptedFiles) {
52
+ acceptedFiles.forEach(file => {
53
+ uploadFile(file);
54
+ });
55
+ }
56
+ function uploadFile(file) {
57
+ return __awaiter(this, void 0, void 0, function* () {
58
+ let params;
59
+ try {
60
+ params = yield getUploadParams(file);
61
+ }
62
+ catch (_a) {
63
+ onUploadError && onUploadError(new Error("Failed to get upload params"));
64
+ return;
65
+ }
66
+ const { url, key = generateId(), fields = {}, httpMethod = "POST", } = params;
67
+ const fileUpload = getFileUpload(file, key, url);
68
+ onUploadStart && onUploadStart(Object.assign({}, fileUpload));
69
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
70
+ const handleUploadProgress = (progressEvent) => {
71
+ onUploadProgress &&
72
+ onUploadProgress(Object.assign(Object.assign({}, fileUpload), { progress: progressEvent.loaded / progressEvent.total }));
73
+ };
74
+ const handleUploadComplete = () => {
75
+ onUploadComplete === null || onUploadComplete === void 0 ? void 0 : onUploadComplete(Object.assign(Object.assign({}, fileUpload), { progress: 1 }));
76
+ };
77
+ const axiosConfig = createAxiosConfig({
78
+ url,
79
+ httpMethod,
80
+ fields,
81
+ file,
82
+ handleUploadProgress,
83
+ });
84
+ axios
85
+ .request(axiosConfig)
86
+ .then(handleUploadComplete)
87
+ .catch(() => {
88
+ onUploadError && onUploadError(new Error("Failed to upload file"));
89
+ });
90
+ });
91
+ }
92
+ }
93
+ function createAxiosConfig({ url, httpMethod = "POST", fields = {}, file, handleUploadProgress, }) {
94
+ let data;
95
+ let headers;
96
+ if (httpMethod === "POST") {
97
+ const formData = new FormData();
98
+ Object.entries(fields).forEach(([field, value]) => formData.append(field, value));
99
+ formData.append("file", file);
100
+ data = formData;
101
+ headers = { "X-Requested-With": "XMLHttpRequest" };
102
+ }
103
+ else {
104
+ data = file;
105
+ headers = fields;
106
+ }
107
+ return {
108
+ method: httpMethod,
109
+ url: url,
110
+ headers: headers,
111
+ data: data,
112
+ onUploadProgress: handleUploadProgress,
113
+ };
114
+ }
115
+ function getLabels(providedButtonLabel, multiple, allowedTypes) {
116
+ let buttonLabel = multiple ? "Upload Files" : "Upload File";
117
+ let hintText = multiple
118
+ ? "or drag files here to upload"
119
+ : "or drag a file here to upload";
120
+ if (allowedTypes === "images" || allowedTypes === "basicImages") {
121
+ buttonLabel = multiple ? "Upload Images" : "Upload Image";
122
+ hintText = multiple
123
+ ? "or drag images here to upload"
124
+ : "or drag an image here to upload";
125
+ }
126
+ if (providedButtonLabel)
127
+ buttonLabel = providedButtonLabel;
128
+ return { buttonLabel, hintText };
129
+ }
130
+ function getFileUpload(file, key, uploadUrl) {
131
+ return {
132
+ key: key,
133
+ name: file.name,
134
+ type: file.type,
135
+ size: file.size,
136
+ progress: 0,
137
+ src: getSrc,
138
+ uploadUrl,
139
+ };
140
+ function getSrc() {
141
+ const promise = new Promise((resolve, reject) => {
142
+ const reader = new FileReader();
143
+ reader.onload = event => {
144
+ if (event.target &&
145
+ event.target.result &&
146
+ typeof event.target.result === "string") {
147
+ resolve(event.target.result);
148
+ }
149
+ else {
150
+ reject("Could not generate file data url.");
151
+ }
152
+ };
153
+ reader.readAsDataURL(file);
154
+ });
155
+ return promise;
156
+ }
157
+ }
158
+ /**
159
+ * Upsert a given `FileUpload` into an array of `FileUpload`s.
160
+ * `key` is used to uniquely identify files.
161
+ *
162
+ * @param updatedFile FileUpload File that was updated.
163
+ * @param files Existing array of FileUploads.
164
+ * @returns FileUpload[] updated set of files.
165
+ */
166
+ function updateFiles(updatedFile, files) {
167
+ const newFiles = [...files];
168
+ const index = files.findIndex(file => file.key === updatedFile.key);
169
+ if (index !== -1) {
170
+ newFiles[index] = updatedFile;
171
+ }
172
+ else {
173
+ newFiles.push(updatedFile);
174
+ }
175
+ return newFiles;
176
+ }
177
+ function generateId() {
178
+ return Math.floor(Math.random() * Date.now()).toString(16);
179
+ }
180
+
181
+ export { InputFile as I, updateFiles as u };
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var InputFile = require('./InputFile-921c050e.js');
6
+ require('./tslib.es6-754e2961.js');
7
+ require('react');
8
+ require('classnames');
9
+ require('react-dropzone');
10
+ require('axios');
11
+ require('./style-inject.es-9d2f5f4e.js');
12
+ require('./InputValidation-4a61254d.js');
13
+ require('framer-motion');
14
+ require('./Text-714f7d14.js');
15
+ require('./Typography-fd88fcce.js');
16
+ require('./Icon-405a216c.js');
17
+ require('@jobber/design');
18
+ require('./Button-ec64869e.js');
19
+ require('react-router-dom');
20
+ require('./Content-60a3452a.js');
21
+
22
+
23
+
24
+ exports.InputFile = InputFile.InputFile;
25
+ exports.updateFiles = InputFile.updateFiles;
@@ -0,0 +1,16 @@
1
+ export { I as InputFile, u as updateFiles } from './InputFile-d089b486.js';
2
+ import './tslib.es6-c563c1dd.js';
3
+ import 'react';
4
+ import 'classnames';
5
+ import 'react-dropzone';
6
+ import 'axios';
7
+ import './style-inject.es-a0e1a0ba.js';
8
+ import './InputValidation-fe42fc3f.js';
9
+ import 'framer-motion';
10
+ import './Text-c92ddeb3.js';
11
+ import './Typography-52ed1386.js';
12
+ import './Icon-22723fe6.js';
13
+ import '@jobber/design';
14
+ import './Button-30154871.js';
15
+ import 'react-router-dom';
16
+ import './Content-c96e9299.js';
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import classnames from 'classnames';
3
+ import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
4
+
5
+ var css_248z = "._4bvHwa3-qBA- > *:not(:last-child) {\n margin-bottom: -1px !important;\n}\n\n.bHm4WuX8ToY- {\n display: -ms-flexbox;\n display: flex;\n}\n\n.bHm4WuX8ToY- > *:not(:last-child) {\n margin-bottom: auto;\n margin-right: -1px;\n}\n\n/* Border corners are rounded on the outside edges of the group */\n\n.nmDPgrXofeE- {\n --public-field--top-left-radius: 0;\n --public-field--top-right-radius: 0;\n --public-field--bottom-left-radius: 0;\n --public-field--bottom-right-radius: 0;\n}\n\n._4bvHwa3-qBA- > :first-child:not(.bHm4WuX8ToY-) {\n --public-field--top-left-radius: var(--radius-base);\n --public-field--top-right-radius: var(--radius-base);\n}\n\n._4bvHwa3-qBA- > :last-child:not(.bHm4WuX8ToY-) {\n --public-field--bottom-left-radius: var(--radius-base);\n --public-field--bottom-right-radius: var(--radius-base);\n}\n\n/* First Horizontal Input Group */\n\n.bHm4WuX8ToY-:first-child > :first-child {\n --public-field--top-left-radius: var(--radius-base);\n}\n\n.bHm4WuX8ToY-:first-child > :last-child {\n --public-field--top-right-radius: var(--radius-base);\n}\n\n/* Last Horizontal Input Group */\n\n.bHm4WuX8ToY-:last-child > :first-child {\n --public-field--bottom-left-radius: var(--radius-base);\n}\n\n.bHm4WuX8ToY-:last-child > :last-child {\n --public-field--bottom-right-radius: var(--radius-base);\n}\n";
6
+ var styles = {"vertical":"_4bvHwa3-qBA-","horizontal":"bHm4WuX8ToY-","inputGroup":"nmDPgrXofeE-"};
7
+ styleInject(css_248z);
8
+
9
+ function InputGroup({ children, flowDirection = "vertical", }) {
10
+ if (isInvalidGroupNesting(children))
11
+ return React.createElement(React.Fragment, null);
12
+ const className = classnames(styles.inputGroup, styles[flowDirection]);
13
+ return React.createElement("div", { className: className }, children);
14
+ }
15
+ function isInvalidGroupNesting(childs) {
16
+ return React.Children.toArray(childs).some(child => {
17
+ if (child.type === InputGroup &&
18
+ child.props.flowDirection != "horizontal") {
19
+ console.error(`ERROR: InputGroup not rendered: nesting 'flowDirection="vertical"' columns not supported.`, `https://atlantis.getjobber.com/?path=/story/components-forms-and-inputs-inputgroup-web--nested`);
20
+ return true;
21
+ }
22
+ return false;
23
+ });
24
+ }
25
+
26
+ export { InputGroup as I };