@jobber/components 4.85.5-test-eleme.4 → 4.85.6-CJS-to-ESM.1

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 (610) hide show
  1. package/dist/AnimatedPresence/{index.js → index.cjs} +1 -3
  2. package/dist/AnimatedPresence/index.mjs +4 -0
  3. package/dist/AnimatedPresence-D73apgLB.js +98 -0
  4. package/dist/{AnimatedPresence-20a02aaa.js → AnimatedPresence-DFaAEYUa.js} +3 -7
  5. package/dist/AnimatedSwitcher/index.cjs +11 -0
  6. package/dist/AnimatedSwitcher/index.mjs +5 -0
  7. package/dist/AnimatedSwitcher-B4fUExeN.js +90 -0
  8. package/dist/{AnimatedSwitcher-3d45ec5d.js → AnimatedSwitcher-UmlTf067.js} +4 -8
  9. package/dist/Autocomplete/Menu.d.ts +2 -2
  10. package/dist/Autocomplete/index.cjs +34 -0
  11. package/dist/Autocomplete/index.mjs +28 -0
  12. package/dist/{Autocomplete/index.js → Autocomplete-CDpl009j.js} +25 -49
  13. package/dist/Autocomplete-DcuJsI7Z.js +188 -0
  14. package/dist/Avatar/index.cjs +13 -0
  15. package/dist/Avatar/index.mjs +7 -0
  16. package/dist/Avatar-DZCQBKMr.js +70 -0
  17. package/dist/Avatar-Q2BQymsE.js +72 -0
  18. package/dist/Banner/components/BannerIcon/index.cjs +13 -0
  19. package/dist/Banner/components/BannerIcon/index.mjs +7 -0
  20. package/dist/Banner/index.cjs +19 -0
  21. package/dist/Banner/index.mjs +13 -0
  22. package/dist/Banner-B230_jsV.js +84 -0
  23. package/dist/Banner-zMyKdO1y.js +82 -0
  24. package/dist/BannerIcon-QB3lZddm.js +24 -0
  25. package/dist/BannerIcon-YIreWKuC.js +27 -0
  26. package/dist/Body-DMRyfeGa.js +59 -0
  27. package/dist/Body-Dd2-HEDo.js +50 -0
  28. package/dist/Button/index.cjs +14 -0
  29. package/dist/Button/index.mjs +8 -0
  30. package/dist/Button-CWVwgwhn.js +50 -0
  31. package/dist/Button-D3mW3Hcg.js +52 -0
  32. package/dist/ButtonDismiss/index.cjs +15 -0
  33. package/dist/ButtonDismiss/index.mjs +9 -0
  34. package/dist/ButtonDismiss-GLptCaNc.js +8 -0
  35. package/dist/ButtonDismiss-l6Kunmen.js +10 -0
  36. package/dist/Card/index.cjs +22 -0
  37. package/dist/Card/index.mjs +16 -0
  38. package/dist/{Card-e3144022.js → Card-0WPJWxfz.js} +20 -25
  39. package/dist/Card-BOD8v9wH.js +86 -0
  40. package/dist/Checkbox/index.cjs +16 -0
  41. package/dist/Checkbox/index.mjs +10 -0
  42. package/dist/Checkbox-C78HDAVJ.js +58 -0
  43. package/dist/Checkbox-qsepteuE.js +56 -0
  44. package/dist/Chip/hooks/index.cjs +8 -0
  45. package/dist/Chip/hooks/index.mjs +2 -0
  46. package/dist/Chip/index.cjs +26 -0
  47. package/dist/Chip/index.mjs +18 -0
  48. package/dist/Chip-Div4v8At.js +73 -0
  49. package/dist/Chip-tWHAQezL.js +70 -0
  50. package/dist/ChipDismissible-B0DslYTJ.js +22 -0
  51. package/dist/ChipDismissible-DSLoDRyq.js +19 -0
  52. package/dist/Chips/InternalChipDismissible/hooks/index.cjs +24 -0
  53. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +14 -0
  54. package/dist/Chips/InternalChipDismissible/index.cjs +35 -0
  55. package/dist/Chips/InternalChipDismissible/index.mjs +29 -0
  56. package/dist/Chips/index.cjs +48 -0
  57. package/dist/Chips/index.mjs +44 -0
  58. package/dist/Chips-DzPxRiFY.js +91 -0
  59. package/dist/Chips-tdDqEKfy.js +93 -0
  60. package/dist/Combobox/components/ComboboxAction/index.cjs +13 -0
  61. package/dist/Combobox/components/ComboboxAction/index.mjs +7 -0
  62. package/dist/Combobox/components/ComboboxActivator/index.cjs +27 -0
  63. package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -0
  64. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.cjs +15 -0
  65. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +9 -0
  66. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.cjs +25 -0
  67. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +19 -0
  68. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.cjs +11 -0
  69. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +5 -0
  70. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.cjs +10 -0
  71. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +4 -0
  72. package/dist/Combobox/components/ComboboxContent/index.cjs +35 -0
  73. package/dist/Combobox/components/ComboboxContent/index.mjs +29 -0
  74. package/dist/Combobox/components/ComboboxOption/index.cjs +15 -0
  75. package/dist/Combobox/components/ComboboxOption/index.mjs +9 -0
  76. package/dist/Combobox/components/ComboboxTrigger/index.cjs +25 -0
  77. package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
  78. package/dist/Combobox/index.cjs +52 -0
  79. package/dist/Combobox/index.mjs +45 -0
  80. package/dist/Combobox-BwSFlPWt.js +120 -0
  81. package/dist/Combobox-Dr5ftH9X.js +122 -0
  82. package/dist/ComboboxAction-B3RwsCtx.js +27 -0
  83. package/dist/ComboboxAction-BzEwYtPm.js +25 -0
  84. package/dist/ComboboxActivator-B-2nmWQ-.js +28 -0
  85. package/dist/ComboboxActivator-DkcbNfv5.js +26 -0
  86. package/dist/ComboboxContent-B108quRR.js +144 -0
  87. package/dist/ComboboxContent-D44NnZaD.js +146 -0
  88. package/dist/ComboboxContentHeader-CJ0if4JI.js +32 -0
  89. package/dist/ComboboxContentHeader-DFLlxg-X.js +30 -0
  90. package/dist/ComboboxContentList-DHQ0x2ml.js +80 -0
  91. package/dist/ComboboxContentList-DmdT_cqp.js +78 -0
  92. package/dist/ComboboxContentSearch-B8hsfo_D.js +35 -0
  93. package/dist/ComboboxContentSearch-UAyHetvM.js +37 -0
  94. package/dist/ComboboxLoadMore-C3JuiaZf.js +17 -0
  95. package/dist/ComboboxLoadMore-Dk2tUBxS.js +19 -0
  96. package/dist/ComboboxOption-CWkyTkzU.js +25 -0
  97. package/dist/ComboboxOption-D_f4NcBM.js +23 -0
  98. package/dist/ComboboxProvider-BwxfVgmL.js +13 -0
  99. package/dist/ComboboxProvider-Dm_tfmkr.js +10 -0
  100. package/dist/ComboboxTrigger-BAOfY8Og.js +22 -0
  101. package/dist/ComboboxTrigger-ZqNl11Qy.js +24 -0
  102. package/dist/ConfirmationModal/index.cjs +29 -0
  103. package/dist/ConfirmationModal/index.mjs +23 -0
  104. package/dist/ConfirmationModal-CPNH-chF.js +94 -0
  105. package/dist/{ConfirmationModal-de5dcbed.js → ConfirmationModal-CZTiORX4.js} +6 -10
  106. package/dist/Content/index.cjs +10 -0
  107. package/dist/Content/index.mjs +4 -0
  108. package/dist/Content-B8Od1cqS.js +20 -0
  109. package/dist/Content-BknIp35w.js +18 -0
  110. package/dist/Countdown/index.cjs +10 -0
  111. package/dist/Countdown/index.mjs +4 -0
  112. package/dist/Countdown-DQYi_QSJ.js +63 -0
  113. package/dist/{Countdown/index.js → Countdown-mTio5lCJ.js} +2 -9
  114. package/dist/DataDump/index.cjs +25 -0
  115. package/dist/DataDump/index.mjs +19 -0
  116. package/dist/DataDump-BhkXdMFl.js +15 -0
  117. package/dist/DataDump-BoNQd_3r.js +17 -0
  118. package/dist/DataList/components/DataListAction/index.cjs +14 -0
  119. package/dist/DataList/components/DataListAction/index.mjs +8 -0
  120. package/dist/DataList/components/DataListActions/index.cjs +43 -0
  121. package/dist/DataList/components/DataListActions/index.mjs +37 -0
  122. package/dist/DataList/components/DataListActionsMenu/DataListActionsMenu.d.ts +2 -2
  123. package/dist/DataList/components/DataListActionsMenu/index.cjs +16 -0
  124. package/dist/DataList/components/DataListActionsMenu/index.mjs +10 -0
  125. package/dist/DataList/components/DataListBulkActions/index.cjs +46 -0
  126. package/dist/DataList/components/DataListBulkActions/index.mjs +39 -0
  127. package/dist/DataList/components/DataListEmptyState/index.cjs +21 -0
  128. package/dist/DataList/components/DataListEmptyState/index.mjs +14 -0
  129. package/dist/DataList/components/DataListFilters/components/DataListSort/index.cjs +53 -0
  130. package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +47 -0
  131. package/dist/DataList/components/DataListFilters/index.cjs +67 -0
  132. package/dist/DataList/components/DataListFilters/index.mjs +60 -0
  133. package/dist/DataList/components/DataListHeader/index.cjs +53 -0
  134. package/dist/DataList/components/DataListHeader/index.mjs +47 -0
  135. package/dist/DataList/components/DataListHeaderTile/components/index.cjs +13 -0
  136. package/dist/DataList/components/DataListHeaderTile/components/index.mjs +7 -0
  137. package/dist/DataList/components/DataListHeaderTile/index.cjs +21 -0
  138. package/dist/DataList/components/DataListHeaderTile/index.mjs +15 -0
  139. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.cjs +15 -0
  140. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +9 -0
  141. package/dist/DataList/components/DataListItem/index.cjs +52 -0
  142. package/dist/DataList/components/DataListItem/index.mjs +46 -0
  143. package/dist/DataList/components/DataListItemActions/index.cjs +45 -0
  144. package/dist/DataList/components/DataListItemActions/index.mjs +38 -0
  145. package/dist/DataList/components/DataListItemActionsOverflow/index.cjs +25 -0
  146. package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
  147. package/dist/DataList/components/DataListItems/index.cjs +53 -0
  148. package/dist/DataList/components/DataListItems/index.mjs +47 -0
  149. package/dist/DataList/components/DataListLayout/index.cjs +56 -0
  150. package/dist/DataList/components/DataListLayout/index.mjs +50 -0
  151. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.cjs +9 -0
  152. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
  153. package/dist/DataList/components/DataListLayoutActions/index.cjs +33 -0
  154. package/dist/DataList/components/DataListLayoutActions/index.mjs +27 -0
  155. package/dist/DataList/components/DataListLoadMore/index.cjs +22 -0
  156. package/dist/DataList/components/DataListLoadMore/index.mjs +15 -0
  157. package/dist/DataList/components/DataListLoadingState/index.cjs +22 -0
  158. package/dist/DataList/components/DataListLoadingState/index.mjs +14 -0
  159. package/dist/DataList/components/DataListOverflowFade/index.cjs +12 -0
  160. package/dist/DataList/components/DataListOverflowFade/index.mjs +5 -0
  161. package/dist/DataList/components/DataListSearch/index.cjs +35 -0
  162. package/dist/DataList/components/DataListSearch/index.mjs +27 -0
  163. package/dist/DataList/components/DataListStatusBar/index.cjs +32 -0
  164. package/dist/DataList/components/DataListStatusBar/index.mjs +25 -0
  165. package/dist/DataList/components/DataListStickyHeader/index.cjs +12 -0
  166. package/dist/DataList/components/DataListStickyHeader/index.mjs +6 -0
  167. package/dist/DataList/components/DataListTags/index.cjs +13 -0
  168. package/dist/DataList/components/DataListTags/index.mjs +7 -0
  169. package/dist/DataList/components/DataListTotalCount/index.cjs +16 -0
  170. package/dist/DataList/components/DataListTotalCount/index.mjs +9 -0
  171. package/dist/DataList/context/DataListContext/index.cjs +12 -0
  172. package/dist/DataList/context/DataListContext/index.mjs +4 -0
  173. package/dist/DataList/context/DataListLayoutContext/index.cjs +12 -0
  174. package/dist/DataList/context/DataListLayoutContext/index.mjs +4 -0
  175. package/dist/DataList/index.cjs +98 -0
  176. package/dist/DataList/index.mjs +92 -0
  177. package/dist/DataList-BL3zeA83.js +9 -0
  178. package/dist/DataList-D8rsiB6p.js +7 -0
  179. package/dist/DataList-DcPfsE4o.js +141 -0
  180. package/dist/DataList-UzxXqfXV.js +139 -0
  181. package/dist/DataList.const-Wz370ukq.js +25 -0
  182. package/dist/DataList.const-YbvF2-QB.js +38 -0
  183. package/dist/DataList.utils-B0hOFZaX.js +168 -0
  184. package/dist/DataList.utils-C931OWj0.js +161 -0
  185. package/dist/DataListAction-CMZbwbN5.js +40 -0
  186. package/dist/DataListAction-CzSLV230.js +42 -0
  187. package/dist/DataListActions-D2xI1Gnz.js +45 -0
  188. package/dist/DataListActions-DYrocbl7.js +43 -0
  189. package/dist/DataListActionsMenu-3JxvPbGZ.js +53 -0
  190. package/dist/DataListActionsMenu-CjBKmZT6.js +55 -0
  191. package/dist/DataListBulkActions-BSjCVCSw.js +32 -0
  192. package/dist/DataListBulkActions-OLJ1EzI6.js +29 -0
  193. package/dist/DataListContext-CWEeA357.js +29 -0
  194. package/dist/DataListContext-DHdRjGCC.js +25 -0
  195. package/dist/DataListEmptyState-CvRFHlYt.js +56 -0
  196. package/dist/DataListEmptyState-Rk1OowmR.js +53 -0
  197. package/dist/DataListFilters-Dfw7ptNa.js +46 -0
  198. package/dist/DataListFilters-y0CrJgWe.js +43 -0
  199. package/dist/DataListHeader-BFg0X9Jz.js +95 -0
  200. package/dist/DataListHeader-DB1ikJ1G.js +93 -0
  201. package/dist/DataListHeaderTile-BcvpRQqc.js +86 -0
  202. package/dist/DataListHeaderTile-CUaHgFkG.js +84 -0
  203. package/dist/DataListItem-27SGm5NU.js +114 -0
  204. package/dist/DataListItem-CEcG1clf.js +112 -0
  205. package/dist/DataListItemActions-B0IR13cA.js +35 -0
  206. package/dist/DataListItemActions-DbMxVTo5.js +32 -0
  207. package/dist/DataListItemActionsOverflow-B1XTLLAZ.js +33 -0
  208. package/dist/DataListItemActionsOverflow-Dt1rZ_ch.js +35 -0
  209. package/dist/DataListItemClickable-CPGV8QJU.js +47 -0
  210. package/dist/DataListItemClickable-a9vfumwQ.js +45 -0
  211. package/dist/DataListItems-C37QwFLL.js +21 -0
  212. package/dist/DataListItems-CmmwaaoF.js +19 -0
  213. package/dist/DataListLayout-BkqOAi5X.js +19 -0
  214. package/dist/DataListLayout-fuctDjAR.js +21 -0
  215. package/dist/DataListLayoutActions-BrXEXuWB.js +41 -0
  216. package/dist/DataListLayoutActions-C1xVkV8F.js +39 -0
  217. package/dist/DataListLayoutContext-BiMbo7LQ.js +18 -0
  218. package/dist/DataListLayoutContext-D3REliDa.js +8 -0
  219. package/dist/DataListLayoutContext-D5Jhd_ZG.js +14 -0
  220. package/dist/DataListLayoutContext-DT0mtKzt.js +11 -0
  221. package/dist/DataListLoadMore-BThmoeQ0.js +37 -0
  222. package/dist/DataListLoadMore-eMdC9JGb.js +34 -0
  223. package/dist/DataListLoadingState-BovqtnV7.js +29 -0
  224. package/dist/DataListLoadingState-DKSypijq.js +25 -0
  225. package/dist/DataListOverflowFade-DUocP0Jz.js +25 -0
  226. package/dist/DataListOverflowFade-DxUdWrD0.js +28 -0
  227. package/dist/DataListSearch-D0pqhE8d.js +66 -0
  228. package/dist/DataListSearch-DiHOG8VU.js +62 -0
  229. package/dist/DataListSort-CQ62ewRY.js +94 -0
  230. package/dist/DataListSort-CW4v1psG.js +92 -0
  231. package/dist/DataListSortingOptions-BGNu0KOG.js +38 -0
  232. package/dist/DataListSortingOptions-ZiARzP5b.js +40 -0
  233. package/dist/DataListStatusBar-EQKC5MHS.js +22 -0
  234. package/dist/DataListStatusBar-Va-ssWph.js +25 -0
  235. package/dist/DataListStickyHeader-BKN9V51R.js +28 -0
  236. package/dist/DataListStickyHeader-CCG09E7V.js +26 -0
  237. package/dist/DataListTags-C5inHFOR.js +67 -0
  238. package/dist/DataListTags-CHZr9DW3.js +65 -0
  239. package/dist/DataListTotalCount-B9K3hGqp.js +30 -0
  240. package/dist/DataListTotalCount-Dzzm_buN.js +27 -0
  241. package/dist/DataTable/index.cjs +34 -0
  242. package/dist/DataTable/index.mjs +23 -0
  243. package/dist/DataTable/test-utilities/index.cjs +241 -0
  244. package/dist/DataTable/test-utilities/index.mjs +233 -0
  245. package/dist/DataTable-BOZ_Zf4q.js +245 -0
  246. package/dist/DataTable-D1Q5tABs.js +247 -0
  247. package/dist/DatePicker/index.cjs +24 -0
  248. package/dist/DatePicker/index.mjs +18 -0
  249. package/dist/DatePicker-CqYEsDX3.js +1279 -0
  250. package/dist/DatePicker-DBObDXoW.js +1282 -0
  251. package/dist/DayOfMonthSelect--s7Ry-jx.js +141 -0
  252. package/dist/DayOfMonthSelect-UlE6seGW.js +148 -0
  253. package/dist/DescriptionList/index.cjs +11 -0
  254. package/dist/DescriptionList/index.mjs +5 -0
  255. package/dist/DescriptionList-CBeTDl49.js +15 -0
  256. package/dist/DescriptionList-DBENvQT5.js +17 -0
  257. package/dist/Disclosure/index.cjs +14 -0
  258. package/dist/Disclosure/index.mjs +8 -0
  259. package/dist/Disclosure-Bikm1B9V.js +38 -0
  260. package/dist/Disclosure-D7kJi1Df.js +36 -0
  261. package/dist/Divider/index.cjs +10 -0
  262. package/dist/Divider/index.mjs +4 -0
  263. package/dist/Divider-DOmpOAKU.js +20 -0
  264. package/dist/{Divider/index.js → Divider-Dt_qE9xe.js} +4 -11
  265. package/dist/Drawer/index.cjs +19 -0
  266. package/dist/Drawer/index.mjs +12 -0
  267. package/dist/DrawerGrid-Bg9ydPFR.js +33 -0
  268. package/dist/DrawerGrid-DM3WKmX6.js +36 -0
  269. package/dist/Emphasis/index.cjs +11 -0
  270. package/dist/Emphasis/index.mjs +5 -0
  271. package/dist/Emphasis-B3vf8Ek9.js +15 -0
  272. package/dist/Emphasis-xxFrrT2i.js +13 -0
  273. package/dist/FeatureSwitch/index.cjs +24 -0
  274. package/dist/FeatureSwitch/index.mjs +18 -0
  275. package/dist/FeatureSwitch-C1cXc0VS.js +55 -0
  276. package/dist/FeatureSwitch-C66nDoAy.js +57 -0
  277. package/dist/Flex/index.cjs +10 -0
  278. package/dist/Flex/index.mjs +4 -0
  279. package/dist/{Flex-d490c4db.js → Flex-CBKf3epb.js} +3 -8
  280. package/dist/Flex-DXDpEzMI.js +31 -0
  281. package/dist/Form/index.cjs +10 -0
  282. package/dist/Form/index.mjs +4 -0
  283. package/dist/{Form/index.js → Form-ChkdN1bx.js} +3 -9
  284. package/dist/Form-Dd9YKBh-.js +48 -0
  285. package/dist/FormField/index.cjs +22 -0
  286. package/dist/FormField/index.mjs +16 -0
  287. package/dist/FormField-BBg_JAlJ.js +248 -0
  288. package/dist/FormField-C-d0U7Ww.js +246 -0
  289. package/dist/FormatDate/{index.js → index.cjs} +1 -3
  290. package/dist/FormatDate/index.mjs +2 -0
  291. package/dist/{FormatDate-70ea5b43.js → FormatDate-BzJETLja.js} +1 -5
  292. package/dist/FormatDate-Dxs33-Xj.js +27 -0
  293. package/dist/FormatEmail/index.cjs +10 -0
  294. package/dist/FormatEmail/index.mjs +4 -0
  295. package/dist/FormatEmail-BH1qM7Va.js +16 -0
  296. package/dist/FormatEmail-_Ytrq7mn.js +14 -0
  297. package/dist/FormatFile/index.cjs +34 -0
  298. package/dist/FormatFile/index.mjs +28 -0
  299. package/dist/FormatFile-BQXjo6EG.js +154 -0
  300. package/dist/FormatFile-D-UIdDqE.js +156 -0
  301. package/dist/FormatRelativeDateTime/index.cjs +8 -0
  302. package/dist/FormatRelativeDateTime/index.mjs +2 -0
  303. package/dist/{FormatRelativeDateTime/index.js → FormatRelativeDateTime-COgItrYT.js} +5 -11
  304. package/dist/FormatRelativeDateTime-DTnQraIq.js +64 -0
  305. package/dist/FormatTime/index.cjs +8 -0
  306. package/dist/FormatTime/index.mjs +2 -0
  307. package/dist/FormatTime-BGr7_DaA.js +28 -0
  308. package/dist/{FormatTime/index.js → FormatTime-CfcVslez.js} +1 -7
  309. package/dist/Gallery/index.cjs +40 -0
  310. package/dist/Gallery/index.mjs +34 -0
  311. package/dist/Gallery-BMpC_ohB.js +66 -0
  312. package/dist/Gallery-DXXQxrHV.js +68 -0
  313. package/dist/Glimmer/index.cjs +13 -0
  314. package/dist/Glimmer/index.mjs +6 -0
  315. package/dist/Glimmer-Cgcy2Ruw.js +72 -0
  316. package/dist/Glimmer-Dz1E9Bo5.js +69 -0
  317. package/dist/Grid/InternalGridCell/index.cjs +10 -0
  318. package/dist/Grid/InternalGridCell/index.mjs +3 -0
  319. package/dist/Grid/index.cjs +13 -0
  320. package/dist/Grid/index.mjs +6 -0
  321. package/dist/Grid-2KPGnpZI.js +37 -0
  322. package/dist/Grid-ClBkskz-.js +34 -0
  323. package/dist/Heading/index.cjs +12 -0
  324. package/dist/Heading/index.mjs +6 -0
  325. package/dist/Heading-CL3UujY7.js +49 -0
  326. package/dist/{Heading-1e8e4bd3.js → Heading-suKDLmO4.js} +3 -7
  327. package/dist/Icon/index.cjs +9 -0
  328. package/dist/Icon/index.mjs +3 -0
  329. package/dist/Icon-B9XNdA1T.js +36 -0
  330. package/dist/Icon-CoHJokXb.js +34 -0
  331. package/dist/InlineLabel/index.cjs +11 -0
  332. package/dist/InlineLabel/index.mjs +5 -0
  333. package/dist/InlineLabel-BPjH1ASc.js +23 -0
  334. package/dist/InlineLabel-x3msDD5R.js +21 -0
  335. package/dist/InputAvatar/index.cjs +26 -0
  336. package/dist/InputAvatar/index.mjs +20 -0
  337. package/dist/InputAvatar-DcNJEpM3.js +52 -0
  338. package/dist/InputAvatar-Dp3cCHai.js +50 -0
  339. package/dist/InputDate/index.cjs +33 -0
  340. package/dist/InputDate/index.mjs +27 -0
  341. package/dist/InputDate-Brwb3gue.js +31 -0
  342. package/dist/InputDate-D5pZraRN.js +33 -0
  343. package/dist/InputEmail/index.cjs +24 -0
  344. package/dist/InputEmail/index.mjs +17 -0
  345. package/dist/InputEmail-DkvNQj63.js +23 -0
  346. package/dist/InputEmail-nxOzDFb8.js +20 -0
  347. package/dist/InputFile/index.cjs +23 -0
  348. package/dist/InputFile/index.mjs +16 -0
  349. package/dist/InputFile-BBOdV6FH.js +2794 -0
  350. package/dist/InputFile-l-Zdbe8r.js +2797 -0
  351. package/dist/InputGroup/index.cjs +10 -0
  352. package/dist/InputGroup/index.mjs +4 -0
  353. package/dist/{InputGroup-8d4fd4eb.js → InputGroup-Bljb97cw.js} +5 -10
  354. package/dist/InputGroup-CCJ2rycA.js +26 -0
  355. package/dist/InputNumber/index.cjs +23 -0
  356. package/dist/InputNumber/index.mjs +17 -0
  357. package/dist/{InputNumber-d451b52e.js → InputNumber-B3-6b6mT.js} +2 -6
  358. package/dist/InputNumber-D2jOwtOi.js +56 -0
  359. package/dist/InputPassword/index.cjs +23 -0
  360. package/dist/InputPassword/index.mjs +17 -0
  361. package/dist/InputPassword-BwPfewHd.js +19 -0
  362. package/dist/InputPassword-mWbDB3Oh.js +21 -0
  363. package/dist/InputPhoneNumber/index.cjs +23 -0
  364. package/dist/InputPhoneNumber/index.mjs +17 -0
  365. package/dist/{InputPhoneNumber/index.js → InputPhoneNumber-CrkVlyUE.js} +8 -25
  366. package/dist/InputPhoneNumber-ynZiTe9j.js +97 -0
  367. package/dist/InputText/index.cjs +24 -0
  368. package/dist/InputText/index.mjs +18 -0
  369. package/dist/InputText-CgykvJl2.js +96 -0
  370. package/dist/{InputText-55b6cb65.js → InputText-D1KkzO4T.js} +2 -6
  371. package/dist/InputTime/index.cjs +28 -0
  372. package/dist/InputTime/index.mjs +22 -0
  373. package/dist/InputTime-CVHCWh2x.js +187 -0
  374. package/dist/{InputTime/index.js → InputTime-Ce0H2RWH.js} +5 -25
  375. package/dist/InputValidation/index.cjs +15 -0
  376. package/dist/InputValidation/index.mjs +9 -0
  377. package/dist/InputValidation-BmgvSw0e.js +23 -0
  378. package/dist/InputValidation-DIwnbDDv.js +25 -0
  379. package/dist/InternalChipDismissible-BoAPXU91.js +158 -0
  380. package/dist/InternalChipDismissible-Dj-XvjT4.js +163 -0
  381. package/dist/InternalGridCell-CBv95C-G.js +37 -0
  382. package/dist/InternalGridCell-DFrhM8oX.js +40 -0
  383. package/dist/LightBox/LightBox.d.ts +2 -2
  384. package/dist/LightBox/index.cjs +25 -0
  385. package/dist/LightBox/index.mjs +19 -0
  386. package/dist/LightBox-DLJk1m24.js +109 -0
  387. package/dist/LightBox-oRvBzCVE.js +111 -0
  388. package/dist/Link/index.cjs +8 -0
  389. package/dist/Link/index.mjs +2 -0
  390. package/dist/Link-Bnzn51lp.js +9 -0
  391. package/dist/Link-CTWzdpyV.js +7 -0
  392. package/dist/List/index.cjs +28 -0
  393. package/dist/List/index.d.ts +1 -1
  394. package/dist/List/index.mjs +21 -0
  395. package/dist/List-BLRtWdVA.js +196 -0
  396. package/dist/List-C6AG4_dM.js +193 -0
  397. package/dist/Markdown/index.cjs +17 -0
  398. package/dist/Markdown/index.mjs +11 -0
  399. package/dist/Markdown-B2B4q1R4.js +57 -0
  400. package/dist/Markdown-BqNLA1UK.js +55 -0
  401. package/dist/Menu/{index.js → index.cjs} +5 -7
  402. package/dist/Menu/index.mjs +13 -0
  403. package/dist/Menu-BXvyYPow.js +132 -0
  404. package/dist/Menu-DWqTLjQu.js +134 -0
  405. package/dist/Modal/Modal.d.ts +2 -2
  406. package/dist/Modal/index.cjs +23 -0
  407. package/dist/Modal/index.mjs +17 -0
  408. package/dist/Modal-BsCYxzQV.js +65 -0
  409. package/dist/Modal-COtt6AGz.js +63 -0
  410. package/dist/MultiSelect/index.cjs +17 -0
  411. package/dist/MultiSelect/index.mjs +11 -0
  412. package/dist/MultiSelect-ByY6NzAS.js +169 -0
  413. package/dist/{MultiSelect/index.js → MultiSelect-D_-_TiTD.js} +16 -27
  414. package/dist/Option-BmWN4Bgv.js +15 -0
  415. package/dist/Option-DkWd2dv6.js +12 -0
  416. package/dist/Page/index.cjs +28 -0
  417. package/dist/Page/index.mjs +22 -0
  418. package/dist/Page-CI4G1pxg.js +61 -0
  419. package/dist/Page-DdD5O2fP.js +59 -0
  420. package/dist/Popover/index.cjs +18 -0
  421. package/dist/Popover/index.mjs +12 -0
  422. package/dist/Popover-D2Lc46rN.js +49 -0
  423. package/dist/Popover-MtwM2-M4.js +47 -0
  424. package/dist/ProgressBar/index.cjs +10 -0
  425. package/dist/ProgressBar/index.mjs +4 -0
  426. package/dist/ProgressBar-D2wik11q.js +38 -0
  427. package/dist/ProgressBar-DjFTRxLD.js +36 -0
  428. package/dist/RadioGroup/index.cjs +13 -0
  429. package/dist/RadioGroup/index.mjs +6 -0
  430. package/dist/RadioGroup-CL8tcJwY.js +42 -0
  431. package/dist/RadioGroup-CvoMZUNQ.js +39 -0
  432. package/dist/RecurringSelect/components/index.cjs +16 -0
  433. package/dist/RecurringSelect/components/index.mjs +7 -0
  434. package/dist/RecurringSelect/index.cjs +37 -0
  435. package/dist/RecurringSelect/index.mjs +23 -0
  436. package/dist/RecurringSelect-BQuw43z9.js +74 -0
  437. package/dist/RecurringSelect-DLFrS379.js +76 -0
  438. package/dist/Select/index.cjs +24 -0
  439. package/dist/Select/index.mjs +17 -0
  440. package/dist/Spinner/index.cjs +10 -0
  441. package/dist/Spinner/index.mjs +4 -0
  442. package/dist/Spinner-BOhyUAA_.js +17 -0
  443. package/dist/Spinner-DT15aa_r.js +19 -0
  444. package/dist/StatusIndicator/index.cjs +9 -0
  445. package/dist/StatusIndicator/index.mjs +3 -0
  446. package/dist/StatusIndicator-DMcPLJ2i.js +14 -0
  447. package/dist/StatusIndicator-DcXKG260.js +12 -0
  448. package/dist/StatusLabel/index.cjs +13 -0
  449. package/dist/StatusLabel/index.mjs +7 -0
  450. package/dist/StatusLabel-8RoVevu0.js +21 -0
  451. package/dist/StatusLabel-BJsnaMk6.js +19 -0
  452. package/dist/Switch/index.cjs +11 -0
  453. package/dist/Switch/index.mjs +5 -0
  454. package/dist/Switch-CQA6xnNA.js +49 -0
  455. package/dist/Switch-CWis2Tw3.js +51 -0
  456. package/dist/Table/index.cjs +18 -0
  457. package/dist/Table/index.mjs +5 -0
  458. package/dist/Tabs/index.cjs +12 -0
  459. package/dist/Tabs/index.mjs +5 -0
  460. package/dist/Tabs-D8_NCGQa.js +70 -0
  461. package/dist/Tabs-DsTn5FwP.js +73 -0
  462. package/dist/Text/index.cjs +11 -0
  463. package/dist/Text/index.mjs +5 -0
  464. package/dist/{Text-259af966.js → Text-D9gsHxbp.js} +2 -6
  465. package/dist/Text-DEviM1Tv.js +25 -0
  466. package/dist/Toast/index.cjs +17 -0
  467. package/dist/Toast/index.mjs +11 -0
  468. package/dist/Tooltip/{index.js → index.cjs} +2 -5
  469. package/dist/Tooltip/index.mjs +8 -0
  470. package/dist/Tooltip-DG1mcZlX.js +104 -0
  471. package/dist/{Tooltip-b9de6e57.js → Tooltip-DWAVu0yQ.js} +10 -18
  472. package/dist/Typography/index.cjs +10 -0
  473. package/dist/Typography/index.mjs +4 -0
  474. package/dist/Typography-Dx8KtnBw.js +57 -0
  475. package/dist/Typography-G8pA_xwj.js +55 -0
  476. package/dist/_baseAssignValue-BDfrxHwl.js +29 -0
  477. package/dist/_baseAssignValue-Cq-EPFBb.js +31 -0
  478. package/dist/_baseEach-C5AdInAP.js +1069 -0
  479. package/dist/_baseEach-fQjYIaCA.js +1073 -0
  480. package/dist/_commonjsHelpers-BFTU3MAI.js +7 -0
  481. package/dist/_commonjsHelpers-BJu3ubxk.js +10 -0
  482. package/dist/_defineProperty-DVTdBF7D.js +1326 -0
  483. package/dist/_defineProperty-DYWOWIJv.js +1306 -0
  484. package/dist/_getTag-CHBhnZgu.js +733 -0
  485. package/dist/_getTag-DYzEQmpZ.js +718 -0
  486. package/dist/_setToString-Cjq7b1P9.js +230 -0
  487. package/dist/_setToString-F-wwuS_Y.js +234 -0
  488. package/dist/debounce-B-pQrPa0.js +331 -0
  489. package/dist/debounce-asENWBkf.js +329 -0
  490. package/dist/getAtlantisConfig-6FPWID0P.js +11 -0
  491. package/dist/helpers-5vvADJkh.js +15 -0
  492. package/dist/helpers-CFWATKJI.js +36 -0
  493. package/dist/index.cjs +274 -0
  494. package/dist/index.d.mts +73 -0
  495. package/dist/index.d.ts +73 -0
  496. package/dist/index.mjs +164 -0
  497. package/dist/isObjectLike-91E0YOes.js +190 -0
  498. package/dist/isObjectLike-CsWGWxp9.js +197 -0
  499. package/dist/isSymbol-BEvcpX3s.js +33 -0
  500. package/dist/isSymbol-CqL-NQwG.js +35 -0
  501. package/dist/noop-DXH2P2oE.js +26 -0
  502. package/dist/noop-D_wzwwIq.js +24 -0
  503. package/dist/showToast-CSU2xysR.js +102 -0
  504. package/dist/showToast-lrVl7hOm.js +104 -0
  505. package/dist/style-inject.es-tgCJW-Cu.js +28 -0
  506. package/dist/tslib.es6-Df1SgIEn.js +97 -0
  507. package/dist/tslib.es6-ld72nsZq.js +102 -0
  508. package/dist/useActiveLayout-BzQghohH.js +16 -0
  509. package/dist/useActiveLayout-DazMYwxf.js +14 -0
  510. package/dist/useBatchSelect-B7U15920.js +38 -0
  511. package/dist/useBatchSelect-DMD3JH4P.js +36 -0
  512. package/dist/useChildComponent-BUH0ttPi.js +17 -0
  513. package/dist/useChildComponent-D95jU7NM.js +15 -0
  514. package/dist/useResponsiveSizing-CMuS7Or1.js +46 -0
  515. package/dist/useResponsiveSizing-DRjeJos_.js +44 -0
  516. package/dist/useScrollToActive-BB-8euJF.js +554 -0
  517. package/dist/useScrollToActive-KSEZO66J.js +548 -0
  518. package/package.json +381 -8
  519. package/{rollup.config.js → rollup.config.mjs} +27 -18
  520. package/dist/AnimatedSwitcher/index.js +0 -13
  521. package/dist/Avatar/index.js +0 -15
  522. package/dist/Avatar-76a799fa.js +0 -78
  523. package/dist/Banner/index.js +0 -110
  524. package/dist/Button/index.js +0 -16
  525. package/dist/Button-b73a5e01.js +0 -57
  526. package/dist/ButtonDismiss/index.js +0 -17
  527. package/dist/ButtonDismiss-350af163.js +0 -14
  528. package/dist/Card/index.js +0 -24
  529. package/dist/Checkbox/index.js +0 -18
  530. package/dist/Checkbox-787e2e47.js +0 -63
  531. package/dist/Chip/index.js +0 -42
  532. package/dist/Chip-2709f19f.js +0 -89
  533. package/dist/Chips/index.js +0 -525
  534. package/dist/Combobox/index.js +0 -41
  535. package/dist/Combobox-e383ee96.js +0 -481
  536. package/dist/ConfirmationModal/index.js +0 -31
  537. package/dist/Content/index.js +0 -12
  538. package/dist/Content-e3f7b6fc.js +0 -24
  539. package/dist/DataDump/index.js +0 -37
  540. package/dist/DataList/index.js +0 -1340
  541. package/dist/DataTable/index.js +0 -301
  542. package/dist/DatePicker/index.js +0 -20
  543. package/dist/DatePicker-64c5ab1a.js +0 -134
  544. package/dist/DescriptionList/index.js +0 -24
  545. package/dist/Disclosure/index.js +0 -46
  546. package/dist/Drawer/index.js +0 -49
  547. package/dist/Emphasis/index.js +0 -13
  548. package/dist/Emphasis-bda56d3b.js +0 -19
  549. package/dist/FeatureSwitch/index.js +0 -70
  550. package/dist/Flex/index.js +0 -12
  551. package/dist/FormField/index.js +0 -24
  552. package/dist/FormField-6ff183f8.js +0 -253
  553. package/dist/FormatEmail/index.js +0 -23
  554. package/dist/FormatFile/index.js +0 -36
  555. package/dist/FormatFile-d1017eea.js +0 -162
  556. package/dist/Gallery/index.js +0 -100
  557. package/dist/Glimmer/index.js +0 -15
  558. package/dist/Glimmer-84dee1ed.js +0 -77
  559. package/dist/Grid/index.js +0 -76
  560. package/dist/Heading/index.js +0 -14
  561. package/dist/Icon/index.js +0 -11
  562. package/dist/Icon-405a216c.js +0 -40
  563. package/dist/InlineLabel/index.js +0 -13
  564. package/dist/InlineLabel-a6557829.js +0 -28
  565. package/dist/InputAvatar/index.js +0 -70
  566. package/dist/InputDate/index.js +0 -57
  567. package/dist/InputEmail/index.js +0 -43
  568. package/dist/InputFile/index.js +0 -25
  569. package/dist/InputFile-bb945071.js +0 -190
  570. package/dist/InputGroup/index.js +0 -12
  571. package/dist/InputNumber/index.js +0 -25
  572. package/dist/InputPassword/index.js +0 -41
  573. package/dist/InputText/index.js +0 -26
  574. package/dist/InputValidation/index.js +0 -17
  575. package/dist/InputValidation-05e839fa.js +0 -29
  576. package/dist/LightBox/index.js +0 -25
  577. package/dist/LightBox-b60d2262.js +0 -121
  578. package/dist/Link/index.js +0 -15
  579. package/dist/List/index.js +0 -93
  580. package/dist/Markdown/index.js +0 -19
  581. package/dist/Markdown-f7c55304.js +0 -62
  582. package/dist/Menu-083fc4c4.js +0 -139
  583. package/dist/Modal/index.js +0 -25
  584. package/dist/Modal-85cc55f5.js +0 -73
  585. package/dist/Option-3c4d377e.js +0 -19
  586. package/dist/Page/index.js +0 -78
  587. package/dist/Popover/index.js +0 -65
  588. package/dist/ProgressBar/index.js +0 -12
  589. package/dist/ProgressBar-b68edc8f.js +0 -43
  590. package/dist/RadioGroup/index.js +0 -15
  591. package/dist/RadioGroup-17b67ade.js +0 -46
  592. package/dist/RecurringSelect/index.js +0 -227
  593. package/dist/Select/index.js +0 -26
  594. package/dist/Spinner/index.js +0 -12
  595. package/dist/Spinner-9d8fc7ff.js +0 -24
  596. package/dist/StatusIndicator/index.js +0 -11
  597. package/dist/StatusIndicator-b179d06e.js +0 -18
  598. package/dist/StatusLabel/index.js +0 -29
  599. package/dist/Switch/index.js +0 -13
  600. package/dist/Switch-7d4aa7c3.js +0 -56
  601. package/dist/Table/index.js +0 -66
  602. package/dist/Tabs/index.js +0 -80
  603. package/dist/Text/index.js +0 -13
  604. package/dist/Toast/index.js +0 -111
  605. package/dist/Typography/index.js +0 -12
  606. package/dist/Typography-c45bf216.js +0 -62
  607. package/dist/tslib.es6-754e2961.js +0 -46
  608. /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
  609. /package/dist/{getAtlantisConfig-0f3e8af2.js → getAtlantisConfig-mcMVqf6m.js} +0 -0
  610. /package/dist/{style-inject.es-9d2f5f4e.js → style-inject.es-XZHJH68X.js} +0 -0
