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

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 (514) hide show
  1. package/dist/AnimatedPresence/index.js +12 -0
  2. package/dist/AnimatedPresence/index.mjs +4 -0
  3. package/dist/AnimatedPresence-20a02aaa.js +104 -0
  4. package/dist/AnimatedPresence-bbccdaf7.js +98 -0
  5. package/dist/AnimatedSwitcher/index.js +13 -0
  6. package/dist/AnimatedSwitcher/index.mjs +5 -0
  7. package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
  8. package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
  9. package/dist/Autocomplete/index.js +33 -0
  10. package/dist/Autocomplete/index.mjs +25 -0
  11. package/dist/Autocomplete-6ca7a7e5.js +188 -0
  12. package/dist/Autocomplete-6df9f7c0.js +196 -0
  13. package/dist/Avatar/index.js +15 -0
  14. package/dist/Avatar/index.mjs +7 -0
  15. package/dist/Avatar-6ffee4bd.js +70 -0
  16. package/dist/Avatar-76a799fa.js +78 -0
  17. package/dist/Banner/components/BannerIcon/index.js +15 -0
  18. package/dist/Banner/components/BannerIcon/index.mjs +7 -0
  19. package/dist/Banner/index.js +21 -0
  20. package/dist/Banner/index.mjs +13 -0
  21. package/dist/Banner-2d1688c7.js +82 -0
  22. package/dist/Banner-cb621462.js +89 -0
  23. package/dist/BannerIcon-9d41540d.js +24 -0
  24. package/dist/BannerIcon-ae763eab.js +32 -0
  25. package/dist/Body-2f4bf030.js +50 -0
  26. package/dist/Body-91ac1819.js +64 -0
  27. package/dist/Button/index.js +16 -0
  28. package/dist/Button/index.mjs +8 -0
  29. package/dist/Button-9ae092b3.js +50 -0
  30. package/dist/Button-b73a5e01.js +57 -0
  31. package/dist/ButtonDismiss/index.js +17 -0
  32. package/dist/ButtonDismiss/index.mjs +9 -0
  33. package/dist/ButtonDismiss-350af163.js +14 -0
  34. package/dist/ButtonDismiss-614803be.js +8 -0
  35. package/dist/Card/colors.css.d.ts +89 -0
  36. package/dist/Card/index.js +24 -0
  37. package/dist/Card/index.mjs +16 -0
  38. package/dist/Card-a9861d4d.js +86 -0
  39. package/dist/Card-e3144022.js +93 -0
  40. package/dist/Checkbox/index.js +18 -0
  41. package/dist/Checkbox/index.mjs +10 -0
  42. package/dist/Checkbox-3ff9f47a.js +56 -0
  43. package/dist/Checkbox-787e2e47.js +63 -0
  44. package/dist/Chip/hooks/index.js +10 -0
  45. package/dist/Chip/hooks/index.mjs +2 -0
  46. package/dist/Chip/index.js +28 -0
  47. package/dist/Chip/index.mjs +18 -0
  48. package/dist/Chip-0e37aa92.js +70 -0
  49. package/dist/Chip-36397442.js +78 -0
  50. package/dist/ChipDismissible-1b8383e1.js +19 -0
  51. package/dist/ChipDismissible-d12a2207.js +26 -0
  52. package/dist/Chips/InternalChipDismissible/hooks/index.js +20 -0
  53. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +8 -0
  54. package/dist/Chips/InternalChipDismissible/index.js +31 -0
  55. package/dist/Chips/InternalChipDismissible/index.mjs +23 -0
  56. package/dist/Chips/index.js +48 -0
  57. package/dist/Chips/index.mjs +38 -0
  58. package/dist/Chips-36b7630e.js +97 -0
  59. package/dist/Chips-fe5c5705.js +91 -0
  60. package/dist/Combobox/components/ComboboxAction/index.js +15 -0
  61. package/dist/Combobox/components/ComboboxAction/index.mjs +7 -0
  62. package/dist/Combobox/components/ComboboxActivator/index.js +29 -0
  63. package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -0
  64. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.js +17 -0
  65. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +9 -0
  66. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.js +27 -0
  67. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +19 -0
  68. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.js +13 -0
  69. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +5 -0
  70. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.js +12 -0
  71. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +4 -0
  72. package/dist/Combobox/components/ComboboxContent/index.js +37 -0
  73. package/dist/Combobox/components/ComboboxContent/index.mjs +29 -0
  74. package/dist/Combobox/components/ComboboxOption/index.js +17 -0
  75. package/dist/Combobox/components/ComboboxOption/index.mjs +9 -0
  76. package/dist/Combobox/components/ComboboxTrigger/index.js +27 -0
  77. package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
  78. package/dist/Combobox/index.js +51 -0
  79. package/dist/Combobox/index.mjs +42 -0
  80. package/dist/Combobox-bf8c9ce6.js +128 -0
  81. package/dist/Combobox-f781cae2.js +120 -0
  82. package/dist/ComboboxAction-22bd2e79.js +31 -0
  83. package/dist/ComboboxAction-c21dc02b.js +25 -0
  84. package/dist/ComboboxActivator-757941db.js +26 -0
  85. package/dist/ComboboxActivator-afc63f51.js +32 -0
  86. package/dist/ComboboxContent-0e67a7f3.js +144 -0
  87. package/dist/ComboboxContent-1faee40b.js +152 -0
  88. package/dist/ComboboxContentHeader-97ea6800.js +30 -0
  89. package/dist/ComboboxContentHeader-ce3f10b6.js +36 -0
  90. package/dist/ComboboxContentList-7f7ef48c.js +78 -0
  91. package/dist/ComboboxContentList-b7108426.js +85 -0
  92. package/dist/ComboboxContentSearch-196e638a.js +35 -0
  93. package/dist/ComboboxContentSearch-889f0525.js +41 -0
  94. package/dist/ComboboxLoadMore-21f09a37.js +17 -0
  95. package/dist/ComboboxLoadMore-a642edaa.js +23 -0
  96. package/dist/ComboboxOption-16d1c772.js +30 -0
  97. package/dist/ComboboxOption-cf324e9d.js +23 -0
  98. package/dist/ComboboxProvider-32666af1.js +10 -0
  99. package/dist/ComboboxProvider-dd21fe88.js +17 -0
  100. package/dist/ComboboxTrigger-0c05930b.js +28 -0
  101. package/dist/ComboboxTrigger-b41954f5.js +22 -0
  102. package/dist/ConfirmationModal/index.js +31 -0
  103. package/dist/ConfirmationModal/index.mjs +23 -0
  104. package/dist/ConfirmationModal-52e16873.js +100 -0
  105. package/dist/ConfirmationModal-916a1f09.js +94 -0
  106. package/dist/Content/Spacing.css.d.ts +13 -0
  107. package/dist/Content/index.js +12 -0
  108. package/dist/Content/index.mjs +4 -0
  109. package/dist/Content-c4ea919f.js +18 -0
  110. package/dist/Content-e3f7b6fc.js +24 -0
  111. package/dist/Countdown/index.js +12 -0
  112. package/dist/Countdown/index.mjs +4 -0
  113. package/dist/Countdown-961d8a6e.js +70 -0
  114. package/dist/Countdown-ac081ced.js +63 -0
  115. package/dist/DataDump/index.js +27 -0
  116. package/dist/DataDump/index.mjs +19 -0
  117. package/dist/DataDump-18f6e791.js +15 -0
  118. package/dist/DataDump-9addf519.js +21 -0
  119. package/dist/DataList/components/DataListAction/index.js +16 -0
  120. package/dist/DataList/components/DataListAction/index.mjs +8 -0
  121. package/dist/DataList/components/DataListActions/index.js +43 -0
  122. package/dist/DataList/components/DataListActions/index.mjs +35 -0
  123. package/dist/DataList/components/DataListActionsMenu/index.js +18 -0
  124. package/dist/DataList/components/DataListActionsMenu/index.mjs +10 -0
  125. package/dist/DataList/components/DataListBulkActions/index.js +46 -0
  126. package/dist/DataList/components/DataListBulkActions/index.mjs +37 -0
  127. package/dist/DataList/components/DataListEmptyState/index.js +22 -0
  128. package/dist/DataList/components/DataListEmptyState/index.mjs +13 -0
  129. package/dist/DataList/components/DataListFilters/components/DataListSort/index.js +52 -0
  130. package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +44 -0
  131. package/dist/DataList/components/DataListFilters/index.js +66 -0
  132. package/dist/DataList/components/DataListFilters/index.mjs +57 -0
  133. package/dist/DataList/components/DataListHeader/index.js +53 -0
  134. package/dist/DataList/components/DataListHeader/index.mjs +45 -0
  135. package/dist/DataList/components/DataListHeaderTile/components/index.js +15 -0
  136. package/dist/DataList/components/DataListHeaderTile/components/index.mjs +7 -0
  137. package/dist/DataList/components/DataListHeaderTile/index.js +22 -0
  138. package/dist/DataList/components/DataListHeaderTile/index.mjs +14 -0
  139. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.js +16 -0
  140. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +8 -0
  141. package/dist/DataList/components/DataListItem/index.js +52 -0
  142. package/dist/DataList/components/DataListItem/index.mjs +44 -0
  143. package/dist/DataList/components/DataListItemActions/index.js +45 -0
  144. package/dist/DataList/components/DataListItemActions/index.mjs +36 -0
  145. package/dist/DataList/components/DataListItemActionsOverflow/index.js +27 -0
  146. package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
  147. package/dist/DataList/components/DataListItems/index.js +53 -0
  148. package/dist/DataList/components/DataListItems/index.mjs +45 -0
  149. package/dist/DataList/components/DataListLayout/index.js +56 -0
  150. package/dist/DataList/components/DataListLayout/index.mjs +48 -0
  151. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.js +11 -0
  152. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
  153. package/dist/DataList/components/DataListLayoutActions/index.js +34 -0
  154. package/dist/DataList/components/DataListLayoutActions/index.mjs +26 -0
  155. package/dist/DataList/components/DataListLoadMore/index.js +23 -0
  156. package/dist/DataList/components/DataListLoadMore/index.mjs +14 -0
  157. package/dist/DataList/components/DataListLoadingState/index.js +23 -0
  158. package/dist/DataList/components/DataListLoadingState/index.mjs +13 -0
  159. package/dist/DataList/components/DataListOverflowFade/index.js +14 -0
  160. package/dist/DataList/components/DataListOverflowFade/index.mjs +5 -0
  161. package/dist/DataList/components/DataListSearch/index.js +34 -0
  162. package/dist/DataList/components/DataListSearch/index.mjs +24 -0
  163. package/dist/DataList/components/DataListStatusBar/index.js +32 -0
  164. package/dist/DataList/components/DataListStatusBar/index.mjs +23 -0
  165. package/dist/DataList/components/DataListStickyHeader/index.js +14 -0
  166. package/dist/DataList/components/DataListStickyHeader/index.mjs +6 -0
  167. package/dist/DataList/components/DataListTags/index.js +15 -0
  168. package/dist/DataList/components/DataListTags/index.mjs +7 -0
  169. package/dist/DataList/components/DataListTotalCount/index.js +18 -0
  170. package/dist/DataList/components/DataListTotalCount/index.mjs +9 -0
  171. package/dist/DataList/context/DataListContext/index.js +13 -0
  172. package/dist/DataList/context/DataListContext/index.mjs +3 -0
  173. package/dist/DataList/context/DataListLayoutContext/index.js +13 -0
  174. package/dist/DataList/context/DataListLayoutContext/index.mjs +3 -0
  175. package/dist/DataList/index.js +97 -0
  176. package/dist/DataList/index.mjs +89 -0
  177. package/dist/DataList-1e0e9426.js +7 -0
  178. package/dist/DataList-ae2efe9b.js +139 -0
  179. package/dist/DataList-b5f0a522.js +9 -0
  180. package/dist/DataList-fc20945e.js +145 -0
  181. package/dist/DataList.const-3ae7ceef.js +25 -0
  182. package/dist/DataList.const-c05b47de.js +38 -0
  183. package/dist/DataList.utils-b72b8d0d.js +92 -0
  184. package/dist/DataList.utils-d51eb44e.js +80 -0
  185. package/dist/DataListAction-9d8a33e0.js +46 -0
  186. package/dist/DataListAction-d570e8bf.js +40 -0
  187. package/dist/DataListActions-c5ad9b23.js +43 -0
  188. package/dist/DataListActions-f8367eda.js +49 -0
  189. package/dist/DataListActionsMenu-cce1bd30.js +53 -0
  190. package/dist/DataListActionsMenu-cfcd5d21.js +59 -0
  191. package/dist/DataListBulkActions-a750f601.js +29 -0
  192. package/dist/DataListBulkActions-af1fe283.js +36 -0
  193. package/dist/DataListContext-736a42a2.js +25 -0
  194. package/dist/DataListContext-f40570a7.js +34 -0
  195. package/dist/DataListEmptyState-25d6c47d.js +60 -0
  196. package/dist/DataListEmptyState-fcc112ac.js +53 -0
  197. package/dist/DataListFilters-3e5599c6.js +50 -0
  198. package/dist/DataListFilters-aaff643e.js +43 -0
  199. package/dist/DataListHeader-43a4bb92.js +100 -0
  200. package/dist/DataListHeader-bf256a20.js +93 -0
  201. package/dist/DataListHeaderTile-4b93f949.js +91 -0
  202. package/dist/DataListHeaderTile-8854e4d8.js +84 -0
  203. package/dist/DataListItem-3d39e2eb.js +119 -0
  204. package/dist/DataListItem-5cbf5f14.js +112 -0
  205. package/dist/DataListItemActions-122d8972.js +39 -0
  206. package/dist/DataListItemActions-c5749fdc.js +32 -0
  207. package/dist/DataListItemActionsOverflow-6004ba59.js +33 -0
  208. package/dist/DataListItemActionsOverflow-9c491ed9.js +39 -0
  209. package/dist/DataListItemClickable-127bfc7f.js +45 -0
  210. package/dist/DataListItemClickable-abe0242c.js +51 -0
  211. package/dist/DataListItems-00dd20c1.js +19 -0
  212. package/dist/DataListItems-09c65d2c.js +25 -0
  213. package/dist/DataListLayout-4cdcaa1f.js +25 -0
  214. package/dist/DataListLayout-99863988.js +19 -0
  215. package/dist/DataListLayoutActions-43cc8589.js +39 -0
  216. package/dist/DataListLayoutActions-9f8cc2a2.js +45 -0
  217. package/dist/DataListLayoutContext-39a0d016.js +11 -0
  218. package/dist/DataListLayoutContext-7daf863d.js +14 -0
  219. package/dist/DataListLayoutContext-83df2a23.js +22 -0
  220. package/dist/DataListLayoutContext-9237afd1.js +8 -0
  221. package/dist/DataListLoadMore-1b519950.js +34 -0
  222. package/dist/DataListLoadMore-20d2d817.js +41 -0
  223. package/dist/DataListLoadingState-9de965f6.js +33 -0
  224. package/dist/DataListLoadingState-c175094e.js +25 -0
  225. package/dist/DataListOverflowFade-85c826e0.js +33 -0
  226. package/dist/DataListOverflowFade-a640f51f.js +25 -0
  227. package/dist/DataListSearch-584f4f05.js +72 -0
  228. package/dist/DataListSearch-614b959b.js +62 -0
  229. package/dist/DataListSort-0e8e03c9.js +98 -0
  230. package/dist/DataListSort-a684067a.js +92 -0
  231. package/dist/DataListSortingOptions-4694941c.js +44 -0
  232. package/dist/DataListSortingOptions-8a64205a.js +38 -0
  233. package/dist/DataListStatusBar-4f692790.js +22 -0
  234. package/dist/DataListStatusBar-e17eff45.js +29 -0
  235. package/dist/DataListStickyHeader-0728e21b.js +33 -0
  236. package/dist/DataListStickyHeader-ce11cbd9.js +26 -0
  237. package/dist/DataListTags-68b3a874.js +65 -0
  238. package/dist/DataListTags-f4038ea1.js +72 -0
  239. package/dist/DataListTotalCount-8373c2df.js +34 -0
  240. package/dist/DataListTotalCount-cce98cf6.js +27 -0
  241. package/dist/DataTable/index.js +36 -0
  242. package/dist/DataTable/index.mjs +23 -0
  243. package/dist/DataTable/test-utilities/index.js +243 -0
  244. package/dist/DataTable/test-utilities/index.mjs +233 -0
  245. package/dist/DataTable-4afcfbc6.js +252 -0
  246. package/dist/DataTable-8d4b2d3a.js +245 -0
  247. package/dist/DatePicker/index.js +20 -0
  248. package/dist/DatePicker/index.mjs +12 -0
  249. package/dist/DatePicker-64c5ab1a.js +134 -0
  250. package/dist/DatePicker-85127ebc.js +125 -0
  251. package/dist/DayOfMonthSelect-8e05c1a7.js +141 -0
  252. package/dist/DayOfMonthSelect-d644270a.js +152 -0
  253. package/dist/DescriptionList/index.js +13 -0
  254. package/dist/DescriptionList/index.mjs +5 -0
  255. package/dist/DescriptionList-73241740.js +15 -0
  256. package/dist/DescriptionList-e72dbff4.js +21 -0
  257. package/dist/Disclosure/index.js +16 -0
  258. package/dist/Disclosure/index.mjs +8 -0
  259. package/dist/Disclosure-1165a958.js +36 -0
  260. package/dist/Disclosure-f285a6b6.js +42 -0
  261. package/dist/Divider/index.js +12 -0
  262. package/dist/Divider/index.mjs +4 -0
  263. package/dist/Divider-30edc4ed.js +20 -0
  264. package/dist/Divider-46a88bea.js +27 -0
  265. package/dist/Drawer/index.js +21 -0
  266. package/dist/Drawer/index.mjs +12 -0
  267. package/dist/DrawerGrid-73000735.js +33 -0
  268. package/dist/DrawerGrid-89de9440.js +41 -0
  269. package/dist/Emphasis/index.js +13 -0
  270. package/dist/Emphasis/index.mjs +5 -0
  271. package/dist/Emphasis-78cec3ac.js +13 -0
  272. package/dist/Emphasis-bda56d3b.js +19 -0
  273. package/dist/FeatureSwitch/index.js +26 -0
  274. package/dist/FeatureSwitch/index.mjs +18 -0
  275. package/dist/FeatureSwitch-1d6993a1.js +55 -0
  276. package/dist/FeatureSwitch-6632682d.js +62 -0
  277. package/dist/Flex/index.js +12 -0
  278. package/dist/Flex/index.mjs +4 -0
  279. package/dist/Flex-d490c4db.js +38 -0
  280. package/dist/Flex-d565495d.js +31 -0
  281. package/dist/Form/index.js +12 -0
  282. package/dist/Form/index.mjs +4 -0
  283. package/dist/Form-6a161b07.js +48 -0
  284. package/dist/Form-927647ef.js +54 -0
  285. package/dist/FormField/index.js +24 -0
  286. package/dist/FormField/index.mjs +16 -0
  287. package/dist/FormField-6ff183f8.js +253 -0
  288. package/dist/FormField-8118cfc8.js +246 -0
  289. package/dist/FormatDate/index.js +11 -0
  290. package/dist/FormatDate/index.mjs +2 -0
  291. package/dist/FormatDate-70ea5b43.js +34 -0
  292. package/dist/FormatDate-720b39cf.js +27 -0
  293. package/dist/FormatEmail/index.js +12 -0
  294. package/dist/FormatEmail/index.mjs +4 -0
  295. package/dist/FormatEmail-04ee4085.js +14 -0
  296. package/dist/FormatEmail-298393bb.js +21 -0
  297. package/dist/FormatFile/index.js +36 -0
  298. package/dist/FormatFile/index.mjs +28 -0
  299. package/dist/FormatFile-352cc225.js +154 -0
  300. package/dist/FormatFile-f036902d.js +162 -0
  301. package/dist/FormatRelativeDateTime/index.js +10 -0
  302. package/dist/FormatRelativeDateTime/index.mjs +2 -0
  303. package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
  304. package/dist/FormatRelativeDateTime-6336002d.js +70 -0
  305. package/dist/FormatTime/index.js +10 -0
  306. package/dist/FormatTime/index.mjs +2 -0
  307. package/dist/FormatTime-20538519.js +34 -0
  308. package/dist/FormatTime-764fd3c8.js +28 -0
  309. package/dist/Gallery/Gallery.css.d.ts +9 -0
  310. package/dist/Gallery/index.js +39 -0
  311. package/dist/Gallery/index.mjs +31 -0
  312. package/dist/Gallery-287d640a.js +73 -0
  313. package/dist/Gallery-604216cb.js +66 -0
  314. package/dist/Glimmer/index.js +15 -0
  315. package/dist/Glimmer/index.mjs +6 -0
  316. package/dist/Glimmer/style/Shape.css.d.ts +9 -0
  317. package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
  318. package/dist/Glimmer/style/Timing.css.d.ts +6 -0
  319. package/dist/Glimmer-84dee1ed.js +77 -0
  320. package/dist/Glimmer-aea7f8ae.js +69 -0
  321. package/dist/Grid/GridAlign.css.d.ts +8 -0
  322. package/dist/Grid/InternalGridCell/index.js +12 -0
  323. package/dist/Grid/InternalGridCell/index.mjs +3 -0
  324. package/dist/Grid/index.js +15 -0
  325. package/dist/Grid/index.mjs +6 -0
  326. package/dist/Grid-257d509f.js +34 -0
  327. package/dist/Grid-3b80e935.js +42 -0
  328. package/dist/Heading/index.js +14 -0
  329. package/dist/Heading/index.mjs +6 -0
  330. package/dist/Heading-1e8e4bd3.js +55 -0
  331. package/dist/Heading-93e755cb.js +49 -0
  332. package/dist/Icon/index.js +11 -0
  333. package/dist/Icon/index.mjs +3 -0
  334. package/dist/Icon-22723fe6.js +34 -0
  335. package/dist/Icon-405a216c.js +40 -0
  336. package/dist/InlineLabel/index.js +13 -0
  337. package/dist/InlineLabel/index.mjs +5 -0
  338. package/dist/InlineLabel-a6557829.js +28 -0
  339. package/dist/InlineLabel-b7d9e402.js +21 -0
  340. package/dist/InputAvatar/index.js +28 -0
  341. package/dist/InputAvatar/index.mjs +20 -0
  342. package/dist/InputAvatar-65e584a0.js +56 -0
  343. package/dist/InputAvatar-e4eb2201.js +50 -0
  344. package/dist/InputDate/index.js +29 -0
  345. package/dist/InputDate/index.mjs +21 -0
  346. package/dist/InputDate-68050753.js +32 -0
  347. package/dist/InputDate-77bcc250.js +39 -0
  348. package/dist/InputEmail/index.js +26 -0
  349. package/dist/InputEmail/index.mjs +17 -0
  350. package/dist/InputEmail-3103e37c.js +27 -0
  351. package/dist/InputEmail-88d617d7.js +20 -0
  352. package/dist/InputFile/index.js +25 -0
  353. package/dist/InputFile/index.mjs +16 -0
  354. package/dist/InputFile-bb945071.js +190 -0
  355. package/dist/InputFile-cfa53555.js +181 -0
  356. package/dist/InputGroup/index.js +12 -0
  357. package/dist/InputGroup/index.mjs +4 -0
  358. package/dist/InputGroup-436859cf.js +26 -0
  359. package/dist/InputGroup-8d4fd4eb.js +33 -0
  360. package/dist/InputNumber/index.js +25 -0
  361. package/dist/InputNumber/index.mjs +17 -0
  362. package/dist/InputNumber-0391311b.js +56 -0
  363. package/dist/InputNumber-d451b52e.js +62 -0
  364. package/dist/InputPassword/index.js +25 -0
  365. package/dist/InputPassword/index.mjs +17 -0
  366. package/dist/InputPassword-0ab4214d.js +19 -0
  367. package/dist/InputPassword-dd44b8d5.js +25 -0
  368. package/dist/InputPhoneNumber/index.js +25 -0
  369. package/dist/InputPhoneNumber/index.mjs +17 -0
  370. package/dist/InputPhoneNumber-83d7ec95.js +103 -0
  371. package/dist/InputPhoneNumber-bc761c12.js +97 -0
  372. package/dist/InputText/index.js +26 -0
  373. package/dist/InputText/index.mjs +18 -0
  374. package/dist/InputText-55b6cb65.js +102 -0
  375. package/dist/InputText-8dbcfe70.js +96 -0
  376. package/dist/InputTime/index.js +27 -0
  377. package/dist/InputTime/index.mjs +19 -0
  378. package/dist/InputTime-13522852.js +187 -0
  379. package/dist/InputTime-ce24b2bf.js +194 -0
  380. package/dist/InputValidation/index.js +17 -0
  381. package/dist/InputValidation/index.mjs +9 -0
  382. package/dist/InputValidation-05e839fa.js +29 -0
  383. package/dist/InputValidation-d68fb034.js +23 -0
  384. package/dist/InternalChipDismissible-1086e333.js +158 -0
  385. package/dist/InternalChipDismissible-5220f657.js +169 -0
  386. package/dist/InternalGridCell-58643b70.js +44 -0
  387. package/dist/InternalGridCell-eca14dd0.js +37 -0
  388. package/dist/LightBox/index.js +24 -0
  389. package/dist/LightBox/index.mjs +16 -0
  390. package/dist/LightBox-2460f422.js +109 -0
  391. package/dist/LightBox-a89d8863.js +117 -0
  392. package/dist/Link/index.js +10 -0
  393. package/dist/Link/index.mjs +2 -0
  394. package/dist/Link-b41bc1d3.js +7 -0
  395. package/dist/Link-fd7301ec.js +13 -0
  396. package/dist/List/index.js +25 -0
  397. package/dist/List/index.mjs +16 -0
  398. package/dist/List-ad77343b.js +77 -0
  399. package/dist/List-b5b0b81f.js +87 -0
  400. package/dist/Markdown/index.js +19 -0
  401. package/dist/Markdown/index.mjs +11 -0
  402. package/dist/Markdown-8d44afcd.js +55 -0
  403. package/dist/Markdown-f7c55304.js +62 -0
  404. package/dist/Menu/index.js +21 -0
  405. package/dist/Menu/index.mjs +13 -0
  406. package/dist/Menu-083fc4c4.js +139 -0
  407. package/dist/Menu-d99e0e5a.js +132 -0
  408. package/dist/Modal/Sizes.css.d.ts +6 -0
  409. package/dist/Modal/index.js +25 -0
  410. package/dist/Modal/index.mjs +17 -0
  411. package/dist/Modal-c336cac6.js +71 -0
  412. package/dist/Modal-ecd845d2.js +63 -0
  413. package/dist/MultiSelect/index.js +19 -0
  414. package/dist/MultiSelect/index.mjs +11 -0
  415. package/dist/MultiSelect-3b48166e.js +176 -0
  416. package/dist/MultiSelect-6dcd0181.js +169 -0
  417. package/dist/Option-18ddab50.js +12 -0
  418. package/dist/Option-3c4d377e.js +19 -0
  419. package/dist/Page/index.js +30 -0
  420. package/dist/Page/index.mjs +22 -0
  421. package/dist/Page-a9b25d27.js +66 -0
  422. package/dist/Page-f2604b2a.js +59 -0
  423. package/dist/Popover/index.js +20 -0
  424. package/dist/Popover/index.mjs +12 -0
  425. package/dist/Popover-2c6df036.js +47 -0
  426. package/dist/Popover-efe863e3.js +53 -0
  427. package/dist/ProgressBar/Sizes.css.d.ts +7 -0
  428. package/dist/ProgressBar/index.js +12 -0
  429. package/dist/ProgressBar/index.mjs +4 -0
  430. package/dist/ProgressBar-a453087d.js +36 -0
  431. package/dist/ProgressBar-b68edc8f.js +43 -0
  432. package/dist/RadioGroup/index.js +15 -0
  433. package/dist/RadioGroup/index.mjs +6 -0
  434. package/dist/RadioGroup-17b67ade.js +46 -0
  435. package/dist/RadioGroup-fe381c57.js +39 -0
  436. package/dist/RecurringSelect/components/index.js +18 -0
  437. package/dist/RecurringSelect/components/index.mjs +7 -0
  438. package/dist/RecurringSelect/index.js +39 -0
  439. package/dist/RecurringSelect/index.mjs +23 -0
  440. package/dist/RecurringSelect-2cd2b2cf.js +80 -0
  441. package/dist/RecurringSelect-d6eb7eba.js +74 -0
  442. package/dist/Select/index.js +26 -0
  443. package/dist/Select/index.mjs +17 -0
  444. package/dist/Spinner/index.js +12 -0
  445. package/dist/Spinner/index.mjs +4 -0
  446. package/dist/Spinner-5d8359b8.js +17 -0
  447. package/dist/Spinner-9d8fc7ff.js +24 -0
  448. package/dist/StatusIndicator/index.js +11 -0
  449. package/dist/StatusIndicator/index.mjs +3 -0
  450. package/dist/StatusIndicator-0a3a2d8a.js +12 -0
  451. package/dist/StatusIndicator-b179d06e.js +18 -0
  452. package/dist/StatusLabel/index.js +15 -0
  453. package/dist/StatusLabel/index.mjs +7 -0
  454. package/dist/StatusLabel-9a8fbdd0.js +19 -0
  455. package/dist/StatusLabel-f5fdd599.js +26 -0
  456. package/dist/Switch/index.js +13 -0
  457. package/dist/Switch/index.mjs +5 -0
  458. package/dist/Switch-258e7a55.js +49 -0
  459. package/dist/Switch-7d4aa7c3.js +56 -0
  460. package/dist/Table/index.js +20 -0
  461. package/dist/Table/index.mjs +5 -0
  462. package/dist/Tabs/index.js +14 -0
  463. package/dist/Tabs/index.mjs +5 -0
  464. package/dist/Tabs-0dd29b9b.js +78 -0
  465. package/dist/Tabs-4c37b15f.js +70 -0
  466. package/dist/Text/index.js +13 -0
  467. package/dist/Text/index.mjs +5 -0
  468. package/dist/Text-259af966.js +31 -0
  469. package/dist/Text-c9162504.js +25 -0
  470. package/dist/Toast/index.js +19 -0
  471. package/dist/Toast/index.mjs +11 -0
  472. package/dist/Tooltip/index.js +16 -0
  473. package/dist/Tooltip/index.mjs +8 -0
  474. package/dist/Tooltip-d1fc7e74.js +104 -0
  475. package/dist/Tooltip-ef3d6ef4.js +112 -0
  476. package/dist/Typography/css/Emphasis.css.d.ts +6 -0
  477. package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
  478. package/dist/Typography/css/FontSizes.css.d.ts +12 -0
  479. package/dist/Typography/css/FontWeights.css.d.ts +10 -0
  480. package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
  481. package/dist/Typography/css/TextCases.css.d.ts +7 -0
  482. package/dist/Typography/css/TextColors.css.d.ts +22 -0
  483. package/dist/Typography/css/Truncate.css.d.ts +5 -0
  484. package/dist/Typography/css/Typography.css.d.ts +5 -0
  485. package/dist/Typography/index.js +12 -0
  486. package/dist/Typography/index.mjs +4 -0
  487. package/dist/Typography-7cc5daf5.js +55 -0
  488. package/dist/Typography-c45bf216.js +62 -0
  489. package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
  490. package/dist/getAtlantisConfig-5b50057c.js +11 -0
  491. package/dist/helpers-686e91da.js +15 -0
  492. package/dist/helpers-8ea80269.js +37 -0
  493. package/dist/index.js +274 -0
  494. package/dist/index.mjs +162 -0
  495. package/dist/showToast-59a77248.js +100 -0
  496. package/dist/showToast-c1e660fd.js +106 -0
  497. package/dist/style-inject.es-9d2f5f4e.js +30 -0
  498. package/dist/style-inject.es-a0e1a0ba.js +28 -0
  499. package/dist/tslib.es6-754e2961.js +46 -0
  500. package/dist/tslib.es6-c563c1dd.js +43 -0
  501. package/dist/useActiveLayout-101129a8.js +14 -0
  502. package/dist/useActiveLayout-adbf2bc3.js +16 -0
  503. package/dist/useBatchSelect-33acc2fc.js +36 -0
  504. package/dist/useBatchSelect-ac66c1cb.js +38 -0
  505. package/dist/useChildComponent-13989d0a.js +15 -0
  506. package/dist/useChildComponent-d661dbd6.js +21 -0
  507. package/dist/useResponsiveSizing-10f0860d.js +45 -0
  508. package/dist/useResponsiveSizing-c1e28e54.js +43 -0
  509. package/dist/useScrollToActive-056749d8.js +271 -0
  510. package/dist/useScrollToActive-ace6c5ba.js +259 -0
  511. package/package.json +6 -364
  512. package/rollup.config.js +82 -20
  513. package/dist/index.cjs +0 -6721
  514. package/dist/index.esm.js +0 -6603
