@gusto/embedded-react-sdk 0.48.1 → 0.48.3

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 (810) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/components/Common/DocumentList/DocumentList.js +12 -12
  3. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  4. package/dist/components/Common/DocumentList/DocumentList.module.scss.js +3 -5
  5. package/dist/components/Common/DocumentList/DocumentList.module.scss.js.map +1 -1
  6. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayoutTypes.d.ts +1 -0
  7. package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +7 -3
  8. package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +1 -0
  9. package/dist/components/Common/UI/Alert/AlertTypes.d.ts +1 -0
  10. package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
  11. package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +1 -0
  12. package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
  13. package/dist/components/Common/UI/Banner/BannerTypes.d.ts +1 -0
  14. package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
  15. package/dist/components/Common/UI/Box/BoxTypes.d.ts +1 -0
  16. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +1 -0
  17. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
  18. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +2 -0
  19. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
  20. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +4 -2
  21. package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
  22. package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +3 -2
  23. package/dist/components/Common/UI/Card/CardTypes.d.ts +1 -0
  24. package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +1 -0
  25. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
  26. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +2 -0
  27. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
  28. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -0
  29. package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +1 -0
  30. package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +2 -0
  31. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +2 -0
  32. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
  33. package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +1 -0
  34. package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
  35. package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +1 -0
  36. package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
  37. package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +1 -0
  38. package/dist/components/Common/UI/Link/LinkTypes.d.ts +4 -3
  39. package/dist/components/Common/UI/List/ListTypes.d.ts +13 -4
  40. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +1 -0
  41. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
  42. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +2 -0
  43. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  44. package/dist/components/Common/UI/Modal/ModalTypes.d.ts +1 -0
  45. package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
  46. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +2 -0
  47. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +1 -0
  48. package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +1 -0
  49. package/dist/components/Common/UI/Radio/RadioTypes.d.ts +1 -0
  50. package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
  51. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +2 -0
  52. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
  53. package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -0
  54. package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +1 -0
  55. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
  56. package/dist/components/Common/UI/Table/TableTypes.d.ts +3 -0
  57. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
  58. package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +2 -0
  59. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -0
  60. package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
  61. package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +1 -0
  62. package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
  63. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -0
  64. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  65. package/dist/components/Company/AssignSignatory/AssignSignatory.d.ts +33 -2
  66. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  67. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.d.ts +1 -0
  68. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  69. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.d.ts +1 -0
  70. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  71. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.d.ts +23 -2
  72. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  73. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.d.ts +2 -0
  74. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +13 -13
  75. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  76. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.d.ts +1 -0
  77. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  78. package/dist/components/Company/AssignSignatory/CreateSignatory/index.d.ts +2 -2
  79. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +10 -1
  80. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +17 -3
  81. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  82. package/dist/components/Company/AssignSignatory/Head.d.ts +1 -0
  83. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  84. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.d.ts +1 -0
  85. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  86. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.d.ts +24 -2
  87. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  88. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +3 -0
  89. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  90. package/dist/components/Company/AssignSignatory/InviteSignatory/index.d.ts +2 -2
  91. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +6 -0
  92. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +17 -3
  93. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  94. package/dist/components/Company/AssignSignatory/SignatoryForm.d.ts +1 -0
  95. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  96. package/dist/components/Company/AssignSignatory/TitleSelect.d.ts +1 -1
  97. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  98. package/dist/components/Company/AssignSignatory/index.d.ts +2 -5
  99. package/dist/components/Company/AssignSignatory/useAssignSignatory.d.ts +9 -0
  100. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +19 -5
  101. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  102. package/dist/components/Company/BankAccount/BankAccount.d.ts +26 -0
  103. package/dist/components/Company/BankAccount/BankAccount.js +7 -6
  104. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  105. package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +8 -0
  106. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  107. package/dist/components/Company/BankAccount/BankAccountForm/Actions.d.ts +1 -0
  108. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  109. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.d.ts +1 -0
  110. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  111. package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +3 -0
  112. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  113. package/dist/components/Company/BankAccount/BankAccountForm/Head.d.ts +1 -0
  114. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  115. package/dist/components/Company/BankAccount/BankAccountForm/context.js +17 -3
  116. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  117. package/dist/components/Company/BankAccount/BankAccountList/AccountView.d.ts +1 -0
  118. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  119. package/dist/components/Company/BankAccount/BankAccountList/Actions.d.ts +1 -0
  120. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  121. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.d.ts +1 -0
  122. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  123. package/dist/components/Company/BankAccount/BankAccountList/Head.d.ts +1 -0
  124. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  125. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.d.ts +1 -0
  126. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  127. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.d.ts +1 -0
  128. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  129. package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +3 -0
  130. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  131. package/dist/components/Company/BankAccount/BankAccountVerify/Head.d.ts +1 -0
  132. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  133. package/dist/components/Company/BankAccount/stateMachine.d.ts +1 -0
  134. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  135. package/dist/components/Company/DocumentSigner/DocumentList/Actions.d.ts +1 -0
  136. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  137. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.d.ts +21 -0
  138. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  139. package/dist/components/Company/DocumentSigner/DocumentList/Head.d.ts +1 -0
  140. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  141. package/dist/components/Company/DocumentSigner/DocumentList/List.d.ts +1 -0
  142. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  143. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.d.ts +1 -0
  144. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  145. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +17 -3
  146. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  147. package/dist/components/Company/DocumentSigner/DocumentSigner.d.ts +37 -0
  148. package/dist/components/Company/DocumentSigner/DocumentSigner.js +3 -2
  149. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  150. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +31 -2
  151. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  152. package/dist/components/Company/DocumentSigner/assignSignatoryState.d.ts +1 -0
  153. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  154. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +4 -0
  155. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  156. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +41 -0
  157. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -1
  158. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.d.ts +40 -10
  159. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -1
  160. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +111 -0
  161. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  162. package/dist/components/Company/DocumentSigner/stateMachine.d.ts +1 -0
  163. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  164. package/dist/components/Company/DocumentSigner/useDocumentSigner.d.ts +1 -0
  165. package/dist/components/Company/FederalTaxes/Actions.d.ts +1 -0
  166. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  167. package/dist/components/Company/FederalTaxes/FederalTaxes.d.ts +13 -0
  168. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  169. package/dist/components/Company/FederalTaxes/Form.d.ts +1 -0
  170. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  171. package/dist/components/Company/FederalTaxes/Head.d.ts +1 -0
  172. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  173. package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +3 -0
  174. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +26 -12
  175. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  176. package/dist/components/Company/Industry/Actions.d.ts +1 -0
  177. package/dist/components/Company/Industry/Actions.js.map +1 -1
  178. package/dist/components/Company/Industry/Context.js +20 -6
  179. package/dist/components/Company/Industry/Context.js.map +1 -1
  180. package/dist/components/Company/Industry/Edit.d.ts +3 -0
  181. package/dist/components/Company/Industry/Edit.js.map +1 -1
  182. package/dist/components/Company/Industry/Head.d.ts +1 -0
  183. package/dist/components/Company/Industry/Head.js.map +1 -1
  184. package/dist/components/Company/Industry/Industry.d.ts +21 -0
  185. package/dist/components/Company/Industry/Industry.js.map +1 -1
  186. package/dist/components/Company/Industry/IndustrySelect.d.ts +1 -0
  187. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  188. package/dist/components/Company/Industry/index.d.ts +1 -1
  189. package/dist/components/Company/Locations/LocationForm/Actions.d.ts +1 -0
  190. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  191. package/dist/components/Company/Locations/LocationForm/Form.d.ts +3 -0
  192. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  193. package/dist/components/Company/Locations/LocationForm/Head.d.ts +1 -0
  194. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  195. package/dist/components/Company/Locations/LocationForm/LocationForm.d.ts +16 -0
  196. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  197. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +17 -3
  198. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  199. package/dist/components/Company/Locations/Locations.d.ts +26 -0
  200. package/dist/components/Company/Locations/Locations.js.map +1 -1
  201. package/dist/components/Company/Locations/LocationsList/Actions.d.ts +1 -0
  202. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  203. package/dist/components/Company/Locations/LocationsList/Head.d.ts +1 -0
  204. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  205. package/dist/components/Company/Locations/LocationsList/List.d.ts +1 -1
  206. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  207. package/dist/components/Company/Locations/LocationsList/LocationsList.d.ts +23 -2
  208. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  209. package/dist/components/Company/Locations/LocationsList/index.d.ts +1 -1
  210. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +17 -3
  211. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  212. package/dist/components/Company/Locations/locationsStateMachine.d.ts +4 -0
  213. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  214. package/dist/components/Company/Locations/stateMachine.d.ts +1 -1
  215. package/dist/components/Company/Locations/stateMachine.js +0 -1
  216. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  217. package/dist/components/Company/OnboardingFlow/OnboardingFlow.d.ts +25 -0
  218. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  219. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +19 -1
  220. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  221. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  222. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  223. package/dist/components/Company/OnboardingOverview/Completed.d.ts +1 -0
  224. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  225. package/dist/components/Company/OnboardingOverview/MissingRequirements.d.ts +1 -0
  226. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  227. package/dist/components/Company/OnboardingOverview/OnboardingOverview.d.ts +18 -0
  228. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  229. package/dist/components/Company/OnboardingOverview/context.js +18 -4
  230. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  231. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +36 -3
  232. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  233. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +3 -0
  234. package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -1
  235. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +1 -0
  236. package/dist/components/Company/PaySchedule/PayScheduleForm.js +3 -2
  237. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
  238. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +1 -0
  239. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  240. package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +1 -0
  241. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -1
  242. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +136 -0
  243. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -1
  244. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/index.d.ts +2 -1
  245. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.d.ts +48 -26
  246. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -1
  247. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +134 -0
  248. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  249. package/dist/components/Company/StateTaxes/StateTaxes.d.ts +25 -0
  250. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  251. package/dist/components/Company/StateTaxes/StateTaxesComponents.d.ts +6 -0
  252. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  253. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.d.ts +1 -0
  254. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  255. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.d.ts +1 -3
  256. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js +16 -18
  257. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  258. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.d.ts +1 -0
  259. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  260. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.d.ts +31 -0
  261. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  262. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +17 -3
  263. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  264. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.d.ts +2 -0
  265. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js.map +1 -1
  266. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.d.ts +1 -0
  267. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  268. package/dist/components/Company/StateTaxes/StateTaxesList/Head.d.ts +1 -0
  269. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  270. package/dist/components/Company/StateTaxes/StateTaxesList/List.d.ts +1 -0
  271. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  272. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.d.ts +16 -0
  273. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  274. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +17 -3
  275. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  276. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +1 -0
  277. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  278. package/dist/components/Company/exports/companyOnboarding.d.ts +7 -6
  279. package/dist/components/Company/exports/companyOnboarding.js +18 -16
  280. package/dist/components/Company/exports/companyOnboarding.js.map +1 -1
  281. package/dist/components/Company/index.d.ts +1 -17
  282. package/dist/components/Contractor/Address/Actions.d.ts +1 -0
  283. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  284. package/dist/components/Contractor/Address/Address.d.ts +36 -1
  285. package/dist/components/Contractor/Address/Address.js.map +1 -1
  286. package/dist/components/Contractor/Address/Form.d.ts +1 -0
  287. package/dist/components/Contractor/Address/Form.js.map +1 -1
  288. package/dist/components/Contractor/Address/Head.d.ts +1 -0
  289. package/dist/components/Contractor/Address/Head.js.map +1 -1
  290. package/dist/components/Contractor/Address/index.d.ts +1 -1
  291. package/dist/components/Contractor/Address/useAddress.d.ts +8 -1
  292. package/dist/components/Contractor/Address/useAddress.js +19 -5
  293. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  294. package/dist/components/Contractor/ContractorList/index.d.ts +22 -9
  295. package/dist/components/Contractor/ContractorList/index.js +1 -3
  296. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  297. package/dist/components/Contractor/ContractorList/useContractorList.d.ts +3 -5
  298. package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
  299. package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +33 -9
  300. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  301. package/dist/components/Contractor/NewHireReport/types.d.ts +7 -0
  302. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.d.ts +58 -0
  303. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  304. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.d.ts +28 -2
  305. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  306. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  307. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  308. package/dist/components/Contractor/PaymentMethod/BankAccountForm.d.ts +1 -0
  309. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  310. package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +33 -16
  311. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  312. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +1 -9
  313. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +11 -15
  314. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  315. package/dist/components/Contractor/PaymentMethod/types.d.ts +7 -0
  316. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +40 -3
  317. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +1 -2
  318. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  319. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +1 -0
  320. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  321. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.d.ts +4 -18
  322. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js +0 -1
  323. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js.map +1 -1
  324. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +1 -0
  325. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  326. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +1 -0
  327. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  328. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -0
  329. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
  330. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +1 -0
  331. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  332. package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -0
  333. package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
  334. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +40 -0
  335. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
  336. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +13 -0
  337. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
  338. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +2 -0
  339. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  340. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +30 -3
  341. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +1 -2
  342. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
  343. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +1 -0
  344. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  345. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.d.ts +15 -3
  346. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +3 -3
  347. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
  348. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +1 -0
  349. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  350. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +25 -2
  351. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
  352. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +1 -0
  353. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  354. package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +1 -2
  355. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +28 -3
  356. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
  357. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  358. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -0
  359. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  360. package/dist/components/Contractor/Payments/types.d.ts +8 -4
  361. package/dist/components/Contractor/Profile/ContractorProfile.d.ts +30 -6
  362. package/dist/components/Contractor/Profile/ContractorProfile.js +5 -9
  363. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  364. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +2 -0
  365. package/dist/components/Contractor/Profile/ContractorProfileForm.js +13 -13
  366. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  367. package/dist/components/Contractor/Profile/index.d.ts +1 -2
  368. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +16 -2
  369. package/dist/components/Contractor/Profile/useContractorProfile.js +49 -39
  370. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  371. package/dist/components/Contractor/Submit/Submit.d.ts +21 -1
  372. package/dist/components/Contractor/Submit/Submit.js +1 -2
  373. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  374. package/dist/components/Contractor/Submit/SubmitDone.d.ts +1 -0
  375. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  376. package/dist/components/Contractor/exports/contractorManagement.d.ts +6 -6
  377. package/dist/components/Contractor/exports/contractorOnboarding.d.ts +9 -4
  378. package/dist/components/Employee/Compensation/management/Compensation.js +3 -2
  379. package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -1
  380. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js +9 -8
  381. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -1
  382. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js +3 -2
  383. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -1
  384. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +3 -2
  385. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
  386. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +3 -2
  387. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -1
  388. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js +3 -2
  389. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js.map +1 -1
  390. package/dist/components/Employee/Compensation/onboarding/Compensation.js +3 -2
  391. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
  392. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +3 -2
  393. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -1
  394. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +29 -61
  395. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +19 -23
  396. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +5 -0
  397. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
  398. package/dist/components/Employee/Deductions/management/Deductions.js +3 -2
  399. package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -1
  400. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +3 -2
  401. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -1
  402. package/dist/components/Employee/Deductions/onboarding/Deductions.d.ts +1 -3
  403. package/dist/components/Employee/Deductions/onboarding/Deductions.js +21 -26
  404. package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -1
  405. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js +55 -50
  406. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
  407. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +0 -4
  408. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js +33 -43
  409. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
  410. package/dist/components/Employee/Deductions/onboarding/stateMachine.d.ts +0 -1
  411. package/dist/components/Employee/Deductions/onboarding/stateMachine.js +36 -60
  412. package/dist/components/Employee/Deductions/onboarding/stateMachine.js.map +1 -1
  413. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js +63 -61
  414. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
  415. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -18
  416. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +2 -25
  417. package/dist/components/Employee/Documents/management/Documents.js +3 -2
  418. package/dist/components/Employee/Documents/management/Documents.js.map +1 -1
  419. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +25 -5
  420. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  421. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/index.d.ts +3 -0
  422. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +17 -3
  423. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  424. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +12 -11
  425. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
  426. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +16 -16
  427. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +28 -5
  428. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  429. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/index.d.ts +3 -0
  430. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -4
  431. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +26 -5
  432. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
  433. package/dist/components/Employee/Documents/shared/SignatureForm/index.d.ts +3 -0
  434. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +2 -48
  435. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +22 -14
  436. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  437. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +10 -9
  438. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
  439. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +3 -2
  440. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -1
  441. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +9 -8
  442. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
  443. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +14 -13
  444. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
  445. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.d.ts +3 -20
  446. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +3 -2
  447. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
  448. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +7 -6
  449. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
  450. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +7 -6
  451. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -1
  452. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +3 -15
  453. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +3 -12
  454. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.d.ts +2 -11
  455. package/dist/components/Employee/Profile/management/Profile.js +12 -11
  456. package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
  457. package/dist/components/Employee/Profile/management/ProfileEditForm.js +13 -12
  458. package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -1
  459. package/dist/components/Employee/Profile/onboarding/AdminProfile.js +11 -10
  460. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  461. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +3 -2
  462. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
  463. package/dist/components/Employee/Profile/onboarding/Profile.js +12 -11
  464. package/dist/components/Employee/Profile/onboarding/Profile.js.map +1 -1
  465. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +3 -22
  466. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +3 -17
  467. package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.d.ts +3 -10
  468. package/dist/components/Employee/StateTaxes/management/StateTaxes.js +10 -9
  469. package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
  470. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +7 -6
  471. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -1
  472. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +3 -2
  473. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
  474. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +3 -2
  475. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
  476. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +10 -10
  477. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +7 -6
  478. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
  479. package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -0
  480. package/dist/components/Employee/exports/employeeOnboarding.js +28 -22
  481. package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -1
  482. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +36 -2
  483. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  484. package/dist/components/InformationRequests/InformationRequestForm/index.d.ts +1 -1
  485. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +22 -2
  486. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
  487. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  488. package/dist/components/InformationRequests/InformationRequestList/index.d.ts +1 -1
  489. package/dist/components/InformationRequests/InformationRequests.d.ts +29 -2
  490. package/dist/components/InformationRequests/InformationRequests.js +8 -7
  491. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  492. package/dist/components/InformationRequests/InformationRequestsComponents.d.ts +2 -0
  493. package/dist/components/InformationRequests/InformationRequestsComponents.js.map +1 -1
  494. package/dist/components/InformationRequests/index.d.ts +3 -3
  495. package/dist/components/InformationRequests/informationRequestsStateMachine.d.ts +2 -0
  496. package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -1
  497. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +36 -3
  498. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +22 -17
  499. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  500. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +1 -0
  501. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +3 -2
  502. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  503. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +14 -0
  504. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -1
  505. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +1 -8
  506. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +9 -10
  507. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  508. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +1 -1
  509. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +1 -1
  510. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  511. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +11 -0
  512. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
  513. package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +1 -2
  514. package/dist/components/Payroll/ConfirmWireDetails/types.d.ts +23 -0
  515. package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +18 -0
  516. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
  517. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +15 -0
  518. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  519. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +24 -0
  520. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
  521. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +7 -0
  522. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
  523. package/dist/components/Payroll/Dismissal/dismissalStateMachine.d.ts +2 -0
  524. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -1
  525. package/dist/components/Payroll/Dismissal/index.d.ts +1 -1
  526. package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -0
  527. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +34 -25
  528. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  529. package/dist/components/Payroll/GrossUpModal/GrossUpModalTypes.d.ts +5 -0
  530. package/dist/components/Payroll/GrossUpModal/index.d.ts +0 -1
  531. package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +31 -0
  532. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  533. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +20 -0
  534. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  535. package/dist/components/Payroll/OffCycle/offCycleStateMachine.d.ts +2 -0
  536. package/dist/components/Payroll/OffCycle/offCycleStateMachine.js.map +1 -1
  537. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +20 -0
  538. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  539. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -0
  540. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  541. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +24 -0
  542. package/dist/components/Payroll/OffCycleCreation/index.d.ts +1 -1
  543. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +16 -0
  544. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js.map +1 -1
  545. package/dist/components/Payroll/OffCycleDeductionsSetting/types.d.ts +13 -0
  546. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -0
  547. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +1 -1
  548. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  549. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +18 -1
  550. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -1
  551. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.d.ts +1 -1
  552. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +0 -1
  553. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -1
  554. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +15 -0
  555. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -1
  556. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +1 -0
  557. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  558. package/dist/components/Payroll/OffCycleReasonSelection/types.d.ts +43 -0
  559. package/dist/components/Payroll/OffCycleReasonSelection/types.js.map +1 -1
  560. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +1 -0
  561. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  562. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModalTypes.d.ts +5 -1
  563. package/dist/components/Payroll/OffCycleTaxWithholdingModal/index.d.ts +0 -1
  564. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +1 -0
  565. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.js.map +1 -1
  566. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +14 -0
  567. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
  568. package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +0 -2
  569. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +3 -0
  570. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  571. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +19 -5
  572. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +3 -2
  573. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  574. package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
  575. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +17 -11
  576. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +0 -2
  577. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  578. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +31 -3
  579. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +1 -2
  580. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  581. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +1 -0
  582. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  583. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.d.ts +2 -0
  584. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js.map +1 -1
  585. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +2 -0
  586. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  587. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +42 -3
  588. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +1 -2
  589. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  590. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -18
  591. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +0 -1
  592. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  593. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +8 -6
  594. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +0 -1
  595. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  596. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +65 -0
  597. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  598. package/dist/components/Payroll/PayrollExecutionFlow/index.d.ts +0 -1
  599. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.d.ts +2 -0
  600. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  601. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -0
  602. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js.map +1 -1
  603. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.d.ts +1 -0
  604. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
  605. package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +38 -0
  606. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
  607. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +27 -0
  608. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  609. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -0
  610. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
  611. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.d.ts +2 -0
  612. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  613. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +25 -1
  614. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +1 -2
  615. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  616. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +1 -0
  617. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  618. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +33 -4
  619. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +1 -2
  620. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  621. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +19 -0
  622. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  623. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.d.ts +2 -0
  624. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  625. package/dist/components/Payroll/PayrollList/PayrollList.d.ts +32 -13
  626. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  627. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +1 -0
  628. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +65 -68
  629. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  630. package/dist/components/Payroll/PayrollList/types.d.ts +1 -0
  631. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +39 -3
  632. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +144 -132
  633. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  634. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +4 -3
  635. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +167 -167
  636. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  637. package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.d.ts +1 -0
  638. package/dist/components/Payroll/PayrollOverview/PayrollOverviewTypes.js.map +1 -1
  639. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +1 -0
  640. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  641. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +1 -0
  642. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
  643. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +26 -3
  644. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +8 -12
  645. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
  646. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +1 -0
  647. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +40 -35
  648. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  649. package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.d.ts +1 -0
  650. package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.js.map +1 -1
  651. package/dist/components/Payroll/PayrollStatusBadges/index.d.ts +0 -2
  652. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +26 -0
  653. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
  654. package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.d.ts +2 -0
  655. package/dist/components/Payroll/PayrollStatusBadges/usePayrollStatusBadges.js.map +1 -1
  656. package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +21 -1
  657. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +7 -6
  658. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
  659. package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.d.ts +5 -0
  660. package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.js.map +1 -1
  661. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +1 -0
  662. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
  663. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  664. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +1 -0
  665. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  666. package/dist/components/Payroll/RecoveryCases/index.d.ts +0 -1
  667. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.d.ts +5 -0
  668. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.js.map +1 -1
  669. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.d.ts +5 -0
  670. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  671. package/dist/components/Payroll/Transition/TransitionFlow.d.ts +21 -0
  672. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
  673. package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +23 -0
  674. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  675. package/dist/components/Payroll/Transition/transitionStateMachine.d.ts +2 -0
  676. package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -1
  677. package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +20 -0
  678. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
  679. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +7 -0
  680. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +10 -10
  681. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
  682. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.d.ts +27 -0
  683. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js.map +1 -1
  684. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +1 -0
  685. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
  686. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +5 -0
  687. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
  688. package/dist/components/Payroll/helpers.d.ts +157 -26
  689. package/dist/components/Payroll/helpers.js +0 -1
  690. package/dist/components/Payroll/helpers.js.map +1 -1
  691. package/dist/components/Payroll/index.d.ts +11 -2
  692. package/dist/components/Payroll/payrollTypes.d.ts +24 -0
  693. package/dist/components/Payroll/payrollTypes.js.map +1 -1
  694. package/dist/components/Payroll/usePreparedPayrollData.d.ts +12 -0
  695. package/dist/components/Payroll/usePreparedPayrollData.js +33 -22
  696. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  697. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +7 -0
  698. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -1
  699. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +19 -0
  700. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +3 -2
  701. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
  702. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +44 -0
  703. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +3 -2
  704. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
  705. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +4 -0
  706. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  707. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -0
  708. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
  709. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +28 -2
  710. package/dist/components/TimeOff/HolidayPolicyDetail/index.d.ts +0 -2
  711. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +26 -0
  712. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  713. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +1 -0
  714. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  715. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +10 -0
  716. package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +25 -0
  717. package/dist/components/TimeOff/PolicyList/PolicyList.js +3 -2
  718. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  719. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -0
  720. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  721. package/dist/components/TimeOff/PolicyList/PolicyListTypes.d.ts +17 -0
  722. package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +22 -0
  723. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  724. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +14 -0
  725. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  726. package/dist/components/TimeOff/PolicySettings/PolicySettingsTypes.d.ts +31 -0
  727. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +23 -0
  728. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
  729. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -0
  730. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  731. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorTypes.d.ts +10 -0
  732. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +42 -0
  733. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -1
  734. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +26 -0
  735. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  736. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +15 -3
  737. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js +1 -6
  738. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
  739. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.d.ts +1 -0
  740. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  741. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +29 -0
  742. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  743. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -0
  744. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  745. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +59 -1
  746. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/index.d.ts +0 -3
  747. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +1 -0
  748. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  749. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -0
  750. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +43 -42
  751. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
  752. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +2 -0
  753. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +1 -0
  754. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  755. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +3 -0
  756. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
  757. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +9 -0
  758. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
  759. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +25 -0
  760. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  761. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +14 -0
  762. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
  763. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +97 -6
  764. package/dist/components/TimeOff/TimeOffPolicyDetail/index.d.ts +1 -5
  765. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +23 -0
  766. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -1
  767. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +22 -0
  768. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js.map +1 -1
  769. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +22 -0
  770. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -1
  771. package/dist/components/TimeOff/index.d.ts +8 -2
  772. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -0
  773. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +48 -49
  774. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
  775. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTableTypes.d.ts +66 -0
  776. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -0
  777. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
  778. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +28 -0
  779. package/dist/components/TimeOff/shared/PolicyDetailLayout/index.d.ts +0 -1
  780. package/dist/components/TimeOff/shared/holidayHelpers.d.ts +5 -0
  781. package/dist/components/TimeOff/shared/holidayHelpers.js.map +1 -1
  782. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +4 -4
  783. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +39 -39
  784. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
  785. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +42 -42
  786. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  787. package/dist/index.d.ts +3 -3
  788. package/dist/index.js +202 -193
  789. package/dist/index.js.map +1 -1
  790. package/dist/partner-hook-utils/form/buildFormSchema.d.ts +27 -4
  791. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
  792. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js +1 -1
  793. package/dist/shared/constants.d.ts +12 -5
  794. package/dist/shared/constants.js +0 -2
  795. package/dist/shared/constants.js.map +1 -1
  796. package/dist/style.css +1 -1
  797. package/docs/reference/endpoint-inventory.json +66 -4
  798. package/package.json +11 -10
  799. package/dist/assets/icons/feature-icon-check.svg.js +0 -10
  800. package/dist/assets/icons/feature-icon-check.svg.js.map +0 -1
  801. package/dist/components/Contractor/index.d.ts +0 -14
  802. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.d.ts +0 -8
  803. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js +0 -44
  804. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js.map +0 -1
  805. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js +0 -12
  806. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js.map +0 -1
  807. package/dist/components/Payroll/PayrollEditEmployee/index.d.ts +0 -4
  808. package/dist/components/Payroll/PayrollFlow/index.d.ts +0 -3
  809. package/dist/components/TimeOff/TimeOffFlow/index.d.ts +0 -3
  810. package/dist/components/TimeOff/shared/EmployeeTable/index.d.ts +0 -4
