@gusto/embedded-react-sdk 0.44.2 → 0.45.0

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 (593) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/components/Common/DetailViewLayout/DetailViewLayout.js +7 -7
  3. package/dist/components/Common/DetailViewLayout/DetailViewLayout.js.map +1 -1
  4. package/dist/components/Common/UI/Alert/Alert.js +24 -23
  5. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  6. package/dist/components/Common/UI/Alert/Alert.module.scss.js +16 -14
  7. package/dist/components/Common/UI/Alert/Alert.module.scss.js.map +1 -1
  8. package/dist/components/Common/UI/Alert/AlertTypes.d.ts +8 -0
  9. package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
  10. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +38 -38
  11. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  12. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -20
  13. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  14. package/dist/components/Company/AssignSignatory/Head.js +12 -9
  15. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  16. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +25 -25
  17. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  18. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -20
  19. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  20. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -22
  21. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  22. package/dist/components/Company/BankAccount/BankAccountForm/Head.js +11 -8
  23. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  24. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -20
  25. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  26. package/dist/components/Company/BankAccount/BankAccountList/Head.js +44 -39
  27. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  28. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -20
  29. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  30. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +26 -26
  31. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  32. package/dist/components/Company/FederalTaxes/FederalTaxes.js +9 -9
  33. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  34. package/dist/components/Company/FederalTaxes/Head.js +7 -6
  35. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  36. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +12 -28
  37. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  38. package/dist/components/Company/Industry/Context.js +7 -23
  39. package/dist/components/Company/Industry/Context.js.map +1 -1
  40. package/dist/components/Company/Industry/Head.js +10 -9
  41. package/dist/components/Company/Industry/Head.js.map +1 -1
  42. package/dist/components/Company/Industry/IndustrySelect.js +22 -19
  43. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  44. package/dist/components/Company/Locations/LocationForm/Head.js +9 -8
  45. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  46. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -20
  47. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  48. package/dist/components/Company/Locations/LocationsList/Head.js +11 -10
  49. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  50. package/dist/components/Company/Locations/LocationsList/LocationsList.js +11 -11
  51. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  52. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -20
  53. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  54. package/dist/components/Company/OnboardingOverview/context.js +4 -20
  55. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  56. package/dist/components/Company/PaySchedule/PayScheduleList.js +18 -18
  57. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  58. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -20
  59. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  60. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -20
  61. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  62. package/dist/components/Contractor/Address/useAddress.js +6 -22
  63. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  64. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +1 -1
  65. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  66. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +7 -7
  67. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  68. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +2 -2
  69. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  70. package/dist/components/Contractor/Profile/useContractorProfile.js +42 -52
  71. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  72. package/dist/components/Employee/Compensation/index.d.ts +1 -1
  73. package/dist/components/Employee/Compensation/{Compensation.d.ts → onboarding/Compensation.d.ts} +3 -3
  74. package/dist/components/Employee/Compensation/onboarding/Compensation.js +88 -0
  75. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -0
  76. package/dist/components/Employee/Compensation/{CompensationFlowComponents.d.ts → onboarding/CompensationFlowComponents.d.ts} +3 -3
  77. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js +59 -0
  78. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -0
  79. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +21 -0
  80. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js +249 -0
  81. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -0
  82. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.module.scss.js +8 -0
  83. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.module.scss.js.map +1 -0
  84. package/dist/components/Employee/Compensation/onboarding/EditCompensation/index.d.ts +3 -0
  85. package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsList.d.ts +1 -1
  86. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +43 -0
  87. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -0
  88. package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsListPresentation.js +10 -10
  89. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -0
  90. package/dist/components/Employee/Compensation/{compensationStateMachine.js → onboarding/compensationStateMachine.js} +1 -1
  91. package/dist/components/Employee/Compensation/onboarding/compensationStateMachine.js.map +1 -0
  92. package/dist/components/Employee/Compensation/onboarding/index.d.ts +2 -0
  93. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +9 -0
  94. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js +10 -0
  95. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -0
  96. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +7 -0
  97. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js +41 -35
  98. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.js.map +1 -1
  99. package/dist/components/Employee/Compensation/shared/useCompensationForm/index.d.ts +0 -2
  100. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +24 -3
  101. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +193 -181
  102. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
  103. package/dist/components/Employee/Compensation/shared/useJobForm/index.d.ts +0 -2
  104. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +8 -0
  105. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +14 -13
  106. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
  107. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +19 -2
  108. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +133 -130
  109. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
  110. package/dist/components/Employee/Dashboard/BasicDetailsView.d.ts +13 -0
  111. package/dist/components/Employee/Dashboard/BasicDetailsView.js +87 -65
  112. package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
  113. package/dist/components/Employee/Dashboard/CompensationCard.d.ts +13 -0
  114. package/dist/components/Employee/Dashboard/Dashboard.js +89 -109
  115. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  116. package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +15 -0
  117. package/dist/components/Employee/Dashboard/DashboardComponents.js +120 -25
  118. package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
  119. package/dist/components/Employee/Dashboard/DocumentsView.d.ts +11 -0
  120. package/dist/components/Employee/Dashboard/DocumentsView.js +24 -17
  121. package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
  122. package/dist/components/Employee/Dashboard/JobAndPayView.d.ts +9 -17
  123. package/dist/components/Employee/Dashboard/JobAndPayView.js +495 -114
  124. package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
  125. package/dist/components/Employee/Dashboard/PendingChangesReviewModal.d.ts +10 -0
  126. package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js +64 -0
  127. package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js.map +1 -0
  128. package/dist/components/Employee/Dashboard/TaxesView.d.ts +13 -0
  129. package/dist/components/Employee/Dashboard/TaxesView.js +82 -60
  130. package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
  131. package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +7 -0
  132. package/dist/components/Employee/Dashboard/dashboardStateMachine.js +227 -40
  133. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  134. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.d.ts +50 -0
  135. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js +57 -0
  136. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +1 -0
  137. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.test.d.ts +1 -0
  138. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +7 -4
  139. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +1 -1
  140. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +14 -8
  141. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +60 -36
  142. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +1 -1
  143. package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.d.ts +8 -0
  144. package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js +61 -0
  145. package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js.map +1 -0
  146. package/dist/components/Employee/Deductions/Deductions.d.ts +2 -8
  147. package/dist/components/Employee/Deductions/Deductions.js +25 -52
  148. package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
  149. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.d.ts +9 -0
  150. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js +137 -0
  151. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js.map +1 -0
  152. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +9 -5
  153. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +97 -94
  154. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  155. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.d.ts +18 -0
  156. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js +137 -0
  157. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js.map +1 -0
  158. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.d.ts +10 -5
  159. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +57 -77
  160. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  161. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.d.ts +5 -5
  162. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +29 -39
  163. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  164. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js +8 -6
  165. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js.map +1 -1
  166. package/dist/components/Employee/Deductions/{DeductionsComponents.d.ts → deductionsContextualComponents.d.ts} +7 -8
  167. package/dist/components/Employee/Deductions/deductionsContextualComponents.js +74 -0
  168. package/dist/components/Employee/Deductions/deductionsContextualComponents.js.map +1 -0
  169. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +7 -0
  170. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js +31 -0
  171. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -0
  172. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +7 -0
  173. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js +10 -0
  174. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -0
  175. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.test.d.ts +1 -0
  176. package/dist/components/Employee/Deductions/shared/index.d.ts +7 -0
  177. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +63 -0
  178. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +64 -0
  179. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -0
  180. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +36 -0
  181. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +39 -0
  182. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -0
  183. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/index.d.ts +4 -0
  184. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +62 -0
  185. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +208 -0
  186. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -0
  187. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +63 -0
  188. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +52 -0
  189. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -0
  190. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +25 -0
  191. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +36 -0
  192. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -0
  193. package/dist/components/Employee/Deductions/shared/useDeductionForm/index.d.ts +4 -0
  194. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +64 -0
  195. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +203 -0
  196. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -0
  197. package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +22 -0
  198. package/dist/components/Employee/Deductions/shared/useDeductionsList.js +50 -0
  199. package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -0
  200. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +13 -0
  201. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js +17 -0
  202. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -0
  203. package/dist/components/Employee/Deductions/stateMachine.d.ts +4 -5
  204. package/dist/components/Employee/Deductions/stateMachine.js +67 -89
  205. package/dist/components/Employee/Deductions/stateMachine.js.map +1 -1
  206. package/dist/components/Employee/Documents/management/DocumentManager.d.ts +6 -0
  207. package/dist/components/Employee/Documents/management/DocumentManager.js +60 -0
  208. package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -0
  209. package/dist/components/Employee/Documents/management/index.d.ts +3 -0
  210. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Actions.js +3 -3
  211. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js.map +1 -0
  212. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/DocumentList.d.ts +1 -1
  213. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/DocumentList.js +5 -5
  214. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -0
  215. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Head.js +1 -1
  216. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Head.js.map +1 -0
  217. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/List.js +3 -3
  218. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js.map +1 -0
  219. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +8 -0
  220. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -0
  221. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentSigner.d.ts +1 -1
  222. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentSigner.js +5 -5
  223. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -0
  224. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibility.d.ts +1 -1
  225. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibility.js +4 -4
  226. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -0
  227. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilityPresentation.js +11 -11
  228. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -0
  229. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -0
  230. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.test.d.ts +1 -0
  231. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/countries.js.map +1 -0
  232. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.d.ts +1 -1
  233. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.js +13 -13
  234. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -0
  235. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/documentSignerStateMachine.d.ts +2 -2
  236. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/documentSignerStateMachine.js +8 -8
  237. package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -0
  238. package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/stateMachine.js +1 -1
  239. package/dist/components/Employee/Documents/onboarding/DocumentSigner/stateMachine.js.map +1 -0
  240. package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocuments.d.ts +3 -3
  241. package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocuments.js +6 -6
  242. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -0
  243. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js +117 -0
  244. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -0
  245. package/dist/components/Employee/{DocumentSigner → Documents/shared}/SignatureForm/SignatureForm.d.ts +1 -1
  246. package/dist/components/Employee/{DocumentSigner → Documents/shared}/SignatureForm/SignatureForm.js +14 -14
  247. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -0
  248. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js.map +1 -0
  249. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +1 -0
  250. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -0
  251. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +89 -82
  252. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
  253. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +37 -35
  254. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  255. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.d.ts +1 -0
  256. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +14 -8
  257. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  258. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +38 -39
  259. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  260. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +29 -27
  261. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  262. package/dist/components/Employee/PaymentMethod/index.d.ts +1 -1
  263. package/dist/components/Employee/PaymentMethod/management/ListView.d.ts +8 -0
  264. package/dist/components/Employee/PaymentMethod/management/ListView.js +138 -0
  265. package/dist/components/Employee/PaymentMethod/management/ListView.js.map +1 -0
  266. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.d.ts +11 -0
  267. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +49 -0
  268. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -0
  269. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.d.ts +8 -0
  270. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js +23 -0
  271. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js.map +1 -0
  272. package/dist/components/Employee/PaymentMethod/management/index.d.ts +4 -0
  273. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.d.ts +5 -0
  274. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js +75 -0
  275. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js.map +1 -0
  276. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.d.ts +8 -0
  277. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js +66 -0
  278. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js.map +1 -0
  279. package/dist/components/Employee/PaymentMethod/onboarding/ListView.d.ts +9 -0
  280. package/dist/components/Employee/PaymentMethod/onboarding/ListView.js +168 -0
  281. package/dist/components/Employee/PaymentMethod/onboarding/ListView.js.map +1 -0
  282. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.d.ts +11 -0
  283. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +44 -0
  284. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -0
  285. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.d.ts +8 -0
  286. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.js +23 -0
  287. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.js.map +1 -0
  288. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.d.ts +8 -0
  289. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js +97 -0
  290. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js.map +1 -0
  291. package/dist/components/Employee/PaymentMethod/onboarding/index.d.ts +2 -0
  292. package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.d.ts +5 -0
  293. package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js +75 -0
  294. package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js.map +1 -0
  295. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.d.ts +9 -0
  296. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js +31 -0
  297. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js.map +1 -0
  298. package/dist/components/Employee/PaymentMethod/shared/index.d.ts +7 -0
  299. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.d.ts +15 -0
  300. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +22 -0
  301. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js.map +1 -0
  302. package/dist/components/Employee/PaymentMethod/shared/useBankForm/index.d.ts +5 -0
  303. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +37 -0
  304. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +105 -0
  305. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -0
  306. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +39 -0
  307. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js +26 -0
  308. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.js.map +1 -0
  309. package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.d.ts +13 -0
  310. package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.js +19 -0
  311. package/dist/components/Employee/PaymentMethod/shared/useDeleteBankAccount.js.map +1 -0
  312. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.d.ts +6 -0
  313. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js +9 -0
  314. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.js.map +1 -0
  315. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/index.d.ts +5 -0
  316. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +31 -0
  317. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +94 -0
  318. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -0
  319. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +31 -0
  320. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js +22 -0
  321. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.js.map +1 -0
  322. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +20 -0
  323. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +68 -0
  324. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -0
  325. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.d.ts +6 -0
  326. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.js +9 -0
  327. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.js.map +1 -0
  328. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/index.d.ts +6 -0
  329. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.d.ts +48 -0
  330. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +46 -0
  331. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js.map +1 -0
  332. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +65 -0
  333. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +209 -0
  334. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -0
  335. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.d.ts +53 -0
  336. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.js +93 -0
  337. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.js.map +1 -0
  338. package/dist/components/Employee/Profile/onboarding/AdminProfile.js +88 -87
  339. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  340. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js +2 -2
  341. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  342. package/dist/components/Employee/Taxes/FederalForm.js +27 -26
  343. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  344. package/dist/components/Employee/Taxes/FederalHead.js +13 -10
  345. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  346. package/dist/components/Employee/Taxes/StateForm.js +17 -14
  347. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  348. package/dist/components/Employee/Taxes/Taxes.js +75 -69
  349. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  350. package/dist/components/Employee/Taxes/useTaxes.js +4 -20
  351. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  352. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +26 -26
  353. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  354. package/dist/components/Employee/exports/employeeManagement.d.ts +4 -1
  355. package/dist/components/Employee/exports/employeeManagement.js +22 -18
  356. package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
  357. package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -3
  358. package/dist/components/Employee/exports/employeeOnboarding.js +4 -4
  359. package/dist/components/Employee/index.d.ts +4 -4
  360. package/dist/components/Employee/index.js +5 -5
  361. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +26 -34
  362. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  363. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +35 -35
  364. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  365. package/dist/components/Payroll/usePreparedPayrollData.js +22 -36
  366. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  367. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +84 -82
  368. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  369. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -1
  370. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js +49 -48
  371. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
  372. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailTypes.d.ts +1 -0
  373. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +39 -37
  374. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  375. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +31 -31
  376. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  377. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormTypes.d.ts +1 -0
  378. package/dist/components/TimeOff/PolicyList/PolicyList.js +27 -27
  379. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  380. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +50 -50
  381. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  382. package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +1 -0
  383. package/dist/components/TimeOff/PolicySettings/PolicySettings.js +66 -41
  384. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  385. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +1 -1
  386. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +59 -48
  387. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  388. package/dist/components/TimeOff/PolicySettings/PolicySettingsTypes.d.ts +3 -0
  389. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +34 -33
  390. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  391. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +3 -0
  392. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js +69 -61
  393. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  394. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js +119 -75
  395. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  396. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +72 -61
  397. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  398. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -1
  399. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +103 -84
  400. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  401. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormTypes.d.ts +2 -0
  402. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +51 -49
  403. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  404. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
  405. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +78 -59
  406. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
  407. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js +8 -0
  408. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js.map +1 -0
  409. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +6 -2
  410. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +209 -154
  411. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  412. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +3 -1
  413. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +36 -34
  414. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
  415. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +136 -134
  416. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  417. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.module.scss.js +6 -6
  418. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +1 -1
  419. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js +63 -65
  420. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
  421. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailTypes.d.ts +1 -0
  422. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +50 -49
  423. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
  424. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +4 -4
  425. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -1
  426. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js +66 -55
  427. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
  428. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayoutTypes.d.ts +1 -0
  429. package/dist/contexts/ApiProvider/ApiProvider.js +33 -39
  430. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  431. package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +17 -0
  432. package/dist/contexts/ApiProvider/createSdkQueryClient.js +14 -0
  433. package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -0
  434. package/dist/helpers/formattedStrings.d.ts +12 -0
  435. package/dist/helpers/formattedStrings.js +55 -33
  436. package/dist/helpers/formattedStrings.js.map +1 -1
  437. package/dist/hooks/useClientPagination/useClientPagination.d.ts +44 -0
  438. package/dist/hooks/useClientPagination/useClientPagination.js +69 -0
  439. package/dist/hooks/useClientPagination/useClientPagination.js.map +1 -0
  440. package/dist/hooks/useClientPagination/useClientPagination.test.d.ts +1 -0
  441. package/dist/i18n/I18n.js +6 -5
  442. package/dist/i18n/I18n.js.map +1 -1
  443. package/dist/i18n/en/Company.PaySchedule.json.js +22 -20
  444. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  445. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +8 -6
  446. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js.map +1 -1
  447. package/dist/i18n/en/Company.TimeOff.HolidayPolicy.json.js +9 -9
  448. package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js +6 -4
  449. package/dist/i18n/en/Company.TimeOff.PolicyDetail.json.js.map +1 -1
  450. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +17 -15
  451. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -1
  452. package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js +10 -8
  453. package/dist/i18n/en/Company.TimeOff.SelectPolicyType.json.js.map +1 -1
  454. package/dist/i18n/en/Employee.Dashboard.json.js +16 -12
  455. package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
  456. package/dist/i18n/en/Employee.Deductions.json.js +104 -76
  457. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  458. package/dist/i18n/en/Employee.DocumentManager.json.js +12 -0
  459. package/dist/i18n/en/Employee.DocumentManager.json.js.map +1 -0
  460. package/dist/i18n/en/Employee.PaymentMethod.json.js +76 -64
  461. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  462. package/dist/i18n/en/common.json.d.ts +7 -0
  463. package/dist/i18n/en/common.json.js +19 -17
  464. package/dist/i18n/en/common.json.js.map +1 -1
  465. package/dist/index.d.ts +16 -6
  466. package/dist/index.js +138 -112
  467. package/dist/index.js.map +1 -1
  468. package/dist/partner-hook-utils/form/fields/NumberInputHookField.d.ts +2 -1
  469. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +20 -18
  470. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
  471. package/dist/shared/constants.d.ts +8 -2
  472. package/dist/shared/constants.js +11 -8
  473. package/dist/shared/constants.js.map +1 -1
  474. package/dist/style.css +1 -1
  475. package/dist/test-utils/assertions.d.ts +16 -0
  476. package/dist/types/i18next.d.ts +140 -4
  477. package/dist/types/sdkError.js +58 -47
  478. package/dist/types/sdkError.js.map +1 -1
  479. package/docs/reference/endpoint-inventory.json +980 -1170
  480. package/package.json +29 -21
  481. package/dist/components/Employee/Compensation/Compensation.js +0 -87
  482. package/dist/components/Employee/Compensation/Compensation.js.map +0 -1
  483. package/dist/components/Employee/Compensation/CompensationFlowComponents.js +0 -61
  484. package/dist/components/Employee/Compensation/CompensationFlowComponents.js.map +0 -1
  485. package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.d.ts +0 -14
  486. package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js +0 -128
  487. package/dist/components/Employee/Compensation/EditCompensation/EditCompensation.js.map +0 -1
  488. package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.d.ts +0 -17
  489. package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js +0 -224
  490. package/dist/components/Employee/Compensation/EditCompensation/EditCompensationPresentation.js.map +0 -1
  491. package/dist/components/Employee/Compensation/EditCompensation/index.d.ts +0 -5
  492. package/dist/components/Employee/Compensation/JobsList/JobsList.js +0 -47
  493. package/dist/components/Employee/Compensation/JobsList/JobsList.js.map +0 -1
  494. package/dist/components/Employee/Compensation/JobsList/JobsListPresentation.js.map +0 -1
  495. package/dist/components/Employee/Compensation/compensationSchema.d.ts +0 -29
  496. package/dist/components/Employee/Compensation/compensationSchema.js +0 -63
  497. package/dist/components/Employee/Compensation/compensationSchema.js.map +0 -1
  498. package/dist/components/Employee/Compensation/compensationStateMachine.js.map +0 -1
  499. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.d.ts +0 -15
  500. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js +0 -27
  501. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCurrentCompensationForm.js.map +0 -1
  502. package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.d.ts +0 -13
  503. package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js +0 -26
  504. package/dist/components/Employee/Compensation/shared/useJobForm/useCurrentJobForm.js.map +0 -1
  505. package/dist/components/Employee/Deductions/Actions.d.ts +0 -1
  506. package/dist/components/Employee/Deductions/DeductionsComponents.js +0 -31
  507. package/dist/components/Employee/Deductions/DeductionsComponents.js.map +0 -1
  508. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +0 -39
  509. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +0 -237
  510. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +0 -1
  511. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +0 -22
  512. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +0 -162
  513. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +0 -1
  514. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +0 -34
  515. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +0 -168
  516. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +0 -1
  517. package/dist/components/Employee/Deductions/Head.d.ts +0 -1
  518. package/dist/components/Employee/Deductions/useDeductions.d.ts +0 -30
  519. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +0 -1
  520. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +0 -1
  521. package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +0 -1
  522. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +0 -1
  523. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +0 -24
  524. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +0 -1
  525. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +0 -1
  526. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +0 -1
  527. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +0 -1
  528. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +0 -1
  529. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/countries.js.map +0 -1
  530. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +0 -1
  531. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +0 -1
  532. package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +0 -1
  533. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +0 -1
  534. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/signEmployeeFormSchema.js.map +0 -1
  535. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +0 -1
  536. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +0 -1
  537. package/dist/components/Employee/EmployeeDocuments/EmployeeDocuments.js.map +0 -1
  538. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +0 -115
  539. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +0 -1
  540. package/dist/components/Employee/PaymentMethod/Actions.d.ts +0 -1
  541. package/dist/components/Employee/PaymentMethod/Actions.js +0 -20
  542. package/dist/components/Employee/PaymentMethod/Actions.js.map +0 -1
  543. package/dist/components/Employee/PaymentMethod/BankAccount.d.ts +0 -13
  544. package/dist/components/Employee/PaymentMethod/BankAccount.js +0 -13
  545. package/dist/components/Employee/PaymentMethod/BankAccount.js.map +0 -1
  546. package/dist/components/Employee/PaymentMethod/BankAccountEdit.d.ts +0 -1
  547. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +0 -58
  548. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +0 -1
  549. package/dist/components/Employee/PaymentMethod/BankAccountsList.d.ts +0 -1
  550. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +0 -51
  551. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +0 -1
  552. package/dist/components/Employee/PaymentMethod/Head.d.ts +0 -1
  553. package/dist/components/Employee/PaymentMethod/Head.js +0 -13
  554. package/dist/components/Employee/PaymentMethod/Head.js.map +0 -1
  555. package/dist/components/Employee/PaymentMethod/PaymentMethod.d.ts +0 -9
  556. package/dist/components/Employee/PaymentMethod/PaymentMethod.js +0 -183
  557. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +0 -1
  558. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.d.ts +0 -10
  559. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +0 -38
  560. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +0 -1
  561. package/dist/components/Employee/PaymentMethod/Split.d.ts +0 -1
  562. package/dist/components/Employee/PaymentMethod/Split.js +0 -175
  563. package/dist/components/Employee/PaymentMethod/Split.js.map +0 -1
  564. package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +0 -54
  565. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +0 -68
  566. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +0 -1
  567. /package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/JobsListPresentation.d.ts +0 -0
  568. /package/dist/components/Employee/Compensation/{JobsList → onboarding/JobsList}/index.d.ts +0 -0
  569. /package/dist/components/Employee/Compensation/{compensationStateMachine.d.ts → onboarding/compensationStateMachine.d.ts} +0 -0
  570. /package/dist/components/Employee/{DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.test.d.ts → Compensation/shared/derivePrimaryFlsaStatus.test.d.ts} +0 -0
  571. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Actions.d.ts +0 -0
  572. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/Head.d.ts +0 -0
  573. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/List.d.ts +0 -0
  574. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/DocumentList/useDocumentList.d.ts +0 -0
  575. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +0 -0
  576. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilitySchema.d.ts +0 -0
  577. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/EmploymentEligibilitySchema.js +0 -0
  578. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/countries.d.ts +0 -0
  579. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/countries.js +0 -0
  580. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/EmploymentEligibility/index.d.ts +0 -0
  581. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.module.scss.js +0 -0
  582. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/I9SignatureForm/I9SignatureForm.module.scss.js.map +0 -0
  583. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/index.d.ts +0 -0
  584. /package/dist/components/Employee/{DocumentSigner → Documents/onboarding/DocumentSigner}/stateMachine.d.ts +0 -0
  585. /package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/EmployeeDocumentsPresentation.d.ts +0 -0
  586. /package/dist/components/Employee/{EmployeeDocuments → Documents/onboarding/EmployeeDocuments}/index.d.ts +0 -0
  587. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/fields.d.ts +0 -0
  588. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/fields.js +0 -0
  589. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/index.d.ts +0 -0
  590. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +0 -0
  591. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/signEmployeeFormSchema.js +0 -0
  592. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +0 -0
  593. /package/dist/components/Employee/{DocumentSigner → Documents}/shared/useSignEmployeeForm/useSignEmployeeForm.js +0 -0