@@ -1,8 +1,6 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var AnimatedPresence = require('../AnimatedPresence-20a02aaa.js');
3
+ var AnimatedPresence = require('../AnimatedPresence-DFaAEYUa.js');
6
4
  require('react');
7
5
  require('framer-motion');
8
6
  require('@jobber/design');
@@ -0,0 +1,4 @@
1
+ export { A as AnimatedPresence } from '../AnimatedPresence-D73apgLB.js';
2
+ import 'react';
3
+ import 'framer-motion';
4
+ import '@jobber/design';
@@ -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 };
@@ -4,10 +4,6 @@ var React = require('react');
4
4
  var framerMotion = require('framer-motion');
5
5
  var design = require('@jobber/design');
6
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
7
  const TIMING_QUICK = toSeconds(design.tokens["timing-quick"]);
12
8
  const TIMING_BASE = toSeconds(design.tokens["timing-base"]);
13
9
  const baseTransition = {
@@ -73,9 +69,9 @@ const transitions = {
73
69
  function AnimatedPresence(props) {
74
70
  const shouldReduceMotion = framerMotion.useReducedMotion();
75
71
  if (shouldReduceMotion) {
76
- return React__default["default"].createElement(React__default["default"].Fragment, null, props.children);
72
+ return React.createElement(React.Fragment, null, props.children);
77
73
  }
78
- return React__default["default"].createElement(InternalAnimatedPresence, Object.assign({}, props));
74
+ return React.createElement(InternalAnimatedPresence, Object.assign({}, props));
79
75
  }
80
76
  function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
81
77
  const transitionVariation = transitions[transition];
@@ -88,7 +84,7 @@ function InternalAnimatedPresence({ transition = "fromTop", initial = false, chi
88
84
  React.useEffect(() => {
89
85
  setLastChildIndex(childCount - 1);
90
86
  }, [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: {
87
+ return (React.createElement(framerMotion.AnimatePresence, { initial: initial, mode: "popLayout" }, React.Children.map(children, (child, i) => child && (React.createElement(framerMotion.motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
92
88
  duration: TIMING_BASE,
93
89
  delay: generateDelayTime(i),
94
90
  } }, child)))));
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var AnimatedSwitcher = require('../AnimatedSwitcher-UmlTf067.js');
4
+ require('react');
5
+ require('framer-motion');
6
+ require('../Icon-B9XNdA1T.js');
7
+ require('@jobber/design');
8
+
9
+
10
+
11
+ exports.AnimatedSwitcher = AnimatedSwitcher.AnimatedSwitcher;
@@ -0,0 +1,5 @@
1
+ export { A as AnimatedSwitcher } from '../AnimatedSwitcher-B4fUExeN.js';
2
+ import 'react';
3
+ import 'framer-motion';
4
+ import '../Icon-CoHJokXb.js';
5
+ 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-CoHJokXb.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 };
@@ -2,11 +2,7 @@
2
2
 
3
3
  var React = require('react');
4
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);
5
+ var Icon = require('./Icon-B9XNdA1T.js');
10
6
 
11
7
  const DURATION_SIMPLE = 0.1;
12
8
  const DURATION_AVERAGE = 0.2;
@@ -51,8 +47,8 @@ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromB
51
47
  const [ref, setRef] = React.useState(null);
52
48
  const isSwitchingBetweenIcons = initialChild.type === Icon.Icon && switchTo.type === Icon.Icon;
53
49
  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)));
