@jobber/components 4.85.4-CJS-to-ESM.0 → 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 (452) 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 +224 -0
  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 +8 -368
  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.cjs.js +0 -6721
  451. package/dist/index.esm.js +0 -6603
  452. package/rollup.config.js +0 -75
@@ -0,0 +1,104 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var framerMotion = require('framer-motion');
5
+ var design = require('@jobber/design');
6
+
7
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
+
9
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
+
11
+ const TIMING_QUICK = toSeconds(design.tokens["timing-quick"]);
12
+ const TIMING_BASE = toSeconds(design.tokens["timing-base"]);
13
+ const baseTransition = {
14
+ visible: { opacity: 1 },
15
+ hidden: { opacity: 0 },
16
+ };
17
+ const fade = {
18
+ visible: { opacity: 1 },
19
+ hidden: { opacity: 0 },
20
+ };
21
+ const popIn = {
22
+ visible: Object.assign({ scale: 1 }, baseTransition.visible),
23
+ hidden: Object.assign({ scale: 0.95 }, baseTransition.hidden),
24
+ };
25
+ const fromTop = {
26
+ visible: Object.assign({ y: 0 }, baseTransition.visible),
27
+ hidden: Object.assign({ y: -design.tokens["space-base"] }, baseTransition.hidden),
28
+ };
29
+ const fromBottom = {
30
+ visible: Object.assign({ y: 0 }, baseTransition.visible),
31
+ hidden: Object.assign({ y: design.tokens["space-base"] }, baseTransition.hidden),
32
+ };
33
+ const fromLeft = {
34
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
35
+ hidden: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
36
+ };
37
+ const fromRight = {
38
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
39
+ hidden: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
40
+ };
41
+ const fromLeftToRight = {
42
+ initial: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
43
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
44
+ hidden: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
45
+ };
46
+ const fromRightToLeft = {
47
+ initial: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
48
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
49
+ hidden: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
50
+ };
51
+ function toSeconds(ms) {
52
+ return ms / 1000;
53
+ }
54
+
55
+ function usePreviousValue(value) {
56
+ const [previousValue, setPreviousValue] = React.useState(value);
57
+ React.useEffect(() => {
58
+ setPreviousValue(value);
59
+ }, [value]);
60
+ return [previousValue, setPreviousValue];
61
+ }
62
+
63
+ const transitions = {
64
+ fromBottom,
65
+ fromTop,
66
+ fromLeft,
67
+ fromRight,
68
+ popIn,
69
+ fromLeftToRight,
70
+ fromRightToLeft,
71
+ fade,
72
+ };
73
+ function AnimatedPresence(props) {
74
+ const shouldReduceMotion = framerMotion.useReducedMotion();
75
+ if (shouldReduceMotion) {
76
+ return React__default["default"].createElement(React__default["default"].Fragment, null, props.children);
77
+ }
78
+ return React__default["default"].createElement(InternalAnimatedPresence, Object.assign({}, props));
79
+ }
80
+ function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
81
+ const transitionVariation = transitions[transition];
82
+ const hasInitialTransition = "initial" in transitionVariation;
83
+ const childCount = React.Children.count(children);
84
+ // Set the initial value to 0 so it staggers the animation on mount when
85
+ // initial is true.
86
+ const [lastChildIndex, setLastChildIndex] = usePreviousValue(0);
87
+ // Whenever the children count changes, update the last index.
88
+ React.useEffect(() => {
89
+ setLastChildIndex(childCount - 1);
90
+ }, [childCount]);
91
+ return (React__default["default"].createElement(framerMotion.AnimatePresence, { initial: initial, mode: "popLayout" }, React.Children.map(children, (child, i) => child && (React__default["default"].createElement(framerMotion.motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
92
+ duration: TIMING_BASE,
93
+ delay: generateDelayTime(i),
94
+ } }, child)))));
95
+ function generateDelayTime(index) {
96
+ // Don't add a delay if it's already rendered.
97
+ if (lastChildIndex > index)
98
+ return 0;
99
+ // Stagger the animation starting after the previous last child index.
100
+ return (index - lastChildIndex) * TIMING_QUICK;
101
+ }
102
+ }
103
+
104
+ exports.AnimatedPresence = AnimatedPresence;
@@ -0,0 +1,98 @@
1
+ import React, { useState, useEffect, Children } from 'react';
2
+ import { useReducedMotion, AnimatePresence, motion } from 'framer-motion';
3
+ import { tokens } from '@jobber/design';
4
+
5
+ const TIMING_QUICK = toSeconds(tokens["timing-quick"]);
6
+ const TIMING_BASE = toSeconds(tokens["timing-base"]);
7
+ const baseTransition = {
8
+ visible: { opacity: 1 },
9
+ hidden: { opacity: 0 },
10
+ };
11
+ const fade = {
12
+ visible: { opacity: 1 },
13
+ hidden: { opacity: 0 },
14
+ };
15
+ const popIn = {
16
+ visible: Object.assign({ scale: 1 }, baseTransition.visible),
17
+ hidden: Object.assign({ scale: 0.95 }, baseTransition.hidden),
18
+ };
19
+ const fromTop = {
20
+ visible: Object.assign({ y: 0 }, baseTransition.visible),
21
+ hidden: Object.assign({ y: -tokens["space-base"] }, baseTransition.hidden),
22
+ };
23
+ const fromBottom = {
24
+ visible: Object.assign({ y: 0 }, baseTransition.visible),
25
+ hidden: Object.assign({ y: tokens["space-base"] }, baseTransition.hidden),
26
+ };
27
+ const fromLeft = {
28
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
29
+ hidden: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
30
+ };
31
+ const fromRight = {
32
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
33
+ hidden: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
34
+ };
35
+ const fromLeftToRight = {
36
+ initial: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
37
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
38
+ hidden: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
39
+ };
40
+ const fromRightToLeft = {
41
+ initial: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
42
+ visible: Object.assign({ x: 0 }, baseTransition.visible),
43
+ hidden: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
44
+ };
45
+ function toSeconds(ms) {
46
+ return ms / 1000;
47
+ }
48
+
49
+ function usePreviousValue(value) {
50
+ const [previousValue, setPreviousValue] = useState(value);
51
+ useEffect(() => {
52
+ setPreviousValue(value);
53
+ }, [value]);
54
+ return [previousValue, setPreviousValue];
55
+ }
56
+
57
+ const transitions = {
58
+ fromBottom,
59
+ fromTop,
60
+ fromLeft,
61
+ fromRight,
62
+ popIn,
63
+ fromLeftToRight,
64
+ fromRightToLeft,
65
+ fade,
66
+ };
67
+ function AnimatedPresence(props) {
68
+ const shouldReduceMotion = useReducedMotion();
69
+ if (shouldReduceMotion) {
70
+ return React.createElement(React.Fragment, null, props.children);
71
+ }
72
+ return React.createElement(InternalAnimatedPresence, Object.assign({}, props));
73
+ }
74
+ function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
75
+ const transitionVariation = transitions[transition];
76
+ const hasInitialTransition = "initial" in transitionVariation;
77
+ const childCount = Children.count(children);
78
+ // Set the initial value to 0 so it staggers the animation on mount when
79
+ // initial is true.
80
+ const [lastChildIndex, setLastChildIndex] = usePreviousValue(0);
81
+ // Whenever the children count changes, update the last index.
82
+ useEffect(() => {
83
+ setLastChildIndex(childCount - 1);
84
+ }, [childCount]);
85
+ return (React.createElement(AnimatePresence, { initial: initial, mode: "popLayout" }, Children.map(children, (child, i) => child && (React.createElement(motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
86
+ duration: TIMING_BASE,
87
+ delay: generateDelayTime(i),
88
+ } }, child)))));
89
+ function generateDelayTime(index) {
90
+ // Don't add a delay if it's already rendered.
91
+ if (lastChildIndex > index)
92
+ return 0;
93
+ // Stagger the animation starting after the previous last child index.
94
+ return (index - lastChildIndex) * TIMING_QUICK;
95
+ }
96
+ }
97
+
98
+ export { AnimatedPresence as A };
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var AnimatedPresence = require('./AnimatedPresence-20a02aaa.js');
6
+ require('react');
7
+ require('framer-motion');
8
+ require('@jobber/design');
9
+
10
+
11
+
12
+ exports.AnimatedPresence = AnimatedPresence.AnimatedPresence;
@@ -0,0 +1,4 @@
1
+ export { A as AnimatedPresence } from './AnimatedPresence-bbccdaf7.js';
2
+ import 'react';
3
+ import 'framer-motion';
4
+ import '@jobber/design';
@@ -0,0 +1,90 @@
1
+ import React, { useState } from 'react';
2
+ import { AnimatePresence, motion } from 'framer-motion';
3
+ import { I as Icon } from './Icon-22723fe6.js';
4
+
5
+ const DURATION_SIMPLE = 0.1;
6
+ const DURATION_AVERAGE = 0.2;
7
+ const FADE = {
8
+ visible: { opacity: 1 },
9
+ hidden: { opacity: 0 },
10
+ };
11
+ const SLIDE_IN_UP = {
12
+ visible: { y: 0, opacity: 1 },
13
+ hidden: { y: "10%", opacity: 0 },
14
+ };
15
+ const SLIDE_IN_DOWN = {
16
+ visible: { y: 0, opacity: 1 },
17
+ hidden: { y: "-10%", opacity: 0 },
18
+ };
19
+ const SPIN_COUNTER_CLOCK_WISE = {
20
+ visible: {
21
+ rotate: 0,
22
+ scale: 1,
23
+ transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
24
+ },
25
+ hidden: {
26
+ rotate: 180,
27
+ scale: 0.6,
28
+ transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
29
+ },
30
+ };
31
+ const SPIN_CLOCK_WISE = {
32
+ visible: {
33
+ rotate: 0,
34
+ scale: 1,
35
+ transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
36
+ },
37
+ hidden: {
38
+ rotate: -180,
39
+ scale: 0.6,
40
+ transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
41
+ },
42
+ };
43
+
44
+ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromBottom", }) {
45
+ const [ref, setRef] = useState(null);
46
+ const isSwitchingBetweenIcons = initialChild.type === Icon && switchTo.type === Icon;
47
+ const { key, transition, child, duration } = getChildData();
48
+ return (React.createElement(AnimatePresence, { mode: "wait", initial: false },
49
+ React.createElement(motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
50
+ function getDisplayValue() {
51
+ if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
52
+ return window.getComputedStyle(ref.firstElementChild).display;
53
+ }
54
+ }
55
+ function getChildData() {
56
+ let data = { key: `${initialChild.type}_1`, child: initialChild };
57
+ if (switched) {
58
+ data = { key: `${switchTo.type}_2`, child: switchTo };
59
+ }
60
+ return Object.assign(Object.assign({}, data), { transition: getTransitionType(), duration: getTransitionDuration() });
61
+ }
62
+ function getTransitionType() {
63
+ if (isSwitchingBetweenIcons) {
64
+ if (switched)
65
+ return SPIN_COUNTER_CLOCK_WISE;
66
+ return SPIN_CLOCK_WISE;
67
+ }
68
+ else if (type === "fade") {
69
+ return FADE;
70
+ }
71
+ else {
72
+ if (switched)
73
+ return SLIDE_IN_UP;
74
+ return SLIDE_IN_DOWN;
75
+ }
76
+ }
77
+ function getTransitionDuration() {
78
+ switch (type) {
79
+ case "fade":
80
+ return DURATION_AVERAGE;
81
+ default:
82
+ return DURATION_SIMPLE;
83
+ }
84
+ }
85
+ }
86
+ AnimatedSwitcher.Icon = function AnimatedSwitcherIcon({ switchToIcon, switched, initialIcon, }) {
87
+ return (React.createElement(AnimatedSwitcher, { switched: switched, initialChild: React.createElement(Icon, { name: initialIcon }), switchTo: React.createElement(Icon, { name: switchToIcon }) }));
88
+ };
89
+
90
+ export { AnimatedSwitcher as A };
@@ -0,0 +1,96 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var framerMotion = require('framer-motion');
5
+ var Icon = require('./Icon-405a216c.js');
6
+
7
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
+
9
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
+
11
+ const DURATION_SIMPLE = 0.1;
12
+ const DURATION_AVERAGE = 0.2;
13
+ const FADE = {
14
+ visible: { opacity: 1 },
15
+ hidden: { opacity: 0 },
16
+ };
17
+ const SLIDE_IN_UP = {
18
+ visible: { y: 0, opacity: 1 },
19
+ hidden: { y: "10%", opacity: 0 },
20
+ };
21
+ const SLIDE_IN_DOWN = {
22
+ visible: { y: 0, opacity: 1 },
23
+ hidden: { y: "-10%", opacity: 0 },
24
+ };
25
+ const SPIN_COUNTER_CLOCK_WISE = {
26
+ visible: {
27
+ rotate: 0,
28
+ scale: 1,
29
+ transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
30
+ },
31
+ hidden: {
32
+ rotate: 180,
33
+ scale: 0.6,
34
+ transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
35
+ },
36
+ };
37
+ const SPIN_CLOCK_WISE = {
38
+ visible: {
39
+ rotate: 0,
40
+ scale: 1,
41
+ transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
42
+ },
43
+ hidden: {
44
+ rotate: -180,
45
+ scale: 0.6,
46
+ transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
47
+ },
48
+ };
49
+
50
+ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromBottom", }) {
51
+ const [ref, setRef] = React.useState(null);
52
+ const isSwitchingBetweenIcons = initialChild.type === Icon.Icon && switchTo.type === Icon.Icon;
53
+ const { key, transition, child, duration } = getChildData();
54
+ return (React__default["default"].createElement(framerMotion.AnimatePresence, { mode: "wait", initial: false },
55
+ React__default["default"].createElement(framerMotion.motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
56
+ function getDisplayValue() {
57
+ if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
58
+ return window.getComputedStyle(ref.firstElementChild).display;
59
+ }
60
+ }
61
+ function getChildData() {
62
+ let data = { key: `${initialChild.type}_1`, child: initialChild };
63
+ if (switched) {
64
+ data = { key: `${switchTo.type}_2`, child: switchTo };
65
+ }
66
+ return Object.assign(Object.assign({}, data), { transition: getTransitionType(), duration: getTransitionDuration() });
67
+ }
68
+ function getTransitionType() {
69
+ if (isSwitchingBetweenIcons) {
70
+ if (switched)
71
+ return SPIN_COUNTER_CLOCK_WISE;
72
+ return SPIN_CLOCK_WISE;
73
+ }
74
+ else if (type === "fade") {
75
+ return FADE;
76
+ }
77
+ else {
78
+ if (switched)
79
+ return SLIDE_IN_UP;
80
+ return SLIDE_IN_DOWN;
81
+ }
82
+ }
83
+ function getTransitionDuration() {
84
+ switch (type) {
85
+ case "fade":
86
+ return DURATION_AVERAGE;
87
+ default:
88
+ return DURATION_SIMPLE;
89
+ }
90
+ }
91
+ }
92
+ AnimatedSwitcher.Icon = function AnimatedSwitcherIcon({ switchToIcon, switched, initialIcon, }) {
93
+ return (React__default["default"].createElement(AnimatedSwitcher, { switched: switched, initialChild: React__default["default"].createElement(Icon.Icon, { name: initialIcon }), switchTo: React__default["default"].createElement(Icon.Icon, { name: switchToIcon }) }));
94
+ };
95
+
96
+ exports.AnimatedSwitcher = AnimatedSwitcher;
@@ -0,0 +1,13 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var AnimatedSwitcher = require('./AnimatedSwitcher-3d45ec5d.js');
6
+ require('react');
7
+ require('framer-motion');
8
+ require('./Icon-405a216c.js');
9
+ require('@jobber/design');
10
+
11
+
12
+
13
+ exports.AnimatedSwitcher = AnimatedSwitcher.AnimatedSwitcher;
@@ -0,0 +1,5 @@
1
+ export { A as AnimatedSwitcher } from './AnimatedSwitcher-3aff3d12.js';
2
+ import 'react';
3
+ import 'framer-motion';
4
+ import './Icon-22723fe6.js';
5
+ import '@jobber/design';
@@ -0,0 +1,196 @@
1
+ 'use strict';
2
+
3
+ var tslib_es6 = require('./tslib.es6-754e2961.js');
4
+ var React = require('react');
5
+ var debounce = require('lodash/debounce');
6
+ var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
7
+ var classnames = require('classnames');
8
+ var ReactDOM = require('react-dom');
9
+ var reactPopper = require('react-popper');
10
+ var useOnKeyDown = require('@jobber/hooks/useOnKeyDown');
11
+ var useSafeLayoutEffect = require('@jobber/hooks/useSafeLayoutEffect');
12
+ var Text = require('./Text-714f7d14.js');
13
+ var Icon = require('./Icon-405a216c.js');
14
+ var Heading = require('./Heading-a8a24775.js');
15
+ var InputText = require('./InputText-125769fd.js');
16
+
17
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
18
+
19
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
20
+ var debounce__default = /*#__PURE__*/_interopDefaultLegacy(debounce);
21
+ var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
22
+
23
+ var css_248z = ".v0Cys9vQ-NE- {\n position: relative;\n width: 100%;\n}\n\n.CX-N-e0e6og- {\n display: none;\n position: absolute;\n z-index: calc(var(--elevation-menu) + var(--elevation-modal));\n width: 100%;\n /* Unfortunately this is how we define our line item picker height in jobber online.\n This is a concession to maintain visual parity. */\n max-height: 300px;\n box-shadow: var(--shadow-base);\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: var(--border-base) solid var(--color-color-border);\n border-radius: var(--radius-base);\n overflow: auto;\n scroll-behavior: smooth;\n background-color: var(--color-surface);\n}\n\n.CX-N-e0e6og- h5 {\n padding: var(--space-small) 0 var(--space-smaller) var(--space-small);\n border-bottom: var(--border-base) solid var(--color-border--section);\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk- {\n display: block;\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk-:empty {\n display: none;\n}\n\n.ucQtG0iwqbo- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: center;\n align-items: center;\n padding: var(--space-small);\n border: none;\n text-align: left;\n list-style: none;\n background-color: transparent;\n cursor: pointer;\n transition: all var(--timing-base);\n}\n\n.ucQtG0iwqbo-:hover,\n.ucQtG0iwqbo-:focus,\n.ucQtG0iwqbo-.r8HS-ma79QE- {\n background-color: var(--color-surface--hover);\n outline-color: var(--color-focus);\n}\n\n.ucQtG0iwqbo-.ydwLX44YFZc-:not(:last-child) {\n border-bottom: var(--border-base) solid var(--color-border);\n}\n\n.CX-N-e0e6og-:hover .ucQtG0iwqbo-.r8HS-ma79QE-:not(:hover) {\n background-color: transparent;\n outline-color: transparent;\n}\n\n.v0Cys9vQ-NE- .PvUgNoAUG7A-:not(:first-child) {\n padding-top: var(--space-small);\n}\n\n.ucQtG0iwqbo- .DAOOFUZ1BRM- {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n -ms-flex-item-align: auto;\n align-self: auto;\n width: var(--space-large);\n}\n\n.ucQtG0iwqbo- .cjKJFup6hGY- {\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex: 1 100%;\n flex: 1 100%;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n.ucQtG0iwqbo- .hG5zNBuI2wA- {\n -ms-flex: 2;\n flex: 2;\n}\n\n.ucQtG0iwqbo- ._3CwjFCbhqi4- {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-item-align: end;\n align-self: flex-end;\n text-align: right;\n}\n";
24
+ var styles = {"autocomplete":"v0Cys9vQ-NE-","options":"CX-N-e0e6og-","visible":"_4PlUaegVpkk-","option":"ucQtG0iwqbo-","active":"r8HS-ma79QE-","separator":"ydwLX44YFZc-","heading":"PvUgNoAUG7A-","icon":"DAOOFUZ1BRM-","text":"cjKJFup6hGY-","label":"hG5zNBuI2wA-","details":"_3CwjFCbhqi4-"};
25
+ styleInject_es.styleInject(css_248z);
26
+
27
+ var IndexChange;
28
+ (function (IndexChange) {
29
+ IndexChange[IndexChange["Previous"] = -1] = "Previous";
30
+ IndexChange[IndexChange["Next"] = 1] = "Next";
31
+ })(IndexChange || (IndexChange = {}));
32
+ function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
33
+ const [highlightedIndex, setHighlightedIndex] = React.useState(0);
34
+ const { menuRef, setMenuRef, styles: popperStyles, attributes, targetWidth, } = useRepositionMenu(attachTo, visible);
35
+ const detectSeparatorCondition = (option) => option.description || option.details;
36
+ const detectGroups = (option) => option.options;
37
+ const addSeparators = options.some(detectSeparatorCondition);
38
+ const initialHighlight = options.some(detectGroups) ? 1 : 0;
39
+ setupKeyListeners();
40
+ React.useEffect(() => setHighlightedIndex(initialHighlight), [options]);
41
+ const menu = (React__default["default"].createElement("div", Object.assign({ className: classnames__default["default"](styles.options, { [styles.visible]: visible }), ref: setMenuRef, style: Object.assign(Object.assign({}, popperStyles.popper), { width: targetWidth }) }, attributes.popper), options.map((option, index) => {
42
+ const optionClass = classnames__default["default"](styles.option, {
43
+ [styles.active]: index === highlightedIndex,
44
+ [styles.separator]: addSeparators,
45
+ });
46
+ if (isGroup(option)) {
47
+ return (React__default["default"].createElement("div", { key: option.label, className: styles.heading },
48
+ React__default["default"].createElement(Heading.Heading, { level: 5 }, option.label)));
49
+ }
50
+ return (React__default["default"].createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
51
+ React__default["default"].createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React__default["default"].createElement(Icon.Icon, { name: "checkmark", size: "small" }))),
52
+ React__default["default"].createElement("div", { className: styles.text },
53
+ React__default["default"].createElement("div", { className: styles.label },
54
+ React__default["default"].createElement(Text.Text, null, option.label),
55
+ option.description !== undefined && (React__default["default"].createElement(Text.Text, { variation: "subdued" }, option.description))),
56
+ option.details !== undefined && (React__default["default"].createElement("div", { className: styles.details },
57
+ React__default["default"].createElement(Text.Text, null, option.details))))));
58
+ })));
59
+ return ReactDOM.createPortal(menu, document.body);
60
+ function setupKeyListeners() {
61
+ React.useEffect(() => {
62
+ var _a, _b;
63
+ (_b = (_a = menuRef === null || menuRef === void 0 ? void 0 : menuRef.children[highlightedIndex]) === null || _a === void 0 ? void 0 : _a.scrollIntoView) === null || _b === void 0 ? void 0 : _b.call(_a, {
64
+ behavior: "smooth",
65
+ block: "nearest",
66
+ inline: "start",
67
+ });
68
+ }, [highlightedIndex]);
69
+ useOnKeyDown.useOnKeyDown((event) => {
70
+ const indexChange = arrowKeyPress(event, IndexChange.Next);
71
+ if (indexChange) {
72
+ setHighlightedIndex(Math.min(options.length - 1, highlightedIndex + indexChange));
73
+ }
74
+ }, "ArrowDown");
75
+ useOnKeyDown.useOnKeyDown((event) => {
76
+ const indexChange = arrowKeyPress(event, IndexChange.Previous);
77
+ if (indexChange) {
78
+ setHighlightedIndex(Math.max(0, highlightedIndex + indexChange));
79
+ }
80
+ }, "ArrowUp");
81
+ useOnKeyDown.useOnKeyDown((event) => {
82
+ if (!visible)
83
+ return;
84
+ if (isGroup(options[highlightedIndex]))
85
+ return;
86
+ event.preventDefault();
87
+ onOptionSelect(options[highlightedIndex]);
88
+ }, "Enter");
89
+ }
90
+ function arrowKeyPress(event, direction) {
91
+ if (!visible)
92
+ return;
93
+ event.preventDefault();
94
+ const requestedIndex = options[highlightedIndex + direction];
95
+ return requestedIndex && isGroup(requestedIndex)
96
+ ? direction + direction
97
+ : direction;
98
+ }
99
+ }
100
+ function isOptionSelected(selectedOption, option) {
101
+ return selectedOption && selectedOption.value === option.value;
102
+ }
103
+ function isGroup(option) {
104
+ if (option.options)
105
+ return true;
106
+ return false;
107
+ }
108
+ function useRepositionMenu(attachTo, visible = false) {
109
+ var _a;
110
+ const [menuRef, setMenuRef] = React.useState();
111
+ const popper = reactPopper.usePopper(attachTo.current, menuRef, {
112
+ modifiers: [
113
+ { name: "offset", options: { offset: [0, 8] } },
114
+ { name: "flip", options: { fallbackPlacements: ["top"] } },
115
+ ],
116
+ });
117
+ useSafeLayoutEffect.useSafeLayoutEffect(() => {
118
+ var _a;
119
+ (_a = popper === null || popper === void 0 ? void 0 : popper.update) === null || _a === void 0 ? void 0 : _a.call(popper);
120
+ }, [visible]);
121
+ const targetWidth = (_a = attachTo.current) === null || _a === void 0 ? void 0 : _a.clientWidth;
122
+ return Object.assign(Object.assign({}, popper), { menuRef, setMenuRef, targetWidth });
123
+ }
124
+
125
+ // Max statements increased to make room for the debounce functions
126
+ /* eslint max-statements: ["error", 14] */
127
+ function AutocompleteInternal(_a, ref) {
128
+ var _b;
129
+ var { initialOptions = [], value, allowFreeForm = true, size = undefined, debounce: debounceRate = 300, onChange, getOptions, placeholder, onBlur, onFocus, validations } = _a, inputProps = tslib_es6.__rest(_a, ["initialOptions", "value", "allowFreeForm", "size", "debounce", "onChange", "getOptions", "placeholder", "onBlur", "onFocus", "validations"]);
130
+ const [options, setOptions] = React.useState(initialOptions);
131
+ const [menuVisible, setMenuVisible] = React.useState(false);
132
+ const [inputText, setInputText] = React.useState((_b = value === null || value === void 0 ? void 0 : value.label) !== null && _b !== void 0 ? _b : "");
133
+ const autocompleteRef = React.useRef(null);
134
+ const delayedSearch = debounce__default["default"](updateSearch, debounceRate);
135
+ React.useEffect(() => {
136
+ delayedSearch();
137
+ return delayedSearch.cancel;
138
+ }, [inputText]);
139
+ React.useEffect(() => {
140
+ var _a;
141
+ updateInput((_a = value === null || value === void 0 ? void 0 : value.label) !== null && _a !== void 0 ? _a : "");
142
+ }, [value]);
143
+ return (React__default["default"].createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
144
+ React__default["default"].createElement(InputText.InputText, Object.assign({ ref: ref, autocomplete: false, size: size, value: inputText, onChange: handleInputChange, placeholder: placeholder, onFocus: handleInputFocus, onBlur: handleInputBlur, validations: validations }, inputProps)),
145
+ menuVisible && (React__default["default"].createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
146
+ function updateInput(newText) {
147
+ setInputText(newText);
148
+ if (newText === "") {
149
+ setOptions(mapToOptions(initialOptions));
150
+ }
151
+ }
152
+ function updateSearch() {
153
+ return tslib_es6.__awaiter(this, void 0, void 0, function* () {
154
+ const updatedOptions = yield getOptions(inputText);
155
+ const filteredOptions = updatedOptions.filter((option) => "options" in option && option.options ? option.options.length > 0 : true);
156
+ setOptions(mapToOptions(filteredOptions));
157
+ });
158
+ }
159
+ function handleMenuChange(chosenOption) {
160
+ onChange(chosenOption);
161
+ updateInput(chosenOption.label);
162
+ setMenuVisible(false);
163
+ }
164
+ function handleInputChange(newText) {
165
+ updateInput(newText);
166
+ if (allowFreeForm) {
167
+ onChange({ label: newText });
168
+ }
169
+ }
170
+ function handleInputBlur() {
171
+ setMenuVisible(false);
172
+ if (value == undefined || value.label !== inputText) {
173
+ setInputText("");
174
+ onChange(undefined);
175
+ }
176
+ onBlur && onBlur();
177
+ }
178
+ function handleInputFocus() {
179
+ setMenuVisible(true);
180
+ if (onFocus) {
181
+ onFocus();
182
+ }
183
+ }
184
+ }
185
+ function mapToOptions(items) {
186
+ return items.reduce(function (result, item) {
187
+ result = result.concat([item]);
188
+ if (item.options) {
189
+ result = result.concat(item.options);
190
+ }
191
+ return result;
192
+ }, []);
193
+ }
194
+ const Autocomplete = React.forwardRef(AutocompleteInternal);
195
+
196
+ exports.Autocomplete = Autocomplete;