@gusto/embedded-react-sdk 0.31.1 → 0.33.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 +67 -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/MultiSelectComboBox/MultiSelectComboBox.d.ts +2 -0
- package/dist/components/Common/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +16 -0
- package/dist/components/Common/MultiSelectComboBox/index.d.ts +3 -0
- 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 +3 -2
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +4 -3
- 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/Badge/Badge.js +39 -8
- package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
- package/dist/components/Common/UI/Badge/Badge.module.scss.js +8 -4
- package/dist/components/Common/UI/Badge/Badge.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +12 -0
- package/dist/components/Common/UI/Badge/BadgeTypes.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 +3 -2
- 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/CreateSignatoryForm.js +6 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +2 -2
- 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/InviteSignatoryForm.js +5 -4
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +2 -2
- 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 +2 -2
- 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 +5 -4
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +2 -2
- 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 +5 -4
- 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 +2 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +2 -2
- 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 +3 -2
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +3 -2
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +2 -2
- 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 +2 -2
- 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 +5 -4
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +3 -2
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +2 -2
- 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 +3 -2
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +2 -2
- package/dist/components/Company/OnboardingOverview/Completed.js +11 -10
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +38 -26
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +7 -6
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +2 -2
- package/dist/components/Company/PaySchedule/PaySchedule.js +24 -21
- 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 +10 -9
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +9 -8
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +6 -5
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +2 -2
- 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/StateTaxesForm.js +40 -46
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +2 -2
- 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 +2 -2
- package/dist/components/Company/index.js +20 -20
- package/dist/components/Contractor/Address/Address.js +6 -6
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +7 -6
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +2 -2
- package/dist/components/Contractor/ContractorList/index.js +16 -15
- 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 +11 -10
- 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 +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +151 -116
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +4 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +55 -50
- 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 +61 -66
- 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 +21 -22
- 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 +3 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +27 -27
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +2 -2
- package/dist/components/Contractor/Submit/Submit.js +20 -19
- 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 +3 -2
- 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 +2 -2
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +2 -2
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +2 -2
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +7 -6
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.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 +3 -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 +2 -2
- 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 +46 -41
- 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 +2 -2
- 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 +3 -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/Head.js +6 -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 +2 -2
- 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 +5 -4
- 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 +2 -2
- package/dist/components/Employee/Landing/Landing.js +50 -44
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- 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 +3 -2
- 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 +6 -5
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +3 -2
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +2 -2
- 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 +8 -7
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +9 -8
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +9 -8
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +2 -2
- 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 +2 -2
- 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 +7 -6
- 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 +2 -2
- package/dist/components/Employee/index.js +22 -22
- package/dist/components/Flow/Flow.js +8 -7
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +1 -0
- 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 +1 -0
- 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 +46 -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 +37 -35
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +16 -24
- 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 +30 -24
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.test.d.ts +1 -0
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +12 -8
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +42 -41
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +4 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +6 -5
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +38 -35
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +16 -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 +19 -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 +39 -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 +18 -19
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +7 -6
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +4 -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 +2 -2
- 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/i18n/en/common.json.d.ts +4 -1
- package/dist/i18n/en/common.json.js +5 -5
- 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 +79 -2
- package/docs/reference/endpoint-inventory.json +1706 -0
- package/package.json +29 -13
- package/dist/components/Employee/Landing/Landing.module.scss.js +0 -8
- package/dist/components/Employee/Landing/Landing.module.scss.js.map +0 -1
|
@@ -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,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
"status": {
|
|
3
3
|
"loading": "Loading component...",
|
|
4
|
+
"loadingOptions": "Loading options...",
|
|
4
5
|
"requiredField": "is a required field",
|
|
5
6
|
"errorEncountered": "There was a problem with your submission"
|
|
6
7
|
},
|
|
@@ -32,7 +33,9 @@ declare const _default: {
|
|
|
32
33
|
"paginationFetchingLabel": "Fetching data...",
|
|
33
34
|
"openMenu": "Open menu",
|
|
34
35
|
"menuLabel": "Menu",
|
|
35
|
-
"tabNavigation": "Tab navigation"
|
|
36
|
+
"tabNavigation": "Tab navigation",
|
|
37
|
+
"selectedItems": "Selected {{label}}",
|
|
38
|
+
"removeItem": "Remove {{label}}"
|
|
36
39
|
},
|
|
37
40
|
"onboardingStatus": {
|
|
38
41
|
"contractor": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const e = { loading: "Loading component...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" },
|
|
1
|
+
const e = { loading: "Loading component...", loadingOptions: "Loading options...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, a = { paginationControlCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation", selectedItems: "Selected {{label}}", removeItem: "Remove {{label}}" }, r = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, l = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required", percentageMin: "Minimum value is {{min}}%", percentageMax: "Maximum value is {{max}}%" }, m = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", DC: "District of Columbia", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, c = { selectRowLabel: "Select row" }, p = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, u = { uploadInstructions: "<clickToUpload>Click to upload</clickToUpload> or drag and drop", acceptedTypes: "Only {{types}} files are permitted", removeFile: "Remove file" }, b = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, v = {
|
|
2
2
|
status: e,
|
|
3
3
|
optionalLabel: o,
|
|
4
4
|
progressBarLabel: n,
|
|
5
5
|
errors: i,
|
|
6
6
|
icons: t,
|
|
7
|
-
labels:
|
|
8
|
-
onboardingStatus:
|
|
7
|
+
labels: a,
|
|
8
|
+
onboardingStatus: r,
|
|
9
9
|
inputs: s,
|
|
10
10
|
payRateFormats: d,
|
|
11
11
|
validations: l,
|
|
@@ -23,8 +23,8 @@ export {
|
|
|
23
23
|
u as fileInput,
|
|
24
24
|
t as icons,
|
|
25
25
|
s as inputs,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
a as labels,
|
|
27
|
+
r as onboardingStatus,
|
|
28
28
|
o as optionalLabel,
|
|
29
29
|
d as payRateFormats,
|
|
30
30
|
n as progressBarLabel,
|
|
@@ -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,
|