50
+ return (React.createElement(framerMotion.AnimatePresence, { mode: "wait", initial: false },
51
+ React.createElement(framerMotion.motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
56
52
  function getDisplayValue() {
57
53
  if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
58
54
  return window.getComputedStyle(ref.firstElementChild).display;
@@ -90,7 +86,7 @@ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromB
90
86
  }
91
87
  }
92
88
  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 }) }));
89
+ return (React.createElement(AnimatedSwitcher, { switched: switched, initialChild: React.createElement(Icon.Icon, { name: initialIcon }), switchTo: React.createElement(Icon.Icon, { name: switchToIcon }) }));
94
90
  };
95
91
 
96
92
  exports.AnimatedSwitcher = AnimatedSwitcher;
@@ -1,4 +1,4 @@
1
- import { RefObject } from "react";
1
+ import React, { RefObject } from "react";
2
2
  import { Option } from "./Option";
3
3
  interface MenuProps {
4
4
  readonly visible: boolean;
@@ -10,5 +10,5 @@ interface MenuProps {
10
10
  readonly attachTo: RefObject<Element | null>;
11
11
  onOptionSelect(chosenOption: Option): void;
12
12
  }
13
- export declare function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }: MenuProps): JSX.Element;
13
+ export declare function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }: MenuProps): React.ReactPortal;
14
14
  export {};
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ var Autocomplete = require('../Autocomplete-CDpl009j.js');
4
+ require('../tslib.es6-ld72nsZq.js');
5
+ require('react');
6
+ require('../debounce-B-pQrPa0.js');
7
+ require('../_commonjsHelpers-BJu3ubxk.js');
8
+ require('../isObjectLike-CsWGWxp9.js');
9
+ require('../isSymbol-CqL-NQwG.js');
10
+ require('../style-inject.es-XZHJH68X.js');
11
+ require('classnames');
12
+ require('react-dom');
13
+ require('react-popper');
14
+ require('@jobber/hooks/useOnKeyDown');
15
+ require('@jobber/hooks/useSafeLayoutEffect');
16
+ require('../Text-D9gsHxbp.js');
17
+ require('../Typography-Dx8KtnBw.js');
18
+ require('../Icon-B9XNdA1T.js');
19
+ require('@jobber/design');
20
+ require('../Heading-suKDLmO4.js');
21
+ require('../getAtlantisConfig-mcMVqf6m.js');
22
+ require('../InputText-D1KkzO4T.js');
23
+ require('../FormField-BBg_JAlJ.js');
24
+ require('react-hook-form');
25
+ require('@jobber/hooks/useShowClear');
26
+ require('../Button-D3mW3Hcg.js');
27
+ require('react-router-dom');
28
+ require('../InputValidation-DIwnbDDv.js');
29
+ require('framer-motion');
30
+ require('../Spinner-DT15aa_r.js');
31
+
32
+
33
+
34
+ exports.Autocomplete = Autocomplete.Autocomplete;
@@ -0,0 +1,28 @@
1
+ export { A as Autocomplete } from '../Autocomplete-DcuJsI7Z.js';
2
+ import '../tslib.es6-Df1SgIEn.js';
3
+ import 'react';
4
+ import '../debounce-asENWBkf.js';
5
+ import '../_commonjsHelpers-BFTU3MAI.js';
6
+ import '../isObjectLike-91E0YOes.js';
7
+ import '../isSymbol-BEvcpX3s.js';
8
+ import '../style-inject.es-tgCJW-Cu.js';
9
+ import 'classnames';
10
+ import 'react-dom';
11
+ import 'react-popper';
12
+ import '@jobber/hooks/useOnKeyDown';
13
+ import '@jobber/hooks/useSafeLayoutEffect';
14
+ import '../Text-DEviM1Tv.js';
15
+ import '../Typography-G8pA_xwj.js';
16
+ import '../Icon-CoHJokXb.js';
17
+ import '@jobber/design';
18
+ import '../Heading-CL3UujY7.js';
19
+ import '../getAtlantisConfig-6FPWID0P.js';
20
+ import '../InputText-CgykvJl2.js';
21
+ import '../FormField-C-d0U7Ww.js';
22
+ import 'react-hook-form';
23
+ import '@jobber/hooks/useShowClear';
24
+ import '../Button-CWVwgwhn.js';
25
+ import 'react-router-dom';
26
+ import '../InputValidation-BmgvSw0e.js';
27
+ import 'framer-motion';
28
+ import '../Spinner-BOhyUAA_.js';
@@ -1,40 +1,20 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var tslib_es6 = require('../tslib.es6-754e2961.js');
3
+ var tslib_es6 = require('./tslib.es6-ld72nsZq.js');
6
4
  var React = require('react');