@@ -1,95 +1,95 @@
1
- import { jsx as a, jsxs as o, Fragment as S } from "react/jsx-runtime";
2
- import { useTranslation as xe, Trans as ke } from "react-i18next";
3
- import { useState as ne, useRef as Ce } from "react";
4
- import { isDismissalPayroll as Se, getPayrollTypeLabel as we, calculateTotalPayroll as Ne, getReimbursements as W, hasDirectDepositEmployees as _e } from "../helpers.js";
5
- import { PayrollOverviewStatus as h } from "./PayrollOverviewTypes.js";
6
- import le from "./PayrollOverviewPresentation.module.scss.js";
1
+ import { jsx as a, jsxs as o, Fragment as C } from "react/jsx-runtime";
2
+ import { useTranslation as Pe, Trans as xe } from "react-i18next";
3
+ import { useState as re, useRef as ke } from "react";
4
+ import { isDismissalPayroll as Ce, getPayrollTypeLabel as Se, calculateTotalPayroll as we, getReimbursements as B } from "../helpers.js";
5
+ import { PayrollOverviewStatus as p } from "./PayrollOverviewTypes.js";
6
+ import ne from "./PayrollOverviewPresentation.module.scss.js";
7
7
  import { Flex as s } from "../../Common/Flex/Flex.js";