@@ -0,0 +1,89 @@
1
+ export { D as DataList } from '../DataList-ae2efe9b.js';
2
+ import '../tslib.es6-c563c1dd.js';
3
+ import 'react';
4
+ import '../DataList-1e0e9426.js';
5
+ import '../style-inject.es-a0e1a0ba.js';
6
+ import '../DataListTotalCount-cce98cf6.js';
7
+ import '../Text-c9162504.js';
8
+ import '../Typography-7cc5daf5.js';
9
+ import 'classnames';
10
+ import '../Glimmer-aea7f8ae.js';
11
+ import '../Content-c4ea919f.js';
12
+ import '../DataListLoadingState-c175094e.js';
13
+ import '../DataListContext-736a42a2.js';
14
+ import 'lodash/noop';
15
+ import '../useActiveLayout-101129a8.js';
16
+ import '../useResponsiveSizing-c1e28e54.js';
17
+ import '../DataList.const-3ae7ceef.js';
18
+ import '@jobber/design';
19
+ import '../DataListLayout-99863988.js';
20
+ import '../DataListItems-00dd20c1.js';
21
+ import '../DataListLayoutContext-7daf863d.js';
22
+ import '../DataListItem-5cbf5f14.js';
23
+ import 'framer-motion';
24
+ import '../DataListItemActions-c5749fdc.js';
25
+ import '../DataListActions-c5ad9b23.js';
26
+ import '../Tooltip-d1fc7e74.js';
27
+ import 'react-dom';
28
+ import '@jobber/hooks/useSafeLayoutEffect';
29
+ import 'react-popper';
30
+ import '../Button-9ae092b3.js';
31
+ import 'react-router-dom';
32
+ import '../Icon-22723fe6.js';
33
+ import '../DataListOverflowFade-a640f51f.js';
34
+ import '@jobber/hooks/useInView';
35
+ import '../DataList.utils-d51eb44e.js';
36
+ import 'lodash/isEmpty';
37
+ import '../DataListTags-68b3a874.js';
38
+ import '../InlineLabel-b7d9e402.js';
39
+ import '../DataListHeaderTile-8854e4d8.js';
40
+ import '@jobber/hooks/useFocusTrap';
41
+ import '@jobber/hooks/useRefocusOnActivator';
42
+ import '../DataListSortingOptions-8a64205a.js';
43
+ import '@jobber/hooks/useOnKeyDown';
44
+ import '../FormatDate-720b39cf.js';
45
+ import '../Heading-93e755cb.js';
46
+ import '../getAtlantisConfig-5b50057c.js';
47
+ import '../DataListLayoutContext-9237afd1.js';
48
+ import '../DataListItemActionsOverflow-6004ba59.js';
49
+ import '../DataListActionsMenu-cce1bd30.js';
50
+ import '../Checkbox-3ff9f47a.js';
51
+ import 'react-hook-form';
52
+ import '../useBatchSelect-33acc2fc.js';
53
+ import '../DataListItemClickable-127bfc7f.js';
54
+ import '../DataListHeader-bf256a20.js';
55
+ import '../AnimatedSwitcher-3aff3d12.js';
56
+ import '../DataListBulkActions-a750f601.js';
57
+ import '../DataListFilters-aaff643e.js';
58
+ import '../DataListSort-a684067a.js';
59
+ import '../Combobox-f781cae2.js';
60
+ import '../ComboboxContent-0e67a7f3.js';
61
+ import '../ComboboxContentSearch-196e638a.js';
62
+ import '../ComboboxContentList-7f7ef48c.js';
63
+ import '../Spinner-5d8359b8.js';
64
+ import '../AnimatedPresence-bbccdaf7.js';
65
+ import '../ComboboxOption-cf324e9d.js';
66
+ import '../Flex-d565495d.js';
67
+ import '../ComboboxProvider-32666af1.js';
68
+ import '../ComboboxLoadMore-21f09a37.js';
69
+ import '../ComboboxContentHeader-97ea6800.js';
70
+ import '../ComboboxAction-c21dc02b.js';
71
+ import '../ComboboxTrigger-b41954f5.js';
72
+ import '../Chip-0e37aa92.js';
73
+ import '../Avatar-6ffee4bd.js';
74
+ import 'color';
75
+ import '../useChildComponent-13989d0a.js';
76
+ import 'lodash/debounce';
77
+ import '../ComboboxActivator-757941db.js';
78
+ import '@jobber/hooks/useAssert';
79
+ import '../DataListStickyHeader-ce11cbd9.js';
80
+ import '../DataListSearch-614b959b.js';
81
+ import '../InputText-8dbcfe70.js';
82
+ import '../FormField-8118cfc8.js';
83
+ import '@jobber/hooks/useShowClear';
84
+ import '../InputValidation-d68fb034.js';
85
+ import '../DataListEmptyState-fcc112ac.js';
86
+ import '../DataListLoadMore-1b519950.js';
87
+ import '../DataListAction-d570e8bf.js';
88
+ import '../DataListLayoutActions-43cc8589.js';
89
+ import '../DataListStatusBar-4f692790.js';
@@ -0,0 +1,7 @@
1
+ import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
2
+
3
+ var css_248z = ".TkdrExYnvcY-,\n.TkdrExYnvcY- * {\n box-sizing: border-box;\n}\n\n.TkdrExYnvcY- {\n --data-list--minimum-item-height: calc(var(--base-unit) * 3.5);\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n position: relative;\n z-index: 0;\n z-index: var(--elevation-default);\n -ms-flex: 1;\n flex: 1;\n}\n\n/*\n * Header\n */\n\n.IcAlZHoB4LI- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n z-index: 1;\n z-index: var(--elevation-base);\n margin-bottom: calc(16px / 2);\n margin-bottom: var(--space-small);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.TFO76ysivmg- {\n display: grid;\n padding: calc((16px / 2) + (16px / 4)) 0;\n padding: calc(calc(16px / 2) + calc(16px / 4)) 0;\n padding: calc(var(--space-small) + var(--space-smaller)) 0;\n gap: calc(16px / 2);\n grid-gap: calc(16px / 2);\n grid-gap: var(--space-small);\n gap: var(--space-small);\n grid-template-columns: auto fit-content(calc(16px * 14));\n grid-template-columns: auto fit-content(calc(var(--base-unit) * 14));\n}\n\n.TFO76ysivmg-:empty {\n display: none;\n}\n\n.jGHZZYZm1ZY- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n min-height: calc(16px * 3);\n min-height: var(--space-largest);\n padding: calc(16px / 2);\n padding: var(--space-small);\n border-bottom: calc(16px / 8) solid rgb(217, 223, 225);\n border-bottom: var(--border-thick) solid var(--color-border);\n}\n\n.GiD7MjZJbcw- {\n --data-list--header-actions-gap: var(--space-small);\n display: -ms-flexbox;\n display: flex;\n gap: calc(16px / 2);\n gap: var(--data-list--header-actions-gap);\n}\n\n@media (max-width: 489px) {\n\n.GiD7MjZJbcw- {\n -ms-flex-pack: justify;\n justify-content: space-between;\n width: 100%;\n}\n }\n\n@media (--small-screens-and-below) {\n\n.GiD7MjZJbcw- {\n -ms-flex-pack: justify;\n justify-content: space-between;\n width: 100%;\n}\n }\n\n.jMSVGIAr5tk- > p {\n font-weight: 500;\n white-space: nowrap;\n}\n\n.jMSVGIAr5tk- {\n display: -ms-flexbox;\n display: flex;\n margin: calc((16px / 2) * -1) 0;\n margin: calc(calc(16px / 2) * -1) 0;\n margin: calc(var(--space-small) * -1) 0;\n -ms-flex-align: center;\n align-items: center;\n gap: var(--data-list--header-actions-gap);\n}\n\n/*\n * List Item\n */\n\n.ise8kHCfhCY- {\n position: relative;\n padding: calc(16px / 2);\n padding: var(--space-small);\n border-bottom: calc(16px / 16) solid rgb(217, 223, 225);\n border-bottom: var(--border-base) solid var(--color-border);\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.ise8kHCfhCY-,\n.Tq6e0BGwcSM- {\n display: grid;\n grid-template-columns: minmax(0px, auto);\n min-height: var(--data-list--minimum-item-height);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.ise8kHCfhCY-.Pc0JGX6jCD4-,\n.ise8kHCfhCY-:hover,\n.ise8kHCfhCY-:focus-within {\n --data-list-item-active-color: var(--color-surface--hover);\n background-color: rgb(244, 246, 250);\n background-color: var(--data-list-item-active-color);\n}\n\n.Tq6e0BGwcSM- {\n margin: calc((16px / 2) * -1) 0;\n margin: calc(calc(16px / 2) * -1) 0;\n margin: calc(var(--space-small) * -1) 0;\n padding: calc(16px / 2) 0;\n padding: var(--space-small) 0;\n border: none;\n text-align: left;\n -webkit-text-decoration: none;\n text-decoration: none;\n background-color: transparent;\n cursor: pointer;\n}\n\n/**\n * Reset CSS properties on focus to ensure we only have the focus state on the\n * parent .listItem\n */\n\n.Tq6e0BGwcSM-:focus {\n outline: none;\n background-color: transparent;\n}\n\n/**\n * Enable a better hover and focus experience when :has() is supported.\n * This is a workaround for Firefox where the :has() selector is not supported.\n */\n\n@supports selector(*:has(*)) {\n .ise8kHCfhCY-:hover,\n .ise8kHCfhCY-:focus-within {\n background-color: transparent;\n }\n\n .ise8kHCfhCY-:has(.Tq6e0BGwcSM-:hover, .Tq6e0BGwcSM-:focus) {\n background-color: var(--data-list-item-active-color);\n }\n}\n\n/*\n * List Item Selection\n */\n\n.d-79rkMqufg- {\n display: grid;\n -ms-flex-align: start;\n align-items: flex-start;\n}\n\n@media (min-width: 768px) {\n\n.d-79rkMqufg- {\n -ms-flex-align: center;\n align-items: center;\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.d-79rkMqufg- {\n -ms-flex-align: center;\n align-items: center;\n}\n }\n\n.d-79rkMqufg-,\n.jGHZZYZm1ZY- .d-79rkMqufg- {\n grid-template-columns: -webkit-max-content minmax(0px, auto);\n grid-template-columns: max-content minmax(0px, auto);\n -webkit-column-gap: calc(16px / 2);\n -webkit-column-gap: var(--space-small);\n -moz-column-gap: calc(16px / 2);\n -moz-column-gap: var(--space-small);\n column-gap: calc(16px / 2);\n column-gap: var(--space-small);\n}\n\n.jGHZZYZm1ZY- .d-79rkMqufg- {\n display: grid;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.qm-SSuWTXkI- {\n display: -ms-flexbox;\n display: flex;\n visibility: hidden;\n\n /* To compensate the Checkbox's label margin that we are using for screen-readers */\n margin-right: calc((16px * 1) * -1);\n margin-right: calc(calc(16px * 1) * -1);\n margin-right: calc(var(--space-base) * -1);\n}\n\n.qm-SSuWTXkI-.VA9RnQp6nbI- {\n visibility: visible;\n}\n\n.ise8kHCfhCY- .d-79rkMqufg- > :first-child {\n -ms-flex-order: 2;\n order: 2;\n}\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n -ms-flex-order: 1;\n order: 1;\n padding-top: calc(16px / 4);\n padding-top: var(--space-smaller);\n opacity: 1;\n transition: opacity 100ms ease-in-out;\n transition: opacity var(--transition-properties);\n --transition-properties: var(--timing-quick) ease-in-out;\n}\n\n@media (min-width: 768px) {\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n padding-top: 0;\n opacity: 0;\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n padding-top: 0;\n opacity: 0;\n}\n }\n\n.ise8kHCfhCY-:hover .d-79rkMqufg- > :last-child,\n.ise8kHCfhCY-:focus-within .d-79rkMqufg- > :last-child,\n.ise8kHCfhCY- .d-79rkMqufg-._4L7iXXzLr5k- > :last-child {\n opacity: 1;\n}\n\n/*\n * Filters\n */\n\n.Kkp-IYmwq-s- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(255, 255, 255, 0.6);\n background-color: var(--color-overlay--dimmed);\n -ms-flex-align: start;\n align-items: flex-start;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.m-eCShL7TU4- {\n position: sticky;\n top: 50vh;\n}\n\n/* This hides the text from the UI but not from the screen readers */\n\n.esUiRgWabYw- {\n position: absolute;\n top: auto;\n left: -10000px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n text-indent: -10000px;\n}\n";
4
+ var styles = {"wrapper":"TkdrExYnvcY-","titleContainer":"IcAlZHoB4LI-","headerFilters":"TFO76ysivmg-","headerTitles":"jGHZZYZm1ZY-","batchSelectContainer":"GiD7MjZJbcw-","headerBatchSelect":"jMSVGIAr5tk-","listItem":"ise8kHCfhCY-","listItemClickable":"Tq6e0BGwcSM-","active":"Pc0JGX6jCD4-","selectable":"d-79rkMqufg-","selectAllCheckbox":"qm-SSuWTXkI-","visible":"VA9RnQp6nbI-","selected":"_4L7iXXzLr5k-","filtering":"Kkp-IYmwq-s-","filteringSpinner":"m-eCShL7TU4-","srOnly":"esUiRgWabYw-"};
5
+ styleInject(css_248z);
6
+
7
+ export { styles as s };
@@ -0,0 +1,139 @@
1
+ import { _ as __rest } from './tslib.es6-c563c1dd.js';
2
+ import React, { useState, useMemo, useRef } from 'react';
3
+ import { s as styles } from './DataList-1e0e9426.js';
4
+ import { D as DataListTotalCount } from './DataListTotalCount-cce98cf6.js';
5
+ import { D as DataListLoadingState } from './DataListLoadingState-c175094e.js';
6
+ import { D as DataListLayout } from './DataListLayout-99863988.js';
7
+ import { D as DataListHeader } from './DataListHeader-bf256a20.js';
8
+ import { I as InternalDataListFilters, D as DataListFilters } from './DataListFilters-aaff643e.js';
9
+ import { D as DataListStickyHeader } from './DataListStickyHeader-ce11cbd9.js';
10
+ import { I as InternalDataListSearch, D as DataListSearch } from './DataListSearch-614b959b.js';
11
+ import { I as InternalDataListEmptyState, D as DataListEmptyState } from './DataListEmptyState-fcc112ac.js';
12
+ import { D as DataListLoadMore } from './DataListLoadMore-1b519950.js';
13
+ import { D as DataListItemActions } from './DataListItemActions-c5749fdc.js';
14
+ import { D as DataListAction } from './DataListAction-d570e8bf.js';
15
+ import { D as DataListLayoutActions } from './DataListLayoutActions-43cc8589.js';
16
+ import { D as DataListContext, u as useDataListContext } from './DataListContext-736a42a2.js';
17
+ import { s as sortBreakpoints, g as getCompoundComponent, a as getCompoundComponents } from './DataList.utils-d51eb44e.js';
18
+ import { D as DATA_LIST_FILTERING_SPINNER_TEST_ID } from './DataList.const-3ae7ceef.js';
19
+ import { D as DataListBulkActions } from './DataListBulkActions-a750f601.js';
20
+ import { I as InternalDataListStatusBar, D as DataListStatusBar } from './DataListStatusBar-4f692790.js';
21
+ import { H as Heading } from './Heading-93e755cb.js';
22
+ import { S as Spinner } from './Spinner-5d8359b8.js';
23
+
24
+ function DataList(_a) {
25
+ var { selected = [], sorting } = _a, props = __rest(_a, ["selected", "sorting"]);
26
+ const [layouts, setLayouts] = useState({});
27
+ const layoutBreakpoints = useMemo(() => sortBreakpoints(Object.keys(layouts)), [layouts]);
28
+ const searchComponent = getCompoundComponent(props.children, DataListSearch);
29
+ const filterComponent = getCompoundComponent(props.children, DataListFilters);
30
+ const layoutComponents = getCompoundComponents(props.children, DataListLayout);
31
+ const emptyStateComponents = getCompoundComponents(props.children, DataListEmptyState);
32
+ const itemActionComponent = getCompoundComponent(props.children, DataListItemActions);
33
+ const bulkActionsComponent = getCompoundComponent(props.children, DataListBulkActions);
34
+ const headerCount = Object.keys(props.headers).length;
35
+ const shouldRenderStickyHeader = !!filterComponent || !!searchComponent || headerCount > 0;
36
+ return (React.createElement(DataListContext.Provider, { value: Object.assign(Object.assign({ searchComponent,
37
+ filterComponent,
38
+ layoutComponents,
39
+ emptyStateComponents,
40
+ itemActionComponent,
41
+ bulkActionsComponent,
42
+ layoutBreakpoints,
43
+ layouts,
44
+ registerLayout }, props), { selected,
45
+ // T !== DataListObject
46
+ sorting: sorting }) },
47
+ React.createElement(InternalDataList, { shouldRenderStickyHeader: shouldRenderStickyHeader })));
48
+ function registerLayout(size, children) {
49
+ setLayouts(prev => (Object.assign(Object.assign({}, prev), { [size]: children })));
50
+ }
51
+ }
52
+ function InternalDataList({ shouldRenderStickyHeader, }) {
53
+ const { data, title, totalCount, loadingState = "none", layoutComponents, } = useDataListContext();
54
+ const backToTopRef = useRef(null);
55
+ const initialLoading = loadingState === "initial";
56
+ const showEmptyState = !initialLoading && data.length === 0;
57
+ const shouldRenderLoadMoreTrigger = !initialLoading && !showEmptyState;
58
+ return (React.createElement("div", { className: styles.wrapper },
59
+ React.createElement("div", { className: styles.titleContainer },
60
+ title && React.createElement(Heading, { level: 3 }, title),
61
+ React.createElement(DataListTotalCount, { totalCount: totalCount, loading: initialLoading })),
62
+ React.createElement("div", { ref: backToTopRef }),
63
+ shouldRenderStickyHeader && (React.createElement(DataListStickyHeader, null,
64
+ React.createElement("div", { className: styles.headerFilters },
65
+ React.createElement(InternalDataListFilters, null),
66
+ React.createElement(InternalDataListSearch, null)),
67
+ React.createElement(InternalDataListStatusBar, null),
68
+ React.createElement(DataListHeader, null))),
69
+ initialLoading && React.createElement(DataListLoadingState, null),
70
+ showEmptyState && React.createElement(InternalDataListEmptyState, null),
71
+ layoutComponents,
72
+ loadingState === "filtering" && (React.createElement("div", { "data-testid": DATA_LIST_FILTERING_SPINNER_TEST_ID, className: styles.filtering },
73
+ React.createElement("div", { className: styles.filteringSpinner },
74
+ React.createElement(Spinner, { size: "small" })))),
75
+ shouldRenderLoadMoreTrigger && (React.createElement(DataListLoadMore, { onBackToTop: handleBackToTop }))));
76
+ function handleBackToTop() {
77
+ var _a;
78
+ // For testing purposes since jest doesn't know scrollIntoView.
79
+ // This prevents consumer's tests from needing to mock scrollIntoView.
80
+ if (!window.HTMLElement.prototype.scrollIntoView)
81
+ return;
82
+ (_a = backToTopRef.current) === null || _a === void 0 ? void 0 : _a.scrollIntoView({
83
+ behavior: "smooth",
84
+ block: "nearest",
85
+ inline: "start",
86
+ });
87
+ }
88
+ }
89
+ /**
90
+ * Sets the layout that the DataList item and header will use.
91
+ */
92
+ DataList.Layout = DataListLayout;
93
+ /**
94
+ * By using this component, we can render the actions anywhere in the layout
95
+ * instead of being added automatically on hover.
96
+ */
97
+ DataList.LayoutActions = DataListLayoutActions;
98
+ /**
99
+ * When the DataList is either empty and/or filtered, this component will be
100
+ * rendered.
101
+ */
102
+ DataList.EmptyState = DataListEmptyState;
103
+ /**
104
+ * Adds the filter components of your choosing to the DataList.
105
+ */
106
+ DataList.Filters = DataListFilters;
107
+ /**
108
+ * Enables the search functionality of the DataList.
109
+ *
110
+ * Since the debounce is implemented within the component, it can only be an
111
+ * uncontrolled component. Thus the lack of a `value` prop.
112
+ */
113
+ DataList.Search = DataListSearch;
114
+ /**
115
+ * Defines the group actions you could do on a single DataList item.
116
+ */
117
+ DataList.ItemActions = DataListItemActions;
118
+ /**
119
+ * Defines the action in a DataList. This should be used inside the
120
+ * DataListItemActions component.
121
+ */
122
+ DataList.ItemAction = DataListAction;
123
+ /**
124
+ * Defines the group actions you could do on multiple DataList items.
125
+ */
126
+ DataList.BatchActions = DataListBulkActions;
127
+ /**
128
+ * Defines the batch action in a DataList. This should be used inside the
129
+ * DataListBatchActions component.
130
+ */
131
+ DataList.BatchAction = function DataListBatchAction(props) {
132
+ return React.createElement(DataListAction, Object.assign({}, props));
133
+ };
134
+ /**
135
+ * Defines a status bar that is rendered between the filters and the header.
136
+ */
137
+ DataList.StatusBar = DataListStatusBar;
138
+
139
+ export { DataList as D };
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
4
+
5
+ var css_248z = ".TkdrExYnvcY-,\n.TkdrExYnvcY- * {\n box-sizing: border-box;\n}\n\n.TkdrExYnvcY- {\n --data-list--minimum-item-height: calc(var(--base-unit) * 3.5);\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n position: relative;\n z-index: 0;\n z-index: var(--elevation-default);\n -ms-flex: 1;\n flex: 1;\n}\n\n/*\n * Header\n */\n\n.IcAlZHoB4LI- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n z-index: 1;\n z-index: var(--elevation-base);\n margin-bottom: calc(16px / 2);\n margin-bottom: var(--space-small);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.TFO76ysivmg- {\n display: grid;\n padding: calc((16px / 2) + (16px / 4)) 0;\n padding: calc(calc(16px / 2) + calc(16px / 4)) 0;\n padding: calc(var(--space-small) + var(--space-smaller)) 0;\n gap: calc(16px / 2);\n grid-gap: calc(16px / 2);\n grid-gap: var(--space-small);\n gap: var(--space-small);\n grid-template-columns: auto fit-content(calc(16px * 14));\n grid-template-columns: auto fit-content(calc(var(--base-unit) * 14));\n}\n\n.TFO76ysivmg-:empty {\n display: none;\n}\n\n.jGHZZYZm1ZY- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n -ms-flex-pack: center;\n justify-content: center;\n min-height: calc(16px * 3);\n min-height: var(--space-largest);\n padding: calc(16px / 2);\n padding: var(--space-small);\n border-bottom: calc(16px / 8) solid rgb(217, 223, 225);\n border-bottom: var(--border-thick) solid var(--color-border);\n}\n\n.GiD7MjZJbcw- {\n --data-list--header-actions-gap: var(--space-small);\n display: -ms-flexbox;\n display: flex;\n gap: calc(16px / 2);\n gap: var(--data-list--header-actions-gap);\n}\n\n@media (max-width: 489px) {\n\n.GiD7MjZJbcw- {\n -ms-flex-pack: justify;\n justify-content: space-between;\n width: 100%;\n}\n }\n\n@media (--small-screens-and-below) {\n\n.GiD7MjZJbcw- {\n -ms-flex-pack: justify;\n justify-content: space-between;\n width: 100%;\n}\n }\n\n.jMSVGIAr5tk- > p {\n font-weight: 500;\n white-space: nowrap;\n}\n\n.jMSVGIAr5tk- {\n display: -ms-flexbox;\n display: flex;\n margin: calc((16px / 2) * -1) 0;\n margin: calc(calc(16px / 2) * -1) 0;\n margin: calc(var(--space-small) * -1) 0;\n -ms-flex-align: center;\n align-items: center;\n gap: var(--data-list--header-actions-gap);\n}\n\n/*\n * List Item\n */\n\n.ise8kHCfhCY- {\n position: relative;\n padding: calc(16px / 2);\n padding: var(--space-small);\n border-bottom: calc(16px / 16) solid rgb(217, 223, 225);\n border-bottom: var(--border-base) solid var(--color-border);\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.ise8kHCfhCY-,\n.Tq6e0BGwcSM- {\n display: grid;\n grid-template-columns: minmax(0px, auto);\n min-height: var(--data-list--minimum-item-height);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.ise8kHCfhCY-.Pc0JGX6jCD4-,\n.ise8kHCfhCY-:hover,\n.ise8kHCfhCY-:focus-within {\n --data-list-item-active-color: var(--color-surface--hover);\n background-color: rgb(244, 246, 250);\n background-color: var(--data-list-item-active-color);\n}\n\n.Tq6e0BGwcSM- {\n margin: calc((16px / 2) * -1) 0;\n margin: calc(calc(16px / 2) * -1) 0;\n margin: calc(var(--space-small) * -1) 0;\n padding: calc(16px / 2) 0;\n padding: var(--space-small) 0;\n border: none;\n text-align: left;\n -webkit-text-decoration: none;\n text-decoration: none;\n background-color: transparent;\n cursor: pointer;\n}\n\n/**\n * Reset CSS properties on focus to ensure we only have the focus state on the\n * parent .listItem\n */\n\n.Tq6e0BGwcSM-:focus {\n outline: none;\n background-color: transparent;\n}\n\n/**\n * Enable a better hover and focus experience when :has() is supported.\n * This is a workaround for Firefox where the :has() selector is not supported.\n */\n\n@supports selector(*:has(*)) {\n .ise8kHCfhCY-:hover,\n .ise8kHCfhCY-:focus-within {\n background-color: transparent;\n }\n\n .ise8kHCfhCY-:has(.Tq6e0BGwcSM-:hover, .Tq6e0BGwcSM-:focus) {\n background-color: var(--data-list-item-active-color);\n }\n}\n\n/*\n * List Item Selection\n */\n\n.d-79rkMqufg- {\n display: grid;\n -ms-flex-align: start;\n align-items: flex-start;\n}\n\n@media (min-width: 768px) {\n\n.d-79rkMqufg- {\n -ms-flex-align: center;\n align-items: center;\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.d-79rkMqufg- {\n -ms-flex-align: center;\n align-items: center;\n}\n }\n\n.d-79rkMqufg-,\n.jGHZZYZm1ZY- .d-79rkMqufg- {\n grid-template-columns: -webkit-max-content minmax(0px, auto);\n grid-template-columns: max-content minmax(0px, auto);\n -webkit-column-gap: calc(16px / 2);\n -webkit-column-gap: var(--space-small);\n -moz-column-gap: calc(16px / 2);\n -moz-column-gap: var(--space-small);\n column-gap: calc(16px / 2);\n column-gap: var(--space-small);\n}\n\n.jGHZZYZm1ZY- .d-79rkMqufg- {\n display: grid;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.qm-SSuWTXkI- {\n display: -ms-flexbox;\n display: flex;\n visibility: hidden;\n\n /* To compensate the Checkbox's label margin that we are using for screen-readers */\n margin-right: calc((16px * 1) * -1);\n margin-right: calc(calc(16px * 1) * -1);\n margin-right: calc(var(--space-base) * -1);\n}\n\n.qm-SSuWTXkI-.VA9RnQp6nbI- {\n visibility: visible;\n}\n\n.ise8kHCfhCY- .d-79rkMqufg- > :first-child {\n -ms-flex-order: 2;\n order: 2;\n}\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n -ms-flex-order: 1;\n order: 1;\n padding-top: calc(16px / 4);\n padding-top: var(--space-smaller);\n opacity: 1;\n transition: opacity 100ms ease-in-out;\n transition: opacity var(--transition-properties);\n --transition-properties: var(--timing-quick) ease-in-out;\n}\n\n@media (min-width: 768px) {\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n padding-top: 0;\n opacity: 0;\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.ise8kHCfhCY- .d-79rkMqufg- > :last-child {\n padding-top: 0;\n opacity: 0;\n}\n }\n\n.ise8kHCfhCY-:hover .d-79rkMqufg- > :last-child,\n.ise8kHCfhCY-:focus-within .d-79rkMqufg- > :last-child,\n.ise8kHCfhCY- .d-79rkMqufg-._4L7iXXzLr5k- > :last-child {\n opacity: 1;\n}\n\n/*\n * Filters\n */\n\n.Kkp-IYmwq-s- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n background-color: rgba(255, 255, 255, 0.6);\n background-color: var(--color-overlay--dimmed);\n -ms-flex-align: start;\n align-items: flex-start;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.m-eCShL7TU4- {\n position: sticky;\n top: 50vh;\n}\n\n/* This hides the text from the UI but not from the screen readers */\n\n.esUiRgWabYw- {\n position: absolute;\n top: auto;\n left: -10000px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n text-indent: -10000px;\n}\n";
6
+ var styles = {"wrapper":"TkdrExYnvcY-","titleContainer":"IcAlZHoB4LI-","headerFilters":"TFO76ysivmg-","headerTitles":"jGHZZYZm1ZY-","batchSelectContainer":"GiD7MjZJbcw-","headerBatchSelect":"jMSVGIAr5tk-","listItem":"ise8kHCfhCY-","listItemClickable":"Tq6e0BGwcSM-","active":"Pc0JGX6jCD4-","selectable":"d-79rkMqufg-","selectAllCheckbox":"qm-SSuWTXkI-","visible":"VA9RnQp6nbI-","selected":"_4L7iXXzLr5k-","filtering":"Kkp-IYmwq-s-","filteringSpinner":"m-eCShL7TU4-","srOnly":"esUiRgWabYw-"};
7
+ styleInject_es.styleInject(css_248z);
8
+
9
+ exports.styles = styles;
@@ -0,0 +1,145 @@
1
+ 'use strict';
2
+
3
+ var tslib_es6 = require('./tslib.es6-754e2961.js');
4
+ var React = require('react');
5
+ var DataList$1 = require('./DataList-b5f0a522.js');
6
+ var DataListTotalCount = require('./DataListTotalCount-8373c2df.js');
7
+ var DataListLoadingState = require('./DataListLoadingState-9de965f6.js');
8
+ var DataListLayout = require('./DataListLayout-4cdcaa1f.js');
9
+ var DataListHeader = require('./DataListHeader-43a4bb92.js');
10
+ var DataListFilters = require('./DataListFilters-3e5599c6.js');
11
+ var DataListStickyHeader = require('./DataListStickyHeader-0728e21b.js');
12
+ var DataListSearch = require('./DataListSearch-584f4f05.js');
13
+ var DataListEmptyState = require('./DataListEmptyState-25d6c47d.js');
14
+ var DataListLoadMore = require('./DataListLoadMore-20d2d817.js');
15
+ var DataListItemActions = require('./DataListItemActions-122d8972.js');
16
+ var DataListAction = require('./DataListAction-9d8a33e0.js');
17
+ var DataListLayoutActions = require('./DataListLayoutActions-9f8cc2a2.js');
18
+ var DataListContext = require('./DataListContext-f40570a7.js');
19
+ var DataList_utils = require('./DataList.utils-b72b8d0d.js');
20
+ var DataList_const = require('./DataList.const-c05b47de.js');
21
+ var DataListBulkActions = require('./DataListBulkActions-af1fe283.js');
22
+ var DataListStatusBar = require('./DataListStatusBar-e17eff45.js');
23
+ var Heading = require('./Heading-1e8e4bd3.js');
24
+ var Spinner = require('./Spinner-9d8fc7ff.js');
25
+
26
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
27
+
28
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
29
+
30
+ function DataList(_a) {
31
+ var { selected = [], sorting } = _a, props = tslib_es6.__rest(_a, ["selected", "sorting"]);
32
+ const [layouts, setLayouts] = React.useState({});
33
+ const layoutBreakpoints = React.useMemo(() => DataList_utils.sortBreakpoints(Object.keys(layouts)), [layouts]);
34
+ const searchComponent = DataList_utils.getCompoundComponent(props.children, DataListSearch.DataListSearch);
35
+ const filterComponent = DataList_utils.getCompoundComponent(props.children, DataListFilters.DataListFilters);
36
+ const layoutComponents = DataList_utils.getCompoundComponents(props.children, DataListLayout.DataListLayout);
37
+ const emptyStateComponents = DataList_utils.getCompoundComponents(props.children, DataListEmptyState.DataListEmptyState);
38
+ const itemActionComponent = DataList_utils.getCompoundComponent(props.children, DataListItemActions.DataListItemActions);
39
+ const bulkActionsComponent = DataList_utils.getCompoundComponent(props.children, DataListBulkActions.DataListBulkActions);
40
+ const headerCount = Object.keys(props.headers).length;
41
+ const shouldRenderStickyHeader = !!filterComponent || !!searchComponent || headerCount > 0;
42
+ return (React__default["default"].createElement(DataListContext.DataListContext.Provider, { value: Object.assign(Object.assign({ searchComponent,
43
+ filterComponent,
44
+ layoutComponents,
45
+ emptyStateComponents,
46
+ itemActionComponent,
47
+ bulkActionsComponent,
48
+ layoutBreakpoints,
49
+ layouts,
50
+ registerLayout }, props), { selected,
51
+ // T !== DataListObject
52
+ sorting: sorting }) },
53
+ React__default["default"].createElement(InternalDataList, { shouldRenderStickyHeader: shouldRenderStickyHeader })));
54
+ function registerLayout(size, children) {
55
+ setLayouts(prev => (Object.assign(Object.assign({}, prev), { [size]: children })));
56
+ }
57
+ }
58
+ function InternalDataList({ shouldRenderStickyHeader, }) {
59
+ const { data, title, totalCount, loadingState = "none", layoutComponents, } = DataListContext.useDataListContext();
60
+ const backToTopRef = React.useRef(null);
61
+ const initialLoading = loadingState === "initial";
62
+ const showEmptyState = !initialLoading && data.length === 0;
63
+ const shouldRenderLoadMoreTrigger = !initialLoading && !showEmptyState;
64
+ return (React__default["default"].createElement("div", { className: DataList$1.styles.wrapper },
65
+ React__default["default"].createElement("div", { className: DataList$1.styles.titleContainer },
66
+ title && React__default["default"].createElement(Heading.Heading, { level: 3 }, title),
67
+ React__default["default"].createElement(DataListTotalCount.DataListTotalCount, { totalCount: totalCount, loading: initialLoading })),
68
+ React__default["default"].createElement("div", { ref: backToTopRef }),
69
+ shouldRenderStickyHeader && (React__default["default"].createElement(DataListStickyHeader.DataListStickyHeader, null,
70
+ React__default["default"].createElement("div", { className: DataList$1.styles.headerFilters },
71
+ React__default["default"].createElement(DataListFilters.InternalDataListFilters, null),
72
+ React__default["default"].createElement(DataListSearch.InternalDataListSearch, null)),
73
+ React__default["default"].createElement(DataListStatusBar.InternalDataListStatusBar, null),
74
+ React__default["default"].createElement(DataListHeader.DataListHeader, null))),
75
+ initialLoading && React__default["default"].createElement(DataListLoadingState.DataListLoadingState, null),
76
+ showEmptyState && React__default["default"].createElement(DataListEmptyState.InternalDataListEmptyState, null),
77
+ layoutComponents,
78
+ loadingState === "filtering" && (React__default["default"].createElement("div", { "data-testid": DataList_const.DATA_LIST_FILTERING_SPINNER_TEST_ID, className: DataList$1.styles.filtering },
79
+ React__default["default"].createElement("div", { className: DataList$1.styles.filteringSpinner },
80
+ React__default["default"].createElement(Spinner.Spinner, { size: "small" })))),
81
+ shouldRenderLoadMoreTrigger && (React__default["default"].createElement(DataListLoadMore.DataListLoadMore, { onBackToTop: handleBackToTop }))));
82
+ function handleBackToTop() {
83
+ var _a;
84
+ // For testing purposes since jest doesn't know scrollIntoView.
85
+ // This prevents consumer's tests from needing to mock scrollIntoView.
86
+ if (!window.HTMLElement.prototype.scrollIntoView)
87
+ return;
88
+ (_a = backToTopRef.current) === null || _a === void 0 ? void 0 : _a.scrollIntoView({
89
+ behavior: "smooth",
90
+ block: "nearest",
91
+ inline: "start",
92
+ });
93
+ }
94
+ }
95
+ /**
96
+ * Sets the layout that the DataList item and header will use.
97
+ */
98
+ DataList.Layout = DataListLayout.DataListLayout;
99
+ /**
100
+ * By using this component, we can render the actions anywhere in the layout
101
+ * instead of being added automatically on hover.
102
+ */
103
+ DataList.LayoutActions = DataListLayoutActions.DataListLayoutActions;
104
+ /**
105
+ * When the DataList is either empty and/or filtered, this component will be
106
+ * rendered.
107
+ */
108
+ DataList.EmptyState = DataListEmptyState.DataListEmptyState;
109
+ /**
110
+ * Adds the filter components of your choosing to the DataList.
111
+ */
112
+ DataList.Filters = DataListFilters.DataListFilters;
113
+ /**
114
+ * Enables the search functionality of the DataList.
115
+ *
116
+ * Since the debounce is implemented within the component, it can only be an
117
+ * uncontrolled component. Thus the lack of a `value` prop.
118
+ */
119
+ DataList.Search = DataListSearch.DataListSearch;
120
+ /**
121
+ * Defines the group actions you could do on a single DataList item.
122
+ */
123
+ DataList.ItemActions = DataListItemActions.DataListItemActions;
124
+ /**
125
+ * Defines the action in a DataList. This should be used inside the
126
+ * DataListItemActions component.
127
+ */
128
+ DataList.ItemAction = DataListAction.DataListAction;
129
+ /**
130
+ * Defines the group actions you could do on multiple DataList items.
131
+ */
132
+ DataList.BatchActions = DataListBulkActions.DataListBulkActions;
133
+ /**
134
+ * Defines the batch action in a DataList. This should be used inside the
135
+ * DataListBatchActions component.
136
+ */
137
+ DataList.BatchAction = function DataListBatchAction(props) {
138
+ return React__default["default"].createElement(DataListAction.DataListAction, Object.assign({}, props));
139
+ };
140
+ /**
141
+ * Defines a status bar that is rendered between the filters and the header.
142
+ */
143
+ DataList.StatusBar = DataListStatusBar.DataListStatusBar;
144
+
145
+ exports.DataList = DataList;
@@ -0,0 +1,25 @@
1
+ import { tokens } from '@jobber/design';
2
+
3
+ const EMPTY_RESULTS_MESSAGE = "List is looking empty";
4
+ const EMPTY_FILTER_RESULTS_MESSAGE = "No results for selected filters";
5
+ const EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR = "DataListEmptyState action prop must be a Button component";
6
+ /**
7
+ * Breakpoints that we support
8
+ */
9
+ const BREAKPOINTS = ["xs", "sm", "md", "lg", "xl"];
10
+ const BREAKPOINT_SIZES = {
11
+ xs: 0,
12
+ sm: 490,
13
+ md: 768,
14
+ lg: 1080,
15
+ xl: 1440,
16
+ };
17
+ const SEARCH_DEBOUNCE_DELAY = tokens["timing-slowest"];
18
+ const DATA_LIST_FILTERING_SPINNER_TEST_ID = "ATL-DataList-filteringSpinner";
19
+ const DATA_LIST_LOADING_MORE_SPINNER_TEST_ID = "ATL-DataList-loadingMoreSpinner";
20
+ const DATA_LOAD_MORE_TEST_ID = "ATL-DataList-LoadMore-trigger";
21
+ const DATA_LIST_STICKY_HEADER_TEST_ID = "ATL-DataList-stickyHeader";
22
+ const TRANSITION_DURATION_IN_SECONDS = tokens["timing-base"] / 1000;
23
+ const TRANSITION_DELAY_IN_SECONDS = tokens["timing-quick"] / 1000;
24
+
25
+ export { BREAKPOINTS as B, DATA_LIST_FILTERING_SPINNER_TEST_ID as D, EMPTY_FILTER_RESULTS_MESSAGE as E, SEARCH_DEBOUNCE_DELAY as S, TRANSITION_DURATION_IN_SECONDS as T, DATA_LIST_STICKY_HEADER_TEST_ID as a, EMPTY_RESULTS_MESSAGE as b, EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR as c, DATA_LOAD_MORE_TEST_ID as d, DATA_LIST_LOADING_MORE_SPINNER_TEST_ID as e, TRANSITION_DELAY_IN_SECONDS as f, BREAKPOINT_SIZES as g };
@@ -0,0 +1,38 @@
1
+ 'use strict';
2
+
3
+ var design = require('@jobber/design');
4
+
5
+ const EMPTY_RESULTS_MESSAGE = "List is looking empty";
6
+ const EMPTY_FILTER_RESULTS_MESSAGE = "No results for selected filters";
7
+ const EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR = "DataListEmptyState action prop must be a Button component";
8
+ /**
9
+ * Breakpoints that we support
10
+ */
11
+ const BREAKPOINTS = ["xs", "sm", "md", "lg", "xl"];
12
+ const BREAKPOINT_SIZES = {
13
+ xs: 0,
14
+ sm: 490,
15
+ md: 768,
16
+ lg: 1080,
17
+ xl: 1440,
18
+ };
19
+ const SEARCH_DEBOUNCE_DELAY = design.tokens["timing-slowest"];
20
+ const DATA_LIST_FILTERING_SPINNER_TEST_ID = "ATL-DataList-filteringSpinner";
21
+ const DATA_LIST_LOADING_MORE_SPINNER_TEST_ID = "ATL-DataList-loadingMoreSpinner";
22
+ const DATA_LOAD_MORE_TEST_ID = "ATL-DataList-LoadMore-trigger";
23
+ const DATA_LIST_STICKY_HEADER_TEST_ID = "ATL-DataList-stickyHeader";
24
+ const TRANSITION_DURATION_IN_SECONDS = design.tokens["timing-base"] / 1000;
25
+ const TRANSITION_DELAY_IN_SECONDS = design.tokens["timing-quick"] / 1000;
26
+
27
+ exports.BREAKPOINTS = BREAKPOINTS;
28
+ exports.BREAKPOINT_SIZES = BREAKPOINT_SIZES;
29
+ exports.DATA_LIST_FILTERING_SPINNER_TEST_ID = DATA_LIST_FILTERING_SPINNER_TEST_ID;
30
+ exports.DATA_LIST_LOADING_MORE_SPINNER_TEST_ID = DATA_LIST_LOADING_MORE_SPINNER_TEST_ID;
31
+ exports.DATA_LIST_STICKY_HEADER_TEST_ID = DATA_LIST_STICKY_HEADER_TEST_ID;
32
+ exports.DATA_LOAD_MORE_TEST_ID = DATA_LOAD_MORE_TEST_ID;
33
+ exports.EMPTY_FILTER_RESULTS_MESSAGE = EMPTY_FILTER_RESULTS_MESSAGE;
34
+ exports.EMPTY_RESULTS_MESSAGE = EMPTY_RESULTS_MESSAGE;
35
+ exports.EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR = EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR;
36
+ exports.SEARCH_DEBOUNCE_DELAY = SEARCH_DEBOUNCE_DELAY;
37
+ exports.TRANSITION_DELAY_IN_SECONDS = TRANSITION_DELAY_IN_SECONDS;
38
+ exports.TRANSITION_DURATION_IN_SECONDS = TRANSITION_DURATION_IN_SECONDS;
@@ -0,0 +1,92 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var isEmpty = require('lodash/isEmpty');
5
+ var DataList_const = require('./DataList.const-c05b47de.js');
6
+ var DataListTags = require('./DataListTags-f4038ea1.js');
7
+ var DataListHeaderTile = require('./DataListHeaderTile-4b93f949.js');
8
+ var FormatDate = require('./FormatDate-70ea5b43.js');
9
+ var Text = require('./Text-259af966.js');
10
+ var Heading = require('./Heading-1e8e4bd3.js');
11
+
12
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
13
+
14
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
15
+ var isEmpty__default = /*#__PURE__*/_interopDefaultLegacy(isEmpty);
16
+
17
+ /**
18
+ * Return the child component that matches the `type` provided
19
+ */
20
+ function getCompoundComponent(children, type) {
21
+ const childrenArray = React.Children.toArray(children);
22
+ const element = childrenArray.find(child => React.isValidElement(child) && child.type === type);
23
+ // Comply with the return type without casting it
24
+ return React.isValidElement(element) ? element : undefined;
25
+ }
26
+ /**
27
+ * Return all instances child component that matches the `type` provided
28
+ */
29
+ function getCompoundComponents(children, type) {
30
+ const childrenArray = React.Children.toArray(children);
31
+ const elements = childrenArray.filter((child) => React.isValidElement(child) && child.type === type);
32
+ return elements;
33
+ }
34
+ /**
35
+ * Generate the default element the DataList would use on the data provided.
36
+ */
37
+ function generateListItemElement(item) {
38
+ return Object.keys(item).reduce((acc, key) => {
39
+ const currentItem = item[key];
40
+ if (!currentItem) {
41
+ return acc;
42
+ }
43
+ if (key === "tags" && Array.isArray(currentItem)) {
44
+ acc[key] = React__default["default"].createElement(DataListTags.DataListTags, { items: currentItem });
45
+ }
46
+ else if (key === "label" && typeof currentItem === "string") {
47
+ acc[key] = React__default["default"].createElement(Heading.Heading, { level: 5 }, currentItem);
48
+ }
49
+ else if (React.isValidElement(currentItem)) {
50
+ acc[key] = currentItem;
51
+ }
52
+ else if (currentItem instanceof Date) {
53
+ acc[key] = (React__default["default"].createElement(Text.Text, { variation: "subdued" },
54
+ React__default["default"].createElement(FormatDate.FormatDate, { date: currentItem })));
55
+ }
56
+ else {
57
+ acc[key] = React__default["default"].createElement(Text.Text, { variation: "subdued" }, currentItem);
58
+ }
59
+ return acc;
60
+ }, {});
61
+ }
62
+ /**
63
+ * Generate the header elements with the default styling
64
+ */
65
+ function generateHeaderElements(headers) {
66
+ const headerElements = Object.keys(headers).reduce((acc, key) => (Object.assign(Object.assign({}, acc), { [key]: React__default["default"].createElement(DataListHeaderTile.DataListHeaderTile, { headers: headers, headerKey: key, visible: true }) })), {});
67
+ return isEmpty__default["default"](headerElements) ? undefined : headerElements;
68
+ }
69
+ function sortBreakpoints(sizeProp) {
70
+ return sizeProp.sort((a, b) => DataList_const.BREAKPOINTS.indexOf(a) - DataList_const.BREAKPOINTS.indexOf(b));
71
+ }
72
+ function getExposedActions(childrenArray, childCount = 2) {
73
+ const firstNChildren = childrenArray.slice(0, childCount);
74
+ return firstNChildren.reduce((result, child, i) => {
75
+ const hasIcon = Boolean(child.props.icon);
76
+ if (!hasIcon)
77
+ return result; // If the child does not have an icon, continue.
78
+ const isLastChildAdded = result.length === i;
79
+ // If it's the first child or if the previous child was added, then add this child.
80
+ if (i === 0 || (i < childCount && isLastChildAdded)) {
81
+ return [...result, child];
82
+ }
83
+ return result;
84
+ }, []);
85
+ }
86
+
87
+ exports.generateHeaderElements = generateHeaderElements;
88
+ exports.generateListItemElement = generateListItemElement;
89
+ exports.getCompoundComponent = getCompoundComponent;
90
+ exports.getCompoundComponents = getCompoundComponents;
91
+ exports.getExposedActions = getExposedActions;
92
+ exports.sortBreakpoints = sortBreakpoints;