7
- var debounce = require('lodash/debounce');
8
- var styleInject_es = require('../style-inject.es-9d2f5f4e.js');
5
+ var debounce = require('./debounce-B-pQrPa0.js');
6
+ var styleInject_es = require('./style-inject.es-XZHJH68X.js');
9
7
  var classnames = require('classnames');
10
8
  var ReactDOM = require('react-dom');
11
9
  var reactPopper = require('react-popper');
12
10
  var useOnKeyDown = require('@jobber/hooks/useOnKeyDown');
13
11
  var useSafeLayoutEffect = require('@jobber/hooks/useSafeLayoutEffect');
14
- var useIsMounted = require('@jobber/hooks/useIsMounted');
15
- var Text = require('../Text-259af966.js');
16
- var Icon = require('../Icon-405a216c.js');
17
- var Heading = require('../Heading-1e8e4bd3.js');
18
- var InputText = require('../InputText-55b6cb65.js');
19
- require('../Typography-c45bf216.js');
20
- require('@jobber/design');
21
- require('../getAtlantisConfig-0f3e8af2.js');
22
- require('../FormField-6ff183f8.js');
23
- require('react-hook-form');
24
- require('@jobber/hooks/useShowClear');
25
- require('../Button-b73a5e01.js');
26
- require('react-router-dom');
27
- require('../InputValidation-05e839fa.js');
28
- require('framer-motion');
29
- require('../Spinner-9d8fc7ff.js');
30
-
31
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
32
-
33
- var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
34
- var debounce__default = /*#__PURE__*/_interopDefaultLegacy(debounce);
35
- var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
12
+ var Text = require('./Text-D9gsHxbp.js');
13
+ var Icon = require('./Icon-B9XNdA1T.js');
14
+ var Heading = require('./Heading-suKDLmO4.js');
15
+ var InputText = require('./InputText-D1KkzO4T.js');
36
16
 