8
- import { Grid as ve } from "../../Common/Grid/Grid.js";
9
- import { useComponentContext as Le } from "../../../contexts/ComponentAdapter/useComponentContext.js";
10
- import Ee from "../../../hooks/useContainerBreakpoints/useContainerBreakpoints.js";
11
- import { useI18n as Oe } from "../../../i18n/I18n.js";
12
- import { useDateFormatter as Ae } from "../../../hooks/useDateFormatter.js";
13
- import Be from "../../../hooks/useNumberFormatter.js";
14
- import { firstLastName as M } from "../../../helpers/formattedStrings.js";
15
- import { PAYMENT_METHODS as We, FlsaStatus as ie, compensationTypeLabels as V, PAYROLL_RESOLVABLE_SUBMISSION_BLOCKER_TYPES as oe } from "../../../shared/constants.js";
16
- import se from "../../../assets/icons/download-cloud.svg.js";
17
- import { PayrollLoading as de } from "../../Common/PayrollLoading/PayrollLoading.js";
18
- import { FastAchSubmissionBlockerBanner as Me } from "./SubmissionBlockers/FastAchSubmissionBlockerBanner.js";
19
- import { GenericBlocker as Ve } from "./SubmissionBlockers/GenericBlocker.js";
8
+ import { Grid as Ne } from "../../Common/Grid/Grid.js";
9
+ import { useComponentContext as _e } from "../../../contexts/ComponentAdapter/useComponentContext.js";
10
+ import ve from "../../../hooks/useContainerBreakpoints/useContainerBreakpoints.js";
11
+ import { useI18n as Le } from "../../../i18n/I18n.js";
12
+ import { useDateFormatter as Ee } from "../../../hooks/useDateFormatter.js";
13
+ import Oe from "../../../hooks/useNumberFormatter.js";
14
+ import { firstLastName as W } from "../../../helpers/formattedStrings.js";
15
+ import { PAYMENT_METHODS as Ae, FlsaStatus as le, compensationTypeLabels as V, PAYROLL_RESOLVABLE_SUBMISSION_BLOCKER_TYPES as ie } from "../../../shared/constants.js";
16
+ import oe from "../../../assets/icons/download-cloud.svg.js";
17
+ import { PayrollLoading as se } from "../../Common/PayrollLoading/PayrollLoading.js";
18
+ import { FastAchSubmissionBlockerBanner as Be } from "./SubmissionBlockers/FastAchSubmissionBlockerBanner.js";
19
+ import { GenericBlocker as We } from "./SubmissionBlockers/GenericBlocker.js";
20
20
  import { DataView as c } from "../../Common/DataView/DataView.js";
