@gusto/embedded-react-sdk 0.21.0 → 0.22.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 (300) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +32 -17
  3. package/dist/assets/icons/icon-file-outline.svg.js +10 -0
  4. package/dist/assets/icons/icon-file-outline.svg.js.map +1 -0
  5. package/dist/assets/icons/icon-receipt-outline.svg.js +10 -0
  6. package/dist/assets/icons/icon-receipt-outline.svg.js.map +1 -0
  7. package/dist/components/Base/Base.js.map +1 -1
  8. package/dist/components/Base/index.d.ts +1 -1
  9. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  10. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  11. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  12. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  13. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  14. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  15. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  16. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  17. package/dist/components/Common/Fields/TextAreaField/TextAreaField.js.map +1 -1
  18. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  19. package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
  20. package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.d.ts +1 -0
  21. package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js +14 -0
  22. package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js.map +1 -0
  23. package/dist/components/Common/FlowBreadcrumbs/index.d.ts +1 -0
  24. package/dist/components/Common/SignatureForm/SignatureForm.js +11 -12
  25. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  26. package/dist/components/Common/SignatureForm/SignatureFormActions.js +1 -1
  27. package/dist/components/Common/SignatureForm/SignatureFormFields.js +2 -2
  28. package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
  29. package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
  30. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +1 -1
  31. package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
  32. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
  33. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
  34. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
  35. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +7 -7
  36. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
  37. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
  38. package/dist/components/Common/UI/ProgressBar/ProgressBar.js +4 -4
  39. package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
  40. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
  41. package/dist/components/Common/UI/Select/Select.module.scss.js +6 -6
  42. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
  43. package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
  44. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
  45. package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
  46. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  47. package/dist/components/Company/AssignSignatory/AssignSignatory.js +1 -1
  48. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +1 -1
  49. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
  50. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +17 -16
  51. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  52. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -5
  53. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  54. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
  55. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +6 -5
  56. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  57. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -5
  58. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  59. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -7
  60. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  61. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +5 -6
  62. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  63. package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -5
  64. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  65. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -6
  66. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  67. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +2 -2
  68. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  69. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  70. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +2 -2
  71. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +3 -5
  72. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  73. package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
  74. package/dist/components/Company/FederalTaxes/Form.js +3 -4
  75. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  76. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +8 -10
  77. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  78. package/dist/components/Company/Industry/Context.js +6 -8
  79. package/dist/components/Company/Industry/Context.js.map +1 -1
  80. package/dist/components/Company/Locations/LocationForm/Form.js +6 -5
  81. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  82. package/dist/components/Company/Locations/LocationForm/LocationForm.js +2 -2
  83. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -5
  84. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  85. package/dist/components/Company/Locations/LocationsList/LocationsList.js +2 -2
  86. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -5
  87. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  88. package/dist/components/Company/OnboardingOverview/Completed.js +2 -3
  89. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  90. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +2 -3
  91. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  92. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +2 -2
  93. package/dist/components/Company/OnboardingOverview/context.js +3 -5
  94. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  95. package/dist/components/Company/PaySchedule/PaySchedule.js +2 -2
  96. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  97. package/dist/components/Company/PaySchedule/_parts/Edit.js +24 -23
  98. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  99. package/dist/components/Company/PaySchedule/_parts/Head.js +8 -9
  100. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  101. package/dist/components/Company/PaySchedule/_parts/List.js +11 -12
  102. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  103. package/dist/components/Company/PaySchedule/usePaySchedule.js +5 -7
  104. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  105. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -5
  106. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  107. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -5
  108. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  109. package/dist/components/Contractor/Address/Address.js +2 -2
  110. package/dist/components/Contractor/Address/Form.js +8 -7
  111. package/dist/components/Contractor/Address/Form.js.map +1 -1
  112. package/dist/components/Contractor/Address/useAddress.js +5 -7
  113. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  114. package/dist/components/Contractor/ContractorList/index.js +17 -17
  115. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -2
  116. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +1 -1
  117. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +7 -0
  118. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +48 -0
  119. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -0
  120. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +1 -2
  121. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +109 -0
  122. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -0
  123. package/dist/components/Contractor/Payments/EditPayment/EditPayment.d.ts +7 -0
  124. package/dist/components/Contractor/Payments/EditPayment/EditPayment.js +34 -0
  125. package/dist/components/Contractor/Payments/EditPayment/EditPayment.js.map +1 -0
  126. package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.d.ts +6 -0
  127. package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.js +84 -0
  128. package/dist/components/Contractor/Payments/EditPayment/EditPaymentPresentation.js.map +1 -0
  129. package/dist/components/Contractor/Payments/Overview/Overview.d.ts +7 -0
  130. package/dist/components/Contractor/Payments/Overview/Overview.js +72 -0
  131. package/dist/components/Contractor/Payments/Overview/Overview.js.map +1 -0
  132. package/dist/components/Contractor/Payments/Overview/OverviewPresentation.js +131 -0
  133. package/dist/components/Contractor/Payments/Overview/OverviewPresentation.js.map +1 -0
  134. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +2 -0
  135. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js +26 -0
  136. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -0
  137. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +15 -0
  138. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +30 -0
  139. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -0
  140. package/dist/components/Contractor/Payments/PaymentFlow/index.d.ts +3 -0
  141. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +8 -0
  142. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +158 -0
  143. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -0
  144. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +7 -0
  145. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +29 -0
  146. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -0
  147. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +18 -0
  148. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +108 -0
  149. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -0
  150. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.module.scss.js +10 -0
  151. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.module.scss.js.map +1 -0
  152. package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
  153. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +26 -26
  154. package/dist/components/Contractor/Profile/useContractorProfile.js +2 -3
  155. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  156. package/dist/components/Contractor/Submit/Submit.js +1 -1
  157. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  158. package/dist/components/Contractor/index.d.ts +1 -0
  159. package/dist/components/Contractor/index.js +4 -2
  160. package/dist/components/Contractor/index.js.map +1 -1
  161. package/dist/components/Employee/Compensation/Edit.js +14 -14
  162. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +10 -12
  163. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
  164. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +11 -13
  165. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
  166. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +83 -50
  167. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  168. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +56 -0
  169. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +158 -0
  170. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -0
  171. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +1 -1
  172. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
  173. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  174. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +1 -1
  175. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -3
  176. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  177. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  178. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  179. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +1 -1
  180. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +3 -5
  181. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  182. package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -4
  183. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  184. package/dist/components/Employee/EmployeeList/Head.js +2 -3
  185. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  186. package/dist/components/Employee/EmployeeList/useEmployeeList.js +3 -5
  187. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  188. package/dist/components/Employee/FederalTaxes/FederalForm.d.ts +22 -7
  189. package/dist/components/Employee/FederalTaxes/FederalForm.js +86 -32
  190. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  191. package/dist/components/Employee/FederalTaxes/FederalTaxes.js +62 -46
  192. package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
  193. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +3 -5
  194. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  195. package/dist/components/Employee/Landing/Landing.js +8 -8
  196. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  197. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +2 -2
  198. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +1 -1
  199. package/dist/components/Employee/PaymentMethod/Split.js +8 -8
  200. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +5 -7
  201. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  202. package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +6 -6
  203. package/dist/components/Employee/Profile/AdminPersonalDetails.js +1 -1
  204. package/dist/components/Employee/Profile/HomeAddress.js +10 -9
  205. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  206. package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +2 -2
  207. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +11 -10
  208. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  209. package/dist/components/Employee/Profile/useProfile.js +3 -5
  210. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  211. package/dist/components/Employee/StateTaxes/useStateTaxes.js +3 -5
  212. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  213. package/dist/components/Employee/Taxes/FederalForm.d.ts +22 -7
  214. package/dist/components/Employee/Taxes/FederalForm.js +86 -32
  215. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  216. package/dist/components/Employee/Taxes/Taxes.js +97 -81
  217. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  218. package/dist/components/Employee/Taxes/useTaxes.js +3 -5
  219. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  220. package/dist/components/Flow/Flow.js +12 -13
  221. package/dist/components/Flow/Flow.js.map +1 -1
  222. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +46 -39
  223. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  224. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.module.scss.js +8 -0
  225. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.module.scss.js.map +1 -0
  226. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  227. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -1
  228. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +78 -79
  229. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  230. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +21 -22
  231. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  232. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +2 -2
  233. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +19 -19
  234. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
  235. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +6 -7
  236. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  237. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +2 -3
  238. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  239. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +17 -16
  240. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  241. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +57 -56
  242. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  243. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +8 -9
  244. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  245. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
  246. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  247. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +32 -40
  248. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  249. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +53 -53
  250. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  251. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +16 -17
  252. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  253. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +127 -103
  254. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  255. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +254 -185
  256. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  257. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +2 -3
  258. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +1 -1
  259. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
  260. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  261. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js +1 -1
  262. package/dist/components/Payroll/usePreparedPayrollData.js +7 -9
  263. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  264. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +2 -3
  265. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  266. package/dist/helpers/formattedStrings.js +11 -12
  267. package/dist/helpers/formattedStrings.js.map +1 -1
  268. package/dist/i18n/I18n.js +8 -8
  269. package/dist/i18n/I18n.js.map +1 -1
  270. package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +34 -0
  271. package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -0
  272. package/dist/i18n/en/Contractor.Payments.EditPayment.json.js +36 -0
  273. package/dist/i18n/en/Contractor.Payments.EditPayment.json.js.map +1 -0
  274. package/dist/i18n/en/Contractor.Payments.Overview.json.js +34 -0
  275. package/dist/i18n/en/Contractor.Payments.Overview.json.js.map +1 -0
  276. package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js +34 -0
  277. package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js.map +1 -0
  278. package/dist/i18n/en/Employee.Deductions.json.js +58 -46
  279. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  280. package/dist/i18n/en/Employee.FederalTaxes.json.js +49 -41
  281. package/dist/i18n/en/Employee.FederalTaxes.json.js.map +1 -1
  282. package/dist/i18n/en/Employee.Taxes.json.js +53 -45
  283. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  284. package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js +5 -5
  285. package/dist/i18n/en/Payroll.PayrollOverview.json.js +34 -30
  286. package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
  287. package/dist/shared/constants.d.ts +12 -0
  288. package/dist/shared/constants.js +66 -58
  289. package/dist/shared/constants.js.map +1 -1
  290. package/dist/style.css +1 -1
  291. package/dist/types/i18next.d.ts +141 -95
  292. package/package.json +13 -13
  293. package/dist/components/Contractor/Payments/PaymentEdit/PaymentEditPresentation.d.ts +0 -6
  294. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +0 -18
  295. package/dist/i18n/en/ContractorPayment.ContractorPaymentCreatePayment.json.js +0 -32
  296. package/dist/i18n/en/ContractorPayment.ContractorPaymentCreatePayment.json.js.map +0 -1
  297. package/dist/i18n/en/ContractorPayment.ContractorPaymentOverview.json.js +0 -32
  298. package/dist/i18n/en/ContractorPayment.ContractorPaymentOverview.json.js.map +0 -1
  299. package/dist/i18n/en/ContractorPayment.ContractorPaymentPaymentHistory.json.js +0 -32
  300. package/dist/i18n/en/ContractorPayment.ContractorPaymentPaymentHistory.json.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"formattedStrings.js","sources":["../../src/helpers/formattedStrings.ts"],"sourcesContent":["import DOMPurify from 'dompurify'\nimport { type Location } from '@gusto/embedded-api/models/components/location'\nimport { type EmployeeAddress } from '@gusto/embedded-api/models/components/employeeaddress'\nimport { type TFunction } from 'i18next'\nimport { useTranslation } from 'react-i18next'\nimport { useCallback } from 'react'\nimport { useLocale } from '@/contexts/LocaleProvider/useLocale'\n\nconst capitalize = (word: string) => word.charAt(0).toLocaleUpperCase() + word.slice(1)\n\nexport const firstLastName = ({\n first_name,\n last_name,\n}: {\n first_name?: string | null\n last_name?: string | null\n}) =>\n `${first_name ? capitalize(first_name) : ''}${last_name ? maybeString(capitalize(last_name)) : ''}`\n\nconst maybeString = (str: string | null | undefined) => {\n return str ? ` ${str}` : ''\n}\n\nexport const getStreet = (address: EmployeeAddress | Location) => {\n const street1 = maybeString(address.street1)\n const street2 = maybeString(address.street2)\n\n return `${street1},${street2}`\n}\n\nexport const getCityStateZip = (address: EmployeeAddress | Location) =>\n `${maybeString(address.city)}, ${maybeString(address.state)} ${maybeString(address.zip)}`\n\nexport const addressInline = (address: EmployeeAddress | Location) =>\n `${getStreet(address)} ${getCityStateZip(address)}`\n\nexport const currentDateString = () => {\n const d = new Date()\n const dateString = `${String(d.getFullYear())}-${('0' + String(d.getMonth() + 1)).slice(-2)}-${('0' + String(d.getDate())).slice(-2)}`\n return dateString\n}\n\nexport function isNumberKey({ which, keyCode }: KeyboardEvent) {\n const charCode = which ? which : keyCode\n if (charCode > 31 && charCode != 46 && (charCode < 48 || charCode > 57)) return false\n return true\n}\n\nexport const booleanToString = (value: boolean) => (value ? 'true' : 'false')\n\nexport const amountStr = (amount: string, isPercentage: boolean) =>\n isPercentage ? `${amount}%` : `$${amount}`\n\nexport const formatNumberAsCurrency = (amount: number, locale: string = 'en-US') => {\n const formattedNumber = amount.toLocaleString(locale, {\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n })\n return amountStr(formattedNumber, false)\n}\n\nexport const formatPayRate = ({\n rate,\n paymentUnit,\n t,\n locale = 'en-US',\n}: {\n rate: number\n paymentUnit: string\n t: TFunction\n locale?: string\n}) => {\n const amount = formatNumberAsCurrency(rate, locale)\n\n switch (paymentUnit) {\n case 'Hour':\n return t('payRateFormats.hourly', { amount, ns: 'common' })\n case 'Week':\n return t('payRateFormats.weekly', {\n amount: formatNumberAsCurrency(rate * 52, locale),\n ns: 'common',\n })\n case 'Month':\n return t('payRateFormats.monthly', {\n amount: formatNumberAsCurrency(rate * 12, locale),\n ns: 'common',\n })\n case 'Year':\n return t('payRateFormats.yearly', { amount, ns: 'common' })\n case 'Paycheck':\n return t('payRateFormats.paycheck', { amount, ns: 'common' })\n default:\n return amount\n }\n}\n\nexport const useFormatPayRate = () => {\n const { t } = useTranslation('common')\n const { locale } = useLocale()\n\n return useCallback(\n (rate: number, paymentUnit: string) => {\n return formatPayRate({ rate, paymentUnit, t, locale })\n },\n [t, locale],\n )\n}\n\nconst dompurifyConfig = { ALLOWED_TAGS: ['a', 'b', 'strong'], ALLOWED_ATTR: ['href', 'target'] }\nexport function createMarkup(dirty: string) {\n if (!dirty) return { __html: '' }\n return { __html: DOMPurify.sanitize(dirty, dompurifyConfig) }\n}\n\nexport const removeNonDigits = (value: string): string => {\n return value.replace(/\\D/g, '')\n}\n\nexport const snakeCaseToCamelCase = (s: string) => {\n return s.replace(/_([a-z])/g, (_: string, char: string) => char.toUpperCase())\n}\n\nexport const camelCaseToSnakeCase = (s: string) => {\n return s\n .replace(\n /([a-z0-9])([A-Z])/g,\n (_: string, group1: string, group2: string) => `${group1}_${group2.toLowerCase()}`,\n )\n .replace(\n /([A-Z])([A-Z])(?=[a-z])/g,\n (_: string, group1: string, group2: string) =>\n `${group1.toLowerCase()}_${group2.toLowerCase()}`,\n )\n .toLowerCase()\n}\n"],"names":["capitalize","word","firstLastName","first_name","last_name","maybeString","str","getStreet","address","street1","street2","getCityStateZip","addressInline","amountStr","amount","isPercentage","formatNumberAsCurrency","locale","formattedNumber","formatPayRate","rate","paymentUnit","t","dompurifyConfig","createMarkup","dirty","DOMPurify","removeNonDigits","value","snakeCaseToCamelCase","s","_","char"],"mappings":";;;;AAQA,MAAMA,IAAa,CAACC,MAAiBA,EAAK,OAAO,CAAC,EAAE,sBAAsBA,EAAK,MAAM,CAAC,GAEzEC,IAAgB,CAAC;AAAA,EAC5B,YAAAC;AAAA,EACA,WAAAC;AACF,MAIE,GAAGD,IAAaH,EAAWG,CAAU,IAAI,EAAE,GAAGC,IAAYC,EAAYL,EAAWI,CAAS,CAAC,IAAI,EAAE,IAE7FC,IAAc,CAACC,MACZA,IAAM,IAAIA,CAAG,KAAK,IAGdC,IAAY,CAACC,MAAwC;AAChE,QAAMC,IAAUJ,EAAYG,EAAQ,OAAO,GACrCE,IAAUL,EAAYG,EAAQ,OAAO;AAE3C,SAAO,GAAGC,CAAO,IAAIC,CAAO;AAC9B,GAEaC,IAAkB,CAACH,MAC9B,GAAGH,EAAYG,EAAQ,IAAI,CAAC,KAAKH,EAAYG,EAAQ,KAAK,CAAC,IAAIH,EAAYG,EAAQ,GAAG,CAAC,IAE5EI,IAAgB,CAACJ,MAC5B,GAAGD,EAAUC,CAAO,CAAC,IAAIG,EAAgBH,CAAO,CAAC,IAgBtCK,IAAY,CAACC,GAAgBC,MACxCA,IAAe,GAAGD,CAAM,MAAM,IAAIA,CAAM,IAE7BE,IAAyB,CAACF,GAAgBG,IAAiB,YAAY;AAClF,QAAMC,IAAkBJ,EAAO,eAAeG,GAAQ;AAAA,IACpD,uBAAuB;AAAA,IACvB,uBAAuB;AAAA,EAAA,CACxB;AACD,SAAOJ,EAAUK,GAAiB,EAAK;AACzC,GAEaC,IAAgB,CAAC;AAAA,EAC5B,MAAAC;AAAA,EACA,aAAAC;AAAA,EACA,GAAAC;AAAA,EACA,QAAAL,IAAS;AACX,MAKM;AACJ,QAAMH,IAASE,EAAuBI,GAAMH,CAAM;AAElD,UAAQI,GAAA;AAAA,IACN,KAAK;AACH,aAAOC,EAAE,yBAAyB,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC5D,KAAK;AACH,aAAOQ,EAAE,yBAAyB;AAAA,QAChC,QAAQN,EAAuBI,IAAO,IAAIH,CAAM;AAAA,QAChD,IAAI;AAAA,MAAA,CACL;AAAA,IACH,KAAK;AACH,aAAOK,EAAE,0BAA0B;AAAA,QACjC,QAAQN,EAAuBI,IAAO,IAAIH,CAAM;AAAA,QAChD,IAAI;AAAA,MAAA,CACL;AAAA,IACH,KAAK;AACH,aAAOK,EAAE,yBAAyB,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC5D,KAAK;AACH,aAAOQ,EAAE,2BAA2B,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC9D;AACE,aAAOA;AAAA,EAAA;AAEb,GAcMS,IAAkB,EAAE,cAAc,CAAC,KAAK,KAAK,QAAQ,GAAG,cAAc,CAAC,QAAQ,QAAQ,EAAA;AACtF,SAASC,EAAaC,GAAe;AAC1C,SAAKA,IACE,EAAE,QAAQC,EAAU,SAASD,GAAOF,CAAe,EAAA,IADvC,EAAE,QAAQ,GAAA;AAE/B;AAEO,MAAMI,IAAkB,CAACC,MACvBA,EAAM,QAAQ,OAAO,EAAE,GAGnBC,IAAuB,CAACC,MAC5BA,EAAE,QAAQ,aAAa,CAACC,GAAWC,MAAiBA,EAAK,aAAa;"}