37
- 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(6 + 1001);\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: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: calc(16px / 16) solid var(--color-color-border);\n border: var(--border-base) solid var(--color-color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n overflow: auto;\n scroll-behavior: smooth;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n.CX-N-e0e6og- h5 {\n padding: calc(16px / 2) 0 calc(16px / 4) calc(16px / 2);\n padding: var(--space-small) 0 var(--space-smaller) var(--space-small);\n border-bottom: calc(16px / 16) solid rgb(1, 41, 57);\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: calc(16px / 2);\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 200ms;\n transition: all var(--timing-base);\n}\n\n.ucQtG0iwqbo-:hover,\n.ucQtG0iwqbo-:focus,\n.ucQtG0iwqbo-.r8HS-ma79QE- {\n background-color: rgb(244, 246, 250);\n background-color: var(--color-surface--hover);\n outline-color: rgb(147, 161, 169);\n outline-color: var(--color-focus);\n}\n\n.ucQtG0iwqbo-.ydwLX44YFZc-:not(:last-child) {\n border-bottom: calc(16px / 16) solid rgb(217, 223, 225);\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: calc(16px / 2);\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: calc(16px * 1.5);\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";
17
+ 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";
38
18
  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-"};
39
19
  styleInject_es.styleInject(css_248z);
40
20
 
@@ -43,9 +23,6 @@ var IndexChange;
43
23
  IndexChange[IndexChange["Previous"] = -1] = "Previous";
44
24
  IndexChange[IndexChange["Next"] = 1] = "Next";
45
25
  })(IndexChange || (IndexChange = {}));
