@gusto/embedded-react-sdk 0.25.0 → 0.27.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 +119 -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/assets/icons/plus-circle.svg.js +5 -5
- package/dist/assets/icons/plus-circle.svg.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.js +23 -23
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.module.scss.js +6 -10
- package/dist/components/Common/DocumentList/DocumentList.module.scss.js.map +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +12 -12
- package/dist/components/Common/InlineSpinner/InlineSpinner.module.scss.js +1 -1
- package/dist/components/Common/InternalError/InternalError.module.scss.js +4 -4
- package/dist/components/Common/ReorderableList/ReorderableList.module.scss.js +8 -8
- package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +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 +10 -10
- 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/Button/Button.module.scss.js +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreview.module.scss.js +4 -4
- package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +6 -6
- package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +4 -4
- package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +1 -1
- package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +2 -2
- 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 +27 -25
- package/dist/components/Common/UI/FileInput/FileInput.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Input/Input.module.scss.js +8 -8
- 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 +12 -12
- package/dist/components/Common/UI/Radio/Radio.module.scss.js +6 -6
- package/dist/components/Common/UI/Select/Select.module.scss.js +5 -5
- package/dist/components/Common/UI/Table/Table.js +1 -1
- package/dist/components/Common/UI/Table/Table.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
- package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +1 -1
- package/dist/components/Common/UI/Text/Text.module.scss.js +17 -15
- package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
- package/dist/components/Common/UI/TextArea/TextArea.module.scss.js +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +16 -17
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +5 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +5 -6
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +4 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +23 -24
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -5
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +7 -8
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +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/EditContractorPaymentPresentation.js +22 -23
- 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 +60 -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 -55
- 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/PaymentStatement/PaymentStatementPresentation.module.scss.js +14 -14
- 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 +127 -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 -47
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
- package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +1 -1
- package/dist/components/Employee/Compensation/Edit.js +14 -14
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +3 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +145 -137
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +2 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +106 -101
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +90 -87
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +2 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +110 -104
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +50 -45
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +30 -30
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js +4 -8
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +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/FederalForm.js +7 -7
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +2 -2
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +8 -8
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +9 -10
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +10 -11
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +4 -3
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +7 -7
- package/dist/components/Employee/Taxes/useTaxes.js +4 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/InformationRequestForm.d.ts +4 -4
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +163 -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 +98 -0
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -0
- package/dist/components/InformationRequests/InformationRequests.d.ts +12 -0
- package/dist/components/InformationRequests/InformationRequests.js +101 -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 +9 -9
- 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/ConfirmWireDetails/WireInstructions/WireInstructions.module.scss.js +10 -10
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +2 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js +33 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +7 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +39 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -0
- package/dist/components/Payroll/OffCycleReasonSelection/index.d.ts +5 -0
- package/dist/components/Payroll/OffCycleReasonSelection/types.d.ts +15 -0
- package/dist/components/Payroll/OffCycleReasonSelection/types.js +14 -0
- package/dist/components/Payroll/OffCycleReasonSelection/types.js.map +1 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.d.ts +2 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.js +35 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.js.map +1 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.d.ts +2 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.js +65 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.js.map +1 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.module.scss.js +18 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.module.scss.js.map +1 -0
- package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormTypes.d.ts +53 -0
- package/dist/components/Payroll/PayPeriodDateForm/index.d.ts +3 -0
- package/dist/components/Payroll/PayPeriodDateForm/usePayPeriodDateValidation.d.ts +5 -0
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +22 -22
- 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 +103 -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 +38 -39
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +5 -5
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +6 -6
- 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 +29 -29
- 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 +93 -98
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- 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.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.module.scss.js +18 -18
- 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/RecoveryCases.d.ts +4 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +34 -28
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +82 -51
- 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 -35
- 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 +67 -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 +5 -2
- package/dist/components/Payroll/index.js +16 -14
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +3 -2
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +3 -2
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +8 -3
- package/dist/contexts/ThemeProvider/theme.js +27 -22
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +3 -0
- package/dist/helpers/dateFormatting.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.Deductions.json.js +157 -161
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- 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/InformationRequests.InformationRequestList.json.js +20 -0
- package/dist/i18n/en/InformationRequests.InformationRequestList.json.js.map +1 -0
- package/dist/i18n/en/InformationRequests.json.js +8 -0
- package/dist/i18n/en/InformationRequests.json.js.map +1 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +1 -1
- package/dist/i18n/en/Payroll.OffCycleReasonSelection.json.js +12 -0
- package/dist/i18n/en/Payroll.OffCycleReasonSelection.json.js.map +1 -0
- package/dist/i18n/en/Payroll.PayPeriodDateForm.json.js +32 -0
- package/dist/i18n/en/Payroll.PayPeriodDateForm.json.js.map +1 -0
- 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 +10 -0
- package/dist/shared/constants.js +22 -17
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +290 -40
- package/package.json +17 -17
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js +0 -8
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +0 -14
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +0 -1
- 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 +0 -18
- 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
package/dist/types/i18next.d.ts
CHANGED
|
@@ -471,6 +471,20 @@ export interface ContractorPaymentsCreatePayment{
|
|
|
471
471
|
"historicalPayment":string;
|
|
472
472
|
};
|
|
473
473
|
};
|
|
474
|
+
"wireDetailsBanner":{
|
|
475
|
+
"title":string;
|
|
476
|
+
"titleFallback":string;
|
|
477
|
+
"description":string;
|
|
478
|
+
"startWireTransferCta":string;
|
|
479
|
+
"confirmationDescription":string;
|
|
480
|
+
};
|
|
481
|
+
"successState":{
|
|
482
|
+
"title":string;
|
|
483
|
+
"message":string;
|
|
484
|
+
"message_other":string;
|
|
485
|
+
"doneCta":string;
|
|
486
|
+
"wireDetailsSubmittedTitle":string;
|
|
487
|
+
};
|
|
474
488
|
"previewPresentation":{
|
|
475
489
|
"breadcrumbLabel":string;
|
|
476
490
|
"reviewAndSubmitTitle":string;
|
|
@@ -511,6 +525,26 @@ export interface ContractorPaymentsCreatePayment{
|
|
|
511
525
|
"submitPaymentsDeadline":string;
|
|
512
526
|
};
|
|
513
527
|
"naDebitAccount":string;
|
|
528
|
+
"submissionBlockers":{
|
|
529
|
+
"genericBlockerTitle":string;
|
|
530
|
+
"genericBlockerMessage":string;
|
|
531
|
+
"fastAchOptions":{
|
|
532
|
+
"description":string;
|
|
533
|
+
"fundingOptionsLabel":string;
|
|
534
|
+
"wireLabel":string;
|
|
535
|
+
"wireFastestBadge":string;
|
|
536
|
+
"wireDescription":string;
|
|
537
|
+
"directDepositLabel":string;
|
|
538
|
+
"directDepositDescription":string;
|
|
539
|
+
"contractorPayDate":string;
|
|
540
|
+
};
|
|
541
|
+
"fast_ach_threshold_exceeded":{
|
|
542
|
+
"title":string;
|
|
543
|
+
};
|
|
544
|
+
"needs_earned_access_for_fast_ach":{
|
|
545
|
+
"title":string;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
514
548
|
};
|
|
515
549
|
};
|
|
516
550
|
export interface ContractorPaymentsPaymentHistory{
|
|
@@ -563,6 +597,37 @@ export interface ContractorPaymentsPaymentStatement{
|
|
|
563
597
|
"contractorNotFound":string;
|
|
564
598
|
};
|
|
565
599
|
};
|
|
600
|
+
export interface ContractorPaymentsPaymentSummary{
|
|
601
|
+
"breadcrumbLabel":string;
|
|
602
|
+
"successTitle":string;
|
|
603
|
+
"successMessage_one":string;
|
|
604
|
+
"successMessage_other":string;
|
|
605
|
+
"summaryTitle":string;
|
|
606
|
+
"summarySubtitle":string;
|
|
607
|
+
"doneCta":string;
|
|
608
|
+
"wireDetailsSubmittedTitle":string;
|
|
609
|
+
"paymentSummaryTitle":string;
|
|
610
|
+
"totalAmount":string;
|
|
611
|
+
"debitAmount":string;
|
|
612
|
+
"debitAccount":string;
|
|
613
|
+
"debitDate":string;
|
|
614
|
+
"contractorPayDate":string;
|
|
615
|
+
"contractorPaymentsTitle":string;
|
|
616
|
+
"contractor":string;
|
|
617
|
+
"wageType":string;
|
|
618
|
+
"paymentMethod":string;
|
|
619
|
+
"paymentMethods":{
|
|
620
|
+
"directDeposit":string;
|
|
621
|
+
"check":string;
|
|
622
|
+
};
|
|
623
|
+
"hours":string;
|
|
624
|
+
"wage":string;
|
|
625
|
+
"bonus":string;
|
|
626
|
+
"reimbursement":string;
|
|
627
|
+
"total":string;
|
|
628
|
+
"totalsLabel":string;
|
|
629
|
+
"notAvailable":string;
|
|
630
|
+
};
|
|
566
631
|
export interface ContractorPaymentsPaymentsList{
|
|
567
632
|
"title":string;
|
|
568
633
|
"subtitle":string;
|
|
@@ -761,7 +826,6 @@ export interface EmployeeDeductions{
|
|
|
761
826
|
"includeDeductionsFormLabel":string;
|
|
762
827
|
"includeDeductionsDescription":string;
|
|
763
828
|
"includeDeductionsDescriptionV2":string;
|
|
764
|
-
"includeDeductionsSubtitle":string;
|
|
765
829
|
"includeDeductionsEmptyState":string;
|
|
766
830
|
"includeDeductionsYes":string;
|
|
767
831
|
"includeDeductionsNo":string;
|
|
@@ -791,7 +855,6 @@ export interface EmployeeDeductions{
|
|
|
791
855
|
"maxPaycheckPercentage":string;
|
|
792
856
|
"maxPaycheckPercentageDescription":string;
|
|
793
857
|
"manualPaymentRequired":string;
|
|
794
|
-
"manualPaymentRequiredDescription":string;
|
|
795
858
|
"per":string;
|
|
796
859
|
"perDescription":string;
|
|
797
860
|
"everyWeek":string;
|
|
@@ -891,6 +954,57 @@ export interface EmployeeEmployeeList{
|
|
|
891
954
|
"statusLabel":string;
|
|
892
955
|
"title":string;
|
|
893
956
|
};
|
|
957
|
+
export interface EmployeeEmploymentEligibility{
|
|
958
|
+
"title":string;
|
|
959
|
+
"subtitle":string;
|
|
960
|
+
"select":{
|
|
961
|
+
"label":string;
|
|
962
|
+
"description":string;
|
|
963
|
+
"placeholder":string;
|
|
964
|
+
"options":{
|
|
965
|
+
"citizen":string;
|
|
966
|
+
"lawfulPermanentResident":string;
|
|
967
|
+
"noncitizen":string;
|
|
968
|
+
"noncitizen_authorized":string;
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
"statusDescriptions":{
|
|
972
|
+
"citizen":string;
|
|
973
|
+
"lawfulPermanentResident":string;
|
|
974
|
+
"noncitizen":string;
|
|
975
|
+
"noncitizen_authorized":string;
|
|
976
|
+
};
|
|
977
|
+
"authorizedToWorkUntil":{
|
|
978
|
+
"label":string;
|
|
979
|
+
"error":{
|
|
980
|
+
"futureDate":string;
|
|
981
|
+
};
|
|
982
|
+
};
|
|
983
|
+
"authorizationDocument":{
|
|
984
|
+
"label":string;
|
|
985
|
+
"options":{
|
|
986
|
+
"uscis":string;
|
|
987
|
+
"i94":string;
|
|
988
|
+
"foreignPassport":string;
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
"uscisNumber":{
|
|
992
|
+
"label":string;
|
|
993
|
+
"description":string;
|
|
994
|
+
};
|
|
995
|
+
"i94AdmissionNumber":{
|
|
996
|
+
"label":string;
|
|
997
|
+
"description":string;
|
|
998
|
+
};
|
|
999
|
+
"foreignPassport":{
|
|
1000
|
+
"label":string;
|
|
1001
|
+
};
|
|
1002
|
+
"countryOfIssuance":{
|
|
1003
|
+
"label":string;
|
|
1004
|
+
"description":string;
|
|
1005
|
+
};
|
|
1006
|
+
"submit":string;
|
|
1007
|
+
};
|
|
894
1008
|
export interface EmployeeFederalTaxes{
|
|
895
1009
|
"additionalWithholding":string;
|
|
896
1010
|
"deductions":string;
|
|
@@ -1144,6 +1258,78 @@ export interface EmployeeTaxes{
|
|
|
1144
1258
|
"federalTwoJobs":string;
|
|
1145
1259
|
};
|
|
1146
1260
|
};
|
|
1261
|
+
export interface InformationRequestsInformationRequestForm{
|
|
1262
|
+
"title":string;
|
|
1263
|
+
"blockingAlert":{
|
|
1264
|
+
"title":string;
|
|
1265
|
+
"description":string;
|
|
1266
|
+
};
|
|
1267
|
+
"questionTypes":{
|
|
1268
|
+
"document":string;
|
|
1269
|
+
"answer":string;
|
|
1270
|
+
};
|
|
1271
|
+
"fields":{
|
|
1272
|
+
"textAnswer":{
|
|
1273
|
+
"label":string;
|
|
1274
|
+
"placeholder":string;
|
|
1275
|
+
};
|
|
1276
|
+
"fileUpload":{
|
|
1277
|
+
"label":string;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
"validation":{
|
|
1281
|
+
"required":string;
|
|
1282
|
+
"fileRequired":string;
|
|
1283
|
+
};
|
|
1284
|
+
"cta":{
|
|
1285
|
+
"cancel":string;
|
|
1286
|
+
"submit":string;
|
|
1287
|
+
"close":string;
|
|
1288
|
+
};
|
|
1289
|
+
"unsupported":{
|
|
1290
|
+
"persona":{
|
|
1291
|
+
"title":string;
|
|
1292
|
+
"description":string;
|
|
1293
|
+
};
|
|
1294
|
+
"generic":{
|
|
1295
|
+
"title":string;
|
|
1296
|
+
"description":string;
|
|
1297
|
+
};
|
|
1298
|
+
"contactSupport":string;
|
|
1299
|
+
};
|
|
1300
|
+
};
|
|
1301
|
+
export interface InformationRequestsInformationRequestList{
|
|
1302
|
+
"title":string;
|
|
1303
|
+
"description":string;
|
|
1304
|
+
"emptyTableTitle":string;
|
|
1305
|
+
"columns":{
|
|
1306
|
+
"type":string;
|
|
1307
|
+
"status":string;
|
|
1308
|
+
};
|
|
1309
|
+
"types":{
|
|
1310
|
+
"companyOnboarding":string;
|
|
1311
|
+
"accountProtection":string;
|
|
1312
|
+
"paymentRequest":string;
|
|
1313
|
+
"paymentError":string;
|
|
1314
|
+
"unknown":string;
|
|
1315
|
+
};
|
|
1316
|
+
"status":{
|
|
1317
|
+
"incomplete":string;
|
|
1318
|
+
"underReview":string;
|
|
1319
|
+
"payrollBlocking":string;
|
|
1320
|
+
};
|
|
1321
|
+
"cta":{
|
|
1322
|
+
"respond":string;
|
|
1323
|
+
};
|
|
1324
|
+
};
|
|
1325
|
+
export interface InformationRequests{
|
|
1326
|
+
"alerts":{
|
|
1327
|
+
"informationRequestResponded":{
|
|
1328
|
+
"title":string;
|
|
1329
|
+
"description":string;
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
};
|
|
1147
1333
|
export interface PayrollCommon{
|
|
1148
1334
|
"status":{
|
|
1149
1335
|
"processed":string;
|
|
@@ -1174,6 +1360,8 @@ export interface PayrollConfirmWireDetailsBanner{
|
|
|
1174
1360
|
"titleWithPayroll":string;
|
|
1175
1361
|
"titleMultiple":string;
|
|
1176
1362
|
"description":string;
|
|
1363
|
+
"requestLabelPayroll":string;
|
|
1364
|
+
"requestLabelContractorPaymentGroup":string;
|
|
1177
1365
|
};
|
|
1178
1366
|
"cta":{
|
|
1179
1367
|
"startWireTransfer":string;
|
|
@@ -1206,64 +1394,66 @@ export interface PayrollConfirmWireDetailsForm{
|
|
|
1206
1394
|
"content":string;
|
|
1207
1395
|
};
|
|
1208
1396
|
};
|
|
1209
|
-
export interface
|
|
1210
|
-
"title":string;
|
|
1211
|
-
"blockingAlert":{
|
|
1397
|
+
export interface PayrollOffCycleReasonSelection{
|
|
1212
1398
|
"title":string;
|
|
1399
|
+
"options":{
|
|
1400
|
+
"correction":{
|
|
1401
|
+
"label":string;
|
|
1213
1402
|
"description":string;
|
|
1214
1403
|
};
|
|
1215
|
-
"
|
|
1216
|
-
"document":string;
|
|
1217
|
-
"answer":string;
|
|
1218
|
-
};
|
|
1219
|
-
"fields":{
|
|
1220
|
-
"textAnswer":{
|
|
1404
|
+
"bonus":{
|
|
1221
1405
|
"label":string;
|
|
1222
|
-
"
|
|
1406
|
+
"description":string;
|
|
1223
1407
|
};
|
|
1224
|
-
"fileUpload":{
|
|
1225
|
-
"label":string;
|
|
1226
1408
|
};
|
|
1409
|
+
"aria":{
|
|
1410
|
+
"reasonSelection":string;
|
|
1227
1411
|
};
|
|
1228
|
-
"validation":{
|
|
1229
|
-
"required":string;
|
|
1230
|
-
"fileRequired":string;
|
|
1231
1412
|
};
|
|
1232
|
-
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1413
|
+
export interface PayrollPayPeriodDateForm{
|
|
1414
|
+
"pageTitle":string;
|
|
1415
|
+
"description":string;
|
|
1416
|
+
"checkOnlyLabel":string;
|
|
1417
|
+
"checkOnlyDescription":string;
|
|
1418
|
+
"checkOnlyOptions":{
|
|
1419
|
+
"no":string;
|
|
1420
|
+
"yes":string;
|
|
1421
|
+
};
|
|
1422
|
+
"startDateLabel":string;
|
|
1423
|
+
"startDateDescription":string;
|
|
1424
|
+
"endDateLabel":string;
|
|
1425
|
+
"endDateDescription":string;
|
|
1426
|
+
"checkDateLabel":string;
|
|
1427
|
+
"checkDateDescription":string;
|
|
1428
|
+
"continueButton":string;
|
|
1429
|
+
"validations":{
|
|
1430
|
+
"startDateRequired":string;
|
|
1431
|
+
"endDateRequired":string;
|
|
1432
|
+
"checkDateRequired":string;
|
|
1433
|
+
"endDateAfterStart":string;
|
|
1434
|
+
"startDateNotFuture":string;
|
|
1435
|
+
"checkDateAchLeadTime":string;
|
|
1235
1436
|
};
|
|
1236
1437
|
};
|
|
1237
|
-
export interface
|
|
1438
|
+
export interface PayrollPayrollBlocker{
|
|
1439
|
+
"breadcrumbLabel":string;
|
|
1440
|
+
"alerts":{
|
|
1441
|
+
"recoveryCaseResubmitted":{
|
|
1238
1442
|
"title":string;
|
|
1239
1443
|
"description":string;
|
|
1240
|
-
"columns":{
|
|
1241
|
-
"type":string;
|
|
1242
|
-
"status":string;
|
|
1243
1444
|
};
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"paymentRequest":string;
|
|
1248
|
-
"paymentError":string;
|
|
1249
|
-
"unknown":string;
|
|
1250
|
-
};
|
|
1251
|
-
"status":{
|
|
1252
|
-
"incomplete":string;
|
|
1253
|
-
"underReview":string;
|
|
1254
|
-
};
|
|
1255
|
-
"cta":{
|
|
1256
|
-
"respond":string;
|
|
1445
|
+
"informationRequestResponded":{
|
|
1446
|
+
"title":string;
|
|
1447
|
+
"description":string;
|
|
1257
1448
|
};
|
|
1258
1449
|
};
|
|
1259
|
-
export interface PayrollPayrollBlocker{
|
|
1260
|
-
"breadcrumbLabel":string;
|
|
1261
1450
|
"exitFlowCta":string;
|
|
1262
1451
|
"multipleIssuesTitle":string;
|
|
1263
1452
|
"viewAllBlockers":string;
|
|
1264
1453
|
"blockersListTitle":string;
|
|
1265
1454
|
"blockerSectionLabel":string;
|
|
1266
1455
|
"blockersListDescription":string;
|
|
1456
|
+
"noBlockersMessage":string;
|
|
1267
1457
|
"estimatedTime":string;
|
|
1268
1458
|
"defaultBlockerDescription":string;
|
|
1269
1459
|
"defaultBlockerHelp":string;
|
|
@@ -1542,6 +1732,9 @@ export interface PayrollPayrollLanding{
|
|
|
1542
1732
|
"overview":string;
|
|
1543
1733
|
"receipt":string;
|
|
1544
1734
|
};
|
|
1735
|
+
"alerts":{
|
|
1736
|
+
"payrollCancelled":string;
|
|
1737
|
+
};
|
|
1545
1738
|
};
|
|
1546
1739
|
export interface PayrollPayrollList{
|
|
1547
1740
|
"emptyState":string;
|
|
@@ -1737,6 +1930,10 @@ export interface PayrollPayrollReceipts{
|
|
|
1737
1930
|
export interface PayrollRecoveryCasesList{
|
|
1738
1931
|
"title":string;
|
|
1739
1932
|
"description":string;
|
|
1933
|
+
"labels":{
|
|
1934
|
+
"noLatestErrorCode":string;
|
|
1935
|
+
"noLatestErrorCodeAriaLabel":string;
|
|
1936
|
+
};
|
|
1740
1937
|
"columns":{
|
|
1741
1938
|
"originalDebitDate":string;
|
|
1742
1939
|
"totalAmount":string;
|
|
@@ -1744,6 +1941,13 @@ export interface PayrollRecoveryCasesList{
|
|
|
1744
1941
|
"latestErrorCode":string;
|
|
1745
1942
|
"status":string;
|
|
1746
1943
|
};
|
|
1944
|
+
"status":{
|
|
1945
|
+
"open":string;
|
|
1946
|
+
"redebit_initiated":string;
|
|
1947
|
+
"wire_initiated":string;
|
|
1948
|
+
"recovered":string;
|
|
1949
|
+
"lost":string;
|
|
1950
|
+
};
|
|
1747
1951
|
"cta":{
|
|
1748
1952
|
"resolve":string;
|
|
1749
1953
|
};
|
|
@@ -1753,11 +1957,57 @@ export interface PayrollRecoveryCasesResubmit{
|
|
|
1753
1957
|
"cancel":string;
|
|
1754
1958
|
"resubmit":string;
|
|
1755
1959
|
};
|
|
1960
|
+
"errorCodes":{
|
|
1961
|
+
"R01":{
|
|
1962
|
+
"title":string;
|
|
1963
|
+
"subtitle":string;
|
|
1964
|
+
"body":string;
|
|
1965
|
+
"instruction":string;
|
|
1966
|
+
};
|
|
1967
|
+
"R02":{
|
|
1968
|
+
"title":string;
|
|
1969
|
+
"subtitle":string;
|
|
1970
|
+
"body":string;
|
|
1971
|
+
"instruction":string;
|
|
1972
|
+
};
|
|
1973
|
+
"R16":{
|
|
1974
|
+
"title":string;
|
|
1975
|
+
"subtitle":string;
|
|
1976
|
+
"body":string;
|
|
1977
|
+
"instruction":string;
|
|
1978
|
+
};
|
|
1979
|
+
"R29":{
|
|
1980
|
+
"title":string;
|
|
1981
|
+
"subtitle":string;
|
|
1982
|
+
"body":string;
|
|
1983
|
+
"listDescription":string;
|
|
1984
|
+
"achCodes":{
|
|
1985
|
+
"0":string;
|
|
1986
|
+
"1":string;
|
|
1987
|
+
"2":string;
|
|
1988
|
+
"3":string;
|
|
1989
|
+
"4":string;
|
|
1990
|
+
"5":string;
|
|
1991
|
+
"6":string;
|
|
1992
|
+
"7":string;
|
|
1993
|
+
"8":string;
|
|
1994
|
+
};
|
|
1995
|
+
"instruction":string;
|
|
1996
|
+
};
|
|
1997
|
+
"bankError":{
|
|
1998
|
+
"title":string;
|
|
1999
|
+
"subtitle":string;
|
|
2000
|
+
"body":string;
|
|
2001
|
+
"instruction":string;
|
|
2002
|
+
};
|
|
2003
|
+
};
|
|
1756
2004
|
};
|
|
1757
2005
|
export interface PayrollWireInstructions{
|
|
1758
2006
|
"title":string;
|
|
1759
2007
|
"subtitle":string;
|
|
1760
2008
|
"selectLabel":string;
|
|
2009
|
+
"selectLabelPayroll":string;
|
|
2010
|
+
"selectLabelContractorPaymentGroup":string;
|
|
1761
2011
|
"selectFallback":string;
|
|
1762
2012
|
"requirementsTitle":string;
|
|
1763
2013
|
"requirements":{
|
|
@@ -1969,6 +2219,6 @@ export interface common{
|
|
|
1969
2219
|
|
|
1970
2220
|
interface CustomTypeOptions {
|
|
1971
2221
|
defaultNS: 'common';
|
|
1972
|
-
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.Landing': EmployeeLanding, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.
|
|
2222
|
+
resources: { 'Company.Addresses': CompanyAddresses, 'Company.AssignSignatory': CompanyAssignSignatory, 'Company.BankAccount': CompanyBankAccount, 'Company.DocumentList': CompanyDocumentList, 'Company.FederalTaxes': CompanyFederalTaxes, 'Company.Industry': CompanyIndustry, 'Company.Locations': CompanyLocations, 'Company.OnboardingOverview': CompanyOnboardingOverview, 'Company.PaySchedule': CompanyPaySchedule, 'Company.SignatureForm': CompanySignatureForm, 'Company.StateTaxes': CompanyStateTaxes, 'Contractor.Address': ContractorAddress, 'Contractor.ContractorList': ContractorContractorList, 'Contractor.NewHireReport': ContractorNewHireReport, 'Contractor.PaymentMethod': ContractorPaymentMethod, 'Contractor.Payments.CreatePayment': ContractorPaymentsCreatePayment, 'Contractor.Payments.PaymentHistory': ContractorPaymentsPaymentHistory, 'Contractor.Payments.PaymentStatement': ContractorPaymentsPaymentStatement, 'Contractor.Payments.PaymentSummary': ContractorPaymentsPaymentSummary, 'Contractor.Payments.PaymentsList': ContractorPaymentsPaymentsList, 'Contractor.Profile': ContractorProfile, 'Contractor.Submit': ContractorSubmit, 'Employee.BankAccount': EmployeeBankAccount, 'Employee.Compensation': EmployeeCompensation, 'Employee.Deductions': EmployeeDeductions, 'Employee.DocumentSigner': EmployeeDocumentSigner, 'Employee.EmployeeList': EmployeeEmployeeList, 'Employee.EmploymentEligibility': EmployeeEmploymentEligibility, 'Employee.FederalTaxes': EmployeeFederalTaxes, 'Employee.HomeAddress': EmployeeHomeAddress, 'Employee.Landing': EmployeeLanding, 'Employee.OnboardingSummary': EmployeeOnboardingSummary, 'Employee.PaySchedules': EmployeePaySchedules, 'Employee.PaymentMethod': EmployeePaymentMethod, 'Employee.Profile': EmployeeProfile, 'Employee.SplitPaycheck': EmployeeSplitPaycheck, 'Employee.StateTaxes': EmployeeStateTaxes, 'Employee.Taxes': EmployeeTaxes, 'InformationRequests.InformationRequestForm': InformationRequestsInformationRequestForm, 'InformationRequests.InformationRequestList': InformationRequestsInformationRequestList, 'InformationRequests': InformationRequests, 'Payroll.Common': PayrollCommon, 'Payroll.ConfirmWireDetailsBanner': PayrollConfirmWireDetailsBanner, 'Payroll.ConfirmWireDetailsForm': PayrollConfirmWireDetailsForm, 'Payroll.OffCycleReasonSelection': PayrollOffCycleReasonSelection, 'Payroll.PayPeriodDateForm': PayrollPayPeriodDateForm, 'Payroll.PayrollBlocker': PayrollPayrollBlocker, 'Payroll.PayrollConfiguration': PayrollPayrollConfiguration, 'Payroll.PayrollEditEmployee': PayrollPayrollEditEmployee, 'Payroll.PayrollFlow': PayrollPayrollFlow, 'Payroll.PayrollHistory': PayrollPayrollHistory, 'Payroll.PayrollLanding': PayrollPayrollLanding, 'Payroll.PayrollList': PayrollPayrollList, 'Payroll.PayrollOverview': PayrollPayrollOverview, 'Payroll.PayrollReceipts': PayrollPayrollReceipts, 'Payroll.RecoveryCasesList': PayrollRecoveryCasesList, 'Payroll.RecoveryCasesResubmit': PayrollRecoveryCasesResubmit, 'Payroll.WireInstructions': PayrollWireInstructions, 'common': common, }
|
|
1973
2223
|
};
|
|
1974
2224
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusto/embedded-react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.0",
|
|
4
4
|
"homepage": "https://github.com/Gusto/embedded-react-sdk",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/Gusto/embedded-react-sdk/issues"
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"build-storybook": "storybook build"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@commitlint/cli": "^20.
|
|
69
|
-
"@commitlint/config-conventional": "^20.
|
|
68
|
+
"@commitlint/cli": "^20.4.1",
|
|
69
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
70
70
|
"@eslint/js": "^9.39.2",
|
|
71
|
-
"@playwright/test": "^1.58.
|
|
72
|
-
"@storybook/addon-a11y": "^10.2.
|
|
73
|
-
"@storybook/addon-docs": "^10.2.
|
|
74
|
-
"@storybook/addon-onboarding": "^10.2.
|
|
75
|
-
"@storybook/react-vite": "^10.2.
|
|
71
|
+
"@playwright/test": "^1.58.2",
|
|
72
|
+
"@storybook/addon-a11y": "^10.2.8",
|
|
73
|
+
"@storybook/addon-docs": "^10.2.8",
|
|
74
|
+
"@storybook/addon-onboarding": "^10.2.8",
|
|
75
|
+
"@storybook/react-vite": "^10.2.8",
|
|
76
76
|
"@storybook/test-runner": "^0.24.2",
|
|
77
77
|
"@testing-library/jest-dom": "^6.9.1",
|
|
78
78
|
"@testing-library/react": "^16.3.2",
|
|
@@ -81,26 +81,26 @@
|
|
|
81
81
|
"@types/jest-axe": "^3.5.9",
|
|
82
82
|
"@types/js-yaml": "^4.0.9",
|
|
83
83
|
"@types/pngjs": "^6.0.5",
|
|
84
|
-
"@types/react": "^19.2.
|
|
84
|
+
"@types/react": "^19.2.14",
|
|
85
85
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
86
86
|
"@vitest/coverage-v8": "^3.2.4",
|
|
87
87
|
"axe-core": "^4.11.1",
|
|
88
|
-
"dotenv": "^17.2.
|
|
88
|
+
"dotenv": "^17.2.4",
|
|
89
89
|
"eslint": "^9.39.2",
|
|
90
90
|
"eslint-plugin-import": "^2.31.0",
|
|
91
91
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
92
92
|
"eslint-plugin-react": "^7.37.5",
|
|
93
93
|
"eslint-plugin-react-hooks": "^6.1.1",
|
|
94
94
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
95
|
-
"eslint-plugin-storybook": "^10.2.
|
|
96
|
-
"globals": "^17.
|
|
95
|
+
"eslint-plugin-storybook": "^10.2.8",
|
|
96
|
+
"globals": "^17.3.0",
|
|
97
97
|
"husky": "^9.1.7",
|
|
98
98
|
"jest-axe": "^9.0.0",
|
|
99
99
|
"js-yaml": "^4.1.1",
|
|
100
100
|
"jsdom": "^26.1.0",
|
|
101
101
|
"jsdom-testing-mocks": "^1.16.0",
|
|
102
102
|
"lint-staged": "^16.2.7",
|
|
103
|
-
"msw": "^2.12.
|
|
103
|
+
"msw": "^2.12.10",
|
|
104
104
|
"npm-run-all": "^4.1.5",
|
|
105
105
|
"pixelmatch": "^7.1.0",
|
|
106
106
|
"pngjs": "^7.0.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"storybook": "^10.1.11",
|
|
112
112
|
"ts-morph": "^27.0.2",
|
|
113
113
|
"tsx": "^4.21.0",
|
|
114
|
-
"typescript-eslint": "^8.
|
|
114
|
+
"typescript-eslint": "^8.55.0",
|
|
115
115
|
"vite": "^6.4.1",
|
|
116
116
|
"vite-plugin-checker": "^0.12.0",
|
|
117
117
|
"vite-plugin-circular-dependency": "^0.5.0",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"typescript": "^5.8.3"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@gusto/embedded-api": "^0.11.
|
|
131
|
+
"@gusto/embedded-api": "^0.11.11",
|
|
132
132
|
"@hookform/error-message": "^2.0.1",
|
|
133
133
|
"@hookform/resolvers": "^5.2.2",
|
|
134
134
|
"@internationalized/date": "^3.10.0",
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
"classnames": "^2.5.1",
|
|
137
137
|
"deepmerge": "^4.3.1",
|
|
138
138
|
"dompurify": "^3.3.1",
|
|
139
|
-
"i18next": "^25.8.
|
|
139
|
+
"i18next": "^25.8.5",
|
|
140
140
|
"react-aria": "^3.44.0",
|
|
141
141
|
"react-aria-components": "1.13.0",
|
|
142
142
|
"react-error-boundary": "^6.1.0",
|
|
143
143
|
"react-hook-form": "^7.71.1",
|
|
144
|
-
"react-i18next": "^16.5.
|
|
144
|
+
"react-i18next": "^16.5.4",
|
|
145
145
|
"react-robot": "^1.2.0",
|
|
146
146
|
"robot3": "^1.2.0",
|
|
147
147
|
"zod": "^3.25.17"
|
package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ChildSupportForm.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const e = "_leftCaretIcon_cfkf8_6", n = "_formHeadingContainer_cfkf8_10", o = "_deductionTypeRadioGroup_cfkf8_14", t = "_garnishmentTypeLabel_cfkf8_18", a = {
|
|
2
|
-
leftCaretIcon: e,
|
|
3
|
-
formHeadingContainer: n,
|
|
4
|
-
deductionTypeRadioGroup: o,
|
|
5
|
-
garnishmentTypeLabel: t
|
|
6
|
-
};
|
|
7
|
-
export {
|
|
8
|
-
o as deductionTypeRadioGroup,
|
|
9
|
-
a as default,
|
|
10
|
-
n as formHeadingContainer,
|
|
11
|
-
t as garnishmentTypeLabel,
|
|
12
|
-
e as leftCaretIcon
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=DeductionsForm.module.scss.js.map
|
package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DeductionsForm.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|