@gusto/embedded-react-sdk 0.25.0 → 0.26.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 +49 -0
- package/dist/assets/icons/icon-file-jpg.svg.js +10 -0
- package/dist/assets/icons/icon-file-jpg.svg.js.map +1 -0
- package/dist/assets/icons/icon-file-pdf.svg.js +10 -0
- package/dist/assets/icons/icon-file-pdf.svg.js.map +1 -0
- package/dist/assets/icons/icon-file-png.svg.js +10 -0
- package/dist/assets/icons/icon-file-png.svg.js.map +1 -0
- package/dist/assets/icons/icon-trashcan.svg.js +10 -0
- package/dist/assets/icons/icon-trashcan.svg.js.map +1 -0
- package/dist/components/Base/Base.js +12 -13
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +10 -12
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +3 -4
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +6 -7
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.js +10 -10
- package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +14 -14
- package/dist/components/Common/UI/Badge/Badge.module.scss.js +1 -1
- package/dist/components/Common/UI/Banner/Banner.module.scss.js +4 -4
- package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +6 -6
- package/dist/components/Common/UI/FileInput/FileInput.js +105 -106
- package/dist/components/Common/UI/FileInput/FileInput.js.map +1 -1
- package/dist/components/Common/UI/FileInput/FileInput.module.scss.js +30 -28
- package/dist/components/Common/UI/FileInput/FileInput.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Input/Input.module.scss.js +7 -7
- package/dist/components/Common/UI/List/List.module.scss.js +1 -1
- package/dist/components/Common/UI/Modal/Modal.js +41 -40
- package/dist/components/Common/UI/Modal/Modal.js.map +1 -1
- package/dist/components/Common/UI/Modal/Modal.module.scss.js +4 -4
- package/dist/components/Common/UI/Select/Select.module.scss.js +6 -6
- package/dist/components/Common/UI/TextArea/TextArea.module.scss.js +4 -4
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +2 -3
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
- 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 +5 -6
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
- 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 +4 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -4
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +8 -9
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +4 -6
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +2 -3
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +6 -7
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -6
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +8 -9
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -4
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +6 -7
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +3 -4
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +2 -4
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +1 -1
- package/dist/components/Company/Industry/Actions.js +7 -8
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +1 -1
- package/dist/components/Company/Industry/Edit.js +2 -3
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +4 -5
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +3 -4
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +2 -3
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +6 -7
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +7 -8
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +10 -12
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -8
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +7 -8
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +3 -4
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +2 -3
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +9 -10
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +11 -13
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +13 -15
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +2 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +1 -1
- package/dist/components/Contractor/Address/Address.js +4 -5
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +6 -7
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +1 -1
- package/dist/components/Contractor/ContractorList/index.js +31 -32
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +13 -14
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +10 -11
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +102 -88
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +2 -4
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +13 -14
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +8 -0
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +58 -0
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +6 -0
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js +18 -0
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -0
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +3 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +86 -56
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +2 -0
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +35 -22
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +1 -0
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +82 -65
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +9 -11
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +6 -8
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +8 -0
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +45 -0
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +15 -0
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +125 -0
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -0
- package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +3 -0
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +37 -28
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +5 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +52 -49
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +2 -3
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +20 -21
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +12 -13
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +2 -3
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +22 -23
- 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 +3 -4
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +2 -3
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +2 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +2 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -4
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +2 -3
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Employee/EmployeeList/Actions.js +6 -7
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -4
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +5 -7
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +2 -3
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +1 -1
- package/dist/components/Employee/EmploymentEligibility/EmploymentEligibility.d.ts +3 -0
- package/dist/components/Employee/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +37 -0
- package/dist/components/Employee/EmploymentEligibility/index.d.ts +4 -0
- package/dist/components/Employee/FederalTaxes/Actions.js +5 -6
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +4 -5
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +1 -1
- package/dist/components/Employee/Landing/Landing.js +10 -11
- 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 +5 -6
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +2 -3
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +2 -3
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +5 -6
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +2 -3
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
- package/dist/components/Employee/Profile/Actions.js +5 -6
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +4 -5
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +8 -9
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +8 -9
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +5 -6
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +1 -1
- package/dist/components/Employee/Taxes/Actions.js +6 -7
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +6 -7
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +1 -1
- package/dist/components/Flow/Flow.js +7 -9
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/InformationRequestForm.d.ts +4 -4
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +162 -0
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -0
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +20 -0
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/InformationRequestForm.module.scss.js.map +1 -1
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestList/InformationRequestList.d.ts +3 -2
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +96 -0
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -0
- package/dist/components/InformationRequests/InformationRequests.d.ts +7 -0
- package/dist/components/InformationRequests/InformationRequests.js +68 -0
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -0
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestsComponents.d.ts +4 -4
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestsComponents.js +2 -2
- package/dist/components/InformationRequests/InformationRequestsComponents.js.map +1 -0
- package/dist/components/InformationRequests/index.d.ts +4 -0
- package/dist/components/InformationRequests/index.js +9 -0
- package/dist/components/InformationRequests/index.js.map +1 -0
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/informationRequestsStateMachine.d.ts +1 -1
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/informationRequestsStateMachine.js +1 -1
- package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +69 -59
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +0 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +61 -52
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +22 -24
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +5 -13
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +102 -28
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +14 -14
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +132 -131
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +2 -3
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +14 -16
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +45 -38
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +54 -40
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +36 -38
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +2 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +26 -24
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +2 -0
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +70 -48
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +72 -36
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +14 -17
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +1 -2
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +89 -96
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +29 -30
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +3 -3
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +242 -243
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +2 -4
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCaseErrorCode.module.scss.js +8 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCaseErrorCode.module.scss.js.map +1 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +83 -52
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.module.scss.js +2 -4
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.module.scss.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +59 -36
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.d.ts +7 -0
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +65 -0
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -0
- package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.d.ts +1 -1
- package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.js.map +1 -1
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +1 -2
- package/dist/components/Payroll/index.js +8 -10
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +1 -1
- package/dist/contexts/ThemeProvider/theme.js +5 -5
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/helpers/formattedStrings.js +12 -11
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/i18n/I18n.js +8 -8
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +30 -26
- package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js +58 -0
- package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js.map +1 -0
- package/dist/i18n/en/Employee.EmploymentEligibility.json.js +28 -0
- package/dist/i18n/en/Employee.EmploymentEligibility.json.js.map +1 -0
- package/dist/i18n/en/InformationRequests.InformationRequestForm.json.js +20 -0
- package/dist/i18n/en/InformationRequests.InformationRequestForm.json.js.map +1 -0
- package/dist/i18n/en/{Payroll.InformationRequestList.json.js → InformationRequests.InformationRequestList.json.js} +6 -6
- package/dist/i18n/en/InformationRequests.InformationRequestList.json.js.map +1 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +1 -1
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js +24 -20
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollLanding.json.js +5 -3
- package/dist/i18n/en/Payroll.PayrollLanding.json.js.map +1 -1
- package/dist/i18n/en/Payroll.RecoveryCasesList.json.js +14 -10
- package/dist/i18n/en/Payroll.RecoveryCasesList.json.js.map +1 -1
- package/dist/i18n/en/Payroll.RecoveryCasesResubmit.json.js +5 -3
- package/dist/i18n/en/Payroll.RecoveryCasesResubmit.json.js.map +1 -1
- package/dist/i18n/en/Payroll.WireInstructions.json.js +20 -16
- package/dist/i18n/en/Payroll.WireInstructions.json.js.map +1 -1
- package/dist/index.js +10 -8
- package/dist/index.js.map +1 -1
- package/dist/shared/constants.d.ts +6 -0
- package/dist/shared/constants.js +12 -9
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +248 -46
- package/package.json +16 -16
- package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.js +0 -142
- package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +0 -1
- package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +0 -18
- package/dist/components/Payroll/InformationRequests/InformationRequestList/InformationRequestList.js +0 -88
- package/dist/components/Payroll/InformationRequests/InformationRequestList/InformationRequestList.js.map +0 -1
- package/dist/components/Payroll/InformationRequests/InformationRequests.d.ts +0 -6
- package/dist/components/Payroll/InformationRequests/InformationRequests.js +0 -55
- package/dist/components/Payroll/InformationRequests/InformationRequests.js.map +0 -1
- package/dist/components/Payroll/InformationRequests/InformationRequestsComponents.js.map +0 -1
- package/dist/components/Payroll/InformationRequests/index.d.ts +0 -3
- package/dist/components/Payroll/InformationRequests/informationRequestsStateMachine.js.map +0 -1
- package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.d.ts +0 -6
- package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.js +0 -32
- package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.js.map +0 -1
- package/dist/i18n/en/Payroll.InformationRequestForm.json.js +0 -18
- package/dist/i18n/en/Payroll.InformationRequestForm.json.js.map +0 -1
- package/dist/i18n/en/Payroll.InformationRequestList.json.js.map +0 -1
- /package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/index.d.ts +0 -0
- /package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestList/index.d.ts +0 -0
|
@@ -1,44 +1,48 @@
|
|
|
1
|
-
const
|
|
2
|
-
title:
|
|
3
|
-
emptyTableTitle:
|
|
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", r = "Payment date", s = "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", 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 "OK" 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" } }, g = { 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." }, P = { 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" }, w = { 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 2-day contractor payments." }, needs_earned_access_for_fast_ach: { title: "You have not yet earned access to faster contractor payments." } } }, D = {
|
|
2
|
+
title: e,
|
|
3
|
+
emptyTableTitle: t,
|
|
4
4
|
emptyTableDescription: a,
|
|
5
5
|
breadcrumbLabel: o,
|
|
6
6
|
paymentSpeedNotice: n,
|
|
7
7
|
dateLabel: r,
|
|
8
8
|
hoursAndPaymentsLabel: s,
|
|
9
|
-
contractorTableHeaders:
|
|
10
|
-
na:
|
|
11
|
-
totalsLabel:
|
|
12
|
-
backButton:
|
|
13
|
-
continueCta:
|
|
9
|
+
contractorTableHeaders: i,
|
|
10
|
+
na: c,
|
|
11
|
+
totalsLabel: d,
|
|
12
|
+
backButton: l,
|
|
13
|
+
continueCta: u,
|
|
14
14
|
editContractor: y,
|
|
15
|
-
perHour:
|
|
16
|
-
wageTypes:
|
|
17
|
-
paymentMethods:
|
|
15
|
+
perHour: m,
|
|
16
|
+
wageTypes: p,
|
|
17
|
+
paymentMethods: b,
|
|
18
18
|
alerts: h,
|
|
19
|
-
editContractorPayment:
|
|
20
|
-
|
|
19
|
+
editContractorPayment: f,
|
|
20
|
+
wireDetailsBanner: g,
|
|
21
|
+
successState: P,
|
|
22
|
+
previewPresentation: w
|
|
21
23
|
};
|
|
22
24
|
export {
|
|
23
25
|
h as alerts,
|
|
24
|
-
|
|
26
|
+
l as backButton,
|
|
25
27
|
o as breadcrumbLabel,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
u as continueCta,
|
|
29
|
+
i as contractorTableHeaders,
|
|
28
30
|
r as dateLabel,
|
|
29
|
-
|
|
31
|
+
D as default,
|
|
30
32
|
y as editContractor,
|
|
31
|
-
|
|
33
|
+
f as editContractorPayment,
|
|
32
34
|
a as emptyTableDescription,
|
|
33
|
-
|
|
35
|
+
t as emptyTableTitle,
|
|
34
36
|
s as hoursAndPaymentsLabel,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
c as na,
|
|
38
|
+
b as paymentMethods,
|
|
37
39
|
n as paymentSpeedNotice,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
m as perHour,
|
|
41
|
+
w as previewPresentation,
|
|
42
|
+
P as successState,
|
|
43
|
+
e as title,
|
|
44
|
+
d as totalsLabel,
|
|
45
|
+
p as wageTypes,
|
|
46
|
+
g as wireDetailsBanner
|
|
43
47
|
};
|
|
44
48
|
//# sourceMappingURL=Contractor.Payments.CreatePayment.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.Payments.CreatePayment.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.Payments.CreatePayment.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const t = "Payment Summary", e = "Payment group created successfully", o = "{{count}} contractor payment has been successfully scheduled.", s = "{{count}} contractor payments have been successfully scheduled.", c = "Payment summary", n = "Debit date: {{debitDate}}", a = "Done", r = "Wire details submitted", m = "Payment Summary", u = "Total Amount", y = "Debit Amount", i = "Debit Account", l = "Debit Date", b = "Contractor Pay Date", d = "Contractor Payments", D = "Contractor", h = "Wage Type", p = "Payment Method", P = { directDeposit: "Direct Deposit", check: "Check" }, T = "Hours", A = "Wage", g = "Bonus", C = "Reimbursement", S = "Total", M = "Totals", f = "N/A", _ = {
|
|
2
|
+
breadcrumbLabel: t,
|
|
3
|
+
successTitle: e,
|
|
4
|
+
successMessage_one: o,
|
|
5
|
+
successMessage_other: s,
|
|
6
|
+
summaryTitle: c,
|
|
7
|
+
summarySubtitle: n,
|
|
8
|
+
doneCta: a,
|
|
9
|
+
wireDetailsSubmittedTitle: r,
|
|
10
|
+
paymentSummaryTitle: m,
|
|
11
|
+
totalAmount: u,
|
|
12
|
+
debitAmount: y,
|
|
13
|
+
debitAccount: i,
|
|
14
|
+
debitDate: l,
|
|
15
|
+
contractorPayDate: b,
|
|
16
|
+
contractorPaymentsTitle: d,
|
|
17
|
+
contractor: D,
|
|
18
|
+
wageType: h,
|
|
19
|
+
paymentMethod: p,
|
|
20
|
+
paymentMethods: P,
|
|
21
|
+
hours: T,
|
|
22
|
+
wage: A,
|
|
23
|
+
bonus: g,
|
|
24
|
+
reimbursement: C,
|
|
25
|
+
total: S,
|
|
26
|
+
totalsLabel: M,
|
|
27
|
+
notAvailable: f
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
g as bonus,
|
|
31
|
+
t as breadcrumbLabel,
|
|
32
|
+
D as contractor,
|
|
33
|
+
b as contractorPayDate,
|
|
34
|
+
d as contractorPaymentsTitle,
|
|
35
|
+
i as debitAccount,
|
|
36
|
+
y as debitAmount,
|
|
37
|
+
l as debitDate,
|
|
38
|
+
_ as default,
|
|
39
|
+
a as doneCta,
|
|
40
|
+
T as hours,
|
|
41
|
+
f as notAvailable,
|
|
42
|
+
p as paymentMethod,
|
|
43
|
+
P as paymentMethods,
|
|
44
|
+
m as paymentSummaryTitle,
|
|
45
|
+
C as reimbursement,
|
|
46
|
+
o as successMessage_one,
|
|
47
|
+
s as successMessage_other,
|
|
48
|
+
e as successTitle,
|
|
49
|
+
n as summarySubtitle,
|
|
50
|
+
c as summaryTitle,
|
|
51
|
+
S as total,
|
|
52
|
+
u as totalAmount,
|
|
53
|
+
M as totalsLabel,
|
|
54
|
+
A as wage,
|
|
55
|
+
h as wageType,
|
|
56
|
+
r as wireDetailsSubmittedTitle
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=Contractor.Payments.PaymentSummary.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Contractor.Payments.PaymentSummary.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const e = "Employment Eligibility", i = 'The federal government requires verification of your eligibility to work in the United States. For more information, see <formI9Link href="https://www.uscis.gov/i-9" target="_blank">Form I-9</formI9Link>', n = { label: "I am...", description: "This information will be used to fill out Form I-9, which proves you are legally allowed to work in the United States.", placeholder: "Select status...", options: { citizen: "a citizen of the United States", lawfulPermanentResident: "a lawful permanent resident", noncitizen: "a noncitizen national", noncitizen_authorized: "a noncitizen authorized to work" } }, t = { citizen: "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.", lawfulPermanentResident: "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.", noncitizen: "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.", noncitizen_authorized: "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." }, o = { label: "Authorized to work until", error: { futureDate: "Date must be in the future" } }, r = { label: "Authorization document", options: { uscis: "USCIS or A-Number", i94: "Form I-94", foreignPassport: "Foreign passport" } }, a = { label: "USCIS or A-Number", description: 'Fill in a 7-9 digit USCIS Number or A-Number (include the "A")' }, s = { label: "Form I-94 admission number", description: "Fill in your 11 digit I-94 admission number" }, l = { label: "Foreign passport number" }, u = { label: "Country of Issuance", description: "The country that issues your passport" }, c = "Continue", d = {
|
|
2
|
+
title: e,
|
|
3
|
+
subtitle: i,
|
|
4
|
+
select: n,
|
|
5
|
+
statusDescriptions: t,
|
|
6
|
+
authorizedToWorkUntil: o,
|
|
7
|
+
authorizationDocument: r,
|
|
8
|
+
uscisNumber: a,
|
|
9
|
+
i94AdmissionNumber: s,
|
|
10
|
+
foreignPassport: l,
|
|
11
|
+
countryOfIssuance: u,
|
|
12
|
+
submit: c
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
r as authorizationDocument,
|
|
16
|
+
o as authorizedToWorkUntil,
|
|
17
|
+
u as countryOfIssuance,
|
|
18
|
+
d as default,
|
|
19
|
+
l as foreignPassport,
|
|
20
|
+
s as i94AdmissionNumber,
|
|
21
|
+
n as select,
|
|
22
|
+
t as statusDescriptions,
|
|
23
|
+
c as submit,
|
|
24
|
+
i as subtitle,
|
|
25
|
+
e as title,
|
|
26
|
+
a as uscisNumber
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Employee.EmploymentEligibility.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Employee.EmploymentEligibility.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const e = "Request for information", t = { title: "This is a payroll blocking request", description: "You will not be able to run payroll until we receive the information requested below." }, o = { document: "Document required", answer: "Answer required" }, i = { textAnswer: { label: "Answer the above question", placeholder: "Your answer" }, fileUpload: { label: "Upload document" } }, n = { required: "This field is required", fileRequired: "Please upload a file" }, r = { cancel: "Cancel", submit: "Submit response", close: "Close" }, s = { persona: { title: "Verify identity", description: "In order to ensure the security of your account, we need some additional information to help verify your signatory's identity." }, generic: { title: "Additional information required", description: "We need some more information that we are unable to collect here." }, contactSupport: "Please contact support" }, l = {
|
|
2
|
+
title: e,
|
|
3
|
+
blockingAlert: t,
|
|
4
|
+
questionTypes: o,
|
|
5
|
+
fields: i,
|
|
6
|
+
validation: n,
|
|
7
|
+
cta: r,
|
|
8
|
+
unsupported: s
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
t as blockingAlert,
|
|
12
|
+
r as cta,
|
|
13
|
+
l as default,
|
|
14
|
+
i as fields,
|
|
15
|
+
o as questionTypes,
|
|
16
|
+
e as title,
|
|
17
|
+
s as unsupported,
|
|
18
|
+
n as validation
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=InformationRequests.InformationRequestForm.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationRequests.InformationRequestForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
title:
|
|
3
|
-
description:
|
|
1
|
+
const o = "Information requests", e = "We need you to share some more information about your business. This info will be used to keep your business secure and ensure that our data about your company is correct. Please make sure to do this soon since it may otherwise impact your ability to run payroll.", t = { type: "Type", status: "Status" }, n = { companyOnboarding: "Company Onboarding", accountProtection: "Account Protection", paymentRequest: "Payment Request", paymentError: "Payment Error", unknown: "Information Request" }, s = { incomplete: "Incomplete", underReview: "Under review", payrollBlocking: "Payroll blocking" }, r = { respond: "Respond" }, a = {
|
|
2
|
+
title: o,
|
|
3
|
+
description: e,
|
|
4
4
|
columns: t,
|
|
5
5
|
types: n,
|
|
6
6
|
status: s,
|
|
@@ -10,9 +10,9 @@ export {
|
|
|
10
10
|
t as columns,
|
|
11
11
|
r as cta,
|
|
12
12
|
a as default,
|
|
13
|
-
|
|
13
|
+
e as description,
|
|
14
14
|
s as status,
|
|
15
|
-
|
|
15
|
+
o as title,
|
|
16
16
|
n as types
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=
|
|
18
|
+
//# sourceMappingURL=InformationRequests.InformationRequestList.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationRequests.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Confirm Wire Details", r = { title: "To make payroll, wire funds by {{time}} on {{date}}", titleWithPayroll: "Wire transfer details required for {{payrollRange}} payroll", titleMultiple: "Wire transfer details required for {{count}} payrolls", description: "We can't pay your team 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." }, t = { startWireTransfer: "Start your wire transfer" }, a = { title: "Wire instructions", close: "Close", submitCta: "I've made a wire transfer" }, o = {
|
|
1
|
+
const e = "Confirm Wire Details", r = { title: "To make payroll, wire funds by {{time}} on {{date}}", titleWithPayroll: "Wire transfer details required for {{payrollRange}} payroll", titleMultiple: "Wire transfer details required for {{count}} payrolls or payments", description: "We can't pay your team 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.", requestLabelPayroll: "Payroll for {{payrollRange}}", requestLabelContractorPaymentGroup: "Contractor payment for {{requestedAmount}}" }, t = { startWireTransfer: "Start your wire transfer" }, a = { title: "Wire instructions", close: "Close", submitCta: "I've made a wire transfer" }, o = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
3
|
banner: r,
|
|
4
4
|
cta: t,
|
|
@@ -1,28 +1,32 @@
|
|
|
1
|
-
const e = "Payroll Blockers", t = "Exit",
|
|
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", a = "Blocker", s = "The following issues must be resolved before you can run payroll:", l = "No payroll blockers at this time.", p = "Estimated time", d = "Unknown blocker", c = "Please contact support.", u = { 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" } }, m = {
|
|
2
2
|
breadcrumbLabel: e,
|
|
3
|
+
alerts: o,
|
|
3
4
|
exitFlowCta: t,
|
|
4
|
-
multipleIssuesTitle:
|
|
5
|
-
viewAllBlockers:
|
|
6
|
-
blockersListTitle:
|
|
7
|
-
blockerSectionLabel:
|
|
8
|
-
blockersListDescription:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
5
|
+
multipleIssuesTitle: n,
|
|
6
|
+
viewAllBlockers: i,
|
|
7
|
+
blockersListTitle: r,
|
|
8
|
+
blockerSectionLabel: a,
|
|
9
|
+
blockersListDescription: s,
|
|
10
|
+
noBlockersMessage: l,
|
|
11
|
+
estimatedTime: p,
|
|
12
|
+
defaultBlockerDescription: d,
|
|
13
|
+
defaultBlockerHelp: c,
|
|
14
|
+
blockers: u
|
|
13
15
|
};
|
|
14
16
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
o as alerts,
|
|
18
|
+
a as blockerSectionLabel,
|
|
19
|
+
u as blockers,
|
|
20
|
+
s as blockersListDescription,
|
|
21
|
+
r as blockersListTitle,
|
|
19
22
|
e as breadcrumbLabel,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
m as default,
|
|
24
|
+
d as defaultBlockerDescription,
|
|
25
|
+
c as defaultBlockerHelp,
|
|
26
|
+
p as estimatedTime,
|
|
24
27
|
t as exitFlowCta,
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
n as multipleIssuesTitle,
|
|
29
|
+
l as noBlockersMessage,
|
|
30
|
+
i as viewAllBlockers
|
|
27
31
|
};
|
|
28
32
|
//# 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,13 +1,15 @@
|
|
|
1
|
-
const a = { runPayroll: "Run payroll", payrollHistory: "Payroll history" }, l = { tabNavigation: "Payroll navigation" }, o = { loading: "Loading payroll data..." }, r = { landing: "Run payroll", overview: "Summary for {{startDate}}-{{endDate}}", receipt: "Payroll receipt for {{startDate}}-{{endDate}}" }, t = {
|
|
1
|
+
const a = { runPayroll: "Run payroll", payrollHistory: "Payroll history" }, l = { tabNavigation: "Payroll navigation" }, o = { loading: "Loading payroll data..." }, r = { landing: "Run payroll", overview: "Summary for {{startDate}}-{{endDate}}", receipt: "Payroll receipt for {{startDate}}-{{endDate}}" }, t = { payrollCancelled: "Payroll cancelled" }, n = {
|
|
2
2
|
tabs: a,
|
|
3
3
|
aria: l,
|
|
4
4
|
labels: o,
|
|
5
|
-
breadcrumbs: r
|
|
5
|
+
breadcrumbs: r,
|
|
6
|
+
alerts: t
|
|
6
7
|
};
|
|
7
8
|
export {
|
|
9
|
+
t as alerts,
|
|
8
10
|
l as aria,
|
|
9
11
|
r as breadcrumbs,
|
|
10
|
-
|
|
12
|
+
n as default,
|
|
11
13
|
o as labels,
|
|
12
14
|
a as tabs
|
|
13
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.PayrollLanding.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.PayrollLanding.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
const
|
|
2
|
-
title:
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
const e = "Recovery cases", t = "One or more payments couldn't be processed due to a bank error. Resolve open recovery cases to continue running payroll.", o = { noLatestErrorCode: "—", noLatestErrorCodeAriaLabel: "No error code available" }, r = { originalDebitDate: "Original debit date", totalAmount: "Total amount", amountOutstanding: "Amount outstanding", latestErrorCode: "Latest error code", status: "Status" }, a = { open: "Open", redebit_initiated: "Redebit initiated", wire_initiated: "Wire initiated", recovered: "Recovered", lost: "Lost" }, n = { resolve: "Resolve" }, s = {
|
|
2
|
+
title: e,
|
|
3
|
+
description: t,
|
|
4
|
+
labels: o,
|
|
5
|
+
columns: r,
|
|
6
|
+
status: a,
|
|
7
|
+
cta: n
|
|
6
8
|
};
|
|
7
9
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
r as columns,
|
|
11
|
+
n as cta,
|
|
12
|
+
s as default,
|
|
13
|
+
t as description,
|
|
14
|
+
o as labels,
|
|
15
|
+
a as status,
|
|
16
|
+
e as title
|
|
13
17
|
};
|
|
14
18
|
//# sourceMappingURL=Payroll.RecoveryCasesList.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.RecoveryCasesList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.RecoveryCasesList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
const e = { cancel: "Cancel", resubmit: "Resubmit payment" }, t = {
|
|
2
|
-
cta: e
|
|
1
|
+
const e = { cancel: "Cancel", resubmit: "Resubmit payment" }, t = { R01: { title: "R01: Insufficient funds", subtitle: "Ensure sufficient funds to unblock your account", body: "We attempted to debit from your bank account. Unfortunately, we received the following error: <medium>R01: Insufficient funds.</medium>", instruction: "This means your bank account did not have sufficient funds to cover the debits of your invoice. Transfer sufficient funds into your bank account. Then select <medium>Resubmit payment</medium> below." }, R02: { title: "R02: Account closed", subtitle: "Connect your new bank account to unblock your account", body: "We attempted to debit from your bank account. Unfortunately, we received the following error: <medium>R02: Account closed.</medium>", instruction: "This error means that the account we tried to debit is closed. Please connect a new bank account. Then select <medium>Resubmit payment</medium> below." }, R16: { title: "R16: Account frozen", subtitle: "Unfreeze your bank account to unblock your account", body: "We attempted to debit from your bank account. Unfortunately, we received the following error: <medium>R16: Account frozen.</medium>", instruction: "Banks can freeze an account for a number of reasons (i.e. to protect you and others from fraud, etc). Work with your bank to understand why your bank account was frozen and to unfreeze it. Once you've confirmed with your bank that your account is ready, select <medium>Resubmit payment</medium> below." }, R29: { title: "R29: Corporate customer advises not authorized", subtitle: "Contact your bank to authorize debits", body: "We attempted to debit from your bank account. Unfortunately, we received the following error: <medium>R29: Corporate customer advises not authorized.</medium>", listDescription: "Typically this error means your bank needs to authorize us to debit your account. Work with your bank to make sure the following ACH codes are authorized to debit your account:", achCodes: ["1453942850", "1800948598", "2453942850", "4270465600", "9138864001", "9138864004", "9138864002", "9138864003", "9138864007"], instruction: "Once you have done so, select <medium>Resubmit payment</medium> below." }, bankError: { title: "Bank error", subtitle: "Contact your bank", body: "A bank error has occurred. Please contact support to unblock your account.", instruction: "" } }, o = {
|
|
2
|
+
cta: e,
|
|
3
|
+
errorCodes: t
|
|
3
4
|
};
|
|
4
5
|
export {
|
|
5
6
|
e as cta,
|
|
6
|
-
|
|
7
|
+
o as default,
|
|
8
|
+
t as errorCodes
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=Payroll.RecoveryCasesResubmit.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.RecoveryCasesResubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.RecoveryCasesResubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
const e = "Wire instructions", t = "This info tells your bank how much and where to send the wire transfer. Make sure to send a wire transfer—we will not accept ACH transfers. Afterwards, confirm below that you have completed this step.", n = "Wire transfer for payroll", o = "Wire Transfer",
|
|
1
|
+
const e = "Wire instructions", t = "This info tells your bank how much and where to send the wire transfer. Make sure to send a wire transfer—we will not accept ACH transfers. Afterwards, confirm below that you have completed this step.", n = "Wire transfer for payroll", o = "Payroll for {{payrollRange}}", a = "Contractor payment for {{requestedAmount}}", r = "Wire Transfer", s = "What to know when wiring funds", i = { trackingCode: "You must include the unique tracking code from the wire instructions", amountMatch: "The amount you send must exactly match the amount in the wire instructions", usBank: "The originating bank account must be based in the US", authorized: "You must be authorized to use the bank account on the company's behalf" }, c = { trackingCode: "Unique tracking code", amount: "Amount to wire", bankName: "Bank name", bankAddress: "Bank address", recipientName: "Recipient name", recipientAddress: "Recipient address", accountNumber: "Recipient account number", routingNumber: "Recipient routing number" }, u = { copyTrackingCode: "Copy tracking code" }, l = { copied: "Copied to clipboard!", noInstructions: "No wire instructions available at this time.", unableToLoad: "Unable to load wire instruction details." }, d = { close: "Close", confirm: "I've made a wire transfer" }, m = {
|
|
2
2
|
title: e,
|
|
3
3
|
subtitle: t,
|
|
4
4
|
selectLabel: n,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
selectLabelPayroll: o,
|
|
6
|
+
selectLabelContractorPaymentGroup: a,
|
|
7
|
+
selectFallback: r,
|
|
8
|
+
requirementsTitle: s,
|
|
9
|
+
requirements: i,
|
|
10
|
+
fields: c,
|
|
11
|
+
ariaLabels: u,
|
|
12
|
+
messages: l,
|
|
13
|
+
cta: d
|
|
12
14
|
};
|
|
13
15
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
u as ariaLabels,
|
|
17
|
+
d as cta,
|
|
18
|
+
m as default,
|
|
19
|
+
c as fields,
|
|
20
|
+
l as messages,
|
|
21
|
+
i as requirements,
|
|
22
|
+
s as requirementsTitle,
|
|
23
|
+
r as selectFallback,
|
|
22
24
|
n as selectLabel,
|
|
25
|
+
a as selectLabelContractorPaymentGroup,
|
|
26
|
+
o as selectLabelPayroll,
|
|
23
27
|
t as subtitle,
|
|
24
28
|
e as title
|
|
25
29
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Payroll.WireInstructions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Payroll.WireInstructions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
package/dist/index.js
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import * as o from "./components/Company/index.js";
|
|
2
2
|
import * as r from "./components/Contractor/index.js";
|
|
3
3
|
import * as e from "./components/Employee/index.js";
|
|
4
|
-
import * as t from "./components/
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
4
|
+
import * as t from "./components/InformationRequests/index.js";
|
|
5
|
+
import * as p from "./components/Payroll/index.js";
|
|
6
|
+
import { ApiProvider as s } from "./contexts/ApiProvider/ApiProvider.js";
|
|
7
|
+
import { componentEvents as x } from "./shared/constants.js";
|
|
8
|
+
import { GustoApiProvider as d, GustoProvider as f } from "./contexts/GustoProvider/GustoProvider.js";
|
|
8
9
|
import { GustoProviderCustomUIAdapter as v } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
+
s as ApiProvider,
|
|
11
12
|
o as Company,
|
|
12
13
|
r as Contractor,
|
|
13
14
|
e as Employee,
|
|
14
15
|
d as GustoApiProvider,
|
|
15
|
-
|
|
16
|
+
f as GustoProvider,
|
|
16
17
|
v as GustoProviderCustomUIAdapter,
|
|
17
|
-
t as
|
|
18
|
-
|
|
18
|
+
t as InformationRequests,
|
|
19
|
+
p as Payroll,
|
|
20
|
+
x as componentEvents
|
|
19
21
|
};
|
|
20
22
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -49,6 +49,7 @@ export declare const employeeEvents: {
|
|
|
49
49
|
readonly EMPLOYEE_SIGN_FORM: "employee/forms/sign";
|
|
50
50
|
readonly EMPLOYEE_FORMS_DONE: "employee/forms/done";
|
|
51
51
|
readonly EMPLOYEE_ONBOARDING_STATUS_UPDATED: "employee/onboardingStatus/updated";
|
|
52
|
+
readonly EMPLOYEE_EMPLOYMENT_ELIGIBILITY_DONE: "employee/employmentEligibility/done";
|
|
52
53
|
};
|
|
53
54
|
export declare const companyEvents: {
|
|
54
55
|
readonly COMPANY_INDUSTRY: "company/industry";
|
|
@@ -115,6 +116,7 @@ export declare const contractorPaymentEvents: {
|
|
|
115
116
|
readonly CONTRACTOR_PAYMENT_VIEW: "contractor/payments/view";
|
|
116
117
|
readonly CONTRACTOR_PAYMENT_VIEW_DETAILS: "contractor/payments/view/details";
|
|
117
118
|
readonly CONTRACTOR_PAYMENT_CANCEL: "contractor/payments/cancel";
|
|
119
|
+
readonly CONTRACTOR_PAYMENT_EXIT: "contractor/payments/exit";
|
|
118
120
|
};
|
|
119
121
|
export declare const payScheduleEvents: {
|
|
120
122
|
readonly PAY_SCHEDULE_CREATE: "paySchedule/create";
|
|
@@ -129,6 +131,7 @@ export declare const runPayrollEvents: {
|
|
|
129
131
|
readonly RUN_PAYROLL_BACK: "runPayroll/back";
|
|
130
132
|
readonly RUN_PAYROLL_CALCULATED: "runPayroll/calculated";
|
|
131
133
|
readonly RUN_PAYROLL_CANCELLED: "runPayroll/cancelled";
|
|
134
|
+
readonly RUN_PAYROLL_CANCELLED_ALERT_DISMISSED: "runPayroll/cancelled/alertDismissed";
|
|
132
135
|
readonly RUN_PAYROLL_EDIT: "runPayroll/edit";
|
|
133
136
|
readonly RUN_PAYROLL_EMPLOYEE_EDIT: "runPayroll/employee/edit";
|
|
134
137
|
readonly RUN_PAYROLL_EMPLOYEE_SKIP: "runPayroll/employee/skip";
|
|
@@ -180,6 +183,7 @@ export declare const componentEvents: {
|
|
|
180
183
|
readonly CONTRACTOR_PAYMENT_VIEW: "contractor/payments/view";
|
|
181
184
|
readonly CONTRACTOR_PAYMENT_VIEW_DETAILS: "contractor/payments/view/details";
|
|
182
185
|
readonly CONTRACTOR_PAYMENT_CANCEL: "contractor/payments/cancel";
|
|
186
|
+
readonly CONTRACTOR_PAYMENT_EXIT: "contractor/payments/exit";
|
|
183
187
|
readonly RECOVERY_CASE_RESOLVE: "recoveryCase/resolve";
|
|
184
188
|
readonly RECOVERY_CASE_RESUBMIT: "recoveryCase/resubmit";
|
|
185
189
|
readonly RECOVERY_CASE_RESUBMIT_CANCEL: "recoveryCase/resubmit/cancel";
|
|
@@ -197,6 +201,7 @@ export declare const componentEvents: {
|
|
|
197
201
|
readonly RUN_PAYROLL_BACK: "runPayroll/back";
|
|
198
202
|
readonly RUN_PAYROLL_CALCULATED: "runPayroll/calculated";
|
|
199
203
|
readonly RUN_PAYROLL_CANCELLED: "runPayroll/cancelled";
|
|
204
|
+
readonly RUN_PAYROLL_CANCELLED_ALERT_DISMISSED: "runPayroll/cancelled/alertDismissed";
|
|
200
205
|
readonly RUN_PAYROLL_EDIT: "runPayroll/edit";
|
|
201
206
|
readonly RUN_PAYROLL_EMPLOYEE_EDIT: "runPayroll/employee/edit";
|
|
202
207
|
readonly RUN_PAYROLL_EMPLOYEE_SKIP: "runPayroll/employee/skip";
|
|
@@ -323,6 +328,7 @@ export declare const componentEvents: {
|
|
|
323
328
|
readonly EMPLOYEE_SIGN_FORM: "employee/forms/sign";
|
|
324
329
|
readonly EMPLOYEE_FORMS_DONE: "employee/forms/done";
|
|
325
330
|
readonly EMPLOYEE_ONBOARDING_STATUS_UPDATED: "employee/onboardingStatus/updated";
|
|
331
|
+
readonly EMPLOYEE_EMPLOYMENT_ELIGIBILITY_DONE: "employee/employmentEligibility/done";
|
|
326
332
|
readonly ROBOT_MACHINE_DONE: "done";
|
|
327
333
|
readonly ERROR: "ERROR";
|
|
328
334
|
readonly CANCEL: "CANCEL";
|