46
- // Adding useIsMounted is what tipped this to 13 statements.
47
- // Any additions beyond useIsMounted should probably see this component refactored a bit
48
- // eslint-disable-next-line max-statements
49
26
  function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
50
27
  const [highlightedIndex, setHighlightedIndex] = React.useState(0);
51
28
  const { menuRef, setMenuRef, styles: popperStyles, attributes, targetWidth, } = useRepositionMenu(attachTo, visible);
@@ -55,26 +32,25 @@ function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
55
32
  const initialHighlight = options.some(detectGroups) ? 1 : 0;
56
33
  setupKeyListeners();
57
34
  React.useEffect(() => setHighlightedIndex(initialHighlight), [options]);
58
- const mounted = useIsMounted.useIsMounted();
59
- 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) => {
60
- const optionClass = classnames__default["default"](styles.option, {
35
+ const menu = (React.createElement("div", Object.assign({ className: classnames(styles.options, { [styles.visible]: visible }), ref: setMenuRef, style: Object.assign(Object.assign({}, popperStyles.popper), { width: targetWidth }) }, attributes.popper), options.map((option, index) => {
36
+ const optionClass = classnames(styles.option, {
61
37
  [styles.active]: index === highlightedIndex,
62
38
  [styles.separator]: addSeparators,
63
39
  });
64
40
  if (isGroup(option)) {
65
- return (React__default["default"].createElement("div", { key: option.label, className: styles.heading },
66
- React__default["default"].createElement(Heading.Heading, { level: 5 }, option.label)));
41
+ return (React.createElement("div", { key: option.label, className: styles.heading },
42
+ React.createElement(Heading.Heading, { level: 5 }, option.label)));
67
43
  }
68
- return (React__default["default"].createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
69
- React__default["default"].createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React__default["default"].createElement(Icon.Icon, { name: "checkmark", size: "small" }))),
70
- React__default["default"].createElement("div", { className: styles.text },
71
- React__default["default"].createElement("div", { className: styles.label },
72
- React__default["default"].createElement(Text.Text, null, option.label),
73
- option.description !== undefined && (React__default["default"].createElement(Text.Text, { variation: "subdued" }, option.description))),
74
- option.details !== undefined && (React__default["default"].createElement("div", { className: styles.details },
75
- React__default["default"].createElement(Text.Text, null, option.details))))));
44
+ return (React.createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
45
+ React.createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React.createElement(Icon.Icon, { name: "checkmark", size: "small" }))),
46
+ React.createElement("div", { className: styles.text },
47
+ React.createElement("div", { className: styles.label },
48
+ React.createElement(Text.Text, null, option.label),
49
+ option.description !== undefined && (React.createElement(Text.Text, { variation: "subdued" }, option.description))),
50
+ option.details !== undefined && (React.createElement("div", { className: styles.details },
51
+ React.createElement(Text.Text, null, option.details))))));
76
52
  })));
