@gusto/embedded-react-sdk 0.31.1 → 0.32.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.
- package/CHANGELOG.md +40 -0
- package/dist/assets/icons/icon-arrow-right.svg.js +10 -0
- package/dist/assets/icons/icon-arrow-right.svg.js.map +1 -0
- package/dist/components/Base/Base.js +46 -45
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/useBase.d.ts +2 -3
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Base/useBaseSubmit.js +32 -19
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/DataView/DataView.js +1 -1
- package/dist/components/Common/DocumentList/DocumentList.js +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.js +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +12 -10
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +3 -2
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +7 -6
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Box/Box.d.ts +2 -0
- package/dist/components/Common/UI/Box/Box.js +13 -0
- package/dist/components/Common/UI/Box/Box.js.map +1 -0
- package/dist/components/Common/UI/Box/Box.module.scss.js +12 -0
- package/dist/components/Common/UI/Box/Box.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Box/BoxTypes.d.ts +15 -0
- package/dist/components/Common/UI/Box/index.d.ts +2 -0
- package/dist/components/Common/UI/Dialog/Dialog.js +1 -1
- package/dist/components/Common/UI/Input/InputTypes.d.ts +1 -1
- package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
- package/dist/components/Common/UI/List/List.module.scss.js +1 -1
- package/dist/components/Common/UI/Modal/Modal.js +1 -1
- package/dist/components/Common/UI/Tabs/Tabs.js +1 -1
- package/dist/components/Common/UI/TextInput/TextInput.js +30 -28
- package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +4 -3
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +3 -2
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +12 -12
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +5 -4
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +3 -2
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +5 -4
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +5 -5
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +7 -6
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +7 -5
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +5 -4
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +3 -2
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -6
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +7 -5
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +3 -2
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +9 -8
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +5 -4
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +4 -3
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +5 -4
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +7 -6
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +4 -3
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +5 -3
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +7 -6
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +8 -7
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +8 -7
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +3 -2
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -6
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +5 -4
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +3 -2
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +7 -6
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +4 -3
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +5 -4
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +12 -10
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +39 -26
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +8 -7
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +5 -4
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +25 -22
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +3 -2
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +15 -15
- package/dist/components/Company/PaySchedule/_parts/Head.js +13 -11
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +7 -6
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +5 -4
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +5 -4
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Company/index.js +20 -20
- package/dist/components/Contractor/Address/Address.js +7 -7
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +1 -1
- package/dist/components/Contractor/Address/useAddress.js +7 -6
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +32 -31
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +14 -13
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +12 -11
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +4 -3
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +135 -108
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +4 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.d.ts +84 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js +23 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +3 -31
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +63 -69
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +2 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +29 -29
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +2 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +32 -29
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +0 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +4 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +8 -6
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +4 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +28 -27
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
- package/dist/components/Contractor/Profile/useContractorProfile.js +4 -3
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +21 -20
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +13 -12
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +17 -16
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +23 -22
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +12 -11
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +13 -12
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +13 -12
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +8 -7
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/stateMachine.js +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +9 -8
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +24 -22
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -0
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +5 -4
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentSigner.js +9 -9
- package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +49 -43
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +150 -111
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +5 -4
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.d.ts +1 -0
- package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/stateMachine.js +34 -22
- package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +4 -2
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Actions.js +7 -6
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +7 -5
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +3 -2
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +5 -4
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +6 -5
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +12 -11
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js +16 -15
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +5 -4
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +50 -44
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -2
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +11 -10
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +7 -6
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js +6 -5
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +9 -8
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
- package/dist/components/Employee/Profile/useProfile.js +5 -4
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +6 -5
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/StateTaxes.js +29 -29
- package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +5 -4
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +7 -6
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +14 -13
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js +19 -19
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +5 -4
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/index.js +22 -22
- package/dist/components/Flow/Flow.js +9 -7
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +17 -16
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +0 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +32 -37
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.d.ts +1 -2
- package/dist/components/InformationRequests/InformationRequests.js +36 -43
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/InformationRequests/index.js +4 -4
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +10 -9
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +23 -21
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +2 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +79 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +2 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +47 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -0
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +14 -0
- package/dist/components/Payroll/OffCycleCreation/index.d.ts +3 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +2 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js +44 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js.map +1 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/index.d.ts +3 -0
- package/dist/components/Payroll/OffCycleDeductionsSetting/types.d.ts +10 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -2
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +37 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.module.scss.js +12 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.module.scss.js.map +1 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +0 -4
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js +48 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +18 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js +26 -27
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +3 -3
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +17 -16
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +2 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModalTypes.d.ts +8 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/index.d.ts +3 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +2 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +17 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +3 -0
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +3 -8
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +38 -35
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +25 -33
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +2 -0
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +21 -19
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +26 -26
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +36 -36
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +21 -19
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +17 -15
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +32 -32
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +20 -18
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +70 -67
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +2 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +38 -36
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +20 -20
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +4 -3
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +4 -3
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +12 -11
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +5 -3
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +4 -0
- package/dist/components/Payroll/index.js +22 -18
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +4 -3
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +48 -46
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +3 -2
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +1 -0
- package/dist/contexts/ThemeProvider/theme.js +1 -0
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/helpers/apiErrorToList.js +14 -8
- package/dist/helpers/apiErrorToList.js.map +1 -1
- package/dist/helpers/dateFormatting.js +61 -45
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +1 -0
- package/dist/helpers/formattedStrings.js +21 -20
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/hooks/useOverflowDetection/useOverflowDetection.js +5 -6
- package/dist/i18n/I18n.js +7 -7
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +12 -12
- package/dist/i18n/en/Employee.EmployeeDocuments.json.js +1 -1
- package/dist/i18n/en/Employee.I9SignatureForm.json.js +83 -65
- package/dist/i18n/en/Employee.I9SignatureForm.json.js.map +1 -1
- package/dist/i18n/en/Employee.Landing.json.js +7 -9
- package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
- package/dist/i18n/en/Payroll.OffCycleCreation.json.js +14 -0
- package/dist/i18n/en/Payroll.OffCycleCreation.json.js.map +1 -0
- package/dist/i18n/en/Payroll.OffCycleDeductionsSetting.json.js +12 -0
- package/dist/i18n/en/Payroll.OffCycleDeductionsSetting.json.js.map +1 -0
- package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js +18 -0
- package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js.map +1 -0
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js +21 -19
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +1 -1
- package/dist/shared/constants.d.ts +4 -0
- package/dist/shared/constants.js +6 -4
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +76 -2
- package/docs/reference/endpoint-inventory.json +1706 -0
- package/package.json +27 -11
- package/dist/components/Employee/Landing/Landing.module.scss.js +0 -8
- package/dist/components/Employee/Landing/Landing.module.scss.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const e = "Pay contractors", t = "No contractors available for payment", a = "There are no active contractors with completed onboarding. Add and onboard contractors before creating payments.", o = "Pay contractors", n = "Direct deposit payments submitted before 4pm PT on a business day will take 2 business days to complete",
|
|
1
|
+
const e = "Pay contractors", t = "No contractors available for payment", a = "There are no active contractors with completed onboarding. Add and onboard contractors before creating payments.", o = "Pay contractors", n = "Direct deposit payments submitted before 4pm PT on a business day will take 2 business days to complete", s = "Payment date", r = "Hours and payments", i = { contractor: "Contractor", wageType: "Wage type", paymentMethod: "Payment method", hours: "Hours", wage: "Wage", bonus: "Bonus", reimbursement: "Reimbursement", total: "Total" }, c = "N/A", d = "Totals", l = "Back", u = "Continue", y = "Edit contractor payment", m = "/hr", p = { fixed: "Fixed", hourly: "Hourly" }, b = { directDeposit: "Direct Deposit", check: "Check", historicalPayment: "Historical Payment" }, h = { contractorPaymentUpdated: "Pay updated for {{contractorName}}", noContractorPayments: "Please add at least one contractor payment to continue." }, f = { title: "Edit contractor pay", subtitle: `Edit contractor's hours, additional earnings, and reimbursements. Inputs not applicable to this contractor are disabled. Please click "Done" to apply the change.`, hoursSection: "Hours", hoursLabel: "Hours", hoursAdornment: "hrs", fixedPaySection: "Fixed pay", wageLabel: "Wage", additionalEarningsSection: "Additional earnings", bonusLabel: "Bonus", reimbursementLabel: "Reimbursement", paymentMethodLabel: "Payment Method", totalPay: "Total pay", cancelCta: "Cancel", saveCta: "Done", paymentMethods: { check: "Check", directDeposit: "Direct deposit", historicalPayment: "Historical payment" }, errors: { directDepositNotAvailable: "Direct Deposit is not available for contractors set up for Check payments", unsupportedPaymentMethod: "This payment method is not supported. Please select Check or Direct Deposit." } }, D = { title: "To make payment, wire funds by {{time}} on {{date}}", titleFallback: "Wire transfer details required", description: "We can't pay your contractors until we get your wire. It may take time to get from your bank to ours, so we recommend sending it as soon as you can.", startWireTransferCta: "Start your wire transfer", confirmationDescription: "We'll notify you once we've received your wire transfer." }, g = { title: "Payment group created successfully", message: "{{count}} contractor payment has been successfully scheduled.", message_other: "{{count}} contractor payments have been successfully scheduled.", doneCta: "Done", wireDetailsSubmittedTitle: "Wire details submitted" }, P = { breadcrumbLabel: "Submit", reviewAndSubmitTitle: "Review and submit", reviewSubtitle: "We'll debit funds on {{debitDate}}", summaryTableHeaders: { totalAmount: "Total amount", debitAmount: "Debit amount", debitAccount: "Debit account", debitDate: "Debit date", contractorPayDate: "Contractor pay date" }, paymentSummaryTitle: "Payment summary", whatYourCompanyPays: "What your company pays", contractorTableHeaders: { contractor: "Contractor", wageType: "Wage type", paymentMethod: "Payment method", hours: "Hours", wage: "Wage", bonus: "Bonus", reimbursement: "Reimbursement", total: "Total" }, totalsLabel: "Totals", editButton: "Edit", submitButton: "Submit", perHour: "/hr", wageTypes: { fixed: "Fixed", hourly: "Hourly" }, paymentMethods: { directDeposit: "Direct Deposit", check: "Check", historicalPayment: "Historical Payment" }, alerts: { submitPaymentsDeadline: "To pay your contractors by {{checkDate}}, submit payments by {{debitDate}}." }, naDebitAccount: "N/A", submissionBlockers: { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payment cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payment can still be funded by selecting one of the options below. The selected funding method will only be used for this payment and will not apply to future payments.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your contractors on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay contractor pay date by four days and process using regular debits.", contractorPayDate: "Contractor pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "You have exceeded the limit at which you can process {{days}} contractor payments." }, needs_earned_access_for_fast_ach: { title: "You have not yet earned access to faster contractor payments." } } }, w = {
|
|
2
2
|
title: e,
|
|
3
3
|
emptyTableTitle: t,
|
|
4
4
|
emptyTableDescription: a,
|
|
5
5
|
breadcrumbLabel: o,
|
|
6
6
|
paymentSpeedNotice: n,
|
|
7
|
-
dateLabel:
|
|
8
|
-
hoursAndPaymentsLabel:
|
|
7
|
+
dateLabel: s,
|
|
8
|
+
hoursAndPaymentsLabel: r,
|
|
9
9
|
contractorTableHeaders: i,
|
|
10
10
|
na: c,
|
|
11
11
|
totalsLabel: d,
|
|
@@ -17,9 +17,9 @@ const e = "Pay contractors", t = "No contractors available for payment", a = "Th
|
|
|
17
17
|
paymentMethods: b,
|
|
18
18
|
alerts: h,
|
|
19
19
|
editContractorPayment: f,
|
|
20
|
-
wireDetailsBanner:
|
|
21
|
-
successState:
|
|
22
|
-
previewPresentation:
|
|
20
|
+
wireDetailsBanner: D,
|
|
21
|
+
successState: g,
|
|
22
|
+
previewPresentation: P
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
25
|
h as alerts,
|
|
@@ -27,22 +27,22 @@ export {
|
|
|
27
27
|
o as breadcrumbLabel,
|
|
28
28
|
u as continueCta,
|
|
29
29
|
i as contractorTableHeaders,
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
s as dateLabel,
|
|
31
|
+
w as default,
|
|
32
32
|
y as editContractor,
|
|
33
33
|
f as editContractorPayment,
|
|
34
34
|
a as emptyTableDescription,
|
|
35
35
|
t as emptyTableTitle,
|
|
36
|
-
|
|
36
|
+
r as hoursAndPaymentsLabel,
|
|
37
37
|
c as na,
|
|
38
38
|
b as paymentMethods,
|
|
39
39
|
n as paymentSpeedNotice,
|
|
40
40
|
m as perHour,
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
P as previewPresentation,
|
|
42
|
+
g as successState,
|
|
43
43
|
e as title,
|
|
44
44
|
d as totalsLabel,
|
|
45
45
|
p as wageTypes,
|
|
46
|
-
|
|
46
|
+
D as wireDetailsBanner
|
|
47
47
|
};
|
|
48
48
|
//# sourceMappingURL=Contractor.Payments.CreatePayment.json.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { title: "Employee documents", description: "During onboarding, employees will sign these documents.", documentsIncludedLabel: "We automatically include", taxWithholdingLabel: "Tax withholding (Form W-4)", taxWithholdingDescription: "Record employee federal withholding allowance", directDepositLabel: "Direct deposit authorization", directDepositDescription: "Lets you pay the employee via direct deposit", includeI9Heading: "Include form I-9?", includeI9Label: "Employment eligibility (Form I-9)", includeI9Description: "Verifies the employee's identity and work eligibility (must be completed onsite).", alerts: { includedTitle: "Verifying Form I-9 remotely?", includedDescription: `The federal government requires remote verification through a video call. You'll need to complete the verification process outside this application. <Link href="https://support.gusto.com/article/100165395100000/Complete-Form-I-9-and-E-Verify-for-new-hires" target="_blank">Read the instructions</Link>.`, includedDescription2: "To avoid duplicate I-9 forms, deselect “employment eligibility” above.", notIncludedTitle: "Have you completed the form I-9 already?", notIncludedDescription: 'If you are verifying the employee’s identity in person, select Form I-9 above. If verifying remotely, read <Link href="https://support.gusto.com/article/100165395100000/Complete-Form-I-9-and-E-Verify-for-new-hires" target="_blank">these instructions</Link> .' } }, i = { title: "Employee documents", description: "You will sign all these forms for your employee manually.", employmentEligibilityLabel: "Employment eligibility (Form I-9)", employmentEligibilityDescription: "Verifies the employee's identity and work eligibility (must be completed onsite).", taxWithholdingLabel: "Tax withholding (Form W-4)", taxWithholdingDescription: "Record employee federal withholding allowance", directDepositLabel: "Direct deposit authorization", directDepositDescription: "Lets you pay the employee via direct deposit", alertTitle: "The government requires you to have Form I-9 and Form W-
|
|
1
|
+
const e = { title: "Employee documents", description: "During onboarding, employees will sign these documents.", documentsIncludedLabel: "We automatically include", taxWithholdingLabel: "Tax withholding (Form W-4)", taxWithholdingDescription: "Record employee federal withholding allowance", directDepositLabel: "Direct deposit authorization", directDepositDescription: "Lets you pay the employee via direct deposit", includeI9Heading: "Include form I-9?", includeI9Label: "Employment eligibility (Form I-9)", includeI9Description: "Verifies the employee's identity and work eligibility (must be completed onsite).", alerts: { includedTitle: "Verifying Form I-9 remotely?", includedDescription: `The federal government requires remote verification through a video call. You'll need to complete the verification process outside this application. <Link href="https://support.gusto.com/article/100165395100000/Complete-Form-I-9-and-E-Verify-for-new-hires" target="_blank">Read the instructions</Link>.`, includedDescription2: "To avoid duplicate I-9 forms, deselect “employment eligibility” above.", notIncludedTitle: "Have you completed the form I-9 already?", notIncludedDescription: 'If you are verifying the employee’s identity in person, select Form I-9 above. If verifying remotely, read <Link href="https://support.gusto.com/article/100165395100000/Complete-Form-I-9-and-E-Verify-for-new-hires" target="_blank">these instructions</Link> .' } }, i = { title: "Employee documents", description: "You will sign all these forms for your employee manually.", employmentEligibilityLabel: "Employment eligibility (Form I-9)", employmentEligibilityDescription: "Verifies the employee's identity and work eligibility (must be completed onsite).", taxWithholdingLabel: "Tax withholding (Form W-4)", taxWithholdingDescription: "Record employee federal withholding allowance", directDepositLabel: "Direct deposit authorization", directDepositDescription: "Lets you pay the employee via direct deposit", alertTitle: "The government requires you to have Form I-9 and Form W-4 completed and signed." }, t = "Continue", o = {
|
|
2
2
|
selfOnboarding: e,
|
|
3
3
|
notSelfOnboarding: i,
|
|
4
4
|
continueCta: t
|
|
@@ -1,78 +1,96 @@
|
|
|
1
|
-
const e = "Sign I-9 document",
|
|
1
|
+
const e = "Sign I-9 document", t = "Form I-9 records your authorization to work in the United States. <viewFormLink>View form.</viewFormLink>", r = "View document", i = "Download document", n = "Signature", o = "Type your full, legal name.", a = "Signature is required", s = "I agree to electronically sign this form and confirm all information entered is correct to the best of my knowledge. I am aware that federal law provides for imprisonment and/or fines for false statements or use of false documents in connection with the completion of this form.", c = "You must agree to sign electronically", l = "Did you use a preparer/translator?", p = "No, I completed this myself", u = "Yes, I used a preparer/translator", d = "Your preparer/translator needs to complete the section below.", m = "Preparer and/or translator certification", h = "First name", f = "First name is required", g = "Last name", y = "Last name is required", b = "Street 1", S = "Street address is required", w = "Street 2 (optional)", z = "City", L = "City is required", A = "State", C = "State is required", B = "Zip", I = "Zip is required", k = "Signature", v = "Type your full, legal name.", E = "Signature is required", _ = "I agree to electronically sign this form and confirm all information entered is correct to the best of my knowledge. I am aware that federal law provides for imprisonment and/or fines for false statements or use of false documents in connection with the completion of this form.", q = "You must agree to sign electronically", D = "Add preparer", Y = "Remove preparer", F = "Cancel", U = "Sign", N = "You indicated that you are a citizen of the United States. If this is not accurate, make sure you have selected the correct eligibility status.", T = "You indicated that you are a lawful permanent resident. If this is not accurate, make sure you have selected the correct eligibility status.", Z = "You indicated that you are a noncitizen national. If this is not accurate, make sure you have selected the correct eligibility status.", P = "You indicated that you are a noncitizen authorized to work. If this is not accurate, make sure you have selected the correct eligibility status.", V = "A citizen is someone who was born or naturalized in the U.S. or born abroad to U.S. citizen parent(s) or who has derived citizenship through a parent's naturalization based on legal requirements.", x = "A lawful permanent resident is someone who is not a US citizen and who resides under legally recognized and lawfully recorded permanent residence as an immigrant.", Q = "A noncitizen national is someone born in American Samoa, certain former citizens of the former Trust Territory of the Pacific Islands, and certain children of noncitizen nationals born abroad.", R = "A noncitizen authorized to work includes anyone who is authorized to work in the United States but is not a US citizen, US national or lawful permanent resident.", j = "Change eligibility status", G = {
|
|
2
2
|
title: e,
|
|
3
|
-
description:
|
|
4
|
-
viewDocumentCta:
|
|
5
|
-
downloadInstructions:
|
|
6
|
-
signatureLabel:
|
|
7
|
-
signatureDescription:
|
|
8
|
-
signatureError:
|
|
3
|
+
description: t,
|
|
4
|
+
viewDocumentCta: r,
|
|
5
|
+
downloadInstructions: i,
|
|
6
|
+
signatureLabel: n,
|
|
7
|
+
signatureDescription: o,
|
|
8
|
+
signatureError: a,
|
|
9
9
|
confirmationLabel: s,
|
|
10
|
-
confirmationError:
|
|
11
|
-
preparerQuestion:
|
|
12
|
-
preparerNo:
|
|
13
|
-
preparerYes:
|
|
14
|
-
preparerNote:
|
|
15
|
-
preparerSectionTitle:
|
|
16
|
-
preparerFirstNameLabel:
|
|
17
|
-
preparerFirstNameError:
|
|
18
|
-
preparerLastNameLabel:
|
|
10
|
+
confirmationError: c,
|
|
11
|
+
preparerQuestion: l,
|
|
12
|
+
preparerNo: p,
|
|
13
|
+
preparerYes: u,
|
|
14
|
+
preparerNote: d,
|
|
15
|
+
preparerSectionTitle: m,
|
|
16
|
+
preparerFirstNameLabel: h,
|
|
17
|
+
preparerFirstNameError: f,
|
|
18
|
+
preparerLastNameLabel: g,
|
|
19
19
|
preparerLastNameError: y,
|
|
20
|
-
preparerStreet1Label:
|
|
21
|
-
preparerStreet1Error:
|
|
22
|
-
preparerStreet2Label:
|
|
23
|
-
preparerCityLabel:
|
|
24
|
-
preparerCityError:
|
|
25
|
-
preparerStateLabel:
|
|
26
|
-
preparerStateError:
|
|
20
|
+
preparerStreet1Label: b,
|
|
21
|
+
preparerStreet1Error: S,
|
|
22
|
+
preparerStreet2Label: w,
|
|
23
|
+
preparerCityLabel: z,
|
|
24
|
+
preparerCityError: L,
|
|
25
|
+
preparerStateLabel: A,
|
|
26
|
+
preparerStateError: C,
|
|
27
27
|
preparerZipLabel: "Zip",
|
|
28
|
-
preparerZipError:
|
|
29
|
-
preparerSignatureLabel:
|
|
28
|
+
preparerZipError: I,
|
|
29
|
+
preparerSignatureLabel: k,
|
|
30
30
|
preparerSignatureDescription: v,
|
|
31
|
-
preparerSignatureError:
|
|
32
|
-
preparerConfirmationLabel:
|
|
33
|
-
preparerConfirmationError:
|
|
34
|
-
addPreparerCta:
|
|
35
|
-
removePreparerCta:
|
|
36
|
-
cancelCta:
|
|
37
|
-
signCta:
|
|
31
|
+
preparerSignatureError: E,
|
|
32
|
+
preparerConfirmationLabel: _,
|
|
33
|
+
preparerConfirmationError: q,
|
|
34
|
+
addPreparerCta: D,
|
|
35
|
+
removePreparerCta: Y,
|
|
36
|
+
cancelCta: F,
|
|
37
|
+
signCta: U,
|
|
38
|
+
eligibilityAlertLabel_citizen: N,
|
|
39
|
+
eligibilityAlertLabel_permanent_resident: T,
|
|
40
|
+
eligibilityAlertLabel_noncitizen: Z,
|
|
41
|
+
eligibilityAlertLabel_alien: P,
|
|
42
|
+
eligibilityAlertDescription_citizen: V,
|
|
43
|
+
eligibilityAlertDescription_permanent_resident: x,
|
|
44
|
+
eligibilityAlertDescription_noncitizen: Q,
|
|
45
|
+
eligibilityAlertDescription_alien: R,
|
|
46
|
+
eligibilityAlertChangeStatusCta: j
|
|
38
47
|
};
|
|
39
48
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
49
|
+
D as addPreparerCta,
|
|
50
|
+
F as cancelCta,
|
|
51
|
+
c as confirmationError,
|
|
43
52
|
s as confirmationLabel,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
+
G as default,
|
|
54
|
+
t as description,
|
|
55
|
+
i as downloadInstructions,
|
|
56
|
+
j as eligibilityAlertChangeStatusCta,
|
|
57
|
+
R as eligibilityAlertDescription_alien,
|
|
58
|
+
V as eligibilityAlertDescription_citizen,
|
|
59
|
+
Q as eligibilityAlertDescription_noncitizen,
|
|
60
|
+
x as eligibilityAlertDescription_permanent_resident,
|
|
61
|
+
P as eligibilityAlertLabel_alien,
|
|
62
|
+
N as eligibilityAlertLabel_citizen,
|
|
63
|
+
Z as eligibilityAlertLabel_noncitizen,
|
|
64
|
+
T as eligibilityAlertLabel_permanent_resident,
|
|
65
|
+
L as preparerCityError,
|
|
66
|
+
z as preparerCityLabel,
|
|
67
|
+
q as preparerConfirmationError,
|
|
68
|
+
_ as preparerConfirmationLabel,
|
|
69
|
+
f as preparerFirstNameError,
|
|
70
|
+
h as preparerFirstNameLabel,
|
|
53
71
|
y as preparerLastNameError,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
72
|
+
g as preparerLastNameLabel,
|
|
73
|
+
p as preparerNo,
|
|
74
|
+
d as preparerNote,
|
|
75
|
+
l as preparerQuestion,
|
|
76
|
+
m as preparerSectionTitle,
|
|
59
77
|
v as preparerSignatureDescription,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
78
|
+
E as preparerSignatureError,
|
|
79
|
+
k as preparerSignatureLabel,
|
|
80
|
+
C as preparerStateError,
|
|
81
|
+
A as preparerStateLabel,
|
|
82
|
+
S as preparerStreet1Error,
|
|
83
|
+
b as preparerStreet1Label,
|
|
84
|
+
w as preparerStreet2Label,
|
|
85
|
+
u as preparerYes,
|
|
86
|
+
I as preparerZipError,
|
|
87
|
+
B as preparerZipLabel,
|
|
88
|
+
Y as removePreparerCta,
|
|
89
|
+
U as signCta,
|
|
90
|
+
o as signatureDescription,
|
|
91
|
+
a as signatureError,
|
|
92
|
+
n as signatureLabel,
|
|
75
93
|
e as title,
|
|
76
|
-
|
|
94
|
+
r as viewDocumentCta
|
|
77
95
|
};
|
|
78
96
|
//# sourceMappingURL=Employee.I9SignatureForm.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.I9SignatureForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.I9SignatureForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
const t = "Hi, {{firstName}}. Welcome to {{companyName}}!", o = "Let's get you onboarded so you can get paid.",
|
|
1
|
+
const t = "Hi, {{firstName}}. Welcome to {{companyName}}!", o = "Let's get you onboarded so you can get paid. This process usually takes about 8 minutes.", n = "What you'll need:", e = { personalInfo: "Your personal information (home address, SSN)", taxInfo: "Tax withholding information (we'll help you figure this one out)", bankInfo: "Your bank information (account and routing numbers)" }, a = "Let's get started", s = {
|
|
2
2
|
landingSubtitle: t,
|
|
3
3
|
landingDescription: o,
|
|
4
|
-
stepsSubtitle:
|
|
5
|
-
steps:
|
|
6
|
-
getStartedCta: a
|
|
7
|
-
getStartedDescription: s
|
|
4
|
+
stepsSubtitle: n,
|
|
5
|
+
steps: e,
|
|
6
|
+
getStartedCta: a
|
|
8
7
|
};
|
|
9
8
|
export {
|
|
10
|
-
|
|
9
|
+
s as default,
|
|
11
10
|
a as getStartedCta,
|
|
12
|
-
s as getStartedDescription,
|
|
13
11
|
o as landingDescription,
|
|
14
12
|
t as landingSubtitle,
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
e as steps,
|
|
14
|
+
n as stepsSubtitle
|
|
17
15
|
};
|
|
18
16
|
//# sourceMappingURL=Employee.Landing.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "New Off-Cycle Payroll", o = "Configure your off-cycle payroll details below.", l = "Continue", r = { missingPayrollId: "Off-cycle payroll was created but no payroll ID was returned" }, t = {
|
|
2
|
+
pageTitle: e,
|
|
3
|
+
pageDescription: o,
|
|
4
|
+
continueCta: l,
|
|
5
|
+
errors: r
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
l as continueCta,
|
|
9
|
+
t as default,
|
|
10
|
+
r as errors,
|
|
11
|
+
o as pageDescription,
|
|
12
|
+
e as pageTitle
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=Payroll.OffCycleCreation.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.OffCycleCreation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const e = "Deductions and contributions", n = "Employers often block deductions and contributions from certain checks (i.e. bonus checks), since they are calculated on a per-pay-period basis. Deductions and contributions include loan repayments, garnishments, benefits, etc. Taxes will be included regardless of what is chosen.", t = { include: { label: "Make all the regular deductions and contributions." }, skip: { label: "Block all deductions and contributions, except 401(k). Taxes will be included." } }, i = {
|
|
2
|
+
title: e,
|
|
3
|
+
description: n,
|
|
4
|
+
options: t
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
i as default,
|
|
8
|
+
n as description,
|
|
9
|
+
t as options,
|
|
10
|
+
e as title
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Payroll.OffCycleDeductionsSetting.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.OffCycleDeductionsSetting.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const e = "Tax withholding rates", t = "We've set the recommended withholding rate for each earning type below. Regular wages should be taxed at a rate that matches your employees' normal pay schedule", a = "Edit", l = { headers: { wageTypes: "Wage types", taxedAs: "Taxed as" }, taxedAsRegular: "Regular wages, paid {{frequency}}", taxedAsSupplemental: "Supplemental 22% for federal income taxes and at the state's supplemental tax rate for state income taxes.", taxedAsNotTaxed: "Not taxed" }, r = { title: "Tax withholding rates", regularSection: { title: "Rate for regular wages and earnings", subtitle: "For regular hours, regular wages, tips", rateLabel: "Rate is based on payment schedule of", rateDescription: "Regular wages should be taxed at a rate matching your employees' regular pay schedule. Select the most accurate pay schedule." }, supplementalSection: { title: "Rate for supplemental wages and earnings", useSupplementalRate: "Use supplemental tax rate", useSupplementalRateDescription: "Taxes will be withheld at the IRS's required rate of 22% for federal income taxes. State income taxes will be taxed at the state's supplemental tax rate", useRegularRate: "Use rate for regular wages (based on payment schedule of {{frequency}})", useRegularRateDescription: "We'll sum the entirety of the employee's wages and withhold taxes on the entire amount at the rate for regular wages" }, cancelButton: "Cancel", doneButton: "Done" }, s = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly", quarterly: "Quarterly", semiannually: "Semiannually", annually: "Annually" }, n = {
|
|
2
|
+
title: e,
|
|
3
|
+
description: t,
|
|
4
|
+
editButton: a,
|
|
5
|
+
table: l,
|
|
6
|
+
modal: r,
|
|
7
|
+
payPeriodFrequency: s
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
n as default,
|
|
11
|
+
t as description,
|
|
12
|
+
a as editButton,
|
|
13
|
+
r as modal,
|
|
14
|
+
s as payPeriodFrequency,
|
|
15
|
+
l as table,
|
|
16
|
+
e as title
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=Payroll.OffCycleTaxWithholding.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.OffCycleTaxWithholding.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,32 +1,34 @@
|
|
|
1
|
-
const e = "Payroll Blockers", o = { recoveryCaseResubmitted: { title: "Payment resubmitted", description: "We are reviewing your submission and will reach out if we need any additional information." }, informationRequestResponded: { title: "We've received your response", description: "We are reviewing your submission and will reach out if we need any additional information." } }, t = "Exit", n = "{{count}} issues are preventing you from running payroll", i = "View All Blockers", r = "Payroll blockers",
|
|
1
|
+
const e = "Payroll Blockers", o = { recoveryCaseResubmitted: { title: "Payment resubmitted", description: "We are reviewing your submission and will reach out if we need any additional information." }, informationRequestResponded: { title: "We've received your response", description: "We are reviewing your submission and will reach out if we need any additional information." } }, t = "Exit", n = "{{count}} issues are preventing you from running payroll", i = "View All Blockers", r = "View Blocker", a = "Payroll blockers", s = "Blocker", l = "The following issues must be resolved before you can run payroll:", p = "No payroll blockers at this time.", d = "Estimated time", c = "Unknown blocker", u = "Please contact support.", m = { geocode_error: { title: "Address Verification Failed", description: "Company or employee address could not be verified.", help: "Please ensure all addresses are valid and complete." }, geocode_needed: { title: "Address Verification Missing", description: "Company or employee address verification is missing.", help: "Please ensure all addresses are entered correctly." }, missing_signatory: { title: "Signatory Required", description: "A signatory who is authorized to sign documents on behalf of your company is required.", help: "Designate an authorized company signatory to continue.", defaultAction: "Set Up Signatory" }, invalid_signatory: { title: "Signatory Verification Failed", description: "Please ensure that the identity verification of the company signatory is successful.", help: "The signatory must complete identity verification." }, suspended: { title: "Company Suspended", description: "Company is suspended and cannot run payroll.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, needs_onboarding: { title: "Onboarding Incomplete", description: "Company must complete all onboarding requirements in order to run payroll.", help: "Complete all required onboarding steps.", defaultAction: "Complete Onboarding" }, missing_bank_info: { title: "Bank Account Required", description: "Company must have a bank account in order to run payroll.", help: "Add and verify a company bank account.", defaultAction: "Add Bank Account" }, missing_bank_verification: { title: "Bank Account Verification Required", description: "Company bank account must be verified in order to run payroll.", help: "Complete bank account verification process.", defaultAction: "Verify Account" }, missing_employee_setup: { title: "Employees Required", description: "Company must add employees in order to run payroll.", help: "Add at least one employee to continue." }, missing_pay_schedule: { title: "Pay Schedule Required", description: "Company must have a pay schedule in order to run payroll.", help: "Set up a pay schedule for your employees." }, pay_schedule_setup_not_complete: { title: "Employee Pay Schedule Missing", description: "Some employees don't have a pay schedule set up yet.", help: "Assign all employees to a pay schedule." }, missing_forms: { title: "Forms Require Signature", description: "Company forms must be signed in order to run payroll.", help: "Complete and sign all required forms." }, needs_approval: { title: "Pending Approval", description: "Company needs to be approved to run payroll.", help: "Your account is under review. Please wait for approval." }, pending_payroll_review: { title: "Payroll Under Review", description: "Payroll is blocked. We are reviewing payroll information in your account.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, contractor_only_company: { title: "Contractor-Only Company", description: "Company is set to contractor_only and cannot run payroll.", help: "Update company type and complete additional onboarding." }, eftps_ic_error: { title: "Electronic Federal Tax Payment System Error", description: "We could not make payments to the Electronic Federal Tax Payment System.", help: "Please contact support.", defaultAction: "Contact Support" }, wc_pending_approval: { title: "Worker's Compensation Pending Approval", description: "Worker's compensation policy needs to be approved.", help: "The worker's compensation process has not been completed and may require more information. Please contact support.", defaultAction: "Contact Support" }, pending_recovery_case: { title: "Recovery Case Pending", description: "Company has an open recovery case that must be resolved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, pending_information_request: { title: "Information Request Pending", description: "Company has an open information request that must be submitted and approved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, missing_addresses: { title: "Company Addresses Missing", description: "Company must add addresses in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company addresses have been added.", defaultAction: "Add Addresses" }, missing_federal_tax_setup: { title: "Federal Tax Setup Missing", description: "Company must complete federal tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company federal tax setup has been completed.", defaultAction: "Complete Federal Tax Setup" }, missing_industry_selection: { title: "Industry Selection Missing", description: "Company must complete industry selection in order to run payroll.", help: "Missing company onboarding requirement. Confirm that a company industry has been selected.", defaultAction: "Select Industry" }, missing_state_tax_setup: { title: "State Tax Setup Missing", description: "Company must complete state tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that the company has completed state tax setup.", defaultAction: "Complete State Tax Setup" } }, y = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
3
|
alerts: o,
|
|
4
4
|
exitFlowCta: t,
|
|
5
5
|
multipleIssuesTitle: n,
|
|
6
6
|
viewAllBlockers: i,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
viewBlocker: r,
|
|
8
|
+
blockersListTitle: a,
|
|
9
|
+
blockerSectionLabel: s,
|
|
10
|
+
blockersListDescription: l,
|
|
11
|
+
noBlockersMessage: p,
|
|
12
|
+
estimatedTime: d,
|
|
13
|
+
defaultBlockerDescription: c,
|
|
14
|
+
defaultBlockerHelp: u,
|
|
15
|
+
blockers: m
|
|
15
16
|
};
|
|
16
17
|
export {
|
|
17
18
|
o as alerts,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
s as blockerSectionLabel,
|
|
20
|
+
m as blockers,
|
|
21
|
+
l as blockersListDescription,
|
|
22
|
+
a as blockersListTitle,
|
|
22
23
|
e as breadcrumbLabel,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
y as default,
|
|
25
|
+
c as defaultBlockerDescription,
|
|
26
|
+
u as defaultBlockerHelp,
|
|
27
|
+
d as estimatedTime,
|
|
27
28
|
t as exitFlowCta,
|
|
28
29
|
n as multipleIssuesTitle,
|
|
29
|
-
|
|
30
|
-
i as viewAllBlockers
|
|
30
|
+
p as noBlockersMessage,
|
|
31
|
+
i as viewAllBlockers,
|
|
32
|
+
r as viewBlocker
|
|
31
33
|
};
|
|
32
34
|
//# sourceMappingURL=Payroll.PayrollBlocker.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.PayrollBlocker.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.PayrollBlocker.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "{{payrollType}} payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", i = "Edit", r = "Cancel payroll", y = "Cancel {{startDate}} - {{endDate}} payroll?", c = "Any changes you have made to this payroll will be saved.", p = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", d = " Yes, cancel payroll", m = "No, go back", u = "View payroll receipt", b = "Download paystub pdf", h = "Submitting payroll...", T = "This may take a minute or two. You can navigate away while this happens.", D = "Cancelling payroll...", g = "This payroll has been cancelled.", w = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit by {{payDate}}, you'll need to run payroll by {{time}} on {{date}}", paystubPdfError: "There was an issue generating the paystub PDF. Please try again later.", checkPaymentWarning_one: "You noted {{count}} employee who should be paid by check.", checkPaymentWarning_other: "You noted {{count}} employees who should be paid by check.", checkPaymentWarningDescription: "Employees with this payment method will need their checks delivered to them.", payrollProcessedTitle: "Payroll submitted", payrollProcessedMessage: "{{amount}} will be debited on {{date}}. Make sure you have these funds available.", payrollProcessingFailedTitle: "There was an error submitting payroll", payrollProcessingFailedCtaLabel: "Recalculate payroll", wireDetailsSubmittedTitle: "Wire details submitted", wireDetailsSubmittedMessage: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}" }, f = "Payroll Summary", P = "Payroll summary (Wire funds)", k = "Payroll summary (4-day direct deposit)", x = "Payroll summary table", C = { label: "Payroll details", companyPaysTab: "Company pays", companyPaysTable: "Company pays by employee", hoursWorkedTab: "Hours worked", hoursWorkedTable: "Hours worked by employee", employeeTakeHomeTab: "Employee take home", employeeTakeHomeTable: "Employee take home by employee", taxesTab: "Taxed and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, v = { totalPayroll: "Total payroll", debitAmount: "Debit amount", wireAmount: "Wire amount", wireTransferDeadline: "Wire transfer deadline", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeePayDate: "Employee pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Overtime (2x)", timeOff: "Paid time off", totalHours: "Total hours", paymentType: "Payment type", employeeTaxes: "Employee taxes", employeeBenefits: "Employee benefits", payment: "Payment", deductions: "Deductions", taxDescription: "Tax description", byYourEmployees: "By your employees", byYourCompany: "By your company", debitedByGusto: "Debited by Gusto", taxesTotal: "Total", paystub: "Paystub", footerTotalsLabel: "Totals", footerTotalsDescription: "All employees in this payroll" }, S = "Totals", E = "Direct deposits", L = "Reimbursements", W = "Garnishments", _ = "Taxes (Employees and Employers)", B = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, F = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payroll can still be funded by selecting one of the options below. The selected funding method will only be used for this cycle and will not apply to future payroll.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your employees on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay your employees pay date by four days and process using regular debits.", employeePayDate: "Employee pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "You have exceeded the limit at which you can process
|
|
1
|
+
const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "{{payrollType}} payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", i = "Edit", r = "Cancel payroll", y = "Cancel {{startDate}} - {{endDate}} payroll?", c = "Any changes you have made to this payroll will be saved.", p = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", d = " Yes, cancel payroll", m = "No, go back", u = "View payroll receipt", b = "Download paystub pdf", h = "Submitting payroll...", T = "This may take a minute or two. You can navigate away while this happens.", D = "Cancelling payroll...", g = "This payroll has been cancelled.", w = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit by {{payDate}}, you'll need to run payroll by {{time}} on {{date}}", paystubPdfError: "There was an issue generating the paystub PDF. Please try again later.", checkPaymentWarning_one: "You noted {{count}} employee who should be paid by check.", checkPaymentWarning_other: "You noted {{count}} employees who should be paid by check.", checkPaymentWarningDescription: "Employees with this payment method will need their checks delivered to them.", payrollProcessedTitle: "Payroll submitted", payrollProcessedMessage: "{{amount}} will be debited on {{date}}. Make sure you have these funds available.", payrollProcessingFailedTitle: "There was an error submitting payroll", payrollProcessingFailedCtaLabel: "Recalculate payroll", wireDetailsSubmittedTitle: "Wire details submitted", wireDetailsSubmittedMessage: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}" }, f = "Payroll Summary", P = "Payroll summary (Wire funds)", k = "Payroll summary (4-day direct deposit)", x = "Payroll summary table", C = { label: "Payroll details", companyPaysTab: "Company pays", companyPaysTable: "Company pays by employee", hoursWorkedTab: "Hours worked", hoursWorkedTable: "Hours worked by employee", employeeTakeHomeTab: "Employee take home", employeeTakeHomeTable: "Employee take home by employee", taxesTab: "Taxed and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, v = { totalPayroll: "Total payroll", debitAmount: "Debit amount", wireAmount: "Wire amount", wireTransferDeadline: "Wire transfer deadline", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeePayDate: "Employee pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Overtime (2x)", timeOff: "Paid time off", totalHours: "Total hours", paymentType: "Payment type", employeeTaxes: "Employee taxes", employeeBenefits: "Employee benefits", payment: "Payment", deductions: "Deductions", taxDescription: "Tax description", byYourEmployees: "By your employees", byYourCompany: "By your company", debitedByGusto: "Debited by Gusto", taxesTotal: "Total", paystub: "Paystub", footerTotalsLabel: "Totals", footerTotalsDescription: "All employees in this payroll" }, S = "Totals", E = "Direct deposits", L = "Reimbursements", W = "Garnishments", _ = "Taxes (Employees and Employers)", B = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, F = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payroll can still be funded by selecting one of the options below. The selected funding method will only be used for this cycle and will not apply to future payroll.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your employees on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay your employees pay date by four days and process using regular debits.", employeePayDate: "Employee pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "You have exceeded the limit at which you can process {{days}} payroll." }, needs_earned_access_for_fast_ach: { title: "You have not yet earned access to faster payroll." } }, O = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
3
|
backCta: a,
|
|
4
4
|
exitFlowCta: t,
|
|
@@ -50,6 +50,7 @@ export declare const employeeEvents: {
|
|
|
50
50
|
readonly EMPLOYEE_FORMS_DONE: "employee/forms/done";
|
|
51
51
|
readonly EMPLOYEE_ONBOARDING_STATUS_UPDATED: "employee/onboardingStatus/updated";
|
|
52
52
|
readonly EMPLOYEE_EMPLOYMENT_ELIGIBILITY_DONE: "employee/employmentEligibility/done";
|
|
53
|
+
readonly EMPLOYEE_CHANGE_ELIGIBILITY_STATUS: "employee/employmentEligibility/change";
|
|
53
54
|
readonly EMPLOYEE_ONBOARDING_DOCUMENTS_CONFIG_UPDATED: "employee/onboardingDocumentsConfig/updated";
|
|
54
55
|
readonly EMPLOYEE_DOCUMENTS_DONE: "employee/documents/done";
|
|
55
56
|
};
|
|
@@ -142,6 +143,7 @@ export declare const runPayrollEvents: {
|
|
|
142
143
|
readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
|
|
143
144
|
readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
|
|
144
145
|
readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
|
|
146
|
+
readonly OFF_CYCLE_DEDUCTIONS_CHANGE: "offCycle/deductionsChange";
|
|
145
147
|
readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
|
|
146
148
|
readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
|
|
147
149
|
readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
|
|
@@ -219,6 +221,7 @@ export declare const componentEvents: {
|
|
|
219
221
|
readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
|
|
220
222
|
readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
|
|
221
223
|
readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
|
|
224
|
+
readonly OFF_CYCLE_DEDUCTIONS_CHANGE: "offCycle/deductionsChange";
|
|
222
225
|
readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
|
|
223
226
|
readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
|
|
224
227
|
readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
|
|
@@ -341,6 +344,7 @@ export declare const componentEvents: {
|
|
|
341
344
|
readonly EMPLOYEE_FORMS_DONE: "employee/forms/done";
|
|
342
345
|
readonly EMPLOYEE_ONBOARDING_STATUS_UPDATED: "employee/onboardingStatus/updated";
|
|
343
346
|
readonly EMPLOYEE_EMPLOYMENT_ELIGIBILITY_DONE: "employee/employmentEligibility/done";
|
|
347
|
+
readonly EMPLOYEE_CHANGE_ELIGIBILITY_STATUS: "employee/employmentEligibility/change";
|
|
344
348
|
readonly EMPLOYEE_ONBOARDING_DOCUMENTS_CONFIG_UPDATED: "employee/onboardingDocumentsConfig/updated";
|
|
345
349
|
readonly EMPLOYEE_DOCUMENTS_DONE: "employee/documents/done";
|
|
346
350
|
readonly ROBOT_MACHINE_DONE: "done";
|
package/dist/shared/constants.js
CHANGED
|
@@ -52,6 +52,7 @@ const n = {
|
|
|
52
52
|
EMPLOYEE_FORMS_DONE: "employee/forms/done",
|
|
53
53
|
EMPLOYEE_ONBOARDING_STATUS_UPDATED: "employee/onboardingStatus/updated",
|
|
54
54
|
EMPLOYEE_EMPLOYMENT_ELIGIBILITY_DONE: "employee/employmentEligibility/done",
|
|
55
|
+
EMPLOYEE_CHANGE_ELIGIBILITY_STATUS: "employee/employmentEligibility/change",
|
|
55
56
|
EMPLOYEE_ONBOARDING_DOCUMENTS_CONFIG_UPDATED: "employee/onboardingDocumentsConfig/updated",
|
|
56
57
|
EMPLOYEE_DOCUMENTS_DONE: "employee/documents/done"
|
|
57
58
|
}, A = {
|
|
@@ -139,6 +140,7 @@ const n = {
|
|
|
139
140
|
RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled",
|
|
140
141
|
RUN_PAYROLL_SELECTED: "runPayroll/selected",
|
|
141
142
|
OFF_CYCLE_SELECT_REASON: "offCycle/selectReason",
|
|
143
|
+
OFF_CYCLE_DEDUCTIONS_CHANGE: "offCycle/deductionsChange",
|
|
142
144
|
RUN_PAYROLL_SUBMITTED: "runPayroll/submitted",
|
|
143
145
|
RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed",
|
|
144
146
|
RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get",
|
|
@@ -279,7 +281,7 @@ const n = {
|
|
|
279
281
|
"WV",
|
|
280
282
|
"WI",
|
|
281
283
|
"WY"
|
|
282
|
-
],
|
|
284
|
+
], G = {
|
|
283
285
|
OWNER: "owner",
|
|
284
286
|
PRESIDENT: "president",
|
|
285
287
|
VICE_PRESIDENT: "vice_president",
|
|
@@ -287,7 +289,7 @@ const n = {
|
|
|
287
289
|
CORPORATE_OFFICER: "corporate_officer",
|
|
288
290
|
PARTNER: "partner",
|
|
289
291
|
MEMBER: "member"
|
|
290
|
-
},
|
|
292
|
+
}, F = {
|
|
291
293
|
HOUR: "Hour",
|
|
292
294
|
WEEK: "Week",
|
|
293
295
|
MONTH: "Month",
|
|
@@ -357,8 +359,8 @@ export {
|
|
|
357
359
|
V as PAYMENT_METHODS,
|
|
358
360
|
q as PAYROLL_PROCESSING_STATUS,
|
|
359
361
|
J as PAYROLL_RESOLVABLE_SUBMISSION_BLOCKER_TYPES,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
+
F as PAY_PERIODS,
|
|
363
|
+
G as SIGNATORY_TITLES,
|
|
362
364
|
v as SPLIT_BY,
|
|
363
365
|
g as STATES_ABBR,
|
|
364
366
|
A as companyEvents,
|