1
+ {"version":3,"file":"formattedStrings.js","sources":["../../src/helpers/formattedStrings.ts"],"sourcesContent":["import DOMPurify from 'dompurify'\nimport { type Location } from '@gusto/embedded-api/models/components/location'\nimport { type EmployeeAddress } from '@gusto/embedded-api/models/components/employeeaddress'\nimport { type TFunction } from 'i18next'\nimport { useTranslation } from 'react-i18next'\nimport { useCallback } from 'react'\nimport { useLocale } from '@/contexts/LocaleProvider/useLocale'\n\nconst capitalize = (word: string) => word.charAt(0).toLocaleUpperCase() + word.slice(1)\n\nexport const firstLastName = ({\n first_name,\n last_name,\n}: {\n first_name?: string | null\n last_name?: string | null\n}) =>\n `${first_name ? capitalize(first_name) : ''}${last_name ? maybeString(capitalize(last_name)) : ''}`\n\nconst maybeString = (str: string | null | undefined) => {\n return str ? ` ${str}` : ''\n}\n\nexport const getStreet = (address: EmployeeAddress | Location) => {\n const street1 = maybeString(address.street1)\n const street2 = maybeString(address.street2)\n\n return `${street1},${street2}`\n}\n\nexport const getCityStateZip = (address: EmployeeAddress | Location) =>\n `${maybeString(address.city)}, ${maybeString(address.state)} ${maybeString(address.zip)}`\n\nexport const addressInline = (address: EmployeeAddress | Location) =>\n `${getStreet(address)} ${getCityStateZip(address)}`\n\nexport const currentDateString = () => {\n const d = new Date()\n const dateString = `${String(d.getFullYear())}-${('0' + String(d.getMonth() + 1)).slice(-2)}-${('0' + String(d.getDate())).slice(-2)}`\n return dateString\n}\n\nexport function isNumberKey({ which, keyCode }: KeyboardEvent) {\n const charCode = which ? which : keyCode\n if (charCode > 31 && charCode != 46 && (charCode < 48 || charCode > 57)) return false\n return true\n}\n\nexport const booleanToString = (value: boolean) => (value ? 'true' : 'false')\n\nexport const amountStr = (amount: string, isPercentage: boolean) =>\n isPercentage ? `${amount}%` : `$${amount}`\n\nexport const formatNumberAsCurrency = (amount: number, locale: string = 'en-US') => {\n const formattedNumber = amount.toLocaleString(locale, {\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n })\n return amountStr(formattedNumber, false)\n}\n\nexport const formatPayRate = ({\n rate,\n paymentUnit,\n t,\n locale = 'en-US',\n}: {\n rate: number\n paymentUnit: string\n t: TFunction\n locale?: string\n}) => {\n const amount = formatNumberAsCurrency(rate, locale)\n\n switch (paymentUnit) {\n case 'Hour':\n return t('payRateFormats.hourly', { amount, ns: 'common' })\n case 'Week':\n return t('payRateFormats.weekly', {\n amount: formatNumberAsCurrency(rate * 52, locale),\n ns: 'common',\n })\n case 'Month':\n return t('payRateFormats.monthly', {\n amount: formatNumberAsCurrency(rate * 12, locale),\n ns: 'common',\n })\n case 'Year':\n return t('payRateFormats.yearly', { amount, ns: 'common' })\n case 'Paycheck':\n return t('payRateFormats.paycheck', { amount, ns: 'common' })\n default:\n return amount\n }\n}\n\nexport const useFormatPayRate = () => {\n const { t } = useTranslation('common')\n const { locale } = useLocale()\n\n return useCallback(\n (rate: number, paymentUnit: string) => {\n return formatPayRate({ rate, paymentUnit, t, locale })\n },\n [t, locale],\n )\n}\n\nconst dompurifyConfig = { ALLOWED_TAGS: ['a', 'b', 'strong'], ALLOWED_ATTR: ['href', 'target'] }\nexport function createMarkup(dirty: string) {\n if (!dirty) return { __html: '' }\n return { __html: DOMPurify.sanitize(dirty, dompurifyConfig) }\n}\n\nexport const removeNonDigits = (value: string): string => {\n return value.replace(/\\D/g, '')\n}\n\nexport const snakeCaseToCamelCase = (s: string) => {\n return s.replace(/_([a-z])/g, (_: string, char: string) => char.toUpperCase())\n}\n\nexport const camelCaseToSnakeCase = (s: string) => {\n return s\n .replace(\n /([a-z0-9])([A-Z])/g,\n (_: string, group1: string, group2: string) => `${group1}_${group2.toLowerCase()}`,\n )\n .replace(\n /([A-Z])([A-Z])(?=[a-z])/g,\n (_: string, group1: string, group2: string) =>\n `${group1.toLowerCase()}_${group2.toLowerCase()}`,\n )\n .toLowerCase()\n}\n"],"names":["capitalize","word","firstLastName","first_name","last_name","maybeString","str","getStreet","address","street1","street2","getCityStateZip","addressInline","amountStr","amount","isPercentage","formatNumberAsCurrency","locale","formattedNumber","formatPayRate","rate","paymentUnit","t","dompurifyConfig","createMarkup","dirty","DOMPurify","removeNonDigits","value","snakeCaseToCamelCase","s","_","char"],"mappings":";;;AAQA,MAAMA,IAAa,CAACC,MAAiBA,EAAK,OAAO,CAAC,EAAE,sBAAsBA,EAAK,MAAM,CAAC,GAEzEC,IAAgB,CAAC;AAAA,EAC5B,YAAAC;AAAA,EACA,WAAAC;AACF,MAIE,GAAGD,IAAaH,EAAWG,CAAU,IAAI,EAAE,GAAGC,IAAYC,EAAYL,EAAWI,CAAS,CAAC,IAAI,EAAE,IAE7FC,IAAc,CAACC,MACZA,IAAM,IAAIA,CAAG,KAAK,IAGdC,IAAY,CAACC,MAAwC;AAChE,QAAMC,IAAUJ,EAAYG,EAAQ,OAAO,GACrCE,IAAUL,EAAYG,EAAQ,OAAO;AAE3C,SAAO,GAAGC,CAAO,IAAIC,CAAO;AAC9B,GAEaC,IAAkB,CAACH,MAC9B,GAAGH,EAAYG,EAAQ,IAAI,CAAC,KAAKH,EAAYG,EAAQ,KAAK,CAAC,IAAIH,EAAYG,EAAQ,GAAG,CAAC,IAE5EI,IAAgB,CAACJ,MAC5B,GAAGD,EAAUC,CAAO,CAAC,IAAIG,EAAgBH,CAAO,CAAC,IAgBtCK,IAAY,CAACC,GAAgBC,MACxCA,IAAe,GAAGD,CAAM,MAAM,IAAIA,CAAM,IAE7BE,IAAyB,CAACF,GAAgBG,IAAiB,YAAY;AAClF,QAAMC,IAAkBJ,EAAO,eAAeG,GAAQ;AAAA,IACpD,uBAAuB;AAAA,IACvB,uBAAuB;AAAA,EAAA,CACxB;AACD,SAAOJ,EAAUK,GAAiB,EAAK;AACzC,GAEaC,IAAgB,CAAC;AAAA,EAC5B,MAAAC;AAAA,EACA,aAAAC;AAAA,EACA,GAAAC;AAAA,EACA,QAAAL,IAAS;AACX,MAKM;AACJ,QAAMH,IAASE,EAAuBI,GAAMH,CAAM;AAElD,UAAQI,GAAA;AAAA,IACN,KAAK;AACH,aAAOC,EAAE,yBAAyB,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC5D,KAAK;AACH,aAAOQ,EAAE,yBAAyB;AAAA,QAChC,QAAQN,EAAuBI,IAAO,IAAIH,CAAM;AAAA,QAChD,IAAI;AAAA,MAAA,CACL;AAAA,IACH,KAAK;AACH,aAAOK,EAAE,0BAA0B;AAAA,QACjC,QAAQN,EAAuBI,IAAO,IAAIH,CAAM;AAAA,QAChD,IAAI;AAAA,MAAA,CACL;AAAA,IACH,KAAK;AACH,aAAOK,EAAE,yBAAyB,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC5D,KAAK;AACH,aAAOQ,EAAE,2BAA2B,EAAE,QAAAR,GAAQ,IAAI,UAAU;AAAA,IAC9D;AACE,aAAOA;AAAA,EAAA;AAEb,GAcMS,IAAkB,EAAE,cAAc,CAAC,KAAK,KAAK,QAAQ,GAAG,cAAc,CAAC,QAAQ,QAAQ,EAAA;AACtF,SAASC,EAAaC,GAAe;AAC1C,SAAKA,IACE,EAAE,QAAQC,EAAU,SAASD,GAAOF,CAAe,EAAA,IADvC,EAAE,QAAQ,GAAA;AAE/B;AAEO,MAAMI,IAAkB,CAACC,MACvBA,EAAM,QAAQ,OAAO,EAAE,GAGnBC,IAAuB,CAACC,MAC5BA,EAAE,QAAQ,aAAa,CAACC,GAAWC,MAAiBA,EAAK,aAAa;"}
package/dist/i18n/I18n.js CHANGED
@@ -1,24 +1,24 @@
1
1
  import p from "../_virtual/dynamic-import-helper.js";