77
- return mounted.current ? ReactDOM.createPortal(menu, document.body) : menu;
53
+ return ReactDOM.createPortal(menu, document.body);
78
54
  function setupKeyListeners() {
79
55
  React.useEffect(() => {
80
56
  var _a, _b;
@@ -149,7 +125,7 @@ function AutocompleteInternal(_a, ref) {
149
125
  const [menuVisible, setMenuVisible] = React.useState(false);
150
126
  const [inputText, setInputText] = React.useState((_b = value === null || value === void 0 ? void 0 : value.label) !== null && _b !== void 0 ? _b : "");
151
127
  const autocompleteRef = React.useRef(null);
152
- const delayedSearch = debounce__default["default"](updateSearch, debounceRate);
128
+ const delayedSearch = debounce.debounce(updateSearch, debounceRate);
153
129
  React.useEffect(() => {
154
130
  delayedSearch();
155
131
  return delayedSearch.cancel;
@@ -158,9 +134,9 @@ function AutocompleteInternal(_a, ref) {
158
134
  var _a;
159
135
  updateInput((_a = value === null || value === void 0 ? void 0 : value.label) !== null && _a !== void 0 ? _a : "");
160
136
  }, [value]);
161
- return (React__default["default"].createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
162
- 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)),
163
- menuVisible && (React__default["default"].createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
137
+ return (React.createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
138
+ React.createElement(InputText.InputText, Object.assign({ ref: ref, autocomplete: false, size: size, value: inputText, onChange: handleInputChange, placeholder: placeholder, onFocus: handleInputFocus, onBlur: handleInputBlur, validations: validations }, inputProps)),
139
+ menuVisible && (React.createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
164
140
  function updateInput(newText) {
165
141
  setInputText(newText);
166
142
  if (newText === "") {