@@ -1,44 +1,44 @@
1
- const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "You haven't added any deductions yet", Pe = "Yes", Ee = "No", i = "Continue", s = "Save", a = "Add Deduction", r = "Add deduction", d = "Back to deductions", u = "External post tax deductions", l = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", p = "Garnishment (a court-ordered deduction)", h = "Garnishment type", m = "Child support", y = "Child Support", g = "Custom deduction", D = "All counties", f = "Agency", x = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", b = "CSE Case Number", w = "Carefully enter the Child Support Enforcement Case Number", L = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", O = "Total amount withheld", P = "Enter the amount indicated in the letter from the child support agency", E = "Max paycheck percentage", v = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", k = "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", ve = "Per", S = "Enter how often the agency collects the withholding amount", q = "Every week", N = "Every other week", F = "Twice per month", M = "Monthly", R = "Custom deduction (post-tax)", G = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", I = "Edit Deduction", V = "Deduction description", W = "Description", Y = "Deduction frequency", B = "This deduction occurs every payroll", j = "Recurring (every payroll)", H = "This is a one-time deduction and only applies to the next upcoming payroll", _ = "One-time (next payroll only)", z = "List of current deductions of an employee", J = "Deduction type", K = "Percentage or fixed", Q = "Percentage", U = "Percentage of pay", X = "Fixed dollar amount", Z = "Amount to withhold", $ = "Enter the percentage of your employee’s wages to withhold.", ee = "Enter the amount of money to withhold each pay period from your employee’s wages.", te = "Pay period maximum", oe = "Total amount owed", ne = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", ce = "Annual maximum", ie = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", se = "This is a court-ordered deduction", ae = "Deduction", re = "Frequency", de = "Withheld", ue = "Actions", le = "Recurring", pe = "{{value}} per paycheck", he = "One-time", me = "Once added, your deductions will appear here.", ye = "Deduction actions menu", ge = "Edit deduction", De = "Delete deduction", fe = "Add another deduction", xe = "Cancel", Te = { description: "Description is required", amount: "Amount must be a valid number" }, Ce = "Federal Tax Lien", be = "State Tax Lien", we = "Student Loan", Le = "Creditor Garnishment", Ae = "Federal Loan", Oe = "Other Garnishment", ke = {
1
+ const e = "Deductions", t = "Include deductions for this employee?", n = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", o = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "You haven't added any deductions yet", Ye = "Yes", Be = "No", i = "Continue", r = "Save", s = "Add Deduction", a = "Add deduction", d = "Back to deductions", u = "External post tax deductions", l = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", p = "Garnishment (a court-ordered deduction)", m = "Garnishment type", h = "Child support", y = "Child Support", g = "Custom deduction", D = "All counties", f = "Agency", b = "Select the appropriate state agency.", x = "County", q = "Select the appropriate state county", T = "CSE Case Number", C = "Carefully enter the Child Support Enforcement Case Number", w = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", L = "Total amount withheld", O = "Enter the amount indicated in the letter from the child support agency", P = "Max paycheck percentage", R = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", v = "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", je = "Per", E = "Enter how often the agency collects the withholding amount", k = "Every week", N = "Every other week", S = "Twice per month", M = "Monthly", F = "Custom deduction (post-tax)", G = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", I = "Edit Deduction", V = "Deduction description", W = "Description", Y = "Deduction frequency", B = "This deduction occurs every payroll", j = "Recurring (every payroll)", H = "This is a one-time deduction and only applies to the next upcoming payroll", _ = "One-time (next payroll only)", z = "List of current deductions of an employee", J = "Deduction type", K = "Percentage or fixed", Q = "Percentage", U = "Percentage of pay", X = "Fixed dollar amount", Z = "Amount to withhold", $ = "Enter the percentage of your employee’s wages to withhold.", ee = "Enter the amount of money to withhold each pay period from your employee’s wages.", te = "Pay period maximum", ne = "Total amount owed", oe = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", ce = "Annual maximum", ie = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", re = "This is a court-ordered deduction", se = "Deduction", ae = "Frequency", de = "Withheld", ue = "Actions", le = "Recurring", pe = "{{value}} per paycheck", me = "One-time", he = "Once added, your deductions will appear here.", ye = "Deduction actions menu", ge = "Edit deduction", De = "Delete deduction", fe = { title: "Delete this deduction?", description: "{{deduction}} will no longer be deducted from this employee's paycheck.", confirmCta: "Delete", cancelCta: "Cancel" }, be = "Add another deduction", xe = "Cancel", qe = { description: "Description is required", amount: "Amount must be a valid number" }, Te = "Federal Tax Lien", Ce = "State Tax Lien", we = "Student Loan", Ae = "Creditor Garnishment", Le = "Federal Loan", Oe = "Other Garnishment", Pe = "Description is required", Re = "Frequency is required", ve = "Deduction type is required", Ee = "Amount is required", ke = "Amount must be 0 or greater", Ne = "Agency is required", Se = "County is required", Me = "Case number is required", Fe = "Order number is required", Ge = "Remittance number is required", Ie = "Pay period maximum is required", Ve = "Must be between 0 and 100", We = "Payment period is required", He = {
2
2
  pageTitle: e,
