@gusto/embedded-react-sdk 0.18.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/dist/assets/icons/icon-error-outline.svg.js +10 -0
- package/dist/assets/icons/icon-error-outline.svg.js.map +1 -0
- package/dist/assets/icons/icon-info-outline.svg.js +10 -0
- package/dist/assets/icons/icon-info-outline.svg.js.map +1 -0
- package/dist/assets/icons/icon-zap-fast.svg.js +10 -0
- package/dist/assets/icons/icon-zap-fast.svg.js.map +1 -0
- package/dist/components/Base/Base.js +3 -2
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Common/Fieldset/Fieldset.module.scss.js +1 -1
- package/dist/components/Common/PaginationControl/PaginationControl.js +6 -6
- package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js +19 -13
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +12 -10
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +8 -6
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Badge/index.d.ts +2 -0
- package/dist/components/Common/UI/Banner/Banner.d.ts +3 -0
- package/dist/components/Common/UI/Banner/Banner.js +31 -0
- package/dist/components/Common/UI/Banner/Banner.js.map +1 -0
- package/dist/components/Common/UI/Banner/Banner.module.scss.js +14 -0
- package/dist/components/Common/UI/Banner/Banner.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Banner/BannerTypes.d.ts +21 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js +7 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -0
- package/dist/components/Common/UI/Banner/index.d.ts +4 -0
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Common/UI/List/List.module.scss.js +2 -2
- package/dist/components/Common/UI/ProgressBar/ProgressBar.js +4 -4
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +8 -6
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +7 -6
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +9 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +3 -2
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +3 -2
- 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/Actions.js +7 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +10 -9
- 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/TitleSelect.js +8 -7
- package/dist/components/Company/AssignSignatory/TitleSelect.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/Actions.js +3 -2
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +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/BankAccountList/Actions.js +7 -6
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -4
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +6 -5
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +13 -11
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js +13 -13
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +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/SignatureForm.js +8 -6
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.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/Actions.js +7 -6
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +17 -15
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +28 -27
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.js +5 -5
- package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +9 -8
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +6 -5
- package/dist/components/Company/Industry/Actions.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/Industry/Edit.js +11 -10
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +3 -2
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +5 -4
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +11 -9
- package/dist/components/Company/Locations/LocationForm/LocationForm.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/Actions.js +3 -2
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +3 -2
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +14 -12
- package/dist/components/Company/Locations/LocationsList/LocationsList.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/Completed.js +6 -5
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +3 -2
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +4 -2
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.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/PaySchedule.js +34 -32
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +11 -10
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +10 -9
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +3 -2
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +6 -5
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -5
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +6 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.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/Actions.js +7 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +6 -5
- package/dist/components/Company/StateTaxes/StateTaxesList/List.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/Address.js +5 -3
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +3 -2
- 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/ContractorList/index.js +41 -40
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +14 -13
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +3 -2
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +11 -11
- package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +9 -8
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js +8 -8
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +5 -4
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +19 -18
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +6 -5
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +3 -3
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +3 -2
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +5 -4
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +11 -9
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +13 -11
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.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/Actions.js +5 -4
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +3 -2
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +26 -25
- package/dist/components/Employee/EmployeeList/List.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/FederalTaxes/Actions.js +3 -2
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -4
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Head.js +1 -1
- package/dist/components/Employee/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +20 -18
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +4 -3
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +3 -2
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js +7 -6
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +5 -4
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +8 -7
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +21 -20
- 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/Actions.js +7 -6
- package/dist/components/Employee/StateTaxes/Actions.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/Actions.js +8 -7
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +5 -4
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +4 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Flow/Flow.js +10 -9
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +6 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +57 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +8 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +79 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +7 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js +25 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +10 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +30 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +10 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +30 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/index.d.ts +2 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +13 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +63 -0
- package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +3 -0
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +10 -9
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +60 -59
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +18 -17
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +30 -29
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +61 -60
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +6 -5
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +3 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +41 -36
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +28 -27
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +110 -89
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +6 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +180 -147
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.d.ts +8 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +50 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +6 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js +18 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -0
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/index.d.ts +3 -0
- package/dist/components/Payroll/index.d.ts +1 -0
- package/dist/components/Payroll/index.js +8 -6
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +6 -5
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +54 -52
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +5 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js +27 -25
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js +3 -3
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +3 -2
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +1 -0
- package/dist/contexts/ThemeProvider/theme.js +5 -4
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/helpers/validations.js +1 -1
- package/dist/helpers/validations.js.map +1 -1
- package/dist/i18n/I18n.js +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.BankAccount.json.js +1 -1
- package/dist/i18n/en/Company.DocumentList.json.js +16 -16
- package/dist/i18n/en/Company.FederalTaxes.json.js +22 -22
- package/dist/i18n/en/Contractor.ContractorList.json.js +8 -8
- package/dist/i18n/en/Contractor.Submit.json.js +6 -6
- package/dist/i18n/en/Employee.Compensation.json.js +8 -8
- package/dist/i18n/en/Employee.Deductions.json.js +51 -51
- package/dist/i18n/en/Employee.EmployeeList.json.js +6 -6
- package/dist/i18n/en/Employee.FederalTaxes.json.js +3 -3
- package/dist/i18n/en/Employee.HomeAddress.json.js +2 -2
- package/dist/i18n/en/Employee.OnboardingSummary.json.js +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +11 -11
- package/dist/i18n/en/Employee.Taxes.json.js +2 -2
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +14 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js.map +1 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js +10 -0
- package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js.map +1 -0
- package/dist/i18n/en/Payroll.PayrollBlocker.json.js +3 -3
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +4 -4
- package/dist/i18n/en/Payroll.PayrollList.json.js +7 -7
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +35 -33
- package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollReceipts.json.js +7 -7
- package/dist/i18n/en/Payroll.WireInstructions.json.js +10 -0
- package/dist/i18n/en/Payroll.WireInstructions.json.js.map +1 -0
- package/dist/i18n/en/common.json.d.ts +1 -1
- package/dist/i18n/en/common.json.js +1 -1
- package/dist/shared/constants.d.ts +13 -0
- package/dist/shared/constants.js +56 -47
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +113 -98
- package/package.json +10 -11
- package/dist/i18n/en/Company.AddBank.json.js +0 -28
- package/dist/i18n/en/Company.AddBank.json.js.map +0 -1
- package/dist/i18n/en/Payroll.PayrollSchedule.json.js +0 -27
- package/dist/i18n/en/Payroll.PayrollSchedule.json.js.map +0 -1
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", o = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", t = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", y = "Legal entity name is required", m = { "C-Corporation": "C-Corporation", "S-Corporation": "S-Corporation", "Sole proprietor": "Sole proprietor", LLC: "LLC", LLP: "LLP", "Limited partnership": "Limited partnership", "Co-ownership": "Co-ownership", Association: "Association", Trusteeship: "Trusteeship", "General partnership": "General partnership", "Joint venture": "Joint venture", "Non-Profit": "Non-Profit" }, c = { 941: "941 - Employer's Quarterly Federal Tax Return", 944: "944 - Employer's Annual Federal Tax Return" }, d = "Continue",
|
|
1
|
+
const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", o = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", t = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", y = "Legal entity name is required", m = { "C-Corporation": "C-Corporation", "S-Corporation": "S-Corporation", "Sole proprietor": "Sole proprietor", LLC: "LLC", LLP: "LLP", "Limited partnership": "Limited partnership", "Co-ownership": "Co-ownership", Association: "Association", Trusteeship: "Trusteeship", "General partnership": "General partnership", "Joint venture": "Joint venture", "Non-Profit": "Non-Profit" }, c = { 941: "941 - Employer's Quarterly Federal Tax Return", 944: "944 - Employer's Annual Federal Tax Return" }, d = "Continue", L = {
|
|
2
2
|
pageTitle: e,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
entityTypeAndLegalNameIntro: n,
|
|
4
|
+
federalEinLabel: o,
|
|
5
|
+
federalEinDescription: r,
|
|
6
|
+
taxpayerTypeLabel: t,
|
|
7
|
+
taxpayerTypeDescription: a,
|
|
8
|
+
federalFilingFormLabel: i,
|
|
9
|
+
federalFilingFormDescription: l,
|
|
10
|
+
legalEntityNameLabel: p,
|
|
11
|
+
legalEntityNameDescription: s,
|
|
12
|
+
legalEntityNameError: y,
|
|
13
13
|
taxPayerType: m,
|
|
14
14
|
filingForm: c,
|
|
15
15
|
continueCta: d
|
|
16
16
|
};
|
|
17
17
|
export {
|
|
18
18
|
d as continueCta,
|
|
19
|
-
|
|
20
|
-
n as
|
|
21
|
-
r as
|
|
22
|
-
o as
|
|
23
|
-
l as
|
|
24
|
-
i as
|
|
19
|
+
L as default,
|
|
20
|
+
n as entityTypeAndLegalNameIntro,
|
|
21
|
+
r as federalEinDescription,
|
|
22
|
+
o as federalEinLabel,
|
|
23
|
+
l as federalFilingFormDescription,
|
|
24
|
+
i as federalFilingFormLabel,
|
|
25
25
|
c as filingForm,
|
|
26
|
-
s as
|
|
27
|
-
y as
|
|
28
|
-
p as
|
|
26
|
+
s as legalEntityNameDescription,
|
|
27
|
+
y as legalEntityNameError,
|
|
28
|
+
p as legalEntityNameLabel,
|
|
29
29
|
e as pageTitle,
|
|
30
30
|
m as taxPayerType,
|
|
31
|
-
a as
|
|
32
|
-
t as
|
|
31
|
+
a as taxpayerTypeDescription,
|
|
32
|
+
t as taxpayerTypeLabel
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=Company.FederalTaxes.json.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", c = "Edit", n = "Delete", e = "Add contractors to get them setup for payroll.", r = "You haven't added any contractors yet", s = { name: "Name", status: "Status" }, d = "Contractors", i = "Continue", l = "Back to contractors", C = {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
addContractorCta: t,
|
|
3
|
+
addAnotherCta: o,
|
|
4
4
|
contractorListLabel: a,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
editCta: c,
|
|
6
|
+
deleteCta: n,
|
|
7
7
|
emptyTableDescription: e,
|
|
8
8
|
emptyTableTitle: r,
|
|
9
9
|
listHeaders: s,
|
|
@@ -12,13 +12,13 @@ const t = "Add a contractor", o = "+ Add another contractor", a = "A list of con
|
|
|
12
12
|
progressBarCta: l
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
15
|
-
o as
|
|
16
|
-
t as
|
|
15
|
+
o as addAnotherCta,
|
|
16
|
+
t as addContractorCta,
|
|
17
17
|
i as continueCta,
|
|
18
18
|
a as contractorListLabel,
|
|
19
19
|
C as default,
|
|
20
|
-
n as
|
|
21
|
-
c as
|
|
20
|
+
n as deleteCta,
|
|
21
|
+
c as editCta,
|
|
22
22
|
e as emptyTableDescription,
|
|
23
23
|
r as emptyTableTitle,
|
|
24
24
|
s as listHeaders,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const t = "Contractor Onboarded", e = "This contractor has been successfully onboarded.", o = "Done", n = "Submit and complete onboarding", a = "Please note that after submitting", s = ["The contractor type cannot be changed.", "The new hire report cannot be modified.", "This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."], c = { title: "Review before sending invitation", description: "You are inviting a contractor to complete the onboarding flow. Please double-check that you've entered this contractor's details correctly.", startDateLabel: "Start date", inviteCta: "Send invitation", successMessage: "Contractor has been saved & invited to self-onboard!" }, i = { successMessage: "Contractor has been onboarded!" }, r = {
|
|
2
2
|
doneTitle: t,
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
doneDescription: e,
|
|
4
|
+
doneCta: o,
|
|
5
|
+
submitCta: n,
|
|
6
6
|
title: a,
|
|
7
7
|
warningItems: s,
|
|
8
8
|
inviteContractor: c,
|
|
@@ -10,11 +10,11 @@ const t = "Contractor Onboarded", e = "This contractor has been successfully onb
|
|
|
10
10
|
};
|
|
11
11
|
export {
|
|
12
12
|
r as default,
|
|
13
|
-
o as
|
|
14
|
-
e as
|
|
13
|
+
o as doneCta,
|
|
14
|
+
e as doneDescription,
|
|
15
15
|
t as doneTitle,
|
|
16
16
|
c as inviteContractor,
|
|
17
|
-
n as
|
|
17
|
+
n as submitCta,
|
|
18
18
|
i as submitDone,
|
|
19
19
|
a as title,
|
|
20
20
|
s as warningItems
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", i = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, n = "Compensation amount", m = "Back", l = "Cancel", r = "Cancel", c = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', p = "Employee type", d = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, u = "Job actions", h = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, f = "Save job", k = "Continue", g = "Compensation", w = "Edit job", W = "Add job", j = { classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code" }, v = "Workers' compensation coverage", L = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", x = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, E = "Risk class code",
|
|
1
|
+
const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", i = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, n = "Compensation amount", m = "Back", l = "Cancel", r = "Cancel", c = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', p = "Employee type", d = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, u = "Job actions", h = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, f = "Save job", k = "Continue", g = "Compensation", w = "Edit job", W = "Add job", j = { classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code" }, v = "Workers' compensation coverage", L = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", x = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, E = "Risk class code", N = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", O = "Select if employee is a 2% shareholder", P = {
|
|
2
2
|
addAnotherJobCta: e,
|
|
3
3
|
adjustForMinimumWage: t,
|
|
4
4
|
adjustForMinimumWageDescription: o,
|
|
@@ -9,7 +9,7 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
|
|
|
9
9
|
backCta: m,
|
|
10
10
|
cancelCta: l,
|
|
11
11
|
cancelNewJobCta: r,
|
|
12
|
-
|
|
12
|
+
classificationLink: c,
|
|
13
13
|
employeeClassification: p,
|
|
14
14
|
flsaStatusLabels: d,
|
|
15
15
|
hamburgerTitle: u,
|
|
@@ -27,8 +27,8 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
|
|
|
27
27
|
stateWcCoveredDescription: L,
|
|
28
28
|
stateWcCoveredOptions: x,
|
|
29
29
|
stateWcClassCodeLabel: E,
|
|
30
|
-
stateWcClassCodeDescription:
|
|
31
|
-
twoPercentStakeholderLabel:
|
|
30
|
+
stateWcClassCodeDescription: N,
|
|
31
|
+
twoPercentStakeholderLabel: O
|
|
32
32
|
};
|
|
33
33
|
export {
|
|
34
34
|
e as addAnotherJobCta,
|
|
@@ -40,8 +40,8 @@ export {
|
|
|
40
40
|
m as backCta,
|
|
41
41
|
l as cancelCta,
|
|
42
42
|
r as cancelNewJobCta,
|
|
43
|
-
c as
|
|
44
|
-
|
|
43
|
+
c as classificationLink,
|
|
44
|
+
P as default,
|
|
45
45
|
w as editTitle,
|
|
46
46
|
p as employeeClassification,
|
|
47
47
|
d as flsaStatusLabels,
|
|
@@ -53,14 +53,14 @@ export {
|
|
|
53
53
|
C as paymentUnitLabel,
|
|
54
54
|
b as paymentUnitOptions,
|
|
55
55
|
f as saveNewJobCta,
|
|
56
|
-
|
|
56
|
+
N as stateWcClassCodeDescription,
|
|
57
57
|
E as stateWcClassCodeLabel,
|
|
58
58
|
L as stateWcCoveredDescription,
|
|
59
59
|
v as stateWcCoveredLabel,
|
|
60
60
|
x as stateWcCoveredOptions,
|
|
61
61
|
k as submitCta,
|
|
62
62
|
g as title,
|
|
63
|
-
|
|
63
|
+
O as twoPercentStakeholderLabel,
|
|
64
64
|
j as validations
|
|
65
65
|
};
|
|
66
66
|
//# sourceMappingURL=Employee.Compensation.json.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
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 = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support",
|
|
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 = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", b = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", w = "CSE Case Number", A = "Carefully enter the Child Support Enforcement Case Number", O = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", P = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", v = "Enter the amount indicated in the letter from the child support agency", L = "Max paycheck percentage", k = "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.", q = "Reminder: you are responsible for this payment", S = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Oe = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", M = "Every other week", F = "Twice per month", I = "Monthly", V = "Custom deduction (post-tax)", W = "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.", Y = "Edit Deduction", B = "Deduction description", G = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", re = "This is a court-ordered deduction", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", be = "+ Add another deduction", Te = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, Pe = {
|
|
2
2
|
pageTitle: e,
|
|
3
3
|
includeDeductionsFormLabel: t,
|
|
4
4
|
includeDeductionsDescription: o,
|
|
@@ -18,35 +18,35 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
|
|
|
18
18
|
garnishmentType: m,
|
|
19
19
|
childSupport: y,
|
|
20
20
|
childSupportTitle: g,
|
|
21
|
-
customDeductionTitle:
|
|
22
|
-
allCounties:
|
|
21
|
+
customDeductionTitle: D,
|
|
22
|
+
allCounties: f,
|
|
23
23
|
agency: x,
|
|
24
|
-
|
|
25
|
-
county:
|
|
26
|
-
|
|
24
|
+
agencyDescription: b,
|
|
25
|
+
county: T,
|
|
26
|
+
countyDescription: C,
|
|
27
27
|
caseNumber: w,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
caseNumberDescription: A,
|
|
29
|
+
orderNumberDescription: O,
|
|
30
|
+
remittanceNumberDescription: P,
|
|
31
31
|
totalAmountWithheld: E,
|
|
32
|
-
|
|
32
|
+
totalAmountWithheldDescription: v,
|
|
33
33
|
maxPaycheckPercentage: L,
|
|
34
|
-
|
|
34
|
+
maxPaycheckPercentageDescription: k,
|
|
35
35
|
manualPaymentRequired: q,
|
|
36
36
|
manualPaymentRequiredDescription: S,
|
|
37
37
|
per: "Per",
|
|
38
|
-
|
|
38
|
+
perDescription: N,
|
|
39
39
|
everyWeek: R,
|
|
40
|
-
everyOtherWeek:
|
|
41
|
-
twicePerMonth:
|
|
42
|
-
monthly:
|
|
43
|
-
customDeductionOption:
|
|
44
|
-
deductionTypeRadioLabel:
|
|
45
|
-
editDeductionTitle:
|
|
46
|
-
descriptionLabel:
|
|
47
|
-
descriptionLabelV2:
|
|
48
|
-
frequencyLabel:
|
|
49
|
-
frequencyRecurringOption:
|
|
40
|
+
everyOtherWeek: M,
|
|
41
|
+
twicePerMonth: F,
|
|
42
|
+
monthly: I,
|
|
43
|
+
customDeductionOption: V,
|
|
44
|
+
deductionTypeRadioLabel: W,
|
|
45
|
+
editDeductionTitle: Y,
|
|
46
|
+
descriptionLabel: B,
|
|
47
|
+
descriptionLabelV2: G,
|
|
48
|
+
frequencyLabel: j,
|
|
49
|
+
frequencyRecurringOption: H,
|
|
50
50
|
frequencyRecurringOptionV2: U,
|
|
51
51
|
frequencyOneTimeOption: _,
|
|
52
52
|
frequencyOneTimeOptionV2: z,
|
|
@@ -73,35 +73,35 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
|
|
|
73
73
|
recurringAmount: me,
|
|
74
74
|
nonRecurringText: ye,
|
|
75
75
|
emptyListMessage: ge,
|
|
76
|
-
hamburgerTitle:
|
|
77
|
-
editCta:
|
|
76
|
+
hamburgerTitle: De,
|
|
77
|
+
editCta: fe,
|
|
78
78
|
deleteCta: xe,
|
|
79
|
-
addDeductionCta:
|
|
80
|
-
cancelCta:
|
|
79
|
+
addDeductionCta: be,
|
|
80
|
+
cancelCta: Te,
|
|
81
81
|
validations: Ce
|
|
82
82
|
};
|
|
83
83
|
export {
|
|
84
84
|
pe as actionsColumn,
|
|
85
85
|
d as addDeductionButtonCta,
|
|
86
|
-
|
|
86
|
+
be as addDeductionCta,
|
|
87
87
|
r as addDeductionTitle,
|
|
88
88
|
x as agency,
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
b as agencyDescription,
|
|
90
|
+
f as allCounties,
|
|
91
91
|
ae as annualMaxDescription,
|
|
92
92
|
se as annualMaxLabel,
|
|
93
93
|
u as backToDeductionsCta,
|
|
94
|
-
|
|
94
|
+
Te as cancelCta,
|
|
95
95
|
w as caseNumber,
|
|
96
|
-
A as
|
|
96
|
+
A as caseNumberDescription,
|
|
97
97
|
y as childSupport,
|
|
98
98
|
g as childSupportTitle,
|
|
99
99
|
s as continueCta,
|
|
100
|
-
|
|
101
|
-
C as
|
|
100
|
+
T as county,
|
|
101
|
+
C as countyDescription,
|
|
102
102
|
re as courtOrderedLabel,
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
V as customDeductionOption,
|
|
104
|
+
D as customDeductionTitle,
|
|
105
105
|
oe as deductionAmountDescriptionFixed,
|
|
106
106
|
te as deductionAmountDescriptionPercentage,
|
|
107
107
|
ee as deductionAmountLabel,
|
|
@@ -110,28 +110,28 @@ export {
|
|
|
110
110
|
Q as deductionTypeLabelV2,
|
|
111
111
|
X as deductionTypePercentageOption,
|
|
112
112
|
Z as deductionTypePercentageOptionV2,
|
|
113
|
-
|
|
113
|
+
W as deductionTypeRadioLabel,
|
|
114
114
|
J as deductionsTableLabel,
|
|
115
115
|
Pe as default,
|
|
116
116
|
xe as deleteCta,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
B as descriptionLabel,
|
|
118
|
+
G as descriptionLabelV2,
|
|
119
|
+
fe as editCta,
|
|
120
|
+
Y as editDeductionTitle,
|
|
121
121
|
ge as emptyListMessage,
|
|
122
|
-
|
|
122
|
+
M as everyOtherWeek,
|
|
123
123
|
R as everyWeek,
|
|
124
124
|
l as externalPostTaxDeductions,
|
|
125
125
|
p as externalPostTaxDeductionsDescription,
|
|
126
126
|
ue as frequencyColumn,
|
|
127
|
-
|
|
127
|
+
j as frequencyLabel,
|
|
128
128
|
_ as frequencyOneTimeOption,
|
|
129
129
|
z as frequencyOneTimeOptionV2,
|
|
130
|
-
|
|
130
|
+
H as frequencyRecurringOption,
|
|
131
131
|
U as frequencyRecurringOptionV2,
|
|
132
132
|
h as garnishmentOption,
|
|
133
133
|
m as garnishmentType,
|
|
134
|
-
|
|
134
|
+
De as hamburgerTitle,
|
|
135
135
|
o as includeDeductionsDescription,
|
|
136
136
|
n as includeDeductionsDescriptionV2,
|
|
137
137
|
i as includeDeductionsEmptyState,
|
|
@@ -142,24 +142,24 @@ export {
|
|
|
142
142
|
q as manualPaymentRequired,
|
|
143
143
|
S as manualPaymentRequiredDescription,
|
|
144
144
|
L as maxPaycheckPercentage,
|
|
145
|
-
k as
|
|
146
|
-
|
|
145
|
+
k as maxPaycheckPercentageDescription,
|
|
146
|
+
I as monthly,
|
|
147
147
|
de as nameColumn,
|
|
148
148
|
ye as nonRecurringText,
|
|
149
|
-
O as
|
|
149
|
+
O as orderNumberDescription,
|
|
150
150
|
e as pageTitle,
|
|
151
151
|
ne as payPeriodMaximum,
|
|
152
152
|
Oe as per,
|
|
153
|
-
N as
|
|
153
|
+
N as perDescription,
|
|
154
154
|
me as recurringAmount,
|
|
155
155
|
he as recurringText,
|
|
156
|
-
P as
|
|
156
|
+
P as remittanceNumberDescription,
|
|
157
157
|
a as saveCta,
|
|
158
158
|
ie as totalAmountDescription,
|
|
159
159
|
ce as totalAmountLabel,
|
|
160
160
|
E as totalAmountWithheld,
|
|
161
|
-
v as
|
|
162
|
-
|
|
161
|
+
v as totalAmountWithheldDescription,
|
|
162
|
+
F as twicePerMonth,
|
|
163
163
|
Ce as validations,
|
|
164
164
|
le as withheldColumn
|
|
165
165
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status",
|
|
1
|
+
const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", h = "Your employees", E = {
|
|
2
2
|
actionLabel: e,
|
|
3
|
-
|
|
3
|
+
addEmployeeCta: t,
|
|
4
4
|
skipCta: o,
|
|
5
5
|
addAnotherCta: s,
|
|
6
6
|
continueCta: n,
|
|
@@ -17,17 +17,17 @@ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add
|
|
|
17
17
|
hamburgerTitle: u,
|
|
18
18
|
nameLabel: b,
|
|
19
19
|
statusLabel: L,
|
|
20
|
-
title:
|
|
20
|
+
title: h
|
|
21
21
|
};
|
|
22
22
|
export {
|
|
23
23
|
e as actionLabel,
|
|
24
24
|
s as addAnotherCta,
|
|
25
|
-
t as
|
|
25
|
+
t as addEmployeeCta,
|
|
26
26
|
a as addressesCta,
|
|
27
27
|
i as cancelSelfOnboardingCta,
|
|
28
28
|
n as continueCta,
|
|
29
29
|
l as deductionsCta,
|
|
30
|
-
|
|
30
|
+
E as default,
|
|
31
31
|
c as deleteCta,
|
|
32
32
|
d as editCta,
|
|
33
33
|
m as employeeListLabel,
|
|
@@ -39,6 +39,6 @@ export {
|
|
|
39
39
|
p as reviewCta,
|
|
40
40
|
o as skipCta,
|
|
41
41
|
L as statusLabel,
|
|
42
|
-
|
|
42
|
+
h as title
|
|
43
43
|
};
|
|
44
44
|
//# sourceMappingURL=Employee.EmployeeList.json.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you
|
|
1
|
+
const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, a = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', p = "Step 2c: Multiple jobs (2c)", f = "Step 4a: Other income", w = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", g = "Continue", m = "Yes", S = "No", b = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, x = {
|
|
2
2
|
deductions: e,
|
|
3
3
|
dependentsTotalIfApplicable: t,
|
|
4
4
|
extraWithholding: o,
|
|
5
5
|
federalFilingStatus1c: i,
|
|
6
6
|
federalFillingStatusPlaceholder: s,
|
|
7
7
|
federalTaxesTitle: l,
|
|
8
|
-
|
|
8
|
+
irsCalculator: n,
|
|
9
9
|
filingStatusExemptFromWithholding: a,
|
|
10
10
|
filingStatusHeadOfHousehold: r,
|
|
11
11
|
filingStatusMarried: c,
|
|
@@ -34,7 +34,7 @@ export {
|
|
|
34
34
|
c as filingStatusMarried,
|
|
35
35
|
h as filingStatusSingle,
|
|
36
36
|
u as includesSpouseExplanation,
|
|
37
|
-
n as
|
|
37
|
+
n as irsCalculator,
|
|
38
38
|
p as multipleJobs2c,
|
|
39
39
|
f as otherIncome,
|
|
40
40
|
w as selectWithholdingDescription,
|
|
@@ -8,7 +8,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
|
|
|
8
8
|
statePlaceholder: a,
|
|
9
9
|
zip: "Zip",
|
|
10
10
|
courtesyWithholdingLabel: r,
|
|
11
|
-
|
|
11
|
+
courtesyWithholdingDescription: c,
|
|
12
12
|
learnMoreCta: l,
|
|
13
13
|
withholdingTitle: d,
|
|
14
14
|
withholdingNote: h,
|
|
@@ -20,7 +20,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
|
|
|
20
20
|
export {
|
|
21
21
|
y as cancel,
|
|
22
22
|
i as city,
|
|
23
|
-
c as
|
|
23
|
+
c as courtesyWithholdingDescription,
|
|
24
24
|
r as courtesyWithholdingLabel,
|
|
25
25
|
w as default,
|
|
26
26
|
t as desc,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents
|
|
1
|
+
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requiring employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
|
|
2
2
|
subTitle: e,
|
|
3
3
|
description: t,
|
|
4
4
|
onboardedAdminSubtitle: i,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number",
|
|
1
|
+
const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number", N = "Routing number", v = "(9 digits)", T = "Split paycheck", B = "Continue", _ = "Employee payment details", w = "Fixed amount", E = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", P = "Reorderable list of bank accounts", R = "Percentage", W = "{{name}} ({{account_number}})", x = "Split by", I = "Priority", q = "Remainder", F = "Split employee paycheck", M = "{{count}}st", Y = "{{count}}nd", j = "{{count}}rd", z = "{{count}}th", G = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, H = {
|
|
2
2
|
accountNumberLabel: t,
|
|
3
3
|
accountTypeColumn: e,
|
|
4
4
|
accountTypeLabel: n,
|
|
@@ -7,7 +7,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
7
7
|
allocationColumn: a,
|
|
8
8
|
actionColumn: i,
|
|
9
9
|
addAnotherCta: s,
|
|
10
|
-
|
|
10
|
+
addBankAccountCta: r,
|
|
11
11
|
bankAccountsListLabel: l,
|
|
12
12
|
cancelCta: u,
|
|
13
13
|
saveCta: p,
|
|
@@ -15,7 +15,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
15
15
|
checkDescription: m,
|
|
16
16
|
checkDescriptionSelf: y,
|
|
17
17
|
checkLabel: b,
|
|
18
|
-
|
|
18
|
+
deleteBankAccountCta: h,
|
|
19
19
|
directDepositDescription: k,
|
|
20
20
|
directDepositDescriptionSelf: g,
|
|
21
21
|
directDepositLabel: f,
|
|
@@ -24,9 +24,9 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
|
|
|
24
24
|
nicknameColumn: A,
|
|
25
25
|
paymentFieldsetLegend: D,
|
|
26
26
|
routingNumberColumn: S,
|
|
27
|
-
routingNumberLabel:
|
|
28
|
-
routingNumberDescription:
|
|
29
|
-
splitCta:
|
|
27
|
+
routingNumberLabel: N,
|
|
28
|
+
routingNumberDescription: v,
|
|
29
|
+
splitCta: T,
|
|
30
30
|
submitCta: B,
|
|
31
31
|
title: _,
|
|
32
32
|
amountLabel: w,
|
|
@@ -52,7 +52,7 @@ export {
|
|
|
52
52
|
o as accountTypeSavings,
|
|
53
53
|
i as actionColumn,
|
|
54
54
|
s as addAnotherCta,
|
|
55
|
-
r as
|
|
55
|
+
r as addBankAccountCta,
|
|
56
56
|
a as allocationColumn,
|
|
57
57
|
w as amountLabel,
|
|
58
58
|
l as bankAccountsListLabel,
|
|
@@ -62,7 +62,7 @@ export {
|
|
|
62
62
|
y as checkDescriptionSelf,
|
|
63
63
|
b as checkLabel,
|
|
64
64
|
H as default,
|
|
65
|
-
h as
|
|
65
|
+
h as deleteBankAccountCta,
|
|
66
66
|
k as directDepositDescription,
|
|
67
67
|
g as directDepositDescriptionSelf,
|
|
68
68
|
f as directDepositLabel,
|
|
@@ -79,12 +79,12 @@ export {
|
|
|
79
79
|
Y as priority_two,
|
|
80
80
|
q as remainderLabel,
|
|
81
81
|
S as routingNumberColumn,
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
v as routingNumberDescription,
|
|
83
|
+
N as routingNumberLabel,
|
|
84
84
|
p as saveCta,
|
|
85
85
|
W as splitAmountLabel,
|
|
86
86
|
x as splitByLabel,
|
|
87
|
-
|
|
87
|
+
T as splitCta,
|
|
88
88
|
E as splitDescription,
|
|
89
89
|
F as splitTitle,
|
|
90
90
|
B as submitCta,
|
|
@@ -12,7 +12,7 @@ const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applica
|
|
|
12
12
|
filingStatusSingle: h,
|
|
13
13
|
fieldIsRequired: d,
|
|
14
14
|
includesSpouseExplanation: u,
|
|
15
|
-
|
|
15
|
+
irsCalculator: p,
|
|
16
16
|
multipleJobs2c: f,
|
|
17
17
|
otherIncome: w,
|
|
18
18
|
selectWithholdingDescription: g,
|
|
@@ -37,7 +37,7 @@ export {
|
|
|
37
37
|
c as filingStatusMarried,
|
|
38
38
|
h as filingStatusSingle,
|
|
39
39
|
u as includesSpouseExplanation,
|
|
40
|
-
p as
|
|
40
|
+
p as irsCalculator,
|
|
41
41
|
f as multipleJobs2c,
|
|
42
42
|
w as otherIncome,
|
|
43
43
|
g as selectWithholdingDescription,
|
|
@@ -0,0 +1,14 @@
|
|
|
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 = {
|
|
2
|
+
breadcrumbLabel: e,
|
|
3
|
+
banner: r,
|
|
4
|
+
cta: t,
|
|
5
|
+
modal: a
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as banner,
|
|
9
|
+
e as breadcrumbLabel,
|
|
10
|
+
t as cta,
|
|
11
|
+
o as default,
|
|
12
|
+
a as modal
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=Payroll.ConfirmWireDetailsBanner.json.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.ConfirmWireDetailsBanner.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payroll.ConfirmWireDetailsForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|