@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
|
@@ -1,178 +1,174 @@
|
|
|
1
|
-
const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "
|
|
1
|
+
const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "You haven't added any deductions yet", Pe = "Yes", Ee = "No", i = "Continue", s = "Save", a = "Add Deduction", r = "Add deduction", d = "Back to deductions", u = "External post tax deductions", l = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", p = "Garnishment (a court-ordered deduction)", h = "Garnishment type", m = "Child support", y = "Child Support", g = "Custom deduction", D = "All counties", f = "Agency", x = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", b = "CSE Case Number", w = "Carefully enter the Child Support Enforcement Case Number", L = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", O = "Total amount withheld", P = "Enter the amount indicated in the letter from the child support agency", E = "Max paycheck percentage", v = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", k = "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", ve = "Per", S = "Enter how often the agency collects the withholding amount", q = "Every week", N = "Every other week", F = "Twice per month", M = "Monthly", R = "Custom deduction (post-tax)", G = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", I = "Edit Deduction", V = "Deduction description", W = "Description", Y = "Deduction frequency", B = "This deduction occurs every payroll", j = "Recurring (every payroll)", H = "This is a one-time deduction and only applies to the next upcoming payroll", _ = "One-time (next payroll only)", z = "List of current deductions of an employee", J = "Deduction type", K = "Percentage or fixed", Q = "Percentage", U = "Percentage of pay", X = "Fixed dollar amount", Z = "Amount to withhold", $ = "Enter the percentage of your employee’s wages to withhold.", ee = "Enter the amount of money to withhold each pay period from your employee’s wages.", te = "Pay period maximum", oe = "Total amount owed", ne = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", ce = "Annual maximum", ie = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", se = "This is a court-ordered deduction", ae = "Deduction", re = "Frequency", de = "Withheld", ue = "Actions", le = "Recurring", pe = "{{value}} per paycheck", he = "One-time", me = "Once added, your deductions will appear here.", ye = "Deduction actions menu", ge = "Edit deduction", De = "Delete deduction", fe = "Add another deduction", xe = "Cancel", Te = { description: "Description is required", amount: "Amount must be a valid number" }, Ce = "Federal Tax Lien", be = "State Tax Lien", we = "Student Loan", Le = "Creditor Garnishment", Ae = "Federal Loan", Oe = "Other Garnishment", ke = {
|
|
2
2
|
pageTitle: e,
|
|
3
3
|
includeDeductionsFormLabel: t,
|
|
4
4
|
includeDeductionsDescription: o,
|
|
5
5
|
includeDeductionsDescriptionV2: n,
|
|
6
|
-
|
|
7
|
-
includeDeductionsEmptyState: i,
|
|
6
|
+
includeDeductionsEmptyState: c,
|
|
8
7
|
includeDeductionsYes: "Yes",
|
|
9
8
|
includeDeductionsNo: "No",
|
|
10
|
-
continueCta:
|
|
11
|
-
saveCta:
|
|
12
|
-
addDeductionTitle:
|
|
13
|
-
addDeductionButtonCta:
|
|
14
|
-
backToDeductionsCta:
|
|
15
|
-
externalPostTaxDeductions:
|
|
16
|
-
externalPostTaxDeductionsDescription:
|
|
17
|
-
garnishmentOption:
|
|
18
|
-
garnishmentType:
|
|
19
|
-
childSupport:
|
|
20
|
-
childSupportTitle:
|
|
21
|
-
customDeductionTitle:
|
|
22
|
-
allCounties:
|
|
23
|
-
agency:
|
|
24
|
-
agencyDescription:
|
|
25
|
-
county:
|
|
9
|
+
continueCta: i,
|
|
10
|
+
saveCta: s,
|
|
11
|
+
addDeductionTitle: a,
|
|
12
|
+
addDeductionButtonCta: r,
|
|
13
|
+
backToDeductionsCta: d,
|
|
14
|
+
externalPostTaxDeductions: u,
|
|
15
|
+
externalPostTaxDeductionsDescription: l,
|
|
16
|
+
garnishmentOption: p,
|
|
17
|
+
garnishmentType: h,
|
|
18
|
+
childSupport: m,
|
|
19
|
+
childSupportTitle: y,
|
|
20
|
+
customDeductionTitle: g,
|
|
21
|
+
allCounties: D,
|
|
22
|
+
agency: f,
|
|
23
|
+
agencyDescription: x,
|
|
24
|
+
county: T,
|
|
26
25
|
countyDescription: C,
|
|
27
|
-
caseNumber:
|
|
28
|
-
caseNumberDescription:
|
|
29
|
-
orderNumberDescription:
|
|
30
|
-
remittanceNumberDescription:
|
|
31
|
-
totalAmountWithheld:
|
|
32
|
-
totalAmountWithheldDescription:
|
|
33
|
-
maxPaycheckPercentage:
|
|
34
|
-
maxPaycheckPercentageDescription:
|
|
35
|
-
manualPaymentRequired:
|
|
36
|
-
manualPaymentRequiredDescription: q,
|
|
26
|
+
caseNumber: b,
|
|
27
|
+
caseNumberDescription: w,
|
|
28
|
+
orderNumberDescription: L,
|
|
29
|
+
remittanceNumberDescription: A,
|
|
30
|
+
totalAmountWithheld: O,
|
|
31
|
+
totalAmountWithheldDescription: P,
|
|
32
|
+
maxPaycheckPercentage: E,
|
|
33
|
+
maxPaycheckPercentageDescription: v,
|
|
34
|
+
manualPaymentRequired: k,
|
|
37
35
|
per: "Per",
|
|
38
|
-
perDescription:
|
|
39
|
-
everyWeek:
|
|
40
|
-
everyOtherWeek:
|
|
41
|
-
twicePerMonth:
|
|
42
|
-
monthly:
|
|
43
|
-
customDeductionOption:
|
|
44
|
-
deductionTypeRadioLabel:
|
|
45
|
-
editDeductionTitle:
|
|
46
|
-
descriptionLabel:
|
|
47
|
-
descriptionLabelV2:
|
|
48
|
-
frequencyLabel:
|
|
49
|
-
frequencyRecurringOption:
|
|
50
|
-
frequencyRecurringOptionV2:
|
|
51
|
-
frequencyOneTimeOption:
|
|
52
|
-
frequencyOneTimeOptionV2:
|
|
53
|
-
deductionsTableLabel:
|
|
54
|
-
deductionTypeLabel:
|
|
55
|
-
deductionTypeLabelV2:
|
|
56
|
-
deductionTypePercentageOption:
|
|
57
|
-
deductionTypePercentageOptionV2:
|
|
58
|
-
deductionTypeFixedAmountOption:
|
|
59
|
-
deductionAmountLabel:
|
|
60
|
-
deductionAmountDescriptionPercentage:
|
|
61
|
-
deductionAmountDescriptionFixed:
|
|
62
|
-
payPeriodMaximum:
|
|
63
|
-
totalAmountLabel:
|
|
64
|
-
totalAmountDescription:
|
|
65
|
-
annualMaxLabel:
|
|
66
|
-
annualMaxDescription:
|
|
67
|
-
courtOrderedLabel:
|
|
68
|
-
nameColumn:
|
|
69
|
-
frequencyColumn:
|
|
70
|
-
withheldColumn:
|
|
71
|
-
actionsColumn:
|
|
72
|
-
recurringText:
|
|
73
|
-
recurringAmount:
|
|
74
|
-
nonRecurringText:
|
|
75
|
-
emptyListMessage:
|
|
76
|
-
hamburgerTitle:
|
|
77
|
-
editCta:
|
|
78
|
-
deleteCta:
|
|
79
|
-
addDeductionCta:
|
|
80
|
-
cancelCta:
|
|
81
|
-
validations:
|
|
82
|
-
federalTaxLien:
|
|
83
|
-
stateTaxLien:
|
|
84
|
-
studentLoan:
|
|
85
|
-
creditorGarnishment:
|
|
86
|
-
federalLoan:
|
|
87
|
-
otherGarnishment:
|
|
36
|
+
perDescription: S,
|
|
37
|
+
everyWeek: q,
|
|
38
|
+
everyOtherWeek: N,
|
|
39
|
+
twicePerMonth: F,
|
|
40
|
+
monthly: M,
|
|
41
|
+
customDeductionOption: R,
|
|
42
|
+
deductionTypeRadioLabel: G,
|
|
43
|
+
editDeductionTitle: I,
|
|
44
|
+
descriptionLabel: V,
|
|
45
|
+
descriptionLabelV2: W,
|
|
46
|
+
frequencyLabel: Y,
|
|
47
|
+
frequencyRecurringOption: B,
|
|
48
|
+
frequencyRecurringOptionV2: j,
|
|
49
|
+
frequencyOneTimeOption: H,
|
|
50
|
+
frequencyOneTimeOptionV2: _,
|
|
51
|
+
deductionsTableLabel: z,
|
|
52
|
+
deductionTypeLabel: J,
|
|
53
|
+
deductionTypeLabelV2: K,
|
|
54
|
+
deductionTypePercentageOption: Q,
|
|
55
|
+
deductionTypePercentageOptionV2: U,
|
|
56
|
+
deductionTypeFixedAmountOption: X,
|
|
57
|
+
deductionAmountLabel: Z,
|
|
58
|
+
deductionAmountDescriptionPercentage: $,
|
|
59
|
+
deductionAmountDescriptionFixed: ee,
|
|
60
|
+
payPeriodMaximum: te,
|
|
61
|
+
totalAmountLabel: oe,
|
|
62
|
+
totalAmountDescription: ne,
|
|
63
|
+
annualMaxLabel: ce,
|
|
64
|
+
annualMaxDescription: ie,
|
|
65
|
+
courtOrderedLabel: se,
|
|
66
|
+
nameColumn: ae,
|
|
67
|
+
frequencyColumn: re,
|
|
68
|
+
withheldColumn: de,
|
|
69
|
+
actionsColumn: ue,
|
|
70
|
+
recurringText: le,
|
|
71
|
+
recurringAmount: pe,
|
|
72
|
+
nonRecurringText: he,
|
|
73
|
+
emptyListMessage: me,
|
|
74
|
+
hamburgerTitle: ye,
|
|
75
|
+
editCta: ge,
|
|
76
|
+
deleteCta: De,
|
|
77
|
+
addDeductionCta: fe,
|
|
78
|
+
cancelCta: xe,
|
|
79
|
+
validations: Te,
|
|
80
|
+
federalTaxLien: Ce,
|
|
81
|
+
stateTaxLien: be,
|
|
82
|
+
studentLoan: we,
|
|
83
|
+
creditorGarnishment: Le,
|
|
84
|
+
federalLoan: Ae,
|
|
85
|
+
otherGarnishment: Oe
|
|
88
86
|
};
|
|
89
87
|
export {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
88
|
+
ue as actionsColumn,
|
|
89
|
+
r as addDeductionButtonCta,
|
|
90
|
+
fe as addDeductionCta,
|
|
91
|
+
a as addDeductionTitle,
|
|
92
|
+
f as agency,
|
|
93
|
+
x as agencyDescription,
|
|
94
|
+
D as allCounties,
|
|
95
|
+
ie as annualMaxDescription,
|
|
96
|
+
ce as annualMaxLabel,
|
|
97
|
+
d as backToDeductionsCta,
|
|
98
|
+
xe as cancelCta,
|
|
99
|
+
b as caseNumber,
|
|
100
|
+
w as caseNumberDescription,
|
|
101
|
+
m as childSupport,
|
|
102
|
+
y as childSupportTitle,
|
|
103
|
+
i as continueCta,
|
|
104
|
+
T as county,
|
|
107
105
|
C as countyDescription,
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
106
|
+
se as courtOrderedLabel,
|
|
107
|
+
Le as creditorGarnishment,
|
|
108
|
+
R as customDeductionOption,
|
|
109
|
+
g as customDeductionTitle,
|
|
110
|
+
ee as deductionAmountDescriptionFixed,
|
|
111
|
+
$ as deductionAmountDescriptionPercentage,
|
|
112
|
+
Z as deductionAmountLabel,
|
|
113
|
+
X as deductionTypeFixedAmountOption,
|
|
114
|
+
J as deductionTypeLabel,
|
|
115
|
+
K as deductionTypeLabelV2,
|
|
116
|
+
Q as deductionTypePercentageOption,
|
|
117
|
+
U as deductionTypePercentageOptionV2,
|
|
118
|
+
G as deductionTypeRadioLabel,
|
|
119
|
+
z as deductionsTableLabel,
|
|
120
|
+
ke as default,
|
|
121
|
+
De as deleteCta,
|
|
122
|
+
V as descriptionLabel,
|
|
123
|
+
W as descriptionLabelV2,
|
|
124
|
+
ge as editCta,
|
|
125
|
+
I as editDeductionTitle,
|
|
126
|
+
me as emptyListMessage,
|
|
127
|
+
N as everyOtherWeek,
|
|
128
|
+
q as everyWeek,
|
|
129
|
+
u as externalPostTaxDeductions,
|
|
130
|
+
l as externalPostTaxDeductionsDescription,
|
|
131
|
+
Ae as federalLoan,
|
|
132
|
+
Ce as federalTaxLien,
|
|
133
|
+
re as frequencyColumn,
|
|
134
|
+
Y as frequencyLabel,
|
|
135
|
+
H as frequencyOneTimeOption,
|
|
136
|
+
_ as frequencyOneTimeOptionV2,
|
|
137
|
+
B as frequencyRecurringOption,
|
|
138
|
+
j as frequencyRecurringOptionV2,
|
|
139
|
+
p as garnishmentOption,
|
|
140
|
+
h as garnishmentType,
|
|
141
|
+
ye as hamburgerTitle,
|
|
144
142
|
o as includeDeductionsDescription,
|
|
145
143
|
n as includeDeductionsDescriptionV2,
|
|
146
|
-
|
|
144
|
+
c as includeDeductionsEmptyState,
|
|
147
145
|
t as includeDeductionsFormLabel,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
A as orderNumberDescription,
|
|
159
|
-
Ee as otherGarnishment,
|
|
146
|
+
Ee as includeDeductionsNo,
|
|
147
|
+
Pe as includeDeductionsYes,
|
|
148
|
+
k as manualPaymentRequired,
|
|
149
|
+
E as maxPaycheckPercentage,
|
|
150
|
+
v as maxPaycheckPercentageDescription,
|
|
151
|
+
M as monthly,
|
|
152
|
+
ae as nameColumn,
|
|
153
|
+
he as nonRecurringText,
|
|
154
|
+
L as orderNumberDescription,
|
|
155
|
+
Oe as otherGarnishment,
|
|
160
156
|
e as pageTitle,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
157
|
+
te as payPeriodMaximum,
|
|
158
|
+
ve as per,
|
|
159
|
+
S as perDescription,
|
|
160
|
+
pe as recurringAmount,
|
|
161
|
+
le as recurringText,
|
|
162
|
+
A as remittanceNumberDescription,
|
|
163
|
+
s as saveCta,
|
|
164
|
+
be as stateTaxLien,
|
|
165
|
+
we as studentLoan,
|
|
166
|
+
ne as totalAmountDescription,
|
|
167
|
+
oe as totalAmountLabel,
|
|
168
|
+
O as totalAmountWithheld,
|
|
169
|
+
P as totalAmountWithheldDescription,
|
|
170
|
+
F as twicePerMonth,
|
|
171
|
+
Te as validations,
|
|
172
|
+
de as withheldColumn
|
|
177
173
|
};
|
|
178
174
|
//# sourceMappingURL=Employee.Deductions.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -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":";;;;;;;;;"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 = "Tasks from Gusto", n = { type: "Type", status: "Status" }, s = { companyOnboarding: "Company Onboarding", accountProtection: "Account Protection", paymentRequest: "Payment Request", paymentError: "Payment Error", unknown: "Information Request" }, r = { incomplete: "Incomplete", underReview: "Under review", payrollBlocking: "Payroll blocking" }, a = { respond: "Respond" }, i = {
|
|
2
|
+
title: o,
|
|
3
|
+
description: e,
|
|
4
|
+
emptyTableTitle: t,
|
|
5
|
+
columns: n,
|
|
6
|
+
types: s,
|
|
7
|
+
status: r,
|
|
8
|
+
cta: a
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
n as columns,
|
|
12
|
+
a as cta,
|
|
13
|
+
i as default,
|
|
14
|
+
e as description,
|
|
15
|
+
t as emptyTableTitle,
|
|
16
|
+
r as status,
|
|
17
|
+
o as title,
|
|
18
|
+
s as types
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=InformationRequests.InformationRequestList.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationRequests.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = { informationRequestResponded: { title: "We've received your response", description: "We are reviewing your submission and will reach out if we need any additional information." } }, i = {
|
|
2
|
+
alerts: e
|
|
3
|
+
};
|
|
4
|
+
export {
|
|
5
|
+
e as alerts,
|
|
6
|
+
i as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=InformationRequests.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InformationRequests.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,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const o = "Reason", e = { correction: { label: "Correction payment", description: "Run a payroll outside of your regular pay schedule" }, bonus: { label: "Bonus", description: "Pay a bonus, gift, or commission." } }, n = { reasonSelection: "Select off-cycle payroll reason" }, a = {
|
|
2
|
+
title: o,
|
|
3
|
+
options: e,
|
|
4
|
+
aria: n
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as aria,
|
|
8
|
+
a as default,
|
|
9
|
+
e as options,
|
|
10
|
+
o as title
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Payroll.OffCycleReasonSelection.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.OffCycleReasonSelection.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const e = "Pay period and payment date", t = "Enter a work period to show on your employees' pay stubs.", a = "Check-only payroll", o = "Select this option if all employees will be paid by check only. This allows you to set the check date to today or any future date.", n = { no: "No", yes: "Yes" }, s = "Start date", r = "First day of the pay period", c = "End date", d = "Last day of the pay period", i = "Payment date", l = "Date employees will be paid", y = "Continue", p = { startDateRequired: "Start date is required", endDateRequired: "End date is required", checkDateRequired: "Payment date is required", endDateAfterStart: "End date must be on or after start date", startDateNotFuture: "Start date cannot be in the future for correction payrolls", checkDateAchLeadTime: "Payment date must be at least 2 business days from today for direct deposit" }, u = {
|
|
2
|
+
pageTitle: e,
|
|
3
|
+
description: t,
|
|
4
|
+
checkOnlyLabel: a,
|
|
5
|
+
checkOnlyDescription: o,
|
|
6
|
+
checkOnlyOptions: n,
|
|
7
|
+
startDateLabel: s,
|
|
8
|
+
startDateDescription: r,
|
|
9
|
+
endDateLabel: c,
|
|
10
|
+
endDateDescription: d,
|
|
11
|
+
checkDateLabel: i,
|
|
12
|
+
checkDateDescription: l,
|
|
13
|
+
continueButton: y,
|
|
14
|
+
validations: p
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
l as checkDateDescription,
|
|
18
|
+
i as checkDateLabel,
|
|
19
|
+
o as checkOnlyDescription,
|
|
20
|
+
a as checkOnlyLabel,
|
|
21
|
+
n as checkOnlyOptions,
|
|
22
|
+
y as continueButton,
|
|
23
|
+
u as default,
|
|
24
|
+
t as description,
|
|
25
|
+
d as endDateDescription,
|
|
26
|
+
c as endDateLabel,
|
|
27
|
+
e as pageTitle,
|
|
28
|
+
r as startDateDescription,
|
|
29
|
+
s as startDateLabel,
|
|
30
|
+
p as validations
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=Payroll.PayPeriodDateForm.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.PayPeriodDateForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
|
|
@@ -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":";;;;;;;"}
|