3
3
  includeDeductionsFormLabel: t,
4
- includeDeductionsDescription: o,
5
- includeDeductionsDescriptionV2: n,
4
+ includeDeductionsDescription: n,
5
+ includeDeductionsDescriptionV2: o,
6
6
  includeDeductionsEmptyState: c,
7
7
  includeDeductionsYes: "Yes",
8
8
  includeDeductionsNo: "No",
9
9
  continueCta: i,
10
- saveCta: s,
11
- addDeductionTitle: a,
12
- addDeductionButtonCta: r,
10
+ saveCta: r,
11
+ addDeductionTitle: s,
12
+ addDeductionButtonCta: a,
13
13
  backToDeductionsCta: d,
14
14
  externalPostTaxDeductions: u,
15
15
  externalPostTaxDeductionsDescription: l,
16
16
  garnishmentOption: p,
17
- garnishmentType: h,
18
- childSupport: m,
17
+ garnishmentType: m,
18
+ childSupport: h,
19
19
  childSupportTitle: y,
20
20
  customDeductionTitle: g,
21
21
  allCounties: D,
22
22
  agency: f,
23
- agencyDescription: x,
24
- county: T,
25
- countyDescription: C,
26
- caseNumber: b,
27
- caseNumberDescription: w,
28
- orderNumberDescription: L,
23
+ agencyDescription: b,
24
+ county: x,
25
+ countyDescription: q,
26
+ caseNumber: T,
27
+ caseNumberDescription: C,
28
+ orderNumberDescription: w,
29
29
  remittanceNumberDescription: A,