21
- const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate, p.endDate) : { startDate: "", endDate: "" }, ot = ({
22
- onEdit: p,
23
- onSubmit: w,
24
- onCancel: ce,
25
- onPayrollReceipt: me,
21
+ const Ve = (u, S) => u?.startDate && u.endDate ? S.formatPayPeriod(u.startDate, u.endDate) : { startDate: "", endDate: "" }, lt = ({
22
+ onEdit: u,
23
+ onSubmit: S,
24
+ onCancel: de,
25
+ onPayrollReceipt: ce,
26
26
  onPaystubDownload: Y,
27
- employeeDetails: ue,
28
27
  payrollData: n,
29
- bankAccount: U,
30
- taxes: N,
31
- status: g = h.Viewing,
32
- isProcessed: T,
33
- canCancel: be = !1,
28
+ bankAccount: M,
29
+ taxes: w,
30
+ status: f = p.Viewing,
31
+ isProcessed: h,
32
+ canCancel: me = !1,
34
33
  alerts: I = [],
35
- submissionBlockers: y = [],
36
- selectedUnblockOptions: _ = {},
34
+ submissionBlockers: b = [],
35
+ selectedUnblockOptions: N = {},
37
36
  onUnblockOptionChange: F,
38
- wireInConfirmationRequest: pe,
39
- withReimbursements: D = !0,
40
- paymentSpeed: ye
37
+ wireInConfirmationRequest: ue,
38
+ withReimbursements: g = !0,
39
+ paymentSpeed: be,
40
+ pagination: _
41
41
  }) => {
42
- const { Alert: v, Badge: L, Button: H, ButtonIcon: R, Dialog: fe, Heading: j, Text: f, Tabs: he } = Le();
43
- Oe("Payroll.PayrollOverview");
44
- const d = Ae(), { t } = xe("Payroll.PayrollOverview"), l = Be("currency"), [ge, Te] = ne("companyPays"), [G, $] = ne(!1), E = Ce(null), P = Ee({ ref: E }).includes("small"), x = g === h.Submitting || g === h.Cancelling, z = /* @__PURE__ */ a(j, { as: "h1", children: t(T ? "summaryTitle" : "overviewTitle") }), K = Se(n.offCycleReason), X = /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(
45
- ke,
42
+ const { Alert: v, Badge: L, Button: T, ButtonIcon: R, Dialog: ye, Heading: j, Text: y, Tabs: pe } = _e();
43
+ Le("Payroll.PayrollOverview");
44
+ const d = Ee(), { t } = Pe("Payroll.PayrollOverview"), l = Oe("currency"), [fe, he] = re("companyPays"), [U, G] = re(!1), E = ke(null), D = ve({ ref: E }).includes("small"), H = f === p.Submitting || f === p.Cancelling, $ = /* @__PURE__ */ a(j, { as: "h1", children: t(h ? "summaryTitle" : "overviewTitle") }), z = Ce(n.offCycleReason), K = /* @__PURE__ */ a(y, { children: /* @__PURE__ */ a(
45
+ xe,
46
46
  {
47
- i18nKey: K ? "pageSubtitleDismissal" : "pageSubtitle",
47
+ i18nKey: z ? "pageSubtitleDismissal" : "pageSubtitle",
48
48
  t,
49
- components: { dateWrapper: /* @__PURE__ */ a(f, { weight: "bold", as: "span" }) },
49
+ components: { dateWrapper: /* @__PURE__ */ a(y, { weight: "bold", as: "span" }) },
50
50
  values: {
51
- ...Ye(n.payPeriod, d),
52
- payrollType: we(n)
51
+ ...Ve(n.payPeriod, d),
52
+ payrollType: Se(n)
53
53
  }
54
54
  }
55
55
  ) });
56
- if (g === h.Cancelled)
57
- return /* @__PURE__ */ a("div", { ref: E, className: le.container, children: /* @__PURE__ */ o(s, { flexDirection: "column", alignItems: "stretch", children: [
56
+ if (f === p.Cancelled)
57
+ return /* @__PURE__ */ a("div", { ref: E, className: ne.container, children: /* @__PURE__ */ o(s, { flexDirection: "column", alignItems: "stretch", children: [
58
58
  /* @__PURE__ */ a(s, { justifyContent: "space-between", alignItems: "flex-start", gap: 16, children: /* @__PURE__ */ o(s, { flexDirection: "column", gap: 4, children: [
59
- z,
60
- X
59
+ $,
60
+ K
61
61
  ] }) }),
62
62
  /* @__PURE__ */ a(v, { status: "info", label: t("cancelledEmptyState") })
63
63
  ] }) });
64
- const k = Ne(n), De = n.payrollStatusMeta?.expectedDebitTime ?? n.payrollDeadline, q = (e) => e.taxes?.reduce(
64
+ const P = we(n), ge = n.payrollStatusMeta?.expectedDebitTime ?? n.payrollDeadline, X = (e) => e.taxes?.reduce(
65
65
  (r, i) => i.employer ? r + i.amount : r,
66
66
  0
67
- ) ?? 0, J = (e) => e.benefits?.reduce(
67
+ ) ?? 0, q = (e) => e.benefits?.reduce(
68
68
  (r, i) => i.companyContribution ? r + i.companyContribution : r,
69
69
  0
70
- ) ?? 0, He = (e) => e.grossPay + W(e) + q(e) + J(e), m = new Map(ue.map((e) => [e.uuid, e])), O = y.find(
70
+ ) ?? 0, Te = (e) => e.grossPay + B(e) + X(e) + q(e), O = b.find(
71
71
  (e) => e.blockerType === "fast_ach_threshold_exceeded" || e.blockerType === "needs_earned_access_for_fast_ach"
72
- ), A = O ? _[O.blockerType || ""] : void 0, u = O?.unblockOptions?.find(
72
+ ), A = O ? N[O.blockerType || ""] : void 0, m = O?.unblockOptions?.find(
73
73
  (e) => e.unblockType === A
74
- ), Q = A === "wire_in", Z = A === "move_to_four_day", C = (e) => e.hourlyCompensations?.reduce(
74
+ ), J = A === "wire_in", Q = A === "move_to_four_day", x = (e) => e.hourlyCompensations?.reduce(
75
75
  (r, i) => {
76
76
  if (typeof i.name > "u")
77
77
  return r;
78
- const b = i.name.toLowerCase(), B = r[b] ?? 0;
79
- return r[b] = B + Number(i.hours || 0), r;
78
+ const k = i.name.toLowerCase(), He = r[k] ?? 0;
79
+ return r[k] = He + Number(i.hours || 0), r;
80
80
  },
81
81
  {}
82
- ) || {}, ee = (e) => e.paidTimeOff?.reduce((r, i) => r + Number(i.hours || 0), 0) ?? 0, te = n.employeeCompensations?.reduce(
83
- (e, r) => !r.excluded && r.paymentMethod === We.check ? e + 1 : e,
82
+ ) || {}, Z = (e) => e.paidTimeOff?.reduce((r, i) => r + Number(i.hours || 0), 0) ?? 0, ee = n.employeeCompensations?.reduce(
83
+ (e, r) => !r.excluded && r.paymentMethod === Ae.check ? e + 1 : e,
84
84
  0
85
- ) ?? 0, ae = [
85
+ ) ?? 0, te = [
86
86
  {
87
87
  key: "employeeName",
88
88
  title: t("tableHeaders.employees"),
89
89
  render: (e) => /* @__PURE__ */ o(s, { flexDirection: "column", gap: 0, children: [
90
- M({
91
- first_name: m.get(e.employeeUuid)?.firstName,
92
- last_name: m.get(e.employeeUuid)?.lastName
90
+ W({
91
+ first_name: e.firstName,
92
+ last_name: e.lastName
93
93
  }),
94
94
  e.excluded && /* @__PURE__ */ a(L, { status: "warning", children: t("skippedBadge") })
95
95
  ] })
@@ -99,30 +99,30 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
99
99
  title: t("tableHeaders.grossPay"),
100
100
  render: (e) => l(e.grossPay)
101
101
  },
102
- ...D ? [
102
+ ...g ? [
103
103
  {
104
104
  key: "reimbursements",
105
105
  title: t("tableHeaders.reimbursements"),
106
- render: (e) => l(W(e))
106
+ render: (e) => l(B(e))
107
107
  }
108
108
  ] : [],
109
109
  {
110
110
  key: "companyTaxes",
111
111
  title: t("tableHeaders.companyTaxes"),
112
- render: (e) => l(q(e))
112
+ render: (e) => l(X(e))
113
113
  },
114
114
  {
115
115
  key: "companyBenefits",
116
116
  title: t("tableHeaders.companyBenefits"),
117
- render: (e) => l(J(e))
117
+ render: (e) => l(q(e))
118
118
  },
119
119
  {
120
120
  key: "companyPays",
121
121
  title: t("tableHeaders.companyPays"),
122
- render: (e) => l(He(e))
122
+ render: (e) => l(Te(e))
123
123
  }
124
124
  ];
125
- T && P && ae.push({
125
+ h && D && te.push({
126
126
  key: "paystubs",
127
127
  title: t("tableHeaders.paystub"),
128
128
  render: (e) => /* @__PURE__ */ a(s, { justifyContent: "flex-end", children: /* @__PURE__ */ a(
@@ -133,11 +133,11 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
133
133
  onClick: () => {
134
134
  e.employeeUuid && Y(e.employeeUuid);
135
135
  },
136
- children: /* @__PURE__ */ a(se, {})
136
+ children: /* @__PURE__ */ a(oe, {})
137
137
  }
138
138
  ) })
139
139
  });
140
- const Pe = [
140
+ const De = [
141
141
  {
142
142
  id: "companyPays",
143
143
  label: t("dataViews.companyPaysTab"),
@@ -145,9 +145,10 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
145
145
  c,
146
146
  {
147
147
  label: t("dataViews.companyPaysTable"),
148
- columns: ae,
148
+ columns: te,
149
149
  data: n.employeeCompensations,
150
- itemMenu: T && !P ? (e) => /* @__PURE__ */ a(
150
+ pagination: _,
151
+ itemMenu: h && !D ? (e) => /* @__PURE__ */ a(
151
152
  R,
152
153
  {
153
154
  "aria-label": t("downloadPaystubLabel"),
@@ -155,21 +156,21 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
155
156
  onClick: () => {
156
157
  e.employeeUuid && Y(e.employeeUuid);
157
158
  },
158
- children: /* @__PURE__ */ a(se, {})
159
+ children: /* @__PURE__ */ a(oe, {})
159
160
  }
160
161
  ) : void 0,
161
162
  footer: () => ({
162
- employeeName: /* @__PURE__ */ o(S, { children: [
163
+ employeeName: /* @__PURE__ */ o(C, { children: [
163
164
  t("tableHeaders.footerTotalsLabel"),
164
- /* @__PURE__ */ a(f, { variant: "supporting", size: "sm", children: t("tableHeaders.footerTotalsDescription") })
165
+ /* @__PURE__ */ a(y, { variant: "supporting", size: "sm", children: t("tableHeaders.footerTotalsDescription") })
165
166
  ] }),
166
167
  grossPay: l(Number(n.totals?.grossPay ?? 0)),
167
- ...D ? {
168
+ ...g ? {
168
169
  reimbursements: l(Number(n.totals?.reimbursements ?? 0))
169
170
  } : {},
170
171
  companyTaxes: l(Number(n.totals?.employerTaxes ?? 0)),
171
172
  companyBenefits: l(Number(n.totals?.benefits ?? 0)),
172
- companyPays: l(k)
173
+ companyPays: l(P)
173
174
  })
174
175
  }
175
176
  )
@@ -185,57 +186,55 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
185
186
  {
186
187
  title: t("tableHeaders.employees"),
187
188
  render: (e) => /* @__PURE__ */ o(s, { flexDirection: "column", gap: 0, children: [
188
- M({
189
- first_name: m.get(e.employeeUuid)?.firstName,
190
- last_name: m.get(e.employeeUuid)?.lastName
189
+ W({
190
+ first_name: e.firstName,
191
+ last_name: e.lastName
191
192
  }),
192
193
  e.excluded && /* @__PURE__ */ a(L, { status: "warning", children: t("skippedBadge") })
193
194
  ] })
194
195
  },
195
196
  {
196
197
  title: t("tableHeaders.compensationType"),
197
- render: (e) => m.get(e.employeeUuid)?.jobs?.reduce((r, i) => {
198
- if (i.primary) {
199
- const b = i.compensations?.find(
200
- (B) => B.uuid === i.currentCompensationUuid
201
- )?.flsaStatus;
202
- switch (b) {
203
- case ie.EXEMPT:
204
- return t("compensationTypeLabels.exempt");
205
- case ie.NONEXEMPT:
206
- return t("compensationTypeLabels.nonexempt");
207
- default:
208
- return b ?? "";
209
- }
198
+ render: (e) => {
199
+ const r = e.hourlyCompensations?.find(
200
+ (i) => i.flsaStatus
201
+ )?.flsaStatus;
202
+ switch (r) {
203
+ case le.EXEMPT:
204
+ return t("compensationTypeLabels.exempt");
205
+ case le.NONEXEMPT:
206
+ return t("compensationTypeLabels.nonexempt");
207
+ default:
208
+ return r ?? "";
210
209
  }
211
- return r;
212
- }, "")
210
+ }
213
211
  },
214
212
  {
215
213
  title: t("tableHeaders.regular"),
216
- render: (e) => C(e)[V.REGULAR_HOURS_NAME] || 0
214
+ render: (e) => x(e)[V.REGULAR_HOURS_NAME] || 0
217
215
  },
218
216
  {
219
217
  title: t("tableHeaders.overtime"),
220
- render: (e) => C(e)[V.OVERTIME_NAME] || 0
218
+ render: (e) => x(e)[V.OVERTIME_NAME] || 0
221
219
  },
222
220
  {
223
221
  title: t("tableHeaders.doubleOT"),
224
- render: (e) => C(e)[V.DOUBLE_OVERTIME_NAME] || 0
222
+ render: (e) => x(e)[V.DOUBLE_OVERTIME_NAME] || 0
225
223
  },
226
224
  {
227
225
  title: t("tableHeaders.timeOff"),
228
- render: (e) => ee(e)
226
+ render: (e) => Z(e)
229
227
  },
230
228
  {
231
229
  title: t("tableHeaders.totalHours"),
232
- render: (e) => Object.values(C(e)).reduce(
230
+ render: (e) => Object.values(x(e)).reduce(
233
231
  (r, i) => r + i,
234
232
  0
235
- ) + ee(e)
233
+ ) + Z(e)
236
234
  }
237
235
  ],
238
- data: n.employeeCompensations
236
+ data: n.employeeCompensations,
237
+ pagination: _
239
238
  }
240
239
  )
241
240
  },
@@ -250,9 +249,9 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
250
249
  {
251
250
  title: t("tableHeaders.employees"),
252
251
  render: (e) => /* @__PURE__ */ o(s, { flexDirection: "column", gap: 0, children: [
253
- M({
254
- first_name: m.get(e.employeeUuid)?.firstName,
255
- last_name: m.get(e.employeeUuid)?.lastName
252
+ W({
253
+ first_name: e.firstName,
254
+ last_name: e.lastName
256
255
  }),
257
256
  e.excluded && /* @__PURE__ */ a(L, { status: "warning", children: t("skippedBadge") })
258
257
  ] })
@@ -274,10 +273,10 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
274
273
  ) ?? 0
275
274
  )
276
275
  },
277
- ...D ? [
276
+ ...g ? [
278
277
  {
279
278
  title: t("tableHeaders.reimbursements"),
280
- render: (e) => l(W(e))
279
+ render: (e) => l(B(e))
281
280
  }
282
281
  ] : [],
283
282
  {
@@ -303,7 +302,8 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
303
302
  render: (e) => l(e.netPay ?? 0)
304
303
  }
305
304
  ],
306
- data: n.employeeCompensations
305
+ data: n.employeeCompensations,
306
+ pagination: _
307
307
  }
308
308
  )
309
309
  },
@@ -324,20 +324,20 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
324
324
  {
325
325
  key: "byYourEmployees",
326
326
  title: t("tableHeaders.byYourEmployees"),
327
- render: (e) => l(N[e]?.employee ?? 0)
327
+ render: (e) => l(w[e]?.employee ?? 0)
328
328
  },
329
329
  {
330
330
  key: "byYourCompany",
331
331
  title: t("tableHeaders.byYourCompany"),
332
- render: (e) => l(N[e]?.employer ?? 0)
332
+ render: (e) => l(w[e]?.employer ?? 0)
333
333
  }
334
334
  ],
335
335
  footer: () => ({
336
- taxDescription: /* @__PURE__ */ a(f, { weight: "semibold", size: "sm", children: t("totalsLabel") }),
336
+ taxDescription: /* @__PURE__ */ a(y, { weight: "semibold", size: "sm", children: t("totalsLabel") }),
337
337
  byYourEmployees: l(Number(n.totals?.employeeTaxes ?? 0)),
338
338
  byYourCompany: l(Number(n.totals?.employerTaxes ?? 0))
339
339
  }),
340
- data: Object.keys(N)
340
+ data: Object.keys(w)
341
341
  }
342
342
  ),
343
343
  /* @__PURE__ */ a(
@@ -356,7 +356,7 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
356
356
  ],
357
357
  data: [
358
358
  { label: t("directDepositLabel"), value: n.totals?.netPayDebit || "0" },
359
- ...D ? [
359
+ ...g ? [
360
360
  {
361
361
  label: t("reimbursementLabel"),
362
362
  value: n.totals?.reimbursementDebit || "0"
@@ -372,45 +372,45 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
372
372
  )
373
373
  ] })
374
374
  }
375
- ], re = T ? /* @__PURE__ */ o(S, { children: [
376
- /* @__PURE__ */ a(H, { onClick: me, variant: "secondary", isDisabled: x, children: t("payrollReceiptCta") }),
377
- be && /* @__PURE__ */ a(
378
- H,
375
+ ], ae = h ? /* @__PURE__ */ o(C, { children: [
376
+ /* @__PURE__ */ a(T, { onClick: ce, variant: "secondary", isDisabled: H, children: t("payrollReceiptCta") }),
377
+ me && /* @__PURE__ */ a(
378
+ T,
379
379
  {
380
380
  onClick: () => {
381
- $(!0);
381
+ G(!0);
382
382
  },
383
383
  variant: "error",
384
- isDisabled: x,
384
+ isDisabled: H,
385
385
  children: t("cancelCta")
386
386
  }
387
387
  )
388
- ] }) : /* @__PURE__ */ o(S, { children: [
389
- /* @__PURE__ */ a(H, { onClick: p, variant: "secondary", isDisabled: x, children: t("editCta") }),
388
+ ] }) : /* @__PURE__ */ o(C, { children: [
389
+ /* @__PURE__ */ a(T, { onClick: u, variant: "secondary", isDisabled: H, children: t("editCta") }),
390
390
  /* @__PURE__ */ a(
391
- H,
391
+ T,
392
392
  {
393
- onClick: w,
394
- isDisabled: x || y.length > 0 && (y.some(
395
- (e) => !oe.includes(e.blockerType || "")
396
- ) || y.some(
397
- (e) => !_[e.blockerType || ""]
393
+ onClick: S,
394
+ isDisabled: H || b.length > 0 && (b.some(
395
+ (e) => !ie.includes(e.blockerType || "")
396
+ ) || b.some(
397
+ (e) => !N[e.blockerType || ""]
398
398
  )),
399
399
  children: t("submitCta")
400
400
  }
401
401
  )
402
402
  ] });
403
- return /* @__PURE__ */ a("div", { ref: E, className: le.container, children: /* @__PURE__ */ o(s, { flexDirection: "column", alignItems: "stretch", children: [
403
+ return /* @__PURE__ */ a("div", { ref: E, className: ne.container, children: /* @__PURE__ */ o(s, { flexDirection: "column", alignItems: "stretch", children: [
404
404
  /* @__PURE__ */ o(s, { justifyContent: "space-between", alignItems: "flex-start", gap: 16, children: [
405
405
  /* @__PURE__ */ o(s, { flexDirection: "column", gap: 4, children: [
406
- z,
407
- X
406
+ $,
407
+ K
408
408
  ] }),
409
- P && /* @__PURE__ */ a(s, { gap: 8, justifyContent: "flex-end", children: re })
409
+ D && /* @__PURE__ */ a(s, { gap: 8, justifyContent: "flex-end", children: ae })
410
410
  ] }),
411
- !P && /* @__PURE__ */ a(ve, { gridTemplateColumns: "1fr", gap: 8, children: re }),
412
- g === h.Cancelling ? /* @__PURE__ */ a(de, { title: t("cancellingTitle") }) : g === h.Submitting ? /* @__PURE__ */ a(de, { title: t("loadingTitle"), description: t("loadingDescription") }) : /* @__PURE__ */ o(S, { children: [
413
- pe,
411
+ !D && /* @__PURE__ */ a(Ne, { gridTemplateColumns: "1fr", gap: 8, children: ae }),
412
+ f === p.Cancelling ? /* @__PURE__ */ a(se, { title: t("cancellingTitle") }) : f === p.Submitting ? /* @__PURE__ */ a(se, { title: t("loadingTitle"), description: t("loadingDescription") }) : /* @__PURE__ */ o(C, { children: [
413
+ ue,
414
414
  I.length > 0 && /* @__PURE__ */ a(s, { flexDirection: "column", gap: 16, children: I.map((e, r) => /* @__PURE__ */ a(
415
415
  v,
416
416
  {
@@ -421,58 +421,58 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
421
421
  },
422
422
  `${e.type}-${e.title}`
423
423
  )) }),
424
- y.length > 0 && F && y.map((e) => {
424
+ b.length > 0 && F && b.map((e) => {
425
425
  const r = e.blockerType || "";
426
- return oe.includes(r) ? /* @__PURE__ */ a(
427
- Me,
426
+ return ie.includes(r) ? /* @__PURE__ */ a(
427
+ Be,
428
428
  {
429
429
  blocker: e,
430
- selectedValue: _[r],
430
+ selectedValue: N[r],
431
431
  onUnblockOptionChange: F,
432
- paymentSpeed: ye
432
+ paymentSpeed: be
433
433
  },
434
434
  r
435
- ) : /* @__PURE__ */ a(Ve, { blocker: e }, r);
435
+ ) : /* @__PURE__ */ a(We, { blocker: e }, r);
436
436
  }),
437
- /* @__PURE__ */ a(j, { as: "h3", children: t(Q ? "payrollSummaryTitleWire" : Z ? "payrollSummaryTitleFourDay" : "payrollSummaryTitle") }),
438
- Q ? /* @__PURE__ */ a(
437
+ /* @__PURE__ */ a(j, { as: "h3", children: t(J ? "payrollSummaryTitleWire" : Q ? "payrollSummaryTitleFourDay" : "payrollSummaryTitle") }),
438
+ J ? /* @__PURE__ */ a(
439
439
  c,
440
440
  {
441
441
  label: t("payrollSummaryLabel"),
442
442
  columns: [
443
443
  {
444
444
  title: t("tableHeaders.totalPayroll"),
445
- render: () => l(k)
445
+ render: () => l(P)
446
446
  },
447
447
  {
448
448
  title: t("tableHeaders.wireAmount"),
449
449
  render: () => {
450
- const r = u?.metadata?.wire_in_amount;
450
+ const r = m?.metadata?.wire_in_amount;
451
451
  return r ? l(Number(r)) : "-";
452
452
  }
453
453
  },
454
454
  {
455
455
  title: t("tableHeaders.wireTransferDeadline"),
456
456
  render: () => {
457
- const r = u?.metadata?.wire_in_deadline, i = d.formatWithTime(r), b = d.formatShortWithYear(r);
458
- return r ? `${i.time} on ${b}` : "-";
457
+ const r = m?.metadata?.wire_in_deadline, i = d.formatWithTime(r), k = d.formatShortWithYear(r);
458
+ return r ? `${i.time} on ${k}` : "-";
459
459
  }
460
460
  },
461
461
  {
462
462
  title: t("tableHeaders.employeePayDate"),
463
- render: () => u?.checkDate ? d.formatShortWithYear(u.checkDate) : "-"
463
+ render: () => m?.checkDate ? d.formatShortWithYear(m.checkDate) : "-"
464
464
  }
465
465
  ],
466
466
  data: [{}]
467
467
  }
468
- ) : Z ? /* @__PURE__ */ a(
468
+ ) : Q ? /* @__PURE__ */ a(
469
469
  c,
470
470
  {
471
471
  label: t("payrollSummaryLabel"),
472
472
  columns: [
473
473
  {
474
474
  title: t("tableHeaders.totalPayroll"),
475
- render: () => l(k)
475
+ render: () => l(P)
476
476
  },
477
477
  {
478
478
  title: t("tableHeaders.debitAmount"),
@@ -483,18 +483,18 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
483
483
  },
484
484
  {
485
485
  title: t("tableHeaders.debitAccount"),
486
- render: () => U?.hiddenAccountNumber ?? ""
486
+ render: () => M?.hiddenAccountNumber ?? ""
487
487
  },
488
488
  {
489
489
  title: t("tableHeaders.debitDate"),
490
490
  render: () => {
491
- const r = u?.metadata?.debit_date;
491
+ const r = m?.metadata?.debit_date;
492
492
  return d.formatShortWithYear(r);
493
493
  }
494
494
  },
495
495
  {
496
496
  title: t("tableHeaders.employeePayDate"),
497
- render: () => u?.checkDate ? d.formatShortWithYear(u.checkDate) : "-"
497
+ render: () => m?.checkDate ? d.formatShortWithYear(m.checkDate) : "-"
498
498
  }
499
499
  ],
500
500
  data: [{}]
@@ -506,7 +506,7 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
506
506
  columns: [
507
507
  {
508
508
  title: t("tableHeaders.totalPayroll"),
509
- render: () => l(k)
509
+ render: () => l(P)
510
510
  },
511
511
  {
512
512
  title: t("tableHeaders.debitAmount"),
@@ -514,11 +514,11 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
514
514
  },
515
515
  {
516
516
  title: t("tableHeaders.debitAccount"),
517
- render: () => U?.hiddenAccountNumber ?? ""
517
+ render: () => M?.hiddenAccountNumber ?? ""
518
518
  },
519
519
  {
520
520
  title: t("tableHeaders.debitDate"),
521
- render: () => d.formatShortWithYear(De)
521
+ render: () => d.formatShortWithYear(ge)
522
522
  },
523
523
  {
524
524
  title: t("tableHeaders.employeePayDate"),
@@ -528,42 +528,42 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
528
528
  data: [{}]
529
529
  }
530
530
  ),
531
- te > 0 && /* @__PURE__ */ a(
531
+ ee > 0 && /* @__PURE__ */ a(
532
532
  v,
533
533
  {
534
534
  status: "warning",
535
- label: t("alerts.checkPaymentWarning", { count: te }),
535
+ label: t("alerts.checkPaymentWarning", { count: ee }),
536
536
  children: t("alerts.checkPaymentWarningDescription")
537
537
  }
538
538
  ),
539
539
  /* @__PURE__ */ a(
540
- he,
540
+ pe,
541
541
  {
542
- onSelectionChange: Te,
543
- selectedId: ge,
542
+ onSelectionChange: he,
543
+ selectedId: fe,
544
544
  "aria-label": t("dataViews.label"),
545
- tabs: Pe
545
+ tabs: De
546
546
  }
547
547
  ),
548
- G && /* @__PURE__ */ a(
549
- fe,
548
+ U && /* @__PURE__ */ a(
549
+ ye,
550
550
  {
551
- isOpen: G,
551
+ isOpen: U,
552
552
  onClose: () => {
553
- $(!1);
553
+ G(!1);
554
554
  },
555
- onPrimaryActionClick: ce,
555
+ onPrimaryActionClick: de,
556
556
  shouldCloseOnBackdropClick: !0,
557
557
  primaryActionLabel: t("confirmCancelCta"),
558
558
  isDestructive: !0,
559
559
  closeActionLabel: t("declineCancelCta"),
560
- title: t(K ? "cancelDialogTitleDismissal" : "cancelDialogTitle", {
560
+ title: t(z ? "cancelDialogTitleDismissal" : "cancelDialogTitle", {
561
561
  startDate: d.formatLong(n.payPeriod?.startDate),
562
562
  endDate: d.formatLongWithYear(n.payPeriod?.endDate)
563
563
  }),
564
564
  children: /* @__PURE__ */ o(s, { gap: 14, flexDirection: "column", children: [
565
- /* @__PURE__ */ a(f, { children: t("cancelDialogDescription") }),
566
- _e(n.employeeCompensations) && /* @__PURE__ */ a(f, { children: t("cancelDialogDescriptionDeadline", {
565
+ /* @__PURE__ */ a(y, { children: t("cancelDialogDescription") }),
566
+ Number(n.totals?.netPayDebit ?? 0) > 0 && /* @__PURE__ */ a(y, { children: t("cancelDialogDescriptionDeadline", {
567
567
  deadline: d.formatWithTime(n.payrollDeadline).time
568
568
  }) })
569
569
  ] })
@@ -573,6 +573,6 @@ const Ye = (p, w) => p?.startDate && p.endDate ? w.formatPayPeriod(p.startDate,
573
573
  ] }) });
574
574
  };
575
575
  export {
576
- ot as PayrollOverviewPresentation
576
+ lt as PayrollOverviewPresentation
577
577
  };
578
578
  //# sourceMappingURL=PayrollOverviewPresentation.js.map