@jobber/components 4.66.0 → 4.66.1-fix-hide-h.6

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 (753) hide show
  1. package/AnimatedPresence.d.ts +1 -0
  2. package/AnimatedPresence.js +17 -0
  3. package/AtlantisContext.d.ts +1 -0
  4. package/AtlantisContext.js +17 -0
  5. package/StatusIndicator.d.ts +1 -0
  6. package/StatusIndicator.js +17 -0
  7. package/dist/AnimatedPresence/AnimatedPresence.d.ts +24 -0
  8. package/dist/AnimatedPresence/AnimatedPresence.transitions.d.ts +11 -0
  9. package/dist/AnimatedPresence/hooks/usePreviousValue.d.ts +2 -0
  10. package/dist/AnimatedPresence/index.cjs +10 -0
  11. package/dist/AnimatedPresence/index.d.ts +1 -0
  12. package/dist/AnimatedPresence/index.mjs +4 -0
  13. package/dist/AnimatedPresence-DsD8wMiB.js +98 -0
  14. package/dist/AnimatedPresence-_p8QyR9z.js +100 -0
  15. package/dist/AnimatedSwitcher/index.cjs +11 -0
  16. package/dist/AnimatedSwitcher/index.mjs +5 -0
  17. package/dist/{AnimatedSwitcher-d1e1ddcf.js → AnimatedSwitcher-CtUSAWIt.js} +9 -10
  18. package/dist/AnimatedSwitcher-Det5s2ek.js +93 -0
  19. package/dist/AtlantisContext/AtlantisContext.d.ts +34 -0
  20. package/dist/AtlantisContext/index.cjs +10 -0
  21. package/dist/AtlantisContext/index.d.ts +1 -0
  22. package/dist/AtlantisContext/index.mjs +2 -0
  23. package/dist/AtlantisContext-0Mdk4oJC.js +22 -0
  24. package/dist/AtlantisContext-Dtu8ebkU.js +18 -0
  25. package/dist/Autocomplete/Menu.d.ts +2 -2
  26. package/dist/Autocomplete/index.cjs +33 -0
  27. package/dist/Autocomplete/index.mjs +27 -0
  28. package/dist/Autocomplete-B7YsP2Ql.js +190 -0
  29. package/dist/Autocomplete-DYj2Lg3f.js +192 -0
  30. package/dist/Avatar/index.cjs +12 -0
  31. package/dist/Avatar/index.mjs +6 -0
  32. package/dist/Avatar-CRADit7s.js +69 -0
  33. package/dist/Avatar-kAXMTS3o.js +67 -0
  34. package/dist/Banner/Banner.d.ts +2 -2
  35. package/dist/Banner/Banner.types.d.ts +1 -0
  36. package/dist/Banner/components/BannerIcon/BannerIcon.d.ts +4 -2
  37. package/dist/Banner/components/BannerIcon/index.cjs +11 -0
  38. package/dist/Banner/components/BannerIcon/index.mjs +5 -0
  39. package/dist/Banner/index.cjs +22 -0
  40. package/dist/Banner/index.d.ts +2 -1
  41. package/dist/Banner/index.mjs +16 -0
  42. package/dist/Banner-B72Jd8VZ.js +66 -0
  43. package/dist/Banner-DGrsuGot.js +68 -0
  44. package/dist/BannerIcon-q3EXfo22.js +17 -0
  45. package/dist/BannerIcon-tJZ3ckww.js +14 -0
  46. package/dist/Body-8HKzvIvv.js +54 -0
  47. package/dist/Body-B78J8M_2.js +45 -0
  48. package/dist/Button/Button.d.ts +8 -4
  49. package/dist/Button/index.cjs +13 -0
  50. package/dist/Button/index.mjs +7 -0
  51. package/dist/Button-CvQJyw1M.js +49 -0
  52. package/dist/Button-DjFrVgPj.js +47 -0
  53. package/dist/ButtonDismiss/ButtonDismiss.d.ts +1 -1
  54. package/dist/ButtonDismiss/index.cjs +14 -0
  55. package/dist/ButtonDismiss/index.mjs +8 -0
  56. package/dist/ButtonDismiss-B6rD5rB-.js +10 -0
  57. package/dist/ButtonDismiss-C2LOl-QT.js +8 -0
  58. package/dist/Card/CardClickable.d.ts +1 -1
  59. package/dist/Card/colors.css.d.ts +89 -0
  60. package/dist/Card/index.cjs +25 -0
  61. package/dist/Card/index.mjs +19 -0
  62. package/dist/Card-B_L6v9Fp.js +81 -0
  63. package/dist/Card-Cz9zwypC.js +83 -0
  64. package/dist/Checkbox/index.cjs +15 -0
  65. package/dist/Checkbox/index.mjs +9 -0
  66. package/dist/Checkbox-8SxykkvR.js +53 -0
  67. package/dist/Checkbox-DgjLt14k.js +55 -0
  68. package/dist/Chip/hooks/index.cjs +8 -0
  69. package/dist/Chip/hooks/index.mjs +2 -0
  70. package/dist/Chip/index.cjs +26 -0
  71. package/dist/Chip/index.mjs +18 -0
  72. package/dist/Chip-DiIMUiij.js +70 -0
  73. package/dist/Chip-sEzGnAdo.js +67 -0
  74. package/dist/ChipDismissible-D_h3oeEI.js +19 -0
  75. package/dist/ChipDismissible-fruTU8_c.js +22 -0
  76. package/dist/Chips/InternalChipDismissible/hooks/index.cjs +23 -0
  77. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +13 -0
  78. package/dist/Chips/InternalChipDismissible/index.cjs +35 -0
  79. package/dist/Chips/InternalChipDismissible/index.mjs +29 -0
  80. package/dist/Chips/index.cjs +48 -0
  81. package/dist/Chips/index.mjs +44 -0
  82. package/dist/Chips-RLz0PIhY.js +91 -0
  83. package/dist/Chips-bTwuX84o.js +93 -0
  84. package/dist/Combobox/Combobox.types.d.ts +53 -6
  85. package/dist/Combobox/ComboboxProvider.d.ts +3 -9
  86. package/dist/Combobox/components/ComboboxAction/ComboboxAction.d.ts +1 -1
  87. package/dist/Combobox/components/ComboboxAction/index.cjs +12 -0
  88. package/dist/Combobox/components/ComboboxAction/index.mjs +6 -0
  89. package/dist/Combobox/components/ComboboxActivator/index.cjs +27 -0
  90. package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -0
  91. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.cjs +14 -0
  92. package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +8 -0
  93. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.cjs +24 -0
  94. package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +18 -0
  95. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.cjs +10 -0
  96. package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +4 -0
  97. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/ComboboxLoadMore.d.ts +6 -0
  98. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.cjs +9 -0
  99. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.d.ts +1 -0
  100. package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +3 -0
  101. package/dist/Combobox/components/ComboboxContent/index.cjs +34 -0
  102. package/dist/Combobox/components/ComboboxContent/index.mjs +28 -0
  103. package/dist/Combobox/components/ComboboxOption/ComboboxOption.d.ts +2 -1
  104. package/dist/Combobox/components/ComboboxOption/index.cjs +14 -0
  105. package/dist/Combobox/components/ComboboxOption/index.mjs +8 -0
  106. package/dist/Combobox/components/ComboboxTrigger/index.cjs +25 -0
  107. package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
  108. package/dist/Combobox/hooks/useCombobox.d.ts +3 -1
  109. package/dist/Combobox/hooks/useComboboxContent.d.ts +1 -2
  110. package/dist/Combobox/hooks/useMakeComboboxHandlers.d.ts +1 -1
  111. package/dist/Combobox/index.cjs +53 -0
  112. package/dist/Combobox/index.mjs +46 -0
  113. package/dist/Combobox-CWHx4-n_.js +117 -0
  114. package/dist/Combobox-CbS1_GBQ.js +119 -0
  115. package/dist/ComboboxAction-CRlYsxnV.js +22 -0
  116. package/dist/ComboboxAction-DEhgOzYs.js +24 -0
  117. package/dist/ComboboxActivator-BQxh2GkW.js +28 -0
  118. package/dist/ComboboxActivator-DP-DDMTP.js +26 -0
  119. package/dist/ComboboxContent-BWHLiyL9.js +145 -0
  120. package/dist/ComboboxContent-CKlthhjK.js +143 -0
  121. package/dist/ComboboxContentHeader-BAj0VyGa.js +27 -0
  122. package/dist/ComboboxContentHeader-CtZwAMyJ.js +29 -0
  123. package/dist/ComboboxContentList-BYbeCxp2.js +77 -0
  124. package/dist/ComboboxContentList-aU8fbxsp.js +75 -0
  125. package/dist/ComboboxContentSearch-Bhmt-tVj.js +32 -0
  126. package/dist/ComboboxContentSearch-noFYGH66.js +34 -0
  127. package/dist/ComboboxLoadMore-BRTLjXUS.js +14 -0
  128. package/dist/ComboboxLoadMore-CvkW-I1H.js +16 -0
  129. package/dist/ComboboxOption-BY-tUk0s.js +22 -0
  130. package/dist/ComboboxOption-CX-Z2eLn.js +20 -0
  131. package/dist/ComboboxProvider-BKMfpEBY.js +10 -0
  132. package/dist/ComboboxProvider-CfnemK-l.js +13 -0
  133. package/dist/ComboboxTrigger-DgObs0vq.js +24 -0
  134. package/dist/ComboboxTrigger-EPtw6WW1.js +22 -0
  135. package/dist/ConfirmationModal/index.cjs +29 -0
  136. package/dist/ConfirmationModal/index.mjs +23 -0
  137. package/dist/{ConfirmationModal-0f85d96c.js → ConfirmationModal-D-Ca61Ml.js} +15 -14
  138. package/dist/ConfirmationModal-DkFPvWkn.js +99 -0
  139. package/dist/Content/Spacing.css.d.ts +13 -0
  140. package/dist/Content/index.cjs +9 -0
  141. package/dist/Content/index.mjs +3 -0
  142. package/dist/Content-D7e26CKa.js +13 -0
  143. package/dist/Content-DQHuNmbK.js +15 -0
  144. package/dist/Countdown/index.cjs +11 -0
  145. package/dist/Countdown/index.mjs +5 -0
  146. package/dist/Countdown-CRR217C4.js +659 -0
  147. package/dist/Countdown-DuPzfPEU.js +657 -0
  148. package/dist/DataDump/index.cjs +28 -0
  149. package/dist/DataDump/index.mjs +22 -0
  150. package/dist/DataDump-470Q8ui3.js +15 -0
  151. package/dist/DataDump-J9X44Vw9.js +17 -0
  152. package/dist/DataList/DataList.const.d.ts +1 -0
  153. package/dist/DataList/DataList.types.d.ts +23 -4
  154. package/dist/DataList/components/DataListAction/index.cjs +13 -0
  155. package/dist/DataList/components/DataListAction/index.mjs +7 -0
  156. package/dist/DataList/components/DataListActions/index.cjs +42 -0
  157. package/dist/DataList/components/DataListActions/index.mjs +36 -0
  158. package/dist/DataList/components/DataListActionsMenu/DataListActionsMenu.d.ts +2 -2
  159. package/dist/DataList/components/DataListActionsMenu/index.cjs +17 -0
  160. package/dist/DataList/components/DataListActionsMenu/index.mjs +11 -0
  161. package/dist/DataList/components/DataListBulkActions/index.cjs +45 -0
  162. package/dist/DataList/components/DataListBulkActions/index.mjs +38 -0
  163. package/dist/DataList/components/DataListEmptyState/index.cjs +20 -0
  164. package/dist/DataList/components/DataListEmptyState/index.mjs +13 -0
  165. package/dist/DataList/components/DataListFilters/components/DataListSort/index.cjs +54 -0
  166. package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +48 -0
  167. package/dist/DataList/components/DataListFilters/index.cjs +67 -0
  168. package/dist/DataList/components/DataListFilters/index.mjs +60 -0
  169. package/dist/DataList/components/DataListHeader/index.cjs +52 -0
  170. package/dist/DataList/components/DataListHeader/index.mjs +46 -0
  171. package/dist/DataList/components/DataListHeaderTile/DataListHeaderTile.d.ts +2 -1
  172. package/dist/DataList/components/DataListHeaderTile/DataListSortingArrows.d.ts +1 -1
  173. package/dist/DataList/components/DataListHeaderTile/components/DataListSortingOptions.d.ts +12 -0
  174. package/dist/DataList/components/DataListHeaderTile/components/index.cjs +12 -0
  175. package/dist/DataList/components/DataListHeaderTile/components/index.d.ts +1 -0
  176. package/dist/DataList/components/DataListHeaderTile/components/index.mjs +6 -0
  177. package/dist/DataList/components/DataListHeaderTile/index.cjs +20 -0
  178. package/dist/DataList/components/DataListHeaderTile/index.mjs +14 -0
  179. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.cjs +14 -0
  180. package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +8 -0
  181. package/dist/DataList/components/DataListItem/index.cjs +51 -0
  182. package/dist/DataList/components/DataListItem/index.mjs +45 -0
  183. package/dist/DataList/components/DataListItemActions/index.cjs +44 -0
  184. package/dist/DataList/components/DataListItemActions/index.mjs +37 -0
  185. package/dist/DataList/components/DataListItemActionsOverflow/index.cjs +25 -0
  186. package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
  187. package/dist/DataList/components/DataListItems/index.cjs +52 -0
  188. package/dist/DataList/components/DataListItems/index.mjs +46 -0
  189. package/dist/DataList/components/DataListLayout/index.cjs +55 -0
  190. package/dist/DataList/components/DataListLayout/index.mjs +49 -0
  191. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.cjs +9 -0
  192. package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
  193. package/dist/DataList/components/DataListLayoutActions/index.cjs +33 -0
  194. package/dist/DataList/components/DataListLayoutActions/index.mjs +27 -0
  195. package/dist/DataList/components/DataListLoadMore/index.cjs +21 -0
  196. package/dist/DataList/components/DataListLoadMore/index.mjs +14 -0
  197. package/dist/DataList/components/DataListLoadingState/index.cjs +21 -0
  198. package/dist/DataList/components/DataListLoadingState/index.mjs +13 -0
  199. package/dist/DataList/components/DataListOverflowFade/index.cjs +11 -0
  200. package/dist/DataList/components/DataListOverflowFade/index.mjs +4 -0
  201. package/dist/DataList/components/DataListSearch/index.cjs +34 -0
  202. package/dist/DataList/components/DataListSearch/index.mjs +26 -0
  203. package/dist/DataList/components/DataListStatusBar/index.cjs +30 -0
  204. package/dist/DataList/components/DataListStatusBar/index.mjs +23 -0
  205. package/dist/DataList/components/DataListStickyHeader/index.cjs +11 -0
  206. package/dist/DataList/components/DataListStickyHeader/index.mjs +5 -0
  207. package/dist/DataList/components/DataListTags/index.cjs +12 -0
  208. package/dist/DataList/components/DataListTags/index.mjs +6 -0
  209. package/dist/DataList/components/DataListTotalCount/DataListTotalCount.d.ts +2 -2
  210. package/dist/DataList/components/DataListTotalCount/index.cjs +15 -0
  211. package/dist/DataList/components/DataListTotalCount/index.mjs +8 -0
  212. package/dist/DataList/context/DataListContext/index.cjs +12 -0
  213. package/dist/DataList/context/DataListContext/index.mjs +4 -0
  214. package/dist/DataList/context/DataListLayoutContext/index.cjs +12 -0
  215. package/dist/DataList/context/DataListLayoutContext/index.mjs +4 -0
  216. package/dist/DataList/hooks/useMediaQuery.d.ts +7 -1
  217. package/dist/DataList/index.cjs +98 -0
  218. package/dist/DataList/index.d.ts +1 -1
  219. package/dist/DataList/index.mjs +92 -0
  220. package/dist/DataList-B4eUVLVj.js +5 -0
  221. package/dist/DataList-B_CFPI7W.js +3 -0
  222. package/dist/DataList-CoYJ655V.js +141 -0
  223. package/dist/DataList-DrSj_Q6F.js +139 -0
  224. package/dist/DataList.const-D3AaNa_6.js +25 -0
  225. package/dist/DataList.const-DQS-UFM6.js +38 -0
  226. package/dist/DataList.utils-DIB9q2H6.js +168 -0
  227. package/dist/DataList.utils-Dkk8ncia.js +161 -0
  228. package/dist/DataListAction-Cg4hmt8O.js +39 -0
  229. package/dist/DataListAction-DZEnIqmD.js +37 -0
  230. package/dist/DataListActions-B4rfk2Iq.js +45 -0
  231. package/dist/DataListActions-Cy41bUa4.js +43 -0
  232. package/dist/DataListActionsMenu-Bd-x4_GY.js +57 -0
  233. package/dist/DataListActionsMenu-CMmtpZ0d.js +55 -0
  234. package/dist/DataListBulkActions-BZwgJPjq.js +29 -0
  235. package/dist/DataListBulkActions-COo1TOhP.js +26 -0
  236. package/dist/DataListContext-BPxjwsVG.js +29 -0
  237. package/dist/DataListContext-DsvXZGoh.js +25 -0
  238. package/dist/DataListEmptyState-BGTwctrE.js +50 -0
  239. package/dist/DataListEmptyState-CSZSkI2p.js +53 -0
  240. package/dist/DataListFilters--7__TwY4.js +43 -0
  241. package/dist/DataListFilters-C5-qLfhk.js +46 -0
  242. package/dist/DataListHeader-CNXnKa6N.js +95 -0
  243. package/dist/DataListHeader-DsZuhZ-t.js +93 -0
  244. package/dist/DataListHeaderTile-BF8LFQJ9.js +85 -0
  245. package/dist/DataListHeaderTile-C_GsKT2v.js +83 -0
  246. package/dist/DataListItem-CpcO-q5j.js +115 -0
  247. package/dist/DataListItem-DPqtjw1g.js +113 -0
  248. package/dist/DataListItemActions-DxF3oZGR.js +32 -0
  249. package/dist/DataListItemActions-F75_5lGw.js +29 -0
  250. package/dist/DataListItemActionsOverflow-C7jjAcn7.js +35 -0
  251. package/dist/DataListItemActionsOverflow-Da7o16gd.js +33 -0
  252. package/dist/DataListItemClickable-Bt8nyAgS.js +45 -0
  253. package/dist/DataListItemClickable-DyVqNC8O.js +47 -0
  254. package/dist/DataListItems-BzilnPgA.js +19 -0
  255. package/dist/DataListItems-Dz9j38SD.js +21 -0
  256. package/dist/DataListLayout-DGpj7yY9.js +21 -0
  257. package/dist/DataListLayout-PmWmC1Vz.js +19 -0
  258. package/dist/DataListLayoutActions-CFeecMvE.js +38 -0
  259. package/dist/DataListLayoutActions-CeOxgo55.js +36 -0
  260. package/dist/DataListLayoutContext-BFN7k9jI.js +8 -0
  261. package/dist/DataListLayoutContext-Bze9i59Y.js +11 -0
  262. package/dist/DataListLayoutContext-CctAAX2e.js +14 -0
  263. package/dist/DataListLayoutContext-Dmuy9qz6.js +18 -0
  264. package/dist/DataListLoadMore-B5bM5H2b.js +34 -0
  265. package/dist/DataListLoadMore-DglPb8jK.js +31 -0
  266. package/dist/DataListLoadingState-BO2264WP.js +22 -0
  267. package/dist/DataListLoadingState-fJ-2BOx8.js +26 -0
  268. package/dist/DataListOverflowFade-C97TDA-f.js +25 -0
  269. package/dist/DataListOverflowFade-Cf2yTaQ4.js +22 -0
  270. package/dist/DataListSearch-BvWPsgzT.js +59 -0
  271. package/dist/DataListSearch-Vi1gLKKw.js +63 -0
  272. package/dist/DataListSort-BwmPuGT_.js +76 -0
  273. package/dist/DataListSort-CF4fD8hk.js +74 -0
  274. package/dist/DataListSortingOptions-B7NORlZf.js +37 -0
  275. package/dist/DataListSortingOptions-InrbBAUA.js +35 -0
  276. package/dist/DataListStatusBar-BYqG5qw-.js +22 -0
  277. package/dist/DataListStatusBar-BzLJgojM.js +25 -0
  278. package/dist/DataListStickyHeader-BrQ4-8FE.js +23 -0
  279. package/dist/DataListStickyHeader-CNZXGrOC.js +25 -0
  280. package/dist/DataListTags-CJSrIuC1.js +64 -0
  281. package/dist/DataListTags-DnosXU08.js +62 -0
  282. package/dist/DataListTotalCount-BMMWDIFi.js +27 -0
  283. package/dist/DataListTotalCount-Di2u6JlN.js +24 -0
  284. package/dist/DataTable/Body.d.ts +4 -4
  285. package/dist/DataTable/BodyLoading.d.ts +1 -1
  286. package/dist/DataTable/Footer.d.ts +2 -2
  287. package/dist/DataTable/Header.d.ts +4 -4
  288. package/dist/DataTable/SortIcon.d.ts +1 -1
  289. package/dist/DataTable/index.cjs +37 -0
  290. package/dist/DataTable/index.mjs +26 -0
  291. package/dist/DataTable/test-utilities/index.cjs +246 -0
  292. package/dist/DataTable/test-utilities/index.mjs +238 -0
  293. package/dist/DataTable-BncdMtw_.js +238 -0
  294. package/dist/DataTable-oaYgIuQ5.js +236 -0
  295. package/dist/DatePicker/index.cjs +26 -0
  296. package/dist/DatePicker/index.mjs +20 -0
  297. package/dist/DatePicker-CTrVQs--.js +8553 -0
  298. package/dist/DatePicker-DzjkqsZY.js +8556 -0
  299. package/dist/DayOfMonthSelect-BiWvIxWe.js +130 -0
  300. package/dist/DayOfMonthSelect-xX1cSHtJ.js +137 -0
  301. package/dist/DescriptionList/DescriptionList.d.ts +1 -1
  302. package/dist/DescriptionList/index.cjs +10 -0
  303. package/dist/DescriptionList/index.mjs +4 -0
  304. package/dist/DescriptionList-BqaFf2PH.js +12 -0
  305. package/dist/DescriptionList-CU1oU0gy.js +14 -0
  306. package/dist/Disclosure/index.cjs +17 -0
  307. package/dist/Disclosure/index.mjs +11 -0
  308. package/dist/Disclosure-D26ohdpw.js +35 -0
  309. package/dist/Disclosure-DzRqP8wI.js +33 -0
  310. package/dist/Divider/index.cjs +9 -0
  311. package/dist/Divider/index.mjs +3 -0
  312. package/dist/Divider-BjDtIO6-.js +17 -0
  313. package/dist/Divider-DNbqt0gw.js +19 -0
  314. package/dist/Drawer/DrawerGrid.d.ts +1 -1
  315. package/dist/Drawer/index.cjs +17 -0
  316. package/dist/Drawer/index.mjs +10 -0
  317. package/dist/DrawerGrid-C5ohW1pQ.js +31 -0
  318. package/dist/DrawerGrid-CHDVA6d2.js +28 -0
  319. package/dist/Emphasis/Emphasis.d.ts +2 -2
  320. package/dist/Emphasis/index.cjs +10 -0
  321. package/dist/Emphasis/index.mjs +4 -0
  322. package/dist/Emphasis-CKaYb2Cx.js +15 -0
  323. package/dist/Emphasis-oLbhQdCV.js +13 -0
  324. package/dist/FeatureSwitch/index.cjs +24 -0
  325. package/dist/FeatureSwitch/index.mjs +18 -0
  326. package/dist/FeatureSwitch-DYxOce4T.js +54 -0
  327. package/dist/FeatureSwitch-Dz4Lpg14.js +52 -0
  328. package/dist/Flex/index.cjs +9 -0
  329. package/dist/Flex/index.mjs +3 -0
  330. package/dist/Flex-DteCYe_w.js +28 -0
  331. package/dist/Flex-Xe7j4ihO.js +30 -0
  332. package/dist/Form/index.cjs +10 -0
  333. package/dist/Form/index.mjs +4 -0
  334. package/dist/{Form/index.js → Form-DFHfJGo1.js} +3 -9
  335. package/dist/Form-tQ94FVa0.js +48 -0
  336. package/dist/FormField/FormFieldAffix.d.ts +2 -2
  337. package/dist/FormField/FormFieldTypes.d.ts +23 -0
  338. package/dist/FormField/FormFieldWrapper.d.ts +4 -1
  339. package/dist/FormField/components/ClearAction.d.ts +9 -0
  340. package/dist/FormField/hooks/useFormFieldFocus.d.ts +12 -0
  341. package/dist/FormField/hooks/useIsSafari.d.ts +1 -0
  342. package/dist/FormField/hooks/useToolbar.d.ts +20 -0
  343. package/dist/FormField/index.cjs +21 -0
  344. package/dist/FormField/index.mjs +15 -0
  345. package/dist/FormField-BTV2b0gy.js +296 -0
  346. package/dist/FormField-CEojfV6Q.js +298 -0
  347. package/dist/FormatDate/{index.js → index.cjs} +1 -3
  348. package/dist/FormatDate/index.mjs +2 -0
  349. package/dist/FormatDate-BblXtoxM.js +27 -0
  350. package/dist/{FormatDate-70ea5b43.js → FormatDate-CMk1Vkpz.js} +1 -5
  351. package/dist/FormatEmail/index.cjs +9 -0
  352. package/dist/FormatEmail/index.mjs +3 -0
  353. package/dist/FormatEmail-BRfdMGVd.js +13 -0
  354. package/dist/FormatEmail-EiExu9yK.js +11 -0
  355. package/dist/FormatFile/FormatFileDeleteButton.d.ts +2 -2
  356. package/dist/FormatFile/index.cjs +34 -0
  357. package/dist/FormatFile/index.mjs +28 -0
  358. package/dist/FormatFile-B9esgLVD.js +149 -0
  359. package/dist/FormatFile-C7R08BkN.js +147 -0
  360. package/dist/FormatRelativeDateTime/index.cjs +8 -0
  361. package/dist/FormatRelativeDateTime/index.mjs +2 -0
  362. package/dist/FormatRelativeDateTime-BkK8Y8s-.js +64 -0
  363. package/dist/{FormatRelativeDateTime/index.js → FormatRelativeDateTime-C9szxU2r.js} +5 -11
  364. package/dist/FormatTime/index.cjs +8 -0
  365. package/dist/FormatTime/index.mjs +2 -0
  366. package/dist/FormatTime-B_K2-YjF.js +29 -0
  367. package/dist/{FormatTime/index.js → FormatTime-EtJbxuJT.js} +3 -8
  368. package/dist/Gallery/Gallery.css.d.ts +9 -0
  369. package/dist/Gallery/index.cjs +41 -0
  370. package/dist/Gallery/index.mjs +35 -0
  371. package/dist/Gallery-B1GvWj1y.js +63 -0
  372. package/dist/Gallery-DDw2ij0N.js +65 -0
  373. package/dist/Glimmer/index.cjs +12 -0
  374. package/dist/Glimmer/index.mjs +5 -0
  375. package/dist/Glimmer/style/Shape.css.d.ts +9 -0
  376. package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
  377. package/dist/Glimmer/style/Timing.css.d.ts +6 -0
  378. package/dist/Glimmer-DJ9psf2S.js +60 -0
  379. package/dist/Glimmer-ZDIXl8XO.js +63 -0
  380. package/dist/Grid/GridAlign.css.d.ts +8 -0
  381. package/dist/Grid/InternalGridCell/index.cjs +9 -0
  382. package/dist/Grid/InternalGridCell/index.mjs +2 -0
  383. package/dist/Grid/index.cjs +14 -0
  384. package/dist/Grid/index.mjs +7 -0
  385. package/dist/Grid-CFybr9uc.js +29 -0
  386. package/dist/Grid-DiGckzxq.js +32 -0
  387. package/dist/Heading/Heading.d.ts +8 -5
  388. package/dist/Heading/index.cjs +10 -0
  389. package/dist/Heading/index.mjs +4 -0
  390. package/dist/{Heading-0f4ecb0c.js → Heading-BhyZ43jQ.js} +5 -9
  391. package/dist/Heading-qH5QZFoM.js +47 -0
  392. package/dist/Icon/index.cjs +9 -0
  393. package/dist/Icon/index.mjs +3 -0
  394. package/dist/Icon-GaU33tZU.js +34 -0
  395. package/dist/Icon-fa-Ii8qc.js +36 -0
  396. package/dist/InlineLabel/InlineLabel.d.ts +3 -3
  397. package/dist/InlineLabel/index.cjs +10 -0
  398. package/dist/InlineLabel/index.mjs +4 -0
  399. package/dist/InlineLabel-Cdmqepaw.js +20 -0
  400. package/dist/InlineLabel-DDEhuVBL.js +18 -0
  401. package/dist/InputAvatar/InputAvatar.d.ts +1 -1
  402. package/dist/InputAvatar/index.cjs +26 -0
  403. package/dist/InputAvatar/index.mjs +20 -0
  404. package/dist/InputAvatar-CM3OdmlZ.js +47 -0
  405. package/dist/InputAvatar-To5TE_zu.js +49 -0
  406. package/dist/InputDate/InputDate.d.ts +10 -1
  407. package/dist/InputDate/index.cjs +35 -0
  408. package/dist/InputDate/index.mjs +29 -0
  409. package/dist/InputDate-85e7-vmz.js +48 -0
  410. package/dist/InputDate-rLE-VPSh.js +50 -0
  411. package/dist/InputEmail/index.cjs +23 -0
  412. package/dist/InputEmail/index.mjs +16 -0
  413. package/dist/InputEmail-BBtFRlEN.js +20 -0
  414. package/dist/InputEmail-DxbaZPUj.js +23 -0
  415. package/dist/InputFile/InputFile.d.ts +14 -4
  416. package/dist/InputFile/index.cjs +23 -0
  417. package/dist/InputFile/index.mjs +16 -0
  418. package/dist/InputFile-ClspzmnZ.js +1608 -0
  419. package/dist/InputFile-DQiQC-wF.js +1611 -0
  420. package/dist/InputGroup/index.cjs +9 -0
  421. package/dist/InputGroup/index.mjs +3 -0
  422. package/dist/InputGroup-BvYY-pQN.js +23 -0
  423. package/dist/InputGroup-tJljwvT9.js +25 -0
  424. package/dist/InputNumber/InputNumber.d.ts +1 -1
  425. package/dist/InputNumber/index.cjs +22 -0
  426. package/dist/InputNumber/index.mjs +16 -0
  427. package/dist/{InputNumber-d9ebabaa.js → InputNumber-BceDGccY.js} +2 -6
  428. package/dist/InputNumber-bGqHcfzb.js +56 -0
  429. package/dist/InputPassword/InputPassword.d.ts +2 -2
  430. package/dist/InputPassword/index.cjs +22 -0
  431. package/dist/InputPassword/index.mjs +16 -0
  432. package/dist/InputPassword-CXWxO4Q9.js +21 -0
  433. package/dist/InputPassword-DOMUHKz1.js +19 -0
  434. package/dist/InputPhoneNumber/index.cjs +22 -0
  435. package/dist/InputPhoneNumber/index.mjs +16 -0
  436. package/dist/{InputPhoneNumber/index.js → InputPhoneNumber-Bl4MIuyS.js} +7 -27
  437. package/dist/InputPhoneNumber-DmOJwqjp.js +94 -0
  438. package/dist/InputText/InputText.d.ts +8 -0
  439. package/dist/InputText/index.cjs +23 -0
  440. package/dist/InputText/index.mjs +17 -0
  441. package/dist/InputText-CGTG1LNb.js +104 -0
  442. package/dist/{InputText-f7c45ee5.js → InputText-CqaMlAXF.js} +20 -15
  443. package/dist/InputTime/InputTimeProps.d.ts +1 -1
  444. package/dist/InputTime/hooks/useTimePredict.d.ts +8 -0
  445. package/dist/InputTime/index.cjs +27 -0
  446. package/dist/InputTime/index.mjs +21 -0
  447. package/dist/InputTime-DXgod1n-.js +192 -0
  448. package/dist/InputTime-lMdLTFxs.js +190 -0
  449. package/dist/InputValidation/InputValidation.d.ts +1 -1
  450. package/dist/InputValidation/index.cjs +14 -0
  451. package/dist/InputValidation/index.mjs +8 -0
  452. package/dist/InputValidation-BjitowrV.js +22 -0
  453. package/dist/InputValidation-CM_L0IJg.js +20 -0
  454. package/dist/InternalChipDismissible-BdFEixGv.js +152 -0
  455. package/dist/InternalChipDismissible-umLLUm_o.js +157 -0
  456. package/dist/InternalGridCell-CAmVZe0V.js +34 -0
  457. package/dist/InternalGridCell-fnqy2PUk.js +37 -0
  458. package/dist/LightBox/LightBox.d.ts +2 -2
  459. package/dist/LightBox/index.cjs +26 -0
  460. package/dist/LightBox/index.mjs +20 -0
  461. package/dist/LightBox-BuTngdO-.js +112 -0
  462. package/dist/LightBox-s9-G_PIf.js +110 -0
  463. package/dist/Link/index.cjs +8 -0
  464. package/dist/Link/index.mjs +2 -0
  465. package/dist/Link-D7KACoR2.js +7 -0
  466. package/dist/Link-DyowhUUY.js +9 -0
  467. package/dist/List/index.cjs +27 -0
  468. package/dist/List/index.d.ts +1 -1
  469. package/dist/List/index.mjs +20 -0
  470. package/dist/List-CmDZ36np.js +186 -0
  471. package/dist/List-I1DMEtGe.js +189 -0
  472. package/dist/Markdown/Markdown.d.ts +7 -1
  473. package/dist/Markdown/index.cjs +17 -0
  474. package/dist/Markdown/index.mjs +11 -0
  475. package/dist/Markdown-Dfdw64jl.js +19018 -0
  476. package/dist/Markdown-DtkyHOef.js +19020 -0
  477. package/dist/Menu/Menu.d.ts +4 -8
  478. package/dist/Menu/index.cjs +23 -0
  479. package/dist/Menu/index.mjs +17 -0
  480. package/dist/Menu-BwDriJKM.js +170 -0
  481. package/dist/Menu-sTQ_rp2M.js +168 -0
  482. package/dist/Modal/Modal.d.ts +2 -2
  483. package/dist/Modal/Sizes.css.d.ts +6 -0
  484. package/dist/Modal/index.cjs +21 -0
  485. package/dist/Modal/index.mjs +15 -0
  486. package/dist/Modal-vxYo7BNp.js +61 -0
  487. package/dist/Modal-xN_ISx5c.js +63 -0
  488. package/dist/MultiSelect/DropDownMenu.d.ts +1 -1
  489. package/dist/MultiSelect/MultiSelect.d.ts +1 -1
  490. package/dist/MultiSelect/index.cjs +16 -0
  491. package/dist/MultiSelect/index.mjs +10 -0
  492. package/dist/MultiSelect-CXWg0N7K.js +166 -0
  493. package/dist/MultiSelect-DW4fwTRk.js +164 -0
  494. package/dist/Option-6fbSqhDe.js +12 -0
  495. package/dist/Option-CR1rmEH-.js +15 -0
  496. package/dist/Page/index.cjs +36 -0
  497. package/dist/Page/index.mjs +30 -0
  498. package/dist/Page-A01i8iFg.js +56 -0
  499. package/dist/Page-Dr44TKUq.js +58 -0
  500. package/dist/Popover/index.cjs +17 -0
  501. package/dist/Popover/index.mjs +11 -0
  502. package/dist/Popover-CmuYw24f.js +50 -0
  503. package/dist/Popover-CrA2MLlv.js +48 -0
  504. package/dist/ProgressBar/Sizes.css.d.ts +7 -0
  505. package/dist/ProgressBar/index.cjs +9 -0
  506. package/dist/ProgressBar/index.mjs +3 -0
  507. package/dist/ProgressBar-BwCc6t1v.js +33 -0
  508. package/dist/ProgressBar-D7Ye8I6m.js +31 -0
  509. package/dist/RadioGroup/RadioGroup.d.ts +1 -1
  510. package/dist/RadioGroup/index.cjs +12 -0
  511. package/dist/RadioGroup/index.mjs +5 -0
  512. package/dist/RadioGroup-BmRK3oRx.js +36 -0
  513. package/dist/RadioGroup-c3Iqj10U.js +39 -0
  514. package/dist/RecurringSelect/CurrentRecurrenceComponent.d.ts +2 -2
  515. package/dist/RecurringSelect/components/DayOfMonthSelect.d.ts +2 -2
  516. package/dist/RecurringSelect/components/MonthlyDayOfWeekSelect.d.ts +2 -2
  517. package/dist/RecurringSelect/components/MonthlySelect.d.ts +2 -2
  518. package/dist/RecurringSelect/components/WeeklySelect.d.ts +2 -2
  519. package/dist/RecurringSelect/components/index.cjs +15 -0
  520. package/dist/RecurringSelect/components/index.mjs +6 -0
  521. package/dist/RecurringSelect/index.cjs +36 -0
  522. package/dist/RecurringSelect/index.mjs +22 -0
  523. package/dist/RecurringSelect-B-Ar11Ly.js +71 -0
  524. package/dist/RecurringSelect-BGy_A1mO.js +69 -0
  525. package/dist/Select/Select.d.ts +1 -1
  526. package/dist/Select/index.cjs +23 -0
  527. package/dist/Select/index.mjs +16 -0
  528. package/dist/Spinner/index.cjs +9 -0
  529. package/dist/Spinner/index.mjs +3 -0
  530. package/dist/Spinner-Bg1QOlTK.js +14 -0
  531. package/dist/Spinner-b5Q8KXRQ.js +16 -0
  532. package/dist/StatusIndicator/StatusIndicator.d.ts +7 -0
  533. package/dist/StatusIndicator/StatusIndicator.type.d.ts +1 -0
  534. package/dist/StatusIndicator/index.cjs +8 -0
  535. package/dist/StatusIndicator/index.d.ts +2 -0
  536. package/dist/StatusIndicator/index.mjs +2 -0
  537. package/dist/StatusIndicator-CJokVJe8.js +11 -0
  538. package/dist/StatusIndicator-DOmArPLV.js +9 -0
  539. package/dist/StatusLabel/StatusLabel.d.ts +3 -3
  540. package/dist/StatusLabel/index.cjs +11 -0
  541. package/dist/StatusLabel/index.mjs +5 -0
  542. package/dist/StatusLabel-BDRbAp5g.js +18 -0
  543. package/dist/StatusLabel-C4bqD3Rb.js +16 -0
  544. package/dist/Switch/index.cjs +10 -0
  545. package/dist/Switch/index.mjs +4 -0
  546. package/dist/Switch-BQZyTTVy.js +46 -0
  547. package/dist/Switch-DRNOFDRD.js +48 -0
  548. package/dist/Table/Body.d.ts +1 -1
  549. package/dist/Table/Cells/Cell.d.ts +2 -2
  550. package/dist/Table/Cells/CellCurrency.d.ts +2 -2
  551. package/dist/Table/Cells/CellNumeric.d.ts +1 -1
  552. package/dist/Table/Footer.d.ts +1 -1
  553. package/dist/Table/Header.d.ts +1 -1
  554. package/dist/Table/Row.d.ts +1 -1
  555. package/dist/Table/Table.d.ts +1 -1
  556. package/dist/Table/index.cjs +17 -0
  557. package/dist/Table/index.mjs +4 -0
  558. package/dist/Tabs/index.cjs +11 -0
  559. package/dist/Tabs/index.mjs +4 -0
  560. package/dist/Tabs-BkuQenTE.js +66 -0
  561. package/dist/Tabs-DJ-Bbqw_.js +69 -0
  562. package/dist/Text/Text.d.ts +1 -1
  563. package/dist/Text/index.cjs +10 -0
  564. package/dist/Text/index.mjs +4 -0
  565. package/dist/Text-C3-8gHkD.js +25 -0
  566. package/dist/{Text-4a2bc89f.js → Text-CuGgzpie.js} +2 -6
  567. package/dist/Toast/index.cjs +101 -0
  568. package/dist/Toast/index.mjs +99 -0
  569. package/dist/Tooltip/Tooltip.d.ts +7 -1
  570. package/dist/Tooltip/Tooltip.types.d.ts +1 -0
  571. package/dist/Tooltip/{index.js → index.cjs} +3 -4
  572. package/dist/Tooltip/index.mjs +8 -0
  573. package/dist/Tooltip/useTooltipPositioning.d.ts +7 -2
  574. package/dist/Tooltip-C-wkLpWe.js +107 -0
  575. package/dist/Tooltip-mp-wmNRd.js +109 -0
  576. package/dist/Typography/Typography.d.ts +1 -1
  577. package/dist/Typography/css/Emphasis.css.d.ts +6 -0
  578. package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
  579. package/dist/Typography/css/FontSizes.css.d.ts +12 -0
  580. package/dist/Typography/css/FontWeights.css.d.ts +10 -0
  581. package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
  582. package/dist/Typography/css/TextCases.css.d.ts +8 -0
  583. package/dist/Typography/css/TextColors.css.d.ts +24 -0
  584. package/dist/Typography/css/Truncate.css.d.ts +5 -0
  585. package/dist/Typography/css/Typography.css.d.ts +5 -0
  586. package/dist/Typography/index.cjs +9 -0
  587. package/dist/Typography/index.mjs +3 -0
  588. package/dist/Typography-BD0mo9T9.js +36 -0
  589. package/dist/Typography-Dcec2MjG.js +38 -0
  590. package/dist/_baseAssignValue-BSo8qsrb.js +29 -0
  591. package/dist/_baseAssignValue-FZZhsn-s.js +31 -0
  592. package/dist/_baseEach-B1PpjpKL.js +1073 -0
  593. package/dist/_baseEach-BGBnrEvT.js +1069 -0
  594. package/dist/_commonjsHelpers-BZy5LDD5.js +36 -0
  595. package/dist/_commonjsHelpers-Dy2IPW0w.js +32 -0
  596. package/dist/_defineProperty-83dOR5RH.js +1306 -0
  597. package/dist/_defineProperty-BN336VLs.js +1326 -0
  598. package/dist/_getTag-3syWrFS1.js +718 -0
  599. package/dist/_getTag-DnTPemdC.js +733 -0
  600. package/dist/_polyfill-node.process-CrU1R5tX.js +258 -0
  601. package/dist/_polyfill-node.process-DcZ1HNOw.js +255 -0
  602. package/dist/_setToString-BpMgcoAm.js +234 -0
  603. package/dist/_setToString-C4orgkN4.js +230 -0
  604. package/dist/debounce-BBtff9-S.js +329 -0
  605. package/dist/debounce-pg3VOrFc.js +332 -0
  606. package/dist/helpers-CCrssqPg.js +15 -0
  607. package/dist/helpers-vudHs7FO.js +17 -0
  608. package/dist/index-CL-RNE5C.js +1186 -0
  609. package/dist/index-CUhw1yl4.js +1189 -0
  610. package/dist/index.cjs +272 -0
  611. package/dist/index.d.mts +73 -0
  612. package/dist/index.d.ts +73 -0
  613. package/dist/index.mjs +160 -0
  614. package/dist/isObjectLike-CcKIYba1.js +190 -0
  615. package/dist/isObjectLike-D1IeOnmx.js +197 -0
  616. package/dist/isSymbol-Bbb_qQGw.js +35 -0
  617. package/dist/isSymbol-BmwHOL7f.js +33 -0
  618. package/dist/noop-DY7XyR6k.js +24 -0
  619. package/dist/noop-qmzLZ3Nj.js +26 -0
  620. package/dist/styles.css +8479 -0
  621. package/dist/tslib.es6-6AwvlbWV.js +102 -0
  622. package/dist/tslib.es6-Bu_PBg9i.js +97 -0
  623. package/dist/useActiveLayout-C05x48Vl.js +16 -0
  624. package/dist/useActiveLayout-CO8yTWnU.js +14 -0
  625. package/dist/useAssert-ChYQeQ8b.js +27 -0
  626. package/dist/useAssert-DPy4bthp.js +27 -0
  627. package/dist/useBatchSelect-C0tQF0oJ.js +36 -0
  628. package/dist/useBatchSelect-dH74AopK.js +38 -0
  629. package/dist/useChildComponent-CuuLz2Q6.js +15 -0
  630. package/dist/useChildComponent-D562aXq4.js +17 -0
  631. package/dist/useFocusTrap-CH2wydSN.js +74 -0
  632. package/dist/useFocusTrap-F2c5ctH_.js +74 -0
  633. package/dist/useFormFieldFocus-CjqwY0nh.js +37 -0
  634. package/dist/useFormFieldFocus-vUhlDUFH.js +40 -0
  635. package/dist/useInView-BC7a7D4f.js +25 -0
  636. package/dist/useInView-BgkV4xmN.js +25 -0
  637. package/dist/useIsMounted-JfVXqbjM.js +47 -0
  638. package/dist/useIsMounted-sXqZBlpo.js +47 -0
  639. package/dist/useOnKeyDown-BJB7_guO.js +40 -0
  640. package/dist/useOnKeyDown-D87huTBK.js +40 -0
  641. package/dist/useRefocusOnActivator-DbDY65I1.js +32 -0
  642. package/dist/useRefocusOnActivator-vy4E8omX.js +32 -0
  643. package/dist/useResizeObserver-B4v7ebGO.js +1192 -0
  644. package/dist/useResizeObserver-CvdP2RtU.js +1189 -0
  645. package/dist/useResponsiveSizing-BJq005Pj.js +49 -0
  646. package/dist/useResponsiveSizing-XOJa2OcI.js +51 -0
  647. package/dist/useSafeLayoutEffect-DHIY4lnV.js +14 -0
  648. package/dist/useSafeLayoutEffect-tr9DHxlf.js +12 -0
  649. package/dist/useScrollToActive-CJSHtep6.js +591 -0
  650. package/dist/useScrollToActive-DGi2_Pva.js +597 -0
  651. package/dist/utils/getClientBrowser.d.ts +7 -0
  652. package/package.json +418 -19
  653. package/rollup.config.mjs +163 -0
  654. package/dist/AnimatedSwitcher/index.js +0 -13
  655. package/dist/Autocomplete/index.js +0 -207
  656. package/dist/Avatar/index.js +0 -15
  657. package/dist/Avatar-76a799fa.js +0 -78
  658. package/dist/Banner/index.js +0 -81
  659. package/dist/Button/index.js +0 -16
  660. package/dist/Button-163a0641.js +0 -57
  661. package/dist/ButtonDismiss/index.js +0 -17
  662. package/dist/ButtonDismiss-2b98d075.js +0 -14
  663. package/dist/Card/index.js +0 -23
  664. package/dist/Card-3178033c.js +0 -93
  665. package/dist/Checkbox/index.js +0 -19
  666. package/dist/Checkbox-ad7ec2e7.js +0 -64
  667. package/dist/Chip/index.js +0 -40
  668. package/dist/Chip-0d2454d9.js +0 -89
  669. package/dist/Chips/index.js +0 -524
  670. package/dist/Combobox/index.js +0 -31
  671. package/dist/Combobox-6840a13e.js +0 -403
  672. package/dist/ConfirmationModal/index.js +0 -30
  673. package/dist/Content/index.js +0 -12
  674. package/dist/Content-2ca1ffe1.js +0 -24
  675. package/dist/Countdown/index.js +0 -72
  676. package/dist/DataDump/index.js +0 -36
  677. package/dist/DataList/index.js +0 -1229
  678. package/dist/DataTable/index.js +0 -296
  679. package/dist/DatePicker/index.js +0 -20
  680. package/dist/DatePicker-c18f1739.js +0 -134
  681. package/dist/DescriptionList/index.js +0 -24
  682. package/dist/Disclosure/index.js +0 -46
  683. package/dist/Divider/index.js +0 -29
  684. package/dist/Drawer/index.js +0 -49
  685. package/dist/Emphasis/index.js +0 -13
  686. package/dist/Emphasis-b2d1b3aa.js +0 -19
  687. package/dist/FeatureSwitch/index.js +0 -69
  688. package/dist/Flex/index.js +0 -40
  689. package/dist/FormField/index.js +0 -24
  690. package/dist/FormField-dfc061ca.js +0 -227
  691. package/dist/FormatEmail/index.js +0 -23
  692. package/dist/FormatFile/index.js +0 -35
  693. package/dist/FormatFile-48f2bf7d.js +0 -121
  694. package/dist/Gallery/index.js +0 -98
  695. package/dist/Glimmer/index.js +0 -15
  696. package/dist/Glimmer-cfa92a88.js +0 -77
  697. package/dist/Grid/index.js +0 -76
  698. package/dist/Heading/index.js +0 -13
  699. package/dist/Icon/index.js +0 -11
  700. package/dist/Icon-405a216c.js +0 -40
  701. package/dist/InlineLabel/index.js +0 -13
  702. package/dist/InlineLabel-9a517c19.js +0 -28
  703. package/dist/InputAvatar/index.js +0 -68
  704. package/dist/InputDate/index.js +0 -57
  705. package/dist/InputEmail/index.js +0 -43
  706. package/dist/InputFile/index.js +0 -23
  707. package/dist/InputFile-540c1657.js +0 -162
  708. package/dist/InputGroup/index.js +0 -12
  709. package/dist/InputGroup-3fdde16b.js +0 -33
  710. package/dist/InputNumber/index.js +0 -25
  711. package/dist/InputPassword/index.js +0 -41
  712. package/dist/InputText/index.js +0 -25
  713. package/dist/InputTime/InputTimeSafari.d.ts +0 -3
  714. package/dist/InputTime/index.js +0 -802
  715. package/dist/InputValidation/index.js +0 -17
  716. package/dist/InputValidation-179f0926.js +0 -29
  717. package/dist/LightBox/index.js +0 -24
  718. package/dist/LightBox-3f4dbc33.js +0 -117
  719. package/dist/Link/index.js +0 -15
  720. package/dist/List/index.js +0 -92
  721. package/dist/Markdown/index.js +0 -18
  722. package/dist/Markdown-96070121.js +0 -62
  723. package/dist/Menu/index.js +0 -21
  724. package/dist/Menu-d7ea093c.js +0 -139
  725. package/dist/Modal/index.js +0 -24
  726. package/dist/Modal-70daa0e2.js +0 -71
  727. package/dist/MultiSelect/index.js +0 -195
  728. package/dist/MultiSelect/utils.d.ts +0 -3
  729. package/dist/Option-469029b5.js +0 -19
  730. package/dist/Page/index.js +0 -77
  731. package/dist/Popover/index.js +0 -61
  732. package/dist/ProgressBar/index.js +0 -12
  733. package/dist/ProgressBar-2d3ae29b.js +0 -43
  734. package/dist/RadioGroup/index.js +0 -16
  735. package/dist/RadioGroup-ebaa4f87.js +0 -47
  736. package/dist/RecurringSelect/index.js +0 -227
  737. package/dist/Select/index.js +0 -26
  738. package/dist/Spinner/index.js +0 -12
  739. package/dist/Spinner-9d8fc7ff.js +0 -24
  740. package/dist/StatusLabel/index.js +0 -30
  741. package/dist/Switch/index.js +0 -13
  742. package/dist/Switch-b85272bf.js +0 -56
  743. package/dist/Table/index.js +0 -66
  744. package/dist/Tabs/index.js +0 -80
  745. package/dist/Text/index.js +0 -13
  746. package/dist/Toast/index.js +0 -111
  747. package/dist/Tooltip-6b12f1c2.js +0 -111
  748. package/dist/Typography/index.js +0 -12
  749. package/dist/Typography-973b122e.js +0 -62
  750. package/dist/style-inject.es-9d2f5f4e.js +0 -30
  751. package/dist/tslib.es6-5b8768b7.js +0 -41
  752. package/rollup.config.js +0 -75
  753. /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