30
- totalAmountWithheld: O,
31
- totalAmountWithheldDescription: P,
32
- maxPaycheckPercentage: E,
33
- maxPaycheckPercentageDescription: v,
34
- manualPaymentRequired: k,
30
+ totalAmountWithheld: L,
31
+ totalAmountWithheldDescription: O,
32
+ maxPaycheckPercentage: P,
33
+ maxPaycheckPercentageDescription: R,
34
+ manualPaymentRequired: v,
35
35
  per: "Per",
36
- perDescription: S,
37
- everyWeek: q,
36
+ perDescription: E,
37
+ everyWeek: k,
38
38
  everyOtherWeek: N,
39
- twicePerMonth: F,
39
+ twicePerMonth: S,
40
40
  monthly: M,
41
- customDeductionOption: R,
41
+ customDeductionOption: F,
42
42
  deductionTypeRadioLabel: G,
43
43
  editDeductionTitle: I,
44
44
  descriptionLabel: V,
@@ -58,54 +58,73 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
58
58
  deductionAmountDescriptionPercentage: $,
59
59
  deductionAmountDescriptionFixed: ee,
60
60
  payPeriodMaximum: te,
61
- totalAmountLabel: oe,
62
- totalAmountDescription: ne,
61
+ totalAmountLabel: ne,
62
+ totalAmountDescription: oe,
63
63
  annualMaxLabel: ce,