2
- import { useTranslation as i } from "react-i18next";
2
+ import { useTranslation as a } from "react-i18next";
3
3
  import { LRUCache as y } from "../helpers/LRUCache.js";
4
4
  const d = "common", m = new y(50), c = ({ lng: e = "en", ns: o }) => {
5
5
  let r = !0, n = !1, t;
6
- const a = (async () => {
6
+ const i = (async () => {
7
7
  try {
8
- t = (await p(/* @__PURE__ */ Object.assign({ "./en/Company.Addresses.json": () => import("./en/Company.Addresses.json.js"), "./en/Company.AssignSignatory.json": () => import("./en/Company.AssignSignatory.json.js"), "./en/Company.BankAccount.json": () => import("./en/Company.BankAccount.json.js"), "./en/Company.DocumentList.json": () => import("./en/Company.DocumentList.json.js"), "./en/Company.FederalTaxes.json": () => import("./en/Company.FederalTaxes.json.js"), "./en/Company.Industry.json": () => import("./en/Company.Industry.json.js"), "./en/Company.Locations.json": () => import("./en/Company.Locations.json.js"), "./en/Company.OnboardingOverview.json": () => import("./en/Company.OnboardingOverview.json.js"), "./en/Company.PaySchedule.json": () => import("./en/Company.PaySchedule.json.js"), "./en/Company.SignatureForm.json": () => import("./en/Company.SignatureForm.json.js"), "./en/Company.StateTaxes.json": () => import("./en/Company.StateTaxes.json.js"), "./en/Contractor.Address.json": () => import("./en/Contractor.Address.json.js"), "./en/Contractor.ContractorList.json": () => import("./en/Contractor.ContractorList.json.js"), "./en/Contractor.NewHireReport.json": () => import("./en/Contractor.NewHireReport.json.js"), "./en/Contractor.PaymentMethod.json": () => import("./en/Contractor.PaymentMethod.json.js"), "./en/Contractor.Profile.json": () => import("./en/Contractor.Profile.json.js"), "./en/Contractor.Submit.json": () => import("./en/Contractor.Submit.json.js"), "./en/ContractorPayment.ContractorPaymentCreatePayment.json": () => import("./en/ContractorPayment.ContractorPaymentCreatePayment.json.js"), "./en/ContractorPayment.ContractorPaymentDetail.json": () => import("./en/ContractorPayment.ContractorPaymentDetail.json.js"), "./en/ContractorPayment.ContractorPaymentOverview.json": () => import("./en/ContractorPayment.ContractorPaymentOverview.json.js"), "./en/ContractorPayment.ContractorPaymentPaymentHistory.json": () => import("./en/ContractorPayment.ContractorPaymentPaymentHistory.json.js"), "./en/Employee.BankAccount.json": () => import("./en/Employee.BankAccount.json.js"), "./en/Employee.Compensation.json": () => import("./en/Employee.Compensation.json.js"), "./en/Employee.Deductions.json": () => import("./en/Employee.Deductions.json.js"), "./en/Employee.DocumentSigner.json": () => import("./en/Employee.DocumentSigner.json.js"), "./en/Employee.EmployeeList.json": () => import("./en/Employee.EmployeeList.json.js"), "./en/Employee.FederalTaxes.json": () => import("./en/Employee.FederalTaxes.json.js"), "./en/Employee.HomeAddress.json": () => import("./en/Employee.HomeAddress.json.js"), "./en/Employee.Landing.json": () => import("./en/Employee.Landing.json.js"), "./en/Employee.OnboardingSummary.json": () => import("./en/Employee.OnboardingSummary.json.js"), "./en/Employee.PaySchedules.json": () => import("./en/Employee.PaySchedules.json.js"), "./en/Employee.PaymentMethod.json": () => import("./en/Employee.PaymentMethod.json.js"), "./en/Employee.Profile.json": () => import("./en/Employee.Profile.json.js"), "./en/Employee.SplitPaycheck.json": () => import("./en/Employee.SplitPaycheck.json.js"), "./en/Employee.StateTaxes.json": () => import("./en/Employee.StateTaxes.json.js"), "./en/Employee.Taxes.json": () => import("./en/Employee.Taxes.json.js"), "./en/Payroll.Common.json": () => import("./en/Payroll.Common.json.js"), "./en/Payroll.ConfirmWireDetailsBanner.json": () => import("./en/Payroll.ConfirmWireDetailsBanner.json.js"), "./en/Payroll.ConfirmWireDetailsForm.json": () => import("./en/Payroll.ConfirmWireDetailsForm.json.js"), "./en/Payroll.PayrollBlocker.json": () => import("./en/Payroll.PayrollBlocker.json.js"), "./en/Payroll.PayrollConfiguration.json": () => import("./en/Payroll.PayrollConfiguration.json.js"), "./en/Payroll.PayrollEditEmployee.json": () => import("./en/Payroll.PayrollEditEmployee.json.js"), "./en/Payroll.PayrollFlow.json": () => import("./en/Payroll.PayrollFlow.json.js"), "./en/Payroll.PayrollHistory.json": () => import("./en/Payroll.PayrollHistory.json.js"), "./en/Payroll.PayrollLanding.json": () => import("./en/Payroll.PayrollLanding.json.js"), "./en/Payroll.PayrollList.json": () => import("./en/Payroll.PayrollList.json.js"), "./en/Payroll.PayrollOverview.json": () => import("./en/Payroll.PayrollOverview.json.js"), "./en/Payroll.PayrollReceipts.json": () => import("./en/Payroll.PayrollReceipts.json.js"), "./en/Payroll.WireInstructions.json": () => import("./en/Payroll.WireInstructions.json.js"), "./en/common.json": () => import("./en/common.json.js") }), `./${e}/${o}.json`, 3)).default, r = !1;
8
+ t = (await p(/* @__PURE__ */ Object.assign({ "./en/Company.Addresses.json": () => import("./en/Company.Addresses.json.js"), "./en/Company.AssignSignatory.json": () => import("./en/Company.AssignSignatory.json.js"), "./en/Company.BankAccount.json": () => import("./en/Company.BankAccount.json.js"), "./en/Company.DocumentList.json": () => import("./en/Company.DocumentList.json.js"), "./en/Company.FederalTaxes.json": () => import("./en/Company.FederalTaxes.json.js"), "./en/Company.Industry.json": () => import("./en/Company.Industry.json.js"), "./en/Company.Locations.json": () => import("./en/Company.Locations.json.js"), "./en/Company.OnboardingOverview.json": () => import("./en/Company.OnboardingOverview.json.js"), "./en/Company.PaySchedule.json": () => import("./en/Company.PaySchedule.json.js"), "./en/Company.SignatureForm.json": () => import("./en/Company.SignatureForm.json.js"), "./en/Company.StateTaxes.json": () => import("./en/Company.StateTaxes.json.js"), "./en/Contractor.Address.json": () => import("./en/Contractor.Address.json.js"), "./en/Contractor.ContractorList.json": () => import("./en/Contractor.ContractorList.json.js"), "./en/Contractor.NewHireReport.json": () => import("./en/Contractor.NewHireReport.json.js"), "./en/Contractor.PaymentMethod.json": () => import("./en/Contractor.PaymentMethod.json.js"), "./en/Contractor.Payments.CreatePayment.json": () => import("./en/Contractor.Payments.CreatePayment.json.js"), "./en/Contractor.Payments.EditPayment.json": () => import("./en/Contractor.Payments.EditPayment.json.js"), "./en/Contractor.Payments.Overview.json": () => import("./en/Contractor.Payments.Overview.json.js"), "./en/Contractor.Payments.PaymentsList.json": () => import("./en/Contractor.Payments.PaymentsList.json.js"), "./en/Contractor.Profile.json": () => import("./en/Contractor.Profile.json.js"), "./en/Contractor.Submit.json": () => import("./en/Contractor.Submit.json.js"), "./en/ContractorPayment.ContractorPaymentDetail.json": () => import("./en/ContractorPayment.ContractorPaymentDetail.json.js"), "./en/Employee.BankAccount.json": () => import("./en/Employee.BankAccount.json.js"), "./en/Employee.Compensation.json": () => import("./en/Employee.Compensation.json.js"), "./en/Employee.Deductions.json": () => import("./en/Employee.Deductions.json.js"), "./en/Employee.DocumentSigner.json": () => import("./en/Employee.DocumentSigner.json.js"), "./en/Employee.EmployeeList.json": () => import("./en/Employee.EmployeeList.json.js"), "./en/Employee.FederalTaxes.json": () => import("./en/Employee.FederalTaxes.json.js"), "./en/Employee.HomeAddress.json": () => import("./en/Employee.HomeAddress.json.js"), "./en/Employee.Landing.json": () => import("./en/Employee.Landing.json.js"), "./en/Employee.OnboardingSummary.json": () => import("./en/Employee.OnboardingSummary.json.js"), "./en/Employee.PaySchedules.json": () => import("./en/Employee.PaySchedules.json.js"), "./en/Employee.PaymentMethod.json": () => import("./en/Employee.PaymentMethod.json.js"), "./en/Employee.Profile.json": () => import("./en/Employee.Profile.json.js"), "./en/Employee.SplitPaycheck.json": () => import("./en/Employee.SplitPaycheck.json.js"), "./en/Employee.StateTaxes.json": () => import("./en/Employee.StateTaxes.json.js"), "./en/Employee.Taxes.json": () => import("./en/Employee.Taxes.json.js"), "./en/Payroll.Common.json": () => import("./en/Payroll.Common.json.js"), "./en/Payroll.ConfirmWireDetailsBanner.json": () => import("./en/Payroll.ConfirmWireDetailsBanner.json.js"), "./en/Payroll.ConfirmWireDetailsForm.json": () => import("./en/Payroll.ConfirmWireDetailsForm.json.js"), "./en/Payroll.PayrollBlocker.json": () => import("./en/Payroll.PayrollBlocker.json.js"), "./en/Payroll.PayrollConfiguration.json": () => import("./en/Payroll.PayrollConfiguration.json.js"), "./en/Payroll.PayrollEditEmployee.json": () => import("./en/Payroll.PayrollEditEmployee.json.js"), "./en/Payroll.PayrollFlow.json": () => import("./en/Payroll.PayrollFlow.json.js"), "./en/Payroll.PayrollHistory.json": () => import("./en/Payroll.PayrollHistory.json.js"), "./en/Payroll.PayrollLanding.json": () => import("./en/Payroll.PayrollLanding.json.js"), "./en/Payroll.PayrollList.json": () => import("./en/Payroll.PayrollList.json.js"), "./en/Payroll.PayrollOverview.json": () => import("./en/Payroll.PayrollOverview.json.js"), "./en/Payroll.PayrollReceipts.json": () => import("./en/Payroll.PayrollReceipts.json.js"), "./en/Payroll.WireInstructions.json": () => import("./en/Payroll.WireInstructions.json.js"), "./en/common.json": () => import("./en/common.json.js") }), `./${e}/${o}.json`, 3)).default, r = !1;
9
9
  } catch {
10
10
  n = !0, r = !1;
11
11
  }
12
12
  })();
13
13
  return () => {
14
14
  if (r)
15
- throw a;
15
+ throw i;
16
16
  if (n)
17
17
  throw new Error(`Error loading translation for component: ${o}`);
18
18
  return t;
19
19
  };
20
20
  }, C = (e) => {
21
- const { i18n: o } = i();
21
+ const { i18n: o } = a();
22
22
  if (!e) return;
23
23
  const r = Array.isArray(e) ? e : [e];
24
24
  for (const n of r) {
@@ -26,18 +26,18 @@ const d = "common", m = new y(50), c = ({ lng: e = "en", ns: o }) => {
26
26
  m.get(t) === null && m.put(t, c({ lng: o.resolvedLanguage, ns: n }));
27
27
  const s = m.get(t);
28
28
  if (s) {
29
- const a = s();
29
+ const i = s();
30
30
  o.addResourceBundle(
31
31
  o.resolvedLanguage ?? "en",
32
32
  n,
33
- a,
33
+ i,
34
34
  !0,
35
35
  !1
36
36
  );
37
37
  }
38
38
  }
39
39
  }, f = (e, o) => {
40
- const { i18n: r } = i();
40
+ const { i18n: r } = a();
41
41
  if (o)
42
42
  for (const n in o)
43
43
  r.addResourceBundle(n, e, o[n], !0, !0);
@@ -1 +1 @@
1
- {"version":3,"file":"I18n.js","sources":["../../src/i18n/I18n.ts"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport type { CustomTypeOptions } from 'i18next'\nimport { LRUCache } from '@/helpers/LRUCache'\nimport type { ResourceDictionary, Resources } from '@/types/Helpers'\n\nexport const defaultNS = 'common'\n\n//LRU cache holding requested resources\nconst resourceCache = new LRUCache(50)\n/**\n * Dynamic loading of translation resources - works with Suspence to prevent early access to loadable strings\n * @param lng(string): resource language\n * @param ns(string): Namespace/name of the component/resource\n * @returns Promise<Translation resource>\n */\nconst loadResource = ({ lng = 'en', ns }: { ns: string; lng?: string }) => {\n let isLoading = true\n let isError = false\n let resource: Record<string, string>\n\n const importResources = async () => {\n try {\n const module = await import(`@/i18n/${lng}/${ns}.json`)\n\n resource = module.default\n isLoading = false\n } catch (err) {\n isError = true\n isLoading = false\n }\n }\n const promise = importResources()\n return () => {\n if (isLoading) {\n // eslint-disable-next-line @typescript-eslint/only-throw-error\n throw promise // Throw the promise to indicate Suspense should suspend.\n } else if (isError) {\n throw new Error(`Error loading translation for component: ${ns}`) // Handle error\n } else {\n return resource // Return the resource when loading is complete\n }\n }\n}\n\n/**\n * Hook that allows component to load custom dictionary\n * @param @private {string} ns - Namespace - should match component name exactly - not exposed to consumers\n */\nexport const useI18n = (\n namespaces:\n | keyof CustomTypeOptions['resources']\n | Array<keyof CustomTypeOptions['resources']>\n | null,\n) => {\n //Getting our instance of i18n -> supplied by the provider set in GustoApiProvider\n const { i18n: i18nInstance } = useTranslation()\n //Abort when namespace is not provided\n if (!namespaces) return\n const nsMap = Array.isArray(namespaces) ? namespaces : [namespaces]\n for (const ns of nsMap) {\n const key = `${i18nInstance.resolvedLanguage}:${ns}`\n //Skip loading default resource if it is already in cache\n if (resourceCache.get(key) === null) {\n //If resource not in cache, initiate loading and add getter to cache\n resourceCache.put(key, loadResource({ lng: i18nInstance.resolvedLanguage, ns: ns }))\n }\n //Get resourceGetter from cache\n const resourceGetter = resourceCache.get(key)\n if (resourceGetter) {\n const resource = resourceGetter()\n i18nInstance.addResourceBundle(\n i18nInstance.resolvedLanguage ?? 'en',\n ns,\n resource,\n true,\n false,\n ) //Last argument is set to false to prevent override of keys provided by partners on GustoApiProvider level through dictionary prop\n }\n }\n}\n\n//Used by individual components to override their dictionaries with partner provided resources\nexport const useComponentDictionary = <K extends keyof Resources>(\n ns: keyof CustomTypeOptions['resources'],\n resource?: ResourceDictionary<K> | null,\n) => {\n const { i18n: i18nInstance } = useTranslation()\n if (resource) {\n for (const lang in resource) {\n i18nInstance.addResourceBundle(lang, ns, resource[lang], true, true)\n }\n }\n}\n"],"names":["defaultNS","resourceCache","LRUCache","loadResource","lng","ns","isLoading","isError","resource","promise","__variableDynamicImportRuntimeHelper","useI18n","namespaces","i18nInstance","useTranslation","nsMap","key","resourceGetter","useComponentDictionary","lang"],"mappings":";;;AAKO,MAAMA,IAAY,UAGnBC,IAAgB,IAAIC,EAAS,EAAE,GAO/BC,IAAe,CAAC,EAAE,KAAAC,IAAM,MAAM,IAAAC,QAAuC;AACzE,MAAIC,IAAY,IACZC,IAAU,IACVC;AAaJ,QAAMC,KAXkB,YAAY;AAClC,QAAI;AAGF,MAAAD,KAFe,MAAME,68IAAA,KAAAN,CAAA,IAAAC,CAAA,SAAA,CAAA,GAEH,SAClBC,IAAY;AAAA,IACd,QAAc;AACZ,MAAAC,IAAU,IACVD,IAAY;AAAA,IACd;AAAA,EACF,GACgB;AAChB,SAAO,MAAM;AACX,QAAIA;AAEF,YAAMG;QACGF;AACT,YAAM,IAAI,MAAM,4CAA4CF,CAAE,EAAE;AAEhE,WAAOG;AAAA,EAEX;AACF,GAMaG,IAAU,CACrBC,MAIG;AAEH,QAAM,EAAE,MAAMC,EAAA,IAAiBC,EAAA;AAE/B,MAAI,CAACF,EAAY;AACjB,QAAMG,IAAQ,MAAM,QAAQH,CAAU,IAAIA,IAAa,CAACA,CAAU;AAClE,aAAWP,KAAMU,GAAO;AACtB,UAAMC,IAAM,GAAGH,EAAa,gBAAgB,IAAIR,CAAE;AAElD,IAAIJ,EAAc,IAAIe,CAAG,MAAM,QAE7Bf,EAAc,IAAIe,GAAKb,EAAa,EAAE,KAAKU,EAAa,kBAAkB,IAAAR,EAAA,CAAQ,CAAC;AAGrF,UAAMY,IAAiBhB,EAAc,IAAIe,CAAG;AAC5C,QAAIC,GAAgB;AAClB,YAAMT,IAAWS,EAAA;AACjB,MAAAJ,EAAa;AAAA,QACXA,EAAa,oBAAoB;AAAA,QACjCR;AAAA,QACAG;AAAA,QACA;AAAA,QACA;AAAA,MAAA;AAAA,IAEJ;AAAA,EACF;AACF,GAGaU,IAAyB,CACpCb,GACAG,MACG;AACH,QAAM,EAAE,MAAMK,EAAA,IAAiBC,EAAA;AAC/B,MAAIN;AACF,eAAWW,KAAQX;AACjB,MAAAK,EAAa,kBAAkBM,GAAMd,GAAIG,EAASW,CAAI,GAAG,IAAM,EAAI;AAGzE;"}
1
+ {"version":3,"file":"I18n.js","sources":["../../src/i18n/I18n.ts"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport type { CustomTypeOptions } from 'i18next'\nimport { LRUCache } from '@/helpers/LRUCache'\nimport type { ResourceDictionary, Resources } from '@/types/Helpers'\n\nexport const defaultNS = 'common'\n\n//LRU cache holding requested resources\nconst resourceCache = new LRUCache(50)\n/**\n * Dynamic loading of translation resources - works with Suspence to prevent early access to loadable strings\n * @param lng(string): resource language\n * @param ns(string): Namespace/name of the component/resource\n * @returns Promise<Translation resource>\n */\nconst loadResource = ({ lng = 'en', ns }: { ns: string; lng?: string }) => {\n let isLoading = true\n let isError = false\n let resource: Record<string, string>\n\n const importResources = async () => {\n try {\n const module = await import(`@/i18n/${lng}/${ns}.json`)\n\n resource = module.default\n isLoading = false\n } catch (err) {\n isError = true\n isLoading = false\n }\n }\n const promise = importResources()\n return () => {\n if (isLoading) {\n // eslint-disable-next-line @typescript-eslint/only-throw-error\n throw promise // Throw the promise to indicate Suspense should suspend.\n } else if (isError) {\n throw new Error(`Error loading translation for component: ${ns}`) // Handle error\n } else {\n return resource // Return the resource when loading is complete\n }\n }\n}\n\n/**\n * Hook that allows component to load custom dictionary\n * @param @private {string} ns - Namespace - should match component name exactly - not exposed to consumers\n */\nexport const useI18n = (\n namespaces:\n | keyof CustomTypeOptions['resources']\n | Array<keyof CustomTypeOptions['resources']>\n | null,\n) => {\n //Getting our instance of i18n -> supplied by the provider set in GustoApiProvider\n const { i18n: i18nInstance } = useTranslation()\n //Abort when namespace is not provided\n if (!namespaces) return\n const nsMap = Array.isArray(namespaces) ? namespaces : [namespaces]\n for (const ns of nsMap) {\n const key = `${i18nInstance.resolvedLanguage}:${ns}`\n //Skip loading default resource if it is already in cache\n if (resourceCache.get(key) === null) {\n //If resource not in cache, initiate loading and add getter to cache\n resourceCache.put(key, loadResource({ lng: i18nInstance.resolvedLanguage, ns: ns }))\n }\n //Get resourceGetter from cache\n const resourceGetter = resourceCache.get(key)\n if (resourceGetter) {\n const resource = resourceGetter()\n i18nInstance.addResourceBundle(\n i18nInstance.resolvedLanguage ?? 'en',\n ns,\n resource,\n true,\n false,\n ) //Last argument is set to false to prevent override of keys provided by partners on GustoApiProvider level through dictionary prop\n }\n }\n}\n\n//Used by individual components to override their dictionaries with partner provided resources\nexport const useComponentDictionary = <K extends keyof Resources>(\n ns: keyof CustomTypeOptions['resources'],\n resource?: ResourceDictionary<K> | null,\n) => {\n const { i18n: i18nInstance } = useTranslation()\n if (resource) {\n for (const lang in resource) {\n i18nInstance.addResourceBundle(lang, ns, resource[lang], true, true)\n }\n }\n}\n"],"names":["defaultNS","resourceCache","LRUCache","loadResource","lng","ns","isLoading","isError","resource","promise","__variableDynamicImportRuntimeHelper","useI18n","namespaces","i18nInstance","useTranslation","nsMap","key","resourceGetter","useComponentDictionary","lang"],"mappings":";;;AAKO,MAAMA,IAAY,UAGnBC,IAAgB,IAAIC,EAAS,EAAE,GAO/BC,IAAe,CAAC,EAAE,KAAAC,IAAM,MAAM,IAAAC,QAAuC;AACzE,MAAIC,IAAY,IACZC,IAAU,IACVC;AAaJ,QAAMC,KAXkB,YAAY;AAClC,QAAI;AAGF,MAAAD,KAFe,MAAME,09IAAA,KAAAN,CAAA,IAAAC,CAAA,SAAA,CAAA,GAEH,SAClBC,IAAY;AAAA,IACd,QAAc;AACZ,MAAAC,IAAU,IACVD,IAAY;AAAA,IACd;AAAA,EACF,GACgB;AAChB,SAAO,MAAM;AACX,QAAIA;AAEF,YAAMG;QACGF;AACT,YAAM,IAAI,MAAM,4CAA4CF,CAAE,EAAE;AAEhE,WAAOG;AAAA,EAEX;AACF,GAMaG,IAAU,CACrBC,MAIG;AAEH,QAAM,EAAE,MAAMC,EAAA,IAAiBC,EAAA;AAE/B,MAAI,CAACF,EAAY;AACjB,QAAMG,IAAQ,MAAM,QAAQH,CAAU,IAAIA,IAAa,CAACA,CAAU;AAClE,aAAWP,KAAMU,GAAO;AACtB,UAAMC,IAAM,GAAGH,EAAa,gBAAgB,IAAIR,CAAE;AAElD,IAAIJ,EAAc,IAAIe,CAAG,MAAM,QAE7Bf,EAAc,IAAIe,GAAKb,EAAa,EAAE,KAAKU,EAAa,kBAAkB,IAAAR,EAAA,CAAQ,CAAC;AAGrF,UAAMY,IAAiBhB,EAAc,IAAIe,CAAG;AAC5C,QAAIC,GAAgB;AAClB,YAAMT,IAAWS,EAAA;AACjB,MAAAJ,EAAa;AAAA,QACXA,EAAa,oBAAoB;AAAA,QACjCR;AAAA,QACAG;AAAA,QACA;AAAA,QACA;AAAA,MAAA;AAAA,IAEJ;AAAA,EACF;AACF,GAGaU,IAAyB,CACpCb,GACAG,MACG;AACH,QAAM,EAAE,MAAMK,EAAA,IAAiBC,EAAA;AAC/B,MAAIN;AACF,eAAWW,KAAQX;AACjB,MAAAK,EAAa,kBAAkBM,GAAMd,GAAIG,EAASW,CAAI,GAAG,IAAM,EAAI;AAGzE;"}
@@ -0,0 +1,34 @@
1
+ const t = "Pay contractors", e = "Pay contractors", o = "Select a date to pay contractors", a = "Direct deposit payments submitted before 4pm PT on a business day will take 2 business days to complete", n = "Date", s = "Enter hours and payments", c = { contractor: "Contractor", wageType: "Wage type", paymentMethod: "Payment method", hours: "Hours", wage: "Wage", bonus: "Bonus", reimbursement: "Reimbursement", total: "Total" }, r = "Totals", i = "Back", d = "Save & continue", u = "Edit contractor", y = "/hr", m = { fixed: "Fixed", hourly: "Hourly" }, l = { directDeposit: "Direct Deposit", check: "Check", historicalPayment: "Historical Payment" }, p = {
2
+ title: t,
3
+ breadcrumbLabel: e,
4
+ subtitle: o,
5
+ paymentSpeedNotice: a,
6
+ dateLabel: n,
7
+ enterHoursAndPayments: s,
8
+ contractorTableHeaders: c,
9
+ totalsLabel: r,
10
+ backButton: i,
11
+ saveAndContinueButton: d,
12
+ editContractor: u,
13
+ perHour: y,
14
+ wageTypes: m,
15
+ paymentMethods: l
16
+ };
17
+ export {
18
+ i as backButton,
19
+ e as breadcrumbLabel,
20
+ c as contractorTableHeaders,
21
+ n as dateLabel,
22
+ p as default,
23
+ u as editContractor,
24
+ s as enterHoursAndPayments,
25
+ l as paymentMethods,
26
+ a as paymentSpeedNotice,
27
+ y as perHour,
28
+ d as saveAndContinueButton,
29
+ o as subtitle,
30
+ t as title,
31
+ r as totalsLabel,
32
+ m as wageTypes
33
+ };
34
+ //# sourceMappingURL=Contractor.Payments.CreatePayment.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contractor.Payments.CreatePayment.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -0,0 +1,36 @@
1
+ const t = "Edit contractor pay", o = `Edit contractor's hours, additional earnings, and reimbursements. Inputs not applicable to this contractor are disabled. Please click "OK" to apply the change.`, n = "Hours", e = "Hours", m = "hrs", a = "Fixed pay", s = "Wage", c = "Additional earnings", i = "Bonus", r = "Reimbursement", l = "Payment Method", d = "Total pay", u = "Cancel", p = "OK", h = { check: "Check", directDeposit: "Direct deposit", historicalPayment: "Historical payment" }, y = {
2
+ title: t,
3
+ subtitle: o,
4
+ hoursSection: n,
5
+ hoursLabel: e,
6
+ hoursAdornment: "hrs",
7
+ fixedPaySection: a,
8
+ wageLabel: s,
9
+ additionalEarningsSection: c,
10
+ bonusLabel: i,
11
+ reimbursementLabel: r,
12
+ paymentMethodLabel: l,
13
+ totalPay: d,
14
+ cancelButton: u,
15
+ okButton: "OK",
16
+ paymentMethods: h
17
+ };
18
+ export {
19
+ c as additionalEarningsSection,
20
+ i as bonusLabel,
21
+ u as cancelButton,
22
+ y as default,
23
+ a as fixedPaySection,
24
+ m as hoursAdornment,
25
+ e as hoursLabel,
26
+ n as hoursSection,
27
+ p as okButton,
28
+ l as paymentMethodLabel,
29
+ h as paymentMethods,
30
+ r as reimbursementLabel,
31
+ o as subtitle,
32
+ t as title,
33
+ d as totalPay,
34
+ s as wageLabel
35
+ };
36
+ //# sourceMappingURL=Contractor.Payments.EditPayment.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contractor.Payments.EditPayment.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,34 @@
1
+ const t = "Pay contractors", e = "Submit", o = "Review and submit", a = "Here's a quick summary to review - we'll debit funds on the debit date listed below. To pay your contractors on the date below, submit payments by {{submitByDate}}", n = { totalAmount: "Total amount", debitAmount: "Debit amount", debitAccount: "Debit account", debitDate: "Debit date", contractorPayDate: "Contractor pay date" }, s = "Date", r = "What your company pays", c = { contractor: "Contractor", wageType: "Wage type", paymentMethod: "Payment method", hours: "Hours", wage: "Wage", bonus: "Bonus", reimbursement: "Reimbursement", total: "Total" }, i = "Totals", u = "Edit", m = "Submit", b = "/hr", d = { fixed: "Fixed", hourly: "Hourly" }, y = { directDeposit: "Direct Deposit", check: "Check", historicalPayment: "Historical Payment" }, l = {
2
+ title: t,
3
+ breadcrumbLabel: e,
4
+ reviewAndSubmitTitle: o,
5
+ reviewSubtitle: a,
6
+ summaryTableHeaders: n,
7
+ dateLabel: s,
8
+ whatYourCompanyPays: r,
9
+ contractorTableHeaders: c,
10
+ totalsLabel: i,
11
+ editButton: u,
12
+ submitButton: m,
13
+ perHour: b,
14
+ wageTypes: d,
15
+ paymentMethods: y
16
+ };
17
+ export {
18
+ e as breadcrumbLabel,
19
+ c as contractorTableHeaders,
20
+ s as dateLabel,
21
+ l as default,
22
+ u as editButton,
23
+ y as paymentMethods,
24
+ b as perHour,
25
+ o as reviewAndSubmitTitle,
26
+ a as reviewSubtitle,
27
+ m as submitButton,
28
+ n as summaryTableHeaders,
29
+ t as title,
30
+ i as totalsLabel,
31
+ d as wageTypes,
32
+ r as whatYourCompanyPays
33
+ };
34
+ //# sourceMappingURL=Contractor.Payments.Overview.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contractor.Payments.Overview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -0,0 +1,34 @@
1
+ const t = "Contractor payments", a = "Upcoming and past payments", e = "Contractor payments", s = "New payment", n = "Start date", o = "Apply date", c = "Payment date", r = "Reimbursement total", m = "Wage total", y = "Contractors", p = "No payments found", l = "No contractor payments have been created yet. Create your first payment to get started.", d = "Successfully created {count} contractor payment(s).", u = { last3Months: "Last 3 months", last6Months: "Last 6 months", last12Months: "Last 12 months" }, i = {
2
+ title: t,
3
+ subtitle: a,
4
+ breadcrumbLabel: e,
5
+ createPayment: s,
6
+ startDate: n,
7
+ applyDate: o,
8
+ paymentDate: c,
9
+ reimbursementTotal: r,
10
+ wageTotal: m,
11
+ contractors: y,
12
+ noPaymentsFound: p,
13
+ noPaymentsDescription: l,
14
+ successMessage: d,
15
+ dateRanges: u
16
+ };
17
+ export {
18
+ o as applyDate,
19
+ e as breadcrumbLabel,
20
+ y as contractors,
21
+ s as createPayment,
22
+ u as dateRanges,
23
+ i as default,
24
+ l as noPaymentsDescription,
25
+ p as noPaymentsFound,
26
+ c as paymentDate,
27
+ r as reimbursementTotal,
28
+ n as startDate,
29
+ a as subtitle,
30
+ d as successMessage,
31
+ t as title,
32
+ m as wageTotal
33
+ };
34
+ //# sourceMappingURL=Contractor.Payments.PaymentsList.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Contractor.Payments.PaymentsList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
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 = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", b = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", w = "CSE Case Number", A = "Carefully enter the Child Support Enforcement Case Number", O = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", P = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", v = "Enter the amount indicated in the letter from the child support agency", L = "Max paycheck percentage", k = "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.", q = "Reminder: you are responsible for this payment", S = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Oe = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", M = "Every other week", F = "Twice per month", I = "Monthly", V = "Custom deduction (post-tax)", W = "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.", Y = "Edit Deduction", B = "Deduction description", G = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "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", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", be = "+ Add another deduction", Te = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, Pe = {
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 = "Employee deductions", i = "You haven't added any deductions yet", ve = "Yes", ke = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", T = "Select the appropriate state agency.", b = "County", C = "Select the appropriate state county", w = "CSE Case Number", L = "Carefully enter the Child Support Enforcement Case Number", A = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", O = "Carefully enter the Child Support Enforcement Remittance ID", P = "Total amount withheld", E = "Enter the amount indicated in the letter from the child support agency", v = "Max paycheck percentage", k = "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.", S = "Reminder: you are responsible for this payment", q = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Se = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", F = "Every other week", M = "Twice per month", G = "Monthly", I = "Custom deduction (post-tax)", V = "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.", W = "Edit Deduction", Y = "Deduction description", B = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "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", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", Te = "+ Add another deduction", be = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, we = "Federal Tax Lien", Le = "State Tax Lien", Ae = "Student Loan", Oe = "Creditor Garnishment", Pe = "Federal Loan", Ee = "Other Garnishment", qe = {
2
2
  pageTitle: e,
3
3
  includeDeductionsFormLabel: t,
4
4
  includeDeductionsDescription: o,
@@ -21,30 +21,30 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
21
21
  customDeductionTitle: D,
22
22
  allCounties: f,
23
23
  agency: x,
24
- agencyDescription: b,
25
- county: T,
24
+ agencyDescription: T,
25
+ county: b,
26
26
  countyDescription: C,
27
27
  caseNumber: w,
28
- caseNumberDescription: A,
29
- orderNumberDescription: O,
30
- remittanceNumberDescription: P,
31
- totalAmountWithheld: E,
32
- totalAmountWithheldDescription: v,
33
- maxPaycheckPercentage: L,
28
+ caseNumberDescription: L,
29
+ orderNumberDescription: A,
30
+ remittanceNumberDescription: O,
31
+ totalAmountWithheld: P,
32
+ totalAmountWithheldDescription: E,
33
+ maxPaycheckPercentage: v,
34
34
  maxPaycheckPercentageDescription: k,
35
- manualPaymentRequired: q,
36
- manualPaymentRequiredDescription: S,
35
+ manualPaymentRequired: S,
36
+ manualPaymentRequiredDescription: q,
37
37
  per: "Per",
38
38
  perDescription: N,
39
39
  everyWeek: R,
40
- everyOtherWeek: M,
41
- twicePerMonth: F,
42
- monthly: I,
43
- customDeductionOption: V,
44
- deductionTypeRadioLabel: W,
45
- editDeductionTitle: Y,
46
- descriptionLabel: B,
47
- descriptionLabelV2: G,
40
+ everyOtherWeek: F,
41
+ twicePerMonth: M,
42
+ monthly: G,
43
+ customDeductionOption: I,
44
+ deductionTypeRadioLabel: V,
45
+ editDeductionTitle: W,
46
+ descriptionLabel: Y,
47
+ descriptionLabelV2: B,
48
48
  frequencyLabel: j,
49
49
  frequencyRecurringOption: H,
50
50
  frequencyRecurringOptionV2: U,
@@ -76,31 +76,38 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
76
76
  hamburgerTitle: De,
77
77
  editCta: fe,
78
78
  deleteCta: xe,
79
- addDeductionCta: be,
80
- cancelCta: Te,
81
- validations: Ce
79
+ addDeductionCta: Te,
80
+ cancelCta: be,
81
+ validations: Ce,
82
+ federalTaxLien: we,
83
+ stateTaxLien: Le,
84
+ studentLoan: Ae,
85
+ creditorGarnishment: Oe,
86
+ federalLoan: Pe,
87
+ otherGarnishment: Ee
82
88
  };
83
89
  export {
84
90
  pe as actionsColumn,
85
91
  d as addDeductionButtonCta,
86
- be as addDeductionCta,
92
+ Te as addDeductionCta,
87
93
  r as addDeductionTitle,
88
94
  x as agency,
89
- b as agencyDescription,
95
+ T as agencyDescription,
90
96
  f as allCounties,
91
97
  ae as annualMaxDescription,
92
98
  se as annualMaxLabel,
93
99
  u as backToDeductionsCta,
94
- Te as cancelCta,
100
+ be as cancelCta,
95
101
  w as caseNumber,
96
- A as caseNumberDescription,
102
+ L as caseNumberDescription,
97
103
  y as childSupport,
98
104
  g as childSupportTitle,
99
105
  s as continueCta,
100
- T as county,
106
+ b as county,
101
107
  C as countyDescription,
102
108
  re as courtOrderedLabel,
103
- V as customDeductionOption,
109
+ Oe as creditorGarnishment,
110
+ I as customDeductionOption,
104
111
  D as customDeductionTitle,
105
112
  oe as deductionAmountDescriptionFixed,
106
113
  te as deductionAmountDescriptionPercentage,
@@ -110,19 +117,21 @@ export {
110
117
  Q as deductionTypeLabelV2,
111
118
  X as deductionTypePercentageOption,
112
119
  Z as deductionTypePercentageOptionV2,
113
- W as deductionTypeRadioLabel,
120
+ V as deductionTypeRadioLabel,
114
121
  J as deductionsTableLabel,
115
- Pe as default,
122
+ qe as default,
116
123
  xe as deleteCta,
117
- B as descriptionLabel,
118
- G as descriptionLabelV2,
124
+ Y as descriptionLabel,
125
+ B as descriptionLabelV2,
119
126
  fe as editCta,
120
- Y as editDeductionTitle,
127
+ W as editDeductionTitle,
121
128
  ge as emptyListMessage,
122
- M as everyOtherWeek,
129
+ F as everyOtherWeek,
123
130
  R as everyWeek,
124
131
  l as externalPostTaxDeductions,
125
132
  p as externalPostTaxDeductionsDescription,
133
+ Pe as federalLoan,
134
+ we as federalTaxLien,
126
135
  ue as frequencyColumn,
127
136
  j as frequencyLabel,
128
137
  _ as frequencyOneTimeOption,
@@ -136,30 +145,33 @@ export {
136
145
  n as includeDeductionsDescriptionV2,
137
146
  i as includeDeductionsEmptyState,
138
147
  t as includeDeductionsFormLabel,
139
- Ae as includeDeductionsNo,
148
+ ke as includeDeductionsNo,
140
149
  c as includeDeductionsSubtitle,
141
- we as includeDeductionsYes,
142
- q as manualPaymentRequired,
143
- S as manualPaymentRequiredDescription,
144
- L as maxPaycheckPercentage,
150
+ ve as includeDeductionsYes,
151
+ S as manualPaymentRequired,
152
+ q as manualPaymentRequiredDescription,
153
+ v as maxPaycheckPercentage,
145
154
  k as maxPaycheckPercentageDescription,
146
- I as monthly,
155
+ G as monthly,
147
156
  de as nameColumn,
148
157
  ye as nonRecurringText,
149
- O as orderNumberDescription,
158
+ A as orderNumberDescription,
159
+ Ee as otherGarnishment,
150
160
  e as pageTitle,
151
161
  ne as payPeriodMaximum,
152
- Oe as per,
162
+ Se as per,
153
163
  N as perDescription,
154
164
  me as recurringAmount,
155
165
  he as recurringText,
156
- P as remittanceNumberDescription,
166
+ O as remittanceNumberDescription,
157
167
  a as saveCta,
168
+ Le as stateTaxLien,
169
+ Ae as studentLoan,
158
170
  ie as totalAmountDescription,
159
171
  ce as totalAmountLabel,
160
- E as totalAmountWithheld,
161
- v as totalAmountWithheldDescription,
162
- F as twicePerMonth,
172
+ P as totalAmountWithheld,
173
+ E as totalAmountWithheldDescription,
174
+ M as twicePerMonth,
163
175
  Ce as validations,
164
176
  le as withheldColumn
165
177
  };
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,46 +1,54 @@
1
- const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, a = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', p = "Step 2c: Multiple jobs (2c)", f = "Step 4a: Other income", w = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", g = "Continue", m = "Yes", S = "No", b = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, x = {
2
- deductions: e,
3
- dependentsTotalIfApplicable: t,
4
- extraWithholding: o,
5
- federalFilingStatus1c: i,
6
- federalFillingStatusPlaceholder: s,
7
- federalTaxesTitle: l,
8
- irsCalculator: n,
9
- filingStatusExemptFromWithholding: a,
10
- filingStatusHeadOfHousehold: r,
11
- filingStatusMarried: c,
12
- filingStatusSingle: h,
13
- fieldIsRequired: d,
14
- includesSpouseExplanation: u,
15
- multipleJobs2c: p,
16
- otherIncome: f,
17
- selectWithholdingDescription: w,
18
- submitCta: g,
19
- twoJobYesLabel: "Yes",
1
+ const e = "Additional withholding", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", i = "Step 4c: Extra withholding", l = "Step 1c: Federal filing status (1c)", n = "Select filing status...", s = "Federal tax withholdings (Form W-4)", a = "Federal withholding allowance", r = "This field is a required field. Please enter a value.", c = "Filing status", d = "Exempt from withholding", h = "Head of household", u = "Married", p = "Married, but withhold as Single", f = "Single", g = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', w = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W-4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, b = "Step 2c: Multiple jobs (2c)", m = "Step 4a: Other income", S = "If you select Exempt from withholding, we won't withhold federal income taxes, but we'll still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", x = "Continue", F = "No", I = "Yes", k = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, L = {
2
+ additionalWithholding: e,
3
+ deductions: t,
4
+ dependentsTotalIfApplicable: o,
5
+ extraWithholding: i,
6
+ federalFilingStatus1c: l,
7
+ federalFilingStatusPlaceholder: n,
8
+ federalTaxesTitle: s,
9
+ federalWithholdingAllowance: a,
10
+ fieldIsRequired: r,
11
+ filingStatus: c,
12
+ filingStatusExemptFromWithholding: d,
13
+ filingStatusHeadOfHousehold: h,
14
+ filingStatusMarried: u,
15
+ filingStatusMarriedWithholdAsSingle: p,
16
+ filingStatusSingle: f,
17
+ includesSpouseExplanation: g,
18
+ irsCalculator: w,
19
+ multipleJobs2c: b,
20
+ otherIncome: m,
21
+ selectWithholdingDescription: S,
22
+ submitCta: x,
20
23
  twoJobNoLabel: "No",
21
- validations: b
24
+ twoJobYesLabel: "Yes",
25
+ validations: k
22
26
  };
23
27
  export {
24
- e as deductions,
25
- x as default,
26
- t as dependentsTotalIfApplicable,
27
- o as extraWithholding,
28
- i as federalFilingStatus1c,
29
- s as federalFillingStatusPlaceholder,
30
- l as federalTaxesTitle,
31
- d as fieldIsRequired,
32
- a as filingStatusExemptFromWithholding,
33
- r as filingStatusHeadOfHousehold,
34
- c as filingStatusMarried,
35
- h as filingStatusSingle,
36
- u as includesSpouseExplanation,
37
- n as irsCalculator,
38
- p as multipleJobs2c,
39
- f as otherIncome,
40
- w as selectWithholdingDescription,
41
- g as submitCta,
42
- S as twoJobNoLabel,
43
- m as twoJobYesLabel,
44
- b as validations
28
+ e as additionalWithholding,
29
+ t as deductions,
30
+ L as default,
31
+ o as dependentsTotalIfApplicable,
32
+ i as extraWithholding,
33
+ l as federalFilingStatus1c,
34
+ n as federalFilingStatusPlaceholder,
35
+ s as federalTaxesTitle,
36
+ a as federalWithholdingAllowance,
37
+ r as fieldIsRequired,
38
+ c as filingStatus,
39
+ d as filingStatusExemptFromWithholding,
40
+ h as filingStatusHeadOfHousehold,
41
+ u as filingStatusMarried,
42
+ p as filingStatusMarriedWithholdAsSingle,
43
+ f as filingStatusSingle,
44
+ g as includesSpouseExplanation,
45
+ w as irsCalculator,
46
+ b as multipleJobs2c,
47
+ m as otherIncome,
48
+ S as selectWithholdingDescription,
49
+ x as submitCta,
50
+ F as twoJobNoLabel,
51
+ I as twoJobYesLabel,
52
+ k as validations
45
53
  };
46
54
  //# sourceMappingURL=Employee.FederalTaxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}