@@ -0,0 +1,161 @@
1
+ import React, { Children, isValidElement } from 'react';
2
+ import { g as getDefaultExportFromCjs } from './_commonjsHelpers-Dy2IPW0w.js';
3
+ import { _ as _baseKeys, a as _getTag, i as isArguments_1, b as isArray_1, c as isArrayLike_1, d as isBufferExports, e as _isPrototype, f as isTypedArray_1 } from './_getTag-3syWrFS1.js';
4
+ import { B as BREAKPOINTS } from './DataList.const-D3AaNa_6.js';
5
+ import { D as DataListTags } from './DataListTags-DnosXU08.js';
6
+ import { D as DataListHeaderTile } from './DataListHeaderTile-C_GsKT2v.js';
7
+ import { F as FormatDate } from './FormatDate-BblXtoxM.js';
8
+ import { T as Text } from './Text-C3-8gHkD.js';
9
+ import { H as Heading } from './Heading-qH5QZFoM.js';
10
+
11
+ var baseKeys = _baseKeys,
12
+ getTag = _getTag,
13
+ isArguments = isArguments_1,
14
+ isArray = isArray_1,
15
+ isArrayLike = isArrayLike_1,
16
+ isBuffer = isBufferExports,
17
+ isPrototype = _isPrototype,
18
+ isTypedArray = isTypedArray_1;
19
+
20
+ /** `Object#toString` result references. */
21
+ var mapTag = '[object Map]',
22
+ setTag = '[object Set]';
23
+
24
+ /** Used for built-in method references. */
25
+ var objectProto = Object.prototype;
26
+
27
+ /** Used to check objects for own properties. */
28
+ var hasOwnProperty = objectProto.hasOwnProperty;
29
+
30
+ /**
31
+ * Checks if `value` is an empty object, collection, map, or set.
32
+ *
33
+ * Objects are considered empty if they have no own enumerable string keyed
34
+ * properties.
35
+ *
36
+ * Array-like values such as `arguments` objects, arrays, buffers, strings, or
37
+ * jQuery-like collections are considered empty if they have a `length` of `0`.
38
+ * Similarly, maps and sets are considered empty if they have a `size` of `0`.
39
+ *
40
+ * @static
41
+ * @memberOf _
42
+ * @since 0.1.0
43
+ * @category Lang
44
+ * @param {*} value The value to check.
45
+ * @returns {boolean} Returns `true` if `value` is empty, else `false`.
46
+ * @example
47
+ *
48
+ * _.isEmpty(null);
49
+ * // => true
50
+ *
51
+ * _.isEmpty(true);
52
+ * // => true
53
+ *
54
+ * _.isEmpty(1);
55
+ * // => true
56
+ *
57
+ * _.isEmpty([1, 2, 3]);
58
+ * // => false
59
+ *
60
+ * _.isEmpty({ 'a': 1 });
61
+ * // => false
62
+ */
63
+ function isEmpty(value) {
64
+ if (value == null) {
65
+ return true;
66
+ }
67
+ if (isArrayLike(value) &&
68
+ (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' ||
69
+ isBuffer(value) || isTypedArray(value) || isArguments(value))) {
70
+ return !value.length;
71
+ }
72
+ var tag = getTag(value);
73
+ if (tag == mapTag || tag == setTag) {
74
+ return !value.size;
75
+ }
76
+ if (isPrototype(value)) {
77
+ return !baseKeys(value).length;
78
+ }
79
+ for (var key in value) {
80
+ if (hasOwnProperty.call(value, key)) {
81
+ return false;
82
+ }
83
+ }
84
+ return true;
85
+ }
86
+
87
+ var isEmpty_1 = isEmpty;
88
+
89
+ var isEmpty$1 = /*@__PURE__*/getDefaultExportFromCjs(isEmpty_1);
90
+
91
+ /**
92
+ * Return the child component that matches the `type` provided
93
+ */
94
+ function getCompoundComponent(children, type) {
95
+ const childrenArray = Children.toArray(children);
96
+ const element = childrenArray.find(child => isValidElement(child) && child.type === type);
97
+ // Comply with the return type without casting it
98
+ return isValidElement(element) ? element : undefined;
99
+ }
100
+ /**
101
+ * Return all instances child component that matches the `type` provided
102
+ */
103
+ function getCompoundComponents(children, type) {
104
+ const childrenArray = Children.toArray(children);
105
+ const elements = childrenArray.filter((child) => isValidElement(child) && child.type === type);
106
+ return elements;
107
+ }
108
+ /**
109
+ * Generate the default element the DataList would use on the data provided.
110
+ */
111
+ function generateListItemElement(item) {
112
+ return Object.keys(item).reduce((acc, key) => {
113
+ const currentItem = item[key];
114
+ if (!currentItem) {
115
+ return acc;
116
+ }
117
+ if (key === "tags" && Array.isArray(currentItem)) {
118
+ acc[key] = React.createElement(DataListTags, { items: currentItem });
119
+ }
120
+ else if (key === "label" && typeof currentItem === "string") {
121
+ acc[key] = React.createElement(Heading, { level: 5 }, currentItem);
122
+ }
123
+ else if (isValidElement(currentItem)) {
124
+ acc[key] = currentItem;
125
+ }
126
+ else if (currentItem instanceof Date) {
127
+ acc[key] = (React.createElement(Text, null,
128
+ React.createElement(FormatDate, { date: currentItem })));
129
+ }
130
+ else {
131
+ acc[key] = React.createElement(Text, null, currentItem);
132
+ }
133
+ return acc;
134
+ }, {});
135
+ }
136
+ /**
137
+ * Generate the header elements with the default styling
138
+ */
139
+ function generateHeaderElements(headers) {
140
+ const headerElements = Object.keys(headers).reduce((acc, key) => (Object.assign(Object.assign({}, acc), { [key]: React.createElement(DataListHeaderTile, { headers: headers, headerKey: key, visible: true }) })), {});
141
+ return isEmpty$1(headerElements) ? undefined : headerElements;
142
+ }
143
+ function sortBreakpoints(sizeProp) {
144
+ return sizeProp.sort((a, b) => BREAKPOINTS.indexOf(a) - BREAKPOINTS.indexOf(b));
145
+ }
146
+ function getExposedActions(childrenArray, childCount = 2) {
147
+ const firstNChildren = childrenArray.slice(0, childCount);
148
+ return firstNChildren.reduce((result, child, i) => {
149
+ const hasIcon = Boolean(child.props.icon);
150
+ if (!hasIcon)
151
+ return result; // If the child does not have an icon, continue.
152
+ const isLastChildAdded = result.length === i;
153
+ // If it's the first child or if the previous child was added, then add this child.
154
+ if (i === 0 || (i < childCount && isLastChildAdded)) {
155
+ return [...result, child];
156
+ }
157
+ return result;
158
+ }, []);
159
+ }
160
+
161
+ export { getCompoundComponents as a, getExposedActions as b, generateHeaderElements as c, generateListItemElement as d, getCompoundComponent as g, sortBreakpoints as s };
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var Typography = require('./Typography-Dcec2MjG.js');
5
+ var Icon = require('./Icon-fa-Ii8qc.js');
6
+ var DataListLayoutContext = require('./DataListLayoutContext-Bze9i59Y.js');
7
+
8
+ var styles = {"action":"iyg43v-S9yU-","label":"AUJNqz93ZDA-"};
9
+
10
+ function DataListAction({ label, icon, destructive, visible = () => true, onClick, }) {
11
+ const { activeItem } = DataListLayoutContext.useDataListLayoutActionsContext();
12
+ // Don't render if the item is not visible
13
+ if (activeItem && !visible(activeItem)) {
14
+ return null;
15
+ }
16
+ const color = destructive ? "critical" : "heading";
17
+ function getActionLabel() {
18
+ if (typeof label === "string") {
19
+ return label;
20
+ }
21
+ if (activeItem) {
22
+ return label(activeItem);
23
+ }
24
+ }
25
+ return (React.createElement("button", { type: "button", className: styles.action, onClick: handleClick },
26
+ React.createElement(Typography.Typography, { textColor: color },
27
+ React.createElement("span", { className: styles.label }, getActionLabel())),
28
+ icon && React.createElement(Icon.Icon, { name: icon, color: color })));
29
+ function handleClick() {
30
+ if (activeItem) {
31
+ onClick === null || onClick === void 0 ? void 0 : onClick(activeItem);
32
+ }
33
+ else {
34
+ onClick === null || onClick === void 0 ? void 0 : onClick();
35
+ }
36
+ }
37
+ }
38
+
39
+ exports.DataListAction = DataListAction;
@@ -0,0 +1,37 @@
1
+ import React from 'react';
2
+ import { T as Typography } from './Typography-BD0mo9T9.js';
3
+ import { I as Icon } from './Icon-GaU33tZU.js';
4
+ import { u as useDataListLayoutActionsContext } from './DataListLayoutContext-BFN7k9jI.js';
5
+
6
+ var styles = {"action":"iyg43v-S9yU-","label":"AUJNqz93ZDA-"};
7
+
8
+ function DataListAction({ label, icon, destructive, visible = () => true, onClick, }) {
9
+ const { activeItem } = useDataListLayoutActionsContext();
10
+ // Don't render if the item is not visible
11
+ if (activeItem && !visible(activeItem)) {
12
+ return null;
13
+ }
14
+ const color = destructive ? "critical" : "heading";
15
+ function getActionLabel() {
16
+ if (typeof label === "string") {
17
+ return label;
18
+ }
19
+ if (activeItem) {
20
+ return label(activeItem);
21
+ }
22
+ }
23
+ return (React.createElement("button", { type: "button", className: styles.action, onClick: handleClick },
24
+ React.createElement(Typography, { textColor: color },
25
+ React.createElement("span", { className: styles.label }, getActionLabel())),
26
+ icon && React.createElement(Icon, { name: icon, color: color })));
27
+ function handleClick() {
28
+ if (activeItem) {
29
+ onClick === null || onClick === void 0 ? void 0 : onClick(activeItem);
30
+ }
31
+ else {
32
+ onClick === null || onClick === void 0 ? void 0 : onClick();
33
+ }
34
+ }
35
+ }
36
+
37
+ export { DataListAction as D };
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var Tooltip = require('./Tooltip-mp-wmNRd.js');
5
+ var Button = require('./Button-CvQJyw1M.js');
6
+ var DataListOverflowFade = require('./DataListOverflowFade-C97TDA-f.js');
7
+ var DataList_utils = require('./DataList.utils-DIB9q2H6.js');
8
+ var DataListLayoutContext = require('./DataListLayoutContext-Bze9i59Y.js');
9
+ var DataListItemActionsOverflow = require('./DataListItemActionsOverflow-C7jjAcn7.js');
10
+
11
+ function DataListActions({ children, itemsToExpose = 2, }) {
12
+ const { activeItem } = DataListLayoutContext.useDataListLayoutActionsContext();
13
+ const childrenArray = React.Children.toArray(children).filter(React.isValidElement);
14
+ const exposedActions = DataList_utils.getExposedActions(childrenArray, itemsToExpose);
15
+ childrenArray.splice(0, exposedActions.length);
16
+ return (React.createElement(DataListOverflowFade.DataListOverflowFade, null,
17
+ exposedActions.map(({ props }) => {
18
+ if (props.visible && !props.visible(activeItem))
19
+ return null;
20
+ if (!props.icon)
21
+ return null;
22
+ function getActionLabel() {
23
+ if (typeof props.label === "string") {
24
+ return props.label;
25
+ }
26
+ if (activeItem) {
27
+ return props.label(activeItem);
28
+ }
29
+ }
30
+ const actionLabel = getActionLabel();
31
+ return (React.createElement(Tooltip.Tooltip, { key: actionLabel, message: actionLabel },
32
+ React.createElement(Button.Button, { icon: props.icon, ariaLabel: actionLabel, onClick: () => {
33
+ var _a, _b;
34
+ if (activeItem) {
35
+ (_a = props.onClick) === null || _a === void 0 ? void 0 : _a.call(props, activeItem);
36
+ }
37
+ else {
38
+ (_b = props.onClick) === null || _b === void 0 ? void 0 : _b.call(props);
39
+ }
40
+ }, type: "secondary", variation: "subtle" })));
41
+ }),
42
+ React.createElement(DataListItemActionsOverflow.DataListItemActionsOverflow, { actions: childrenArray })));
43
+ }
44
+
45
+ exports.DataListActions = DataListActions;
@@ -0,0 +1,43 @@
1
+ import React, { Children, isValidElement } from 'react';
2
+ import { T as Tooltip } from './Tooltip-C-wkLpWe.js';
3
+ import { B as Button } from './Button-DjFrVgPj.js';
4
+ import { D as DataListOverflowFade } from './DataListOverflowFade-Cf2yTaQ4.js';
5
+ import { b as getExposedActions } from './DataList.utils-Dkk8ncia.js';
6
+ import { u as useDataListLayoutActionsContext } from './DataListLayoutContext-BFN7k9jI.js';
7
+ import { D as DataListItemActionsOverflow } from './DataListItemActionsOverflow-Da7o16gd.js';
8
+
9
+ function DataListActions({ children, itemsToExpose = 2, }) {
10
+ const { activeItem } = useDataListLayoutActionsContext();
11
+ const childrenArray = Children.toArray(children).filter(isValidElement);
12
+ const exposedActions = getExposedActions(childrenArray, itemsToExpose);
13
+ childrenArray.splice(0, exposedActions.length);
14
+ return (React.createElement(DataListOverflowFade, null,
15
+ exposedActions.map(({ props }) => {
16
+ if (props.visible && !props.visible(activeItem))
17
+ return null;
18
+ if (!props.icon)
19
+ return null;
20
+ function getActionLabel() {
21
+ if (typeof props.label === "string") {
22
+ return props.label;
23
+ }
24
+ if (activeItem) {
25
+ return props.label(activeItem);
26
+ }
27
+ }
28
+ const actionLabel = getActionLabel();
29
+ return (React.createElement(Tooltip, { key: actionLabel, message: actionLabel },
30
+ React.createElement(Button, { icon: props.icon, ariaLabel: actionLabel, onClick: () => {
31
+ var _a, _b;
32
+ if (activeItem) {
33
+ (_a = props.onClick) === null || _a === void 0 ? void 0 : _a.call(props, activeItem);
34
+ }
35
+ else {
36
+ (_b = props.onClick) === null || _b === void 0 ? void 0 : _b.call(props);
37
+ }
38
+ }, type: "secondary", variation: "subtle" })));
39
+ }),
40
+ React.createElement(DataListItemActionsOverflow, { actions: childrenArray })));
41
+ }
42
+
43
+ export { DataListActions as D };
@@ -0,0 +1,57 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var framerMotion = require('framer-motion');
5
+ var useFocusTrap = require('./useFocusTrap-CH2wydSN.js');
6
+ var useRefocusOnActivator = require('./useRefocusOnActivator-DbDY65I1.js');
7
+ var useOnKeyDown = require('./useOnKeyDown-D87huTBK.js');
8
+ var ReactDOM = require('react-dom');
9
+ var design = require('@jobber/design');
10
+ var useIsMounted = require('./useIsMounted-sXqZBlpo.js');
11
+ var DataList_const = require('./DataList.const-DQS-UFM6.js');
12
+
13
+ var styles = {"menu":"aokwZU8jbWU-","overlay":"XtVRP97TVSE-"};
14
+
15
+ const variants = {
16
+ hidden: { opacity: 0, y: -10 },
17
+ visible: { opacity: 1, y: 0 },
18
+ };
19
+ function DataListActionsMenu({ visible = false, position, onRequestClose, children, }) {
20
+ const [ref, setRef] = React.useState();
21
+ const mounted = useIsMounted.useIsMounted_2();
22
+ useRefocusOnActivator.useRefocusOnActivator_2(visible);
23
+ const focusTrapRef = useFocusTrap.useFocusTrap_2(visible);
24
+ useOnKeyDown.useOnKeyDown_2(onRequestClose, "Escape");
25
+ const actionsMenu = (React.createElement(framerMotion.AnimatePresence, null, visible && (React.createElement("div", { ref: focusTrapRef, onClick: handleClick },
26
+ React.createElement(framerMotion.motion.div, { role: "menu", ref: setRef, variants: variants, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration: DataList_const.TRANSITION_DELAY_IN_SECONDS }, className: styles.menu, style: getPositionCssVars(), onClick: onRequestClose }, children),
27
+ React.createElement("button", { type: "button", className: styles.overlay, onClick: onRequestClose, "aria-label": "Close menu" })))));
28
+ return mounted.current
29
+ ? ReactDOM.createPortal(actionsMenu, document.body)
30
+ : actionsMenu;
31
+ function handleClick(event) {
32
+ // Prevent menu from firing the parent's onClick event when it is nested
33
+ // within a clickable list item
34
+ event.stopPropagation();
35
+ }
36
+ function getPositionCssVars() {
37
+ const { posX, posY } = getPosition();
38
+ return {
39
+ "--actions-menu-x": `${posX}px`,
40
+ "--actions-menu-y": `${posY}px`,
41
+ };
42
+ }
43
+ function getPosition() {
44
+ const rect = ref === null || ref === void 0 ? void 0 : ref.getBoundingClientRect();
45
+ const { width = 0, height = 0 } = rect || {};
46
+ const { x, y } = position;
47
+ const xIsOffScreen = x + width > window.innerWidth;
48
+ const yIsOffScreen = y + height > window.innerHeight;
49
+ const xOffSet = x + width - window.innerWidth + design.tokens["space-base"];
50
+ const yOffSet = y + height - window.innerHeight;
51
+ const newPosX = Math.floor(xIsOffScreen ? x - xOffSet : x);
52
+ const newPosY = Math.floor(yIsOffScreen ? y - yOffSet : y);
53
+ return { posX: newPosX, posY: newPosY };
54
+ }
55
+ }
56
+
57
+ exports.DataListActionsMenu = DataListActionsMenu;
@@ -0,0 +1,55 @@
1
+ import React, { useState } from 'react';
2
+ import { AnimatePresence, motion } from 'framer-motion';
3
+ import { u as useFocusTrap_2 } from './useFocusTrap-F2c5ctH_.js';
4
+ import { u as useRefocusOnActivator_2 } from './useRefocusOnActivator-vy4E8omX.js';
5
+ import { u as useOnKeyDown_2 } from './useOnKeyDown-BJB7_guO.js';
6
+ import { createPortal } from 'react-dom';
7
+ import { tokens } from '@jobber/design';
8
+ import { u as useIsMounted_2 } from './useIsMounted-JfVXqbjM.js';
9
+ import { d as TRANSITION_DELAY_IN_SECONDS } from './DataList.const-D3AaNa_6.js';
10
+
11
+ var styles = {"menu":"aokwZU8jbWU-","overlay":"XtVRP97TVSE-"};
12
+
13
+ const variants = {
14
+ hidden: { opacity: 0, y: -10 },
15
+ visible: { opacity: 1, y: 0 },
16
+ };
17
+ function DataListActionsMenu({ visible = false, position, onRequestClose, children, }) {
18
+ const [ref, setRef] = useState();
19
+ const mounted = useIsMounted_2();
20
+ useRefocusOnActivator_2(visible);
21
+ const focusTrapRef = useFocusTrap_2(visible);
22
+ useOnKeyDown_2(onRequestClose, "Escape");
23
+ const actionsMenu = (React.createElement(AnimatePresence, null, visible && (React.createElement("div", { ref: focusTrapRef, onClick: handleClick },
24
+ React.createElement(motion.div, { role: "menu", ref: setRef, variants: variants, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration: TRANSITION_DELAY_IN_SECONDS }, className: styles.menu, style: getPositionCssVars(), onClick: onRequestClose }, children),
25
+ React.createElement("button", { type: "button", className: styles.overlay, onClick: onRequestClose, "aria-label": "Close menu" })))));
26
+ return mounted.current
27
+ ? createPortal(actionsMenu, document.body)
28
+ : actionsMenu;
29
+ function handleClick(event) {
30
+ // Prevent menu from firing the parent's onClick event when it is nested
31
+ // within a clickable list item
32
+ event.stopPropagation();
33
+ }
34
+ function getPositionCssVars() {
35
+ const { posX, posY } = getPosition();
36
+ return {
37
+ "--actions-menu-x": `${posX}px`,
38
+ "--actions-menu-y": `${posY}px`,
39
+ };
40
+ }
41
+ function getPosition() {
42
+ const rect = ref === null || ref === void 0 ? void 0 : ref.getBoundingClientRect();
43
+ const { width = 0, height = 0 } = rect || {};
44
+ const { x, y } = position;
45
+ const xIsOffScreen = x + width > window.innerWidth;
46
+ const yIsOffScreen = y + height > window.innerHeight;
47
+ const xOffSet = x + width - window.innerWidth + tokens["space-base"];
48
+ const yOffSet = y + height - window.innerHeight;
49
+ const newPosX = Math.floor(xIsOffScreen ? x - xOffSet : x);
50
+ const newPosY = Math.floor(yIsOffScreen ? y - yOffSet : y);
51
+ return { posX: newPosX, posY: newPosY };
52
+ }
53
+ }
54
+
55
+ export { DataListActionsMenu as D };
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var DataListContext = require('./DataListContext-BPxjwsVG.js');
5
+ var DataListActions = require('./DataListActions-B4rfk2Iq.js');
6
+ var useResponsiveSizing = require('./useResponsiveSizing-XOJa2OcI.js');
7
+
8
+ var styles = {"bulkActions":"v-GrdlFpBLk-"};
9
+
10
+ // This component is meant to capture the props of the DataList.BulkActions
11
+ function DataListBulkActions(
12
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
13
+ _) {
14
+ return null;
15
+ }
16
+ function InternalDataListBulkActions() {
17
+ const { bulkActionsComponent } = DataListContext.useDataListContext();
18
+ if (!bulkActionsComponent)
19
+ return null;
20
+ const { children } = bulkActionsComponent.props;
21
+ const { sm } = useResponsiveSizing.useResponsiveSizing();
22
+ // Collapse all actions under "More actions" when breakpoint is smaller than sm
23
+ const itemsToExpose = sm ? 3 : 0;
24
+ return (React.createElement("div", { className: styles.bulkActions },
25
+ React.createElement(DataListActions.DataListActions, { itemsToExpose: itemsToExpose }, children)));
26
+ }
27
+
28
+ exports.DataListBulkActions = DataListBulkActions;
29
+ exports.InternalDataListBulkActions = InternalDataListBulkActions;
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { u as useDataListContext } from './DataListContext-DsvXZGoh.js';
3
+ import { D as DataListActions } from './DataListActions-Cy41bUa4.js';
4
+ import { u as useResponsiveSizing } from './useResponsiveSizing-BJq005Pj.js';
5
+
6
+ var styles = {"bulkActions":"v-GrdlFpBLk-"};
7
+
8
+ // This component is meant to capture the props of the DataList.BulkActions
9
+ function DataListBulkActions(
10
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
11
+ _) {
12
+ return null;
13
+ }
14
+ function InternalDataListBulkActions() {
15
+ const { bulkActionsComponent } = useDataListContext();
16
+ if (!bulkActionsComponent)
17
+ return null;
18
+ const { children } = bulkActionsComponent.props;
19
+ const { sm } = useResponsiveSizing();
20
+ // Collapse all actions under "More actions" when breakpoint is smaller than sm
21
+ const itemsToExpose = sm ? 3 : 0;
22
+ return (React.createElement("div", { className: styles.bulkActions },
23
+ React.createElement(DataListActions, { itemsToExpose: itemsToExpose }, children)));
24
+ }
25
+
26
+ export { DataListBulkActions as D, InternalDataListBulkActions as I };
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var noop = require('./noop-qmzLZ3Nj.js');
5
+
6
+ const defaultValues = {
7
+ title: "",
8
+ data: [],
9
+ headers: {},
10
+ children: [],
11
+ selected: [],
12
+ layoutBreakpoints: [],
13
+ layouts: {
14
+ xs: children => React.createElement(React.Fragment, null, children),
15
+ sm: children => React.createElement(React.Fragment, null, children),
16
+ md: children => React.createElement(React.Fragment, null, children),
17
+ lg: children => React.createElement(React.Fragment, null, children),
18
+ xl: children => React.createElement(React.Fragment, null, children),
19
+ },
20
+ registerLayout: noop.noop,
21
+ };
22
+ const DataListContext = React.createContext(defaultValues);
23
+ function useDataListContext() {
24
+ return React.useContext(DataListContext);
25
+ }
26
+
27
+ exports.DataListContext = DataListContext;
28
+ exports.defaultValues = defaultValues;
29
+ exports.useDataListContext = useDataListContext;
@@ -0,0 +1,25 @@
1
+ import React, { createContext, useContext } from 'react';
2
+ import { n as noop } from './noop-DY7XyR6k.js';
3
+
4
+ const defaultValues = {
5
+ title: "",
6
+ data: [],
7
+ headers: {},
8
+ children: [],
9
+ selected: [],
10
+ layoutBreakpoints: [],
11
+ layouts: {
12
+ xs: children => React.createElement(React.Fragment, null, children),
13
+ sm: children => React.createElement(React.Fragment, null, children),
14
+ md: children => React.createElement(React.Fragment, null, children),
15
+ lg: children => React.createElement(React.Fragment, null, children),
16
+ xl: children => React.createElement(React.Fragment, null, children),
17
+ },
18
+ registerLayout: noop,
19
+ };
20
+ const DataListContext = createContext(defaultValues);
21
+ function useDataListContext() {
22
+ return useContext(DataListContext);
23
+ }
24
+
25
+ export { DataListContext as D, defaultValues as d, useDataListContext as u };
@@ -0,0 +1,50 @@
1
+ import React, { useContext, cloneElement } from 'react';
2
+ import { D as DataListContext } from './DataListContext-DsvXZGoh.js';
3
+ import { T as Text } from './Text-C3-8gHkD.js';
4
+ import { B as Button } from './Button-DjFrVgPj.js';
5
+ import { E as EMPTY_FILTER_RESULTS_MESSAGE, b as EMPTY_RESULTS_MESSAGE, c as EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR } from './DataList.const-D3AaNa_6.js';
6
+
7
+ var styles = {"emptyStateWrapper":"zg3w9nQga-M-"};
8
+
9
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
10
+ function DataListEmptyState(_) {
11
+ return null;
12
+ }
13
+ function InternalDataListEmptyState() {
14
+ const { emptyStateComponents: components, filtered } = useContext(DataListContext);
15
+ const { message, action } = getMessages();
16
+ return (React.createElement("div", { className: styles.emptyStateWrapper },
17
+ React.createElement(Text, { align: "center" }, message),
18
+ renderButton(action)));
19
+ function getMessages() {
20
+ const { defaultEmptyState, filteredEmptyState } = getEmptyStates(components);
21
+ if (filtered) {
22
+ return {
23
+ message: (filteredEmptyState === null || filteredEmptyState === void 0 ? void 0 : filteredEmptyState.props.message) || EMPTY_FILTER_RESULTS_MESSAGE,
24
+ action: filteredEmptyState === null || filteredEmptyState === void 0 ? void 0 : filteredEmptyState.props.action,
25
+ };
26
+ }
27
+ return {
28
+ message: (defaultEmptyState === null || defaultEmptyState === void 0 ? void 0 : defaultEmptyState.props.message) || EMPTY_RESULTS_MESSAGE,
29
+ action: defaultEmptyState === null || defaultEmptyState === void 0 ? void 0 : defaultEmptyState.props.action,
30
+ };
31
+ }
32
+ }
33
+ function renderButton(action) {
34
+ if (action) {
35
+ if (action.type === Button) {
36
+ return cloneElement(action, {
37
+ variation: action.props.variation || "subtle",
38
+ });
39
+ }
40
+ throw new Error(EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR);
41
+ }
42
+ return;
43
+ }
44
+ function getEmptyStates(components) {
45
+ const defaultEmptyState = components === null || components === void 0 ? void 0 : components.find(es => es.props.type === "empty" || es.props.type === undefined);
46
+ const filteredEmptyState = components === null || components === void 0 ? void 0 : components.find(es => es.props.type === "filtered");
47
+ return { defaultEmptyState, filteredEmptyState };
48
+ }
49
+
50
+ export { DataListEmptyState as D, InternalDataListEmptyState as I };
@@ -0,0 +1,53 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+ var DataListContext = require('./DataListContext-BPxjwsVG.js');
5
+ var Text = require('./Text-CuGgzpie.js');
6
+ var Button = require('./Button-CvQJyw1M.js');
7
+ var DataList_const = require('./DataList.const-DQS-UFM6.js');
8
+
9
+ var styles = {"emptyStateWrapper":"zg3w9nQga-M-"};
10
+
11
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
12
+ function DataListEmptyState(_) {
13
+ return null;
14
+ }
15
+ function InternalDataListEmptyState() {
16
+ const { emptyStateComponents: components, filtered } = React.useContext(DataListContext.DataListContext);
17
+ const { message, action } = getMessages();
18
+ return (React.createElement("div", { className: styles.emptyStateWrapper },
19
+ React.createElement(Text.Text, { align: "center" }, message),
20
+ renderButton(action)));
21
+ function getMessages() {
22
+ const { defaultEmptyState, filteredEmptyState } = getEmptyStates(components);
23
+ if (filtered) {
24
+ return {
25
+ message: (filteredEmptyState === null || filteredEmptyState === void 0 ? void 0 : filteredEmptyState.props.message) || DataList_const.EMPTY_FILTER_RESULTS_MESSAGE,
26
+ action: filteredEmptyState === null || filteredEmptyState === void 0 ? void 0 : filteredEmptyState.props.action,
27
+ };
28
+ }
29
+ return {
30
+ message: (defaultEmptyState === null || defaultEmptyState === void 0 ? void 0 : defaultEmptyState.props.message) || DataList_const.EMPTY_RESULTS_MESSAGE,
31
+ action: defaultEmptyState === null || defaultEmptyState === void 0 ? void 0 : defaultEmptyState.props.action,
32
+ };
33
+ }
34
+ }
35
+ function renderButton(action) {
36
+ if (action) {
37
+ if (action.type === Button.Button) {
38
+ return React.cloneElement(action, {
39
+ variation: action.props.variation || "subtle",
40
+ });
41
+ }
42
+ throw new Error(DataList_const.EMPTY_STATE_ACTION_BUTTON_ONLY_ERROR);
43
+ }
44
+ return;
45
+ }
46
+ function getEmptyStates(components) {
47
+ const defaultEmptyState = components === null || components === void 0 ? void 0 : components.find(es => es.props.type === "empty" || es.props.type === undefined);
48
+ const filteredEmptyState = components === null || components === void 0 ? void 0 : components.find(es => es.props.type === "filtered");
49
+ return { defaultEmptyState, filteredEmptyState };
50
+ }
51
+
52
+ exports.DataListEmptyState = DataListEmptyState;
53
+ exports.InternalDataListEmptyState = InternalDataListEmptyState;