64
64
  annualMaxDescription: ie,
65
- courtOrderedLabel: se,
66
- nameColumn: ae,
67
- frequencyColumn: re,
65
+ courtOrderedLabel: re,
66
+ nameColumn: se,
67
+ frequencyColumn: ae,
68
68
  withheldColumn: de,
69
69
  actionsColumn: ue,
70
70
  recurringText: le,
71
71
  recurringAmount: pe,
72
- nonRecurringText: he,
73
- emptyListMessage: me,
72
+ nonRecurringText: me,
73
+ emptyListMessage: he,
74
74
  hamburgerTitle: ye,
75
75
  editCta: ge,
76
76
  deleteCta: De,
77
- addDeductionCta: fe,
77
+ deleteDeductionDialog: fe,
78
+ addDeductionCta: be,
78
79
  cancelCta: xe,
79
- validations: Te,
80
- federalTaxLien: Ce,
81
- stateTaxLien: be,
80
+ validations: qe,
81
+ federalTaxLien: Te,
82
+ stateTaxLien: Ce,
82
83
  studentLoan: we,
83
- creditorGarnishment: Le,
84
- federalLoan: Ae,
85
- otherGarnishment: Oe
84
+ creditorGarnishment: Ae,
85
+ federalLoan: Le,
86
+ otherGarnishment: Oe,
87
+ descriptionRequired: Pe,
88
+ frequencyRequired: Re,
89
+ deductionTypeRequired: ve,
90
+ amountRequired: Ee,
91
+ amountNonNegative: ke,
92
+ agencyRequired: Ne,
93
+ countyRequired: Se,
94
+ caseNumberRequired: Me,
95
+ orderNumberRequired: Fe,
96
+ remittanceNumberRequired: Ge,
97
+ payPeriodMaximumRequired: Ie,
98
+ percentOutOfRange: Ve,
99
+ paymentPeriodRequired: We
86
100
  };
87
101
  export {
88
102
  ue as actionsColumn,
89
- r as addDeductionButtonCta,
90
- fe as addDeductionCta,
91
- a as addDeductionTitle,
103
+ a as addDeductionButtonCta,
104
+ be as addDeductionCta,
105
+ s as addDeductionTitle,
92
106
  f as agency,
93
- x as agencyDescription,
107
+ b as agencyDescription,
108
+ Ne as agencyRequired,
94
109
  D as allCounties,
110
+ ke as amountNonNegative,
111
+ Ee as amountRequired,
95
112
  ie as annualMaxDescription,
96
113
  ce as annualMaxLabel,
97
114
  d as backToDeductionsCta,
98
115
  xe as cancelCta,
99
- b as caseNumber,
100
- w as caseNumberDescription,
101
- m as childSupport,
116
+ T as caseNumber,
117
+ C as caseNumberDescription,
118
+ Me as caseNumberRequired,
119
+ h as childSupport,
102
120
  y as childSupportTitle,
103
121
  i as continueCta,
104
- T as county,
105
- C as countyDescription,
106
- se as courtOrderedLabel,
107
- Le as creditorGarnishment,
108
- R as customDeductionOption,
122
+ x as county,
123
+ q as countyDescription,
124
+ Se as countyRequired,
125
+ re as courtOrderedLabel,
126
+ Ae as creditorGarnishment,
127
+ F as customDeductionOption,
109
128
  g as customDeductionTitle,
110
129
  ee as deductionAmountDescriptionFixed,
111
130
  $ as deductionAmountDescriptionPercentage,
@@ -116,59 +135,68 @@ export {
116
135
  Q as deductionTypePercentageOption,
117
136
  U as deductionTypePercentageOptionV2,
118
137
  G as deductionTypeRadioLabel,
138
+ ve as deductionTypeRequired,
119
139
  z as deductionsTableLabel,
120
- ke as default,
140
+ He as default,
121
141
  De as deleteCta,
142
+ fe as deleteDeductionDialog,
122
143
  V as descriptionLabel,
123
144
  W as descriptionLabelV2,
145
+ Pe as descriptionRequired,
124
146
  ge as editCta,
125
147
  I as editDeductionTitle,
126
- me as emptyListMessage,
148
+ he as emptyListMessage,
127
149
  N as everyOtherWeek,
128
- q as everyWeek,
150
+ k as everyWeek,
129
151
  u as externalPostTaxDeductions,
130
152
  l as externalPostTaxDeductionsDescription,
131
- Ae as federalLoan,
132
- Ce as federalTaxLien,
133
- re as frequencyColumn,
153
+ Le as federalLoan,
154
+ Te as federalTaxLien,
155
+ ae as frequencyColumn,
134
156
  Y as frequencyLabel,
135
157
  H as frequencyOneTimeOption,
136
158
  _ as frequencyOneTimeOptionV2,
137
159
  B as frequencyRecurringOption,
138
160
  j as frequencyRecurringOptionV2,
161
+ Re as frequencyRequired,
139
162
  p as garnishmentOption,
140
- h as garnishmentType,
163
+ m as garnishmentType,
141
164
  ye as hamburgerTitle,
142
- o as includeDeductionsDescription,
143
- n as includeDeductionsDescriptionV2,
165
+ n as includeDeductionsDescription,
166
+ o as includeDeductionsDescriptionV2,
144
167
  c as includeDeductionsEmptyState,
145
168
  t as includeDeductionsFormLabel,
146
- Ee as includeDeductionsNo,
147
- Pe as includeDeductionsYes,
148
- k as manualPaymentRequired,
149
- E as maxPaycheckPercentage,
150
- v as maxPaycheckPercentageDescription,
169
+ Be as includeDeductionsNo,
170
+ Ye as includeDeductionsYes,
171
+ v as manualPaymentRequired,
172
+ P as maxPaycheckPercentage,
173
+ R as maxPaycheckPercentageDescription,
151
174
  M as monthly,
152
- ae as nameColumn,
153
- he as nonRecurringText,
154
- L as orderNumberDescription,
175
+ se as nameColumn,
176
+ me as nonRecurringText,
177
+ w as orderNumberDescription,
178
+ Fe as orderNumberRequired,
155
179
  Oe as otherGarnishment,
156
180
  e as pageTitle,
157
181
  te as payPeriodMaximum,
158
- ve as per,
159
- S as perDescription,
182
+ Ie as payPeriodMaximumRequired,
183
+ We as paymentPeriodRequired,
184
+ je as per,
185
+ E as perDescription,
186
+ Ve as percentOutOfRange,
160
187
  pe as recurringAmount,
161
188
  le as recurringText,
162
189
  A as remittanceNumberDescription,
163
- s as saveCta,
164
- be as stateTaxLien,
190
+ Ge as remittanceNumberRequired,
191
+ r as saveCta,
192
+ Ce as stateTaxLien,
165
193
  we as studentLoan,
166
- ne as totalAmountDescription,
167
- oe as totalAmountLabel,
168
- O as totalAmountWithheld,
169
- P as totalAmountWithheldDescription,
170
- F as twicePerMonth,
171
- Te as validations,
194
+ oe as totalAmountDescription,
195
+ ne as totalAmountLabel,
196
+ L as totalAmountWithheld,
197
+ O as totalAmountWithheldDescription,
198
+ S as twicePerMonth,
199
+ qe as validations,
172
200
  de as withheldColumn
173
201
  };
174
202
  //# sourceMappingURL=Employee.Deductions.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,12 @@
1
+ const o = "View document", n = "You can also <downloadLink>download this document<downloadLink>.", a = "Back", t = {
2
+ viewDocumentCta: o,
3
+ downloadDocumentCta: n,
4
+ backCta: a
5
+ };
6
+ export {
7
+ a as backCta,
8
+ t as default,
9
+ n as downloadDocumentCta,
10
+ o as viewDocumentCta
11
+ };
12
+ //# sourceMappingURL=Employee.DocumentManager.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Employee.DocumentManager.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,48 +1,54 @@
1
- const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number", N = "Routing number", v = "(9 digits)", w = "Split paycheck", T = "Continue", B = "Employee payment details", E = "Fixed amount", P = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", _ = "Reorderable list of bank accounts", R = "Percentage", W = "{{name}} ({{account_number}})", x = "Split by", I = "Priority", q = "Remainder", F = "Split employee paycheck", M = "{{count}}st", Y = "{{count}}nd", j = "{{count}}rd", z = "{{count}}th", G = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", percentageAmountError: "Percentage should be a whole number between 0 and 100", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, H = {
1
+ const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", s = "Bank account actions", i = "+ Add another bank account", l = "Add bank account", r = "List of employee bank accounts", u = "Back", d = "Save", p = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = { title: "Delete bank account", description: "Are you sure you want to delete the bank account {{account}}?", confirmCta: "Delete", cancelCta: "Cancel" }, g = "Bank account {{account}} was removed", f = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", A = "We recommend direct deposit — we can deposit paychecks directly into your account.", C = "Direct Deposit", L = "Bank account actions", D = "Account nickname", S = "Nickname", w = "Select payment method", B = "Routing number", P = "Routing number", v = "(9 digits)", N = "Split paycheck", T = "Continue", E = "Employee payment details", _ = "Fixed amount", R = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", W = "Reorderable list of bank accounts", x = "Percentage", F = "{{name}} ({{account_number}})", I = "Split by", q = "Priority", M = "Remainder", V = "Split employee paycheck", Y = "{{count}}st", j = "{{count}}nd", z = "{{count}}rd", G = "{{count}}th", H = "Payment", J = "Payment method", K = "Bank account was successfully added", O = "Payment split was successfully updated", Q = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", percentageAmountError: "Percentage should be a whole number between 0 and 100", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, U = {
2
2
  accountNumberLabel: t,
3
3
  accountTypeColumn: e,
4
4
  accountTypeLabel: n,
5
5
  accountTypeChecking: c,
6
6
  accountTypeSavings: o,
7
7
  allocationColumn: a,
8
- actionColumn: i,
9
- addAnotherCta: s,
10
- addBankAccountCta: r,
11
- bankAccountsListLabel: l,
8
+ actionColumn: s,
9
+ addAnotherCta: i,
10
+ addBankAccountCta: l,
11
+ bankAccountsListLabel: r,
12
12
  cancelCta: u,
13
- saveCta: p,
14
- cancelAddCta: d,
13
+ saveCta: d,
14
+ cancelAddCta: p,
15
15
  checkDescription: m,
16
16
  checkDescriptionSelf: y,
17
17
  checkLabel: b,
18
18
  deleteBankAccountCta: h,
19
- directDepositDescription: k,
20
- directDepositDescriptionSelf: g,
21
- directDepositLabel: f,
22
- hamburgerTitle: C,
23
- nameLabel: L,
24
- nicknameColumn: A,
25
- paymentFieldsetLegend: D,
26
- routingNumberColumn: S,
27
- routingNumberLabel: N,
19
+ deleteBankAccountDialog: k,
20
+ deleteBankAccountSuccessAlert: g,
21
+ directDepositDescription: f,
22
+ directDepositDescriptionSelf: A,
23
+ directDepositLabel: C,
24
+ hamburgerTitle: L,
25
+ nameLabel: D,
26
+ nicknameColumn: S,
27
+ paymentFieldsetLegend: w,
28
+ routingNumberColumn: B,
29
+ routingNumberLabel: P,
28
30
  routingNumberDescription: v,
29
- splitCta: w,
31
+ splitCta: N,
30
32
  submitCta: T,
31
- title: B,
32
- amountLabel: E,
33
- splitDescription: P,
34
- draggableListLabel: _,
35
- percentageLabel: R,
36
- splitAmountLabel: W,
37
- splitByLabel: x,
38
- priorityLabel: I,
39
- remainderLabel: q,
40
- splitTitle: F,
41
- priority_one: M,
42
- priority_two: Y,
43
- priority_few: j,
44
- priority_other: z,
45
- validations: G
33
+ title: E,
34
+ amountLabel: _,
35
+ splitDescription: R,
36
+ draggableListLabel: W,
37
+ percentageLabel: x,
38
+ splitAmountLabel: F,
39
+ splitByLabel: I,
40
+ priorityLabel: q,
41
+ remainderLabel: M,
42
+ splitTitle: V,
43
+ priority_one: Y,
44
+ priority_two: j,
45
+ priority_few: z,
46
+ priority_other: G,
47
+ managementTitle: H,
48
+ paymentMethodLabel: J,
49
+ bankFormSuccessAlert: K,
50
+ splitViewSuccessAlert: O,
51
+ validations: Q
46
52
  };
47
53
  export {
48
54
  t as accountNumberLabel,
@@ -50,45 +56,51 @@ export {
50
56
  e as accountTypeColumn,
51
57
  n as accountTypeLabel,
52
58
  o as accountTypeSavings,
53
- i as actionColumn,
54
- s as addAnotherCta,
55
- r as addBankAccountCta,
59
+ s as actionColumn,
60
+ i as addAnotherCta,
61
+ l as addBankAccountCta,
56
62
  a as allocationColumn,
57
- E as amountLabel,
58
- l as bankAccountsListLabel,
59
- d as cancelAddCta,
63
+ _ as amountLabel,
64
+ r as bankAccountsListLabel,
65
+ K as bankFormSuccessAlert,
66
+ p as cancelAddCta,
60
67
  u as cancelCta,
61
68
  m as checkDescription,
62
69
  y as checkDescriptionSelf,
63
70
  b as checkLabel,
64
- H as default,
71
+ U as default,
65
72
  h as deleteBankAccountCta,
66
- k as directDepositDescription,
67
- g as directDepositDescriptionSelf,
68
- f as directDepositLabel,
69
- _ as draggableListLabel,
70
- C as hamburgerTitle,
71
- L as nameLabel,
72
- A as nicknameColumn,
73
- D as paymentFieldsetLegend,
74
- R as percentageLabel,
75
- I as priorityLabel,
76
- j as priority_few,
77
- M as priority_one,
78
- z as priority_other,
79
- Y as priority_two,
80
- q as remainderLabel,
81
- S as routingNumberColumn,
73
+ k as deleteBankAccountDialog,
74
+ g as deleteBankAccountSuccessAlert,
75
+ f as directDepositDescription,
76
+ A as directDepositDescriptionSelf,
77
+ C as directDepositLabel,
78
+ W as draggableListLabel,
79
+ L as hamburgerTitle,
80
+ H as managementTitle,
81
+ D as nameLabel,
82
+ S as nicknameColumn,
83
+ w as paymentFieldsetLegend,
84
+ J as paymentMethodLabel,
85
+ x as percentageLabel,
86
+ q as priorityLabel,
87
+ z as priority_few,
88
+ Y as priority_one,
89
+ G as priority_other,
90
+ j as priority_two,
91
+ M as remainderLabel,
92
+ B as routingNumberColumn,
82
93
  v as routingNumberDescription,
83
- N as routingNumberLabel,
84
- p as saveCta,
85
- W as splitAmountLabel,
86
- x as splitByLabel,
87
- w as splitCta,
88
- P as splitDescription,
89
- F as splitTitle,
94
+ P as routingNumberLabel,
95
+ d as saveCta,
96
+ F as splitAmountLabel,
97
+ I as splitByLabel,
98
+ N as splitCta,
99
+ R as splitDescription,
100
+ V as splitTitle,
101
+ O as splitViewSuccessAlert,
90
102
  T as submitCta,
91
- B as title,
92
- G as validations
103
+ E as title,
104
+ Q as validations
93
105
  };
94
106
  //# sourceMappingURL=Employee.PaymentMethod.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -78,6 +78,13 @@ declare const _default: {
78
78
  "yearly": "{{amount}}/yr",
79
79
  "paycheck": "{{amount}}/paycheck"
80
80
  },
81
+ "compensationRateFormats": {
82
+ "hourly": "{{amount}} per hour",
83
+ "weekly": "{{amount}} per week",
84
+ "monthly": "{{amount}} per month",
85
+ "yearly": "{{amount}} per year",
86
+ "paycheck": "{{amount}} per paycheck"
87
+ },
81
88
  "validations": {
82
89
  "accountName": "Account name is required",
83
90
  "routingNumber": "Routing number should be a number (9 digits)",
@@ -1,28 +1,30 @@
1
- const e = { loading: "Loading component...", loadingOptions: "Loading options...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission", multipleErrorsEncountered: "There were multiple problems with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = "Back", t = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, r = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, a = { paginationControlCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation", selectedItems: "Selected {{label}}", removeItem: "Remove {{label}}" }, s = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, d = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, l = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, m = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", ssnRequired: "Social Security Number is required", location: "Location is not valid", dob: "Date of birth is required", percentageMin: "Minimum value is {{min}}%", percentageMax: "Maximum value is {{max}}%" }, c = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", DC: "District of Columbia", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", selectAllRowsLabel: "Select all rows", actionsColumnHeader: "Actions" }, p = { selectRowLabel: "Select row", selectAllRowsLabel: "Select all rows" }, u = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, b = { uploadInstructions: "<clickToUpload>Click to upload</clickToUpload> or drag and drop", acceptedTypes: "Only {{types}} files are permitted", removeFile: "Remove file" }, v = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, f = {
1
+ const e = { loading: "Loading component...", loadingOptions: "Loading options...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission", multipleErrorsEncountered: "There were multiple problems with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", t = "Back", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, r = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, a = { paginationControlCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation", selectedItems: "Selected {{label}}", removeItem: "Remove {{label}}" }, s = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, d = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, l = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, m = { hourly: "{{amount}} per hour", weekly: "{{amount}} per week", monthly: "{{amount}} per month", yearly: "{{amount}} per year", paycheck: "{{amount}} per paycheck" }, c = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", ssnRequired: "Social Security Number is required", location: "Location is not valid", dob: "Date of birth is required", percentageMin: "Minimum value is {{min}}%", percentageMax: "Maximum value is {{max}}%" }, p = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", DC: "District of Columbia", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", selectAllRowsLabel: "Select all rows", actionsColumnHeader: "Actions" }, u = { selectRowLabel: "Select row", selectAllRowsLabel: "Select all rows" }, b = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, v = { uploadInstructions: "<clickToUpload>Click to upload</clickToUpload> or drag and drop", acceptedTypes: "Only {{types}} files are permitted", removeFile: "Remove file" }, h = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, f = {
2
2
  status: e,
3
3
  optionalLabel: o,
4
4
  progressBarLabel: n,
5
- back: i,
6
- errors: t,
5
+ back: t,
6
+ errors: i,
7
7
  icons: r,
8
8
  labels: a,
9
9
  onboardingStatus: s,
10
10
  inputs: d,
11
11
  payRateFormats: l,
12
- validations: m,
13
- statesHash: c,
12
+ compensationRateFormats: m,
13
+ validations: c,
14
+ statesHash: p,
14
15
  table: g,
15
- card: p,
16
- signatoryTitles: u,
17
- fileInput: b,
18
- reorderableList: v
16
+ card: u,
17
+ signatoryTitles: b,
18
+ fileInput: v,
19
+ reorderableList: h
19
20
  };
20
21
  export {
21
- i as back,
22
- p as card,
22
+ t as back,
23
+ u as card,
24
+ m as compensationRateFormats,
23
25
  f as default,
24
- t as errors,
25
- b as fileInput,
26
+ i as errors,
27
+ v as fileInput,
26
28
  r as icons,
27
29
  d as inputs,
28
30
  a as labels,
@@ -30,11 +32,11 @@ export {
30
32
  o as optionalLabel,
31
33
  l as payRateFormats,
32
34
  n as progressBarLabel,
33
- v as reorderableList,
34
- u as signatoryTitles,
35
- c as statesHash,
35
+ h as reorderableList,
36
+ b as signatoryTitles,
37
+ p as statesHash,
36
38
  e as status,
37
39
  g as table,
38
- m as validations
40
+ c as validations
39
41
  };
40
42
  //# sourceMappingURL=common.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"common.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}