@gusto/embedded-react-sdk 0.26.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 +70 -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/Base/Base.js +13 -12
- package/dist/components/Base/Base.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/SignatureForm.js +12 -10
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +3 -2
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +7 -6
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +9 -9
- package/dist/components/Common/UI/Banner/Banner.module.scss.js +1 -1
- 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 +3 -3
- 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.module.scss.js +26 -26
- package/dist/components/Common/UI/Input/Input.module.scss.js +8 -8
- 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 +4 -4
- 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 +4 -4
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +4 -3
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +3 -2
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +12 -12
- 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 +3 -2
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +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 +4 -3
- 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 +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +7 -5
- 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 +3 -2
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -6
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +7 -5
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +3 -2
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +9 -8
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +4 -3
- 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 +4 -3
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +5 -3
- package/dist/components/Company/FederalTaxes/Form.js.map +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/Actions.js +8 -7
- 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 +3 -2
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +7 -6
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
- 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 +7 -6
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -7
- 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 +12 -10
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +8 -7
- 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 +4 -3
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +3 -2
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +15 -15
- package/dist/components/Company/PaySchedule/_parts/Head.js +13 -11
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
- 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 +3 -2
- 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 +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -2
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +5 -4
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +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 +32 -31
- 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 +12 -11
- 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 +4 -3
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +4 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +10 -10
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +9 -7
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +9 -8
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +11 -9
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +8 -6
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.module.scss.js +14 -14
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +4 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +4 -2
- 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/Contractor/Profile/useContractorProfile.js +3 -2
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +21 -20
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +13 -12
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +17 -16
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +23 -22
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.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 +51 -45
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +31 -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/Actions.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -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 +3 -2
- 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 +7 -6
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +7 -5
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +3 -2
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +6 -5
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +12 -11
- package/dist/components/Employee/FederalTaxes/FederalForm.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 +11 -10
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/PaymentMethod/Actions.js +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 +3 -2
- 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 +11 -10
- 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 +6 -5
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +6 -5
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
- 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 +6 -5
- 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 +7 -6
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +14 -13
- package/dist/components/Employee/Taxes/FederalForm.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 +9 -7
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +17 -16
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +4 -4
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +38 -36
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.d.ts +7 -2
- package/dist/components/InformationRequests/InformationRequests.js +78 -45
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +10 -9
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.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 +4 -2
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +19 -18
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +36 -36
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +5 -5
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +21 -19
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +17 -15
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +26 -24
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +30 -29
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +4 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +3 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js +18 -18
- 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 +29 -29
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +12 -11
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +4 -2
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/index.d.ts +4 -0
- package/dist/components/Payroll/index.js +12 -8
- package/dist/components/Payroll/index.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +3 -2
- package/dist/components/Payroll/usePreparedPayrollData.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 +8 -3
- package/dist/contexts/ThemeProvider/theme.js +29 -24
- 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/i18n/I18n.js +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- 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/InformationRequests.InformationRequestList.json.js +12 -10
- package/dist/i18n/en/InformationRequests.InformationRequestList.json.js.map +1 -1
- package/dist/i18n/en/InformationRequests.json.js +8 -0
- package/dist/i18n/en/InformationRequests.json.js.map +1 -0
- 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/shared/constants.d.ts +4 -0
- package/dist/shared/constants.js +10 -8
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +51 -3
- package/package.json +11 -11
- 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
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,18 +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 = { type: "Type", status: "Status" },
|
|
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
2
|
title: o,
|
|
3
3
|
description: e,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
emptyTableTitle: t,
|
|
5
|
+
columns: n,
|
|
6
|
+
types: s,
|
|
7
|
+
status: r,
|
|
8
|
+
cta: a
|
|
8
9
|
};
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
n as columns,
|
|
12
|
+
a as cta,
|
|
13
|
+
i as default,
|
|
13
14
|
e as description,
|
|
14
|
-
|
|
15
|
+
t as emptyTableTitle,
|
|
16
|
+
r as status,
|
|
15
17
|
o as title,
|
|
16
|
-
|
|
18
|
+
s as types
|
|
17
19
|
};
|
|
18
20
|
//# sourceMappingURL=InformationRequests.InformationRequestList.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InformationRequests.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
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":";;;"}
|
|
@@ -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":";;;;;;;;;;;;;;;"}
|
|
@@ -138,6 +138,7 @@ export declare const runPayrollEvents: {
|
|
|
138
138
|
readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
|
|
139
139
|
readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
|
|
140
140
|
readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
|
|
141
|
+
readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
|
|
141
142
|
readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
|
|
142
143
|
readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
|
|
143
144
|
readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
|
|
@@ -148,6 +149,7 @@ export declare const runPayrollEvents: {
|
|
|
148
149
|
readonly RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected";
|
|
149
150
|
readonly RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted";
|
|
150
151
|
readonly RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll";
|
|
152
|
+
readonly RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured";
|
|
151
153
|
readonly REVIEW_PAYROLL: "payroll/review";
|
|
152
154
|
readonly PAYROLL_SKIPPED: "payroll/skipped";
|
|
153
155
|
readonly PAYROLL_EXIT_FLOW: "payroll/saveAndExit";
|
|
@@ -208,6 +210,7 @@ export declare const componentEvents: {
|
|
|
208
210
|
readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
|
|
209
211
|
readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
|
|
210
212
|
readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
|
|
213
|
+
readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
|
|
211
214
|
readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
|
|
212
215
|
readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
|
|
213
216
|
readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
|
|
@@ -218,6 +221,7 @@ export declare const componentEvents: {
|
|
|
218
221
|
readonly RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected";
|
|
219
222
|
readonly RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted";
|
|
220
223
|
readonly RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll";
|
|
224
|
+
readonly RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured";
|
|
221
225
|
readonly REVIEW_PAYROLL: "payroll/review";
|
|
222
226
|
readonly PAYROLL_SKIPPED: "payroll/skipped";
|
|
223
227
|
readonly PAYROLL_EXIT_FLOW: "payroll/saveAndExit";
|
package/dist/shared/constants.js
CHANGED
|
@@ -135,6 +135,7 @@ const A = {
|
|
|
135
135
|
RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved",
|
|
136
136
|
RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled",
|
|
137
137
|
RUN_PAYROLL_SELECTED: "runPayroll/selected",
|
|
138
|
+
OFF_CYCLE_SELECT_REASON: "offCycle/selectReason",
|
|
138
139
|
RUN_PAYROLL_SUBMITTED: "runPayroll/submitted",
|
|
139
140
|
RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed",
|
|
140
141
|
RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get",
|
|
@@ -145,6 +146,7 @@ const A = {
|
|
|
145
146
|
RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected",
|
|
146
147
|
RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted",
|
|
147
148
|
RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll",
|
|
149
|
+
RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured",
|
|
148
150
|
REVIEW_PAYROLL: "payroll/review",
|
|
149
151
|
PAYROLL_SKIPPED: "payroll/skipped",
|
|
150
152
|
PAYROLL_EXIT_FLOW: "payroll/saveAndExit"
|
|
@@ -295,15 +297,15 @@ const A = {
|
|
|
295
297
|
[O.SMALL]: "40rem",
|
|
296
298
|
[O.MEDIUM]: "48rem",
|
|
297
299
|
[O.LARGE]: "64rem"
|
|
298
|
-
},
|
|
300
|
+
}, F = {
|
|
299
301
|
check: "Check",
|
|
300
302
|
directDeposit: "Direct Deposit"
|
|
301
|
-
},
|
|
303
|
+
}, V = {
|
|
302
304
|
percentage: "Percentage",
|
|
303
305
|
amount: "Amount"
|
|
304
|
-
},
|
|
306
|
+
}, f = {
|
|
305
307
|
BUSINESS: "Business"
|
|
306
|
-
}, D = "Regular Hours", C = "Overtime", P = "Double overtime",
|
|
308
|
+
}, D = "Regular Hours", C = "Overtime", P = "Double overtime", v = [
|
|
307
309
|
D,
|
|
308
310
|
C,
|
|
309
311
|
P
|
|
@@ -331,7 +333,7 @@ export {
|
|
|
331
333
|
H as COMPENSATION_NAME_PAYCHECK_TIPS,
|
|
332
334
|
D as COMPENSATION_NAME_REGULAR_HOURS,
|
|
333
335
|
s as COMPENSATION_NAME_REIMBURSEMENT,
|
|
334
|
-
|
|
336
|
+
f as CONTRACTOR_TYPE,
|
|
335
337
|
_ as ContractorOnboardingStatus,
|
|
336
338
|
i as ContractorSelfOnboardingStatuses,
|
|
337
339
|
k as EXCLUDED_ADDITIONAL_EARNINGS,
|
|
@@ -339,18 +341,18 @@ export {
|
|
|
339
341
|
l as EmployeeSelfOnboardingStatuses,
|
|
340
342
|
Y as FLSA_OVERTIME_SALARY_LIMIT,
|
|
341
343
|
m as FlsaStatus,
|
|
342
|
-
|
|
344
|
+
v as HOURS_COMPENSATION_NAMES,
|
|
343
345
|
U as HOURS_PER_PAY_PERIOD_ANNUALLY,
|
|
344
346
|
u as HOURS_PER_PAY_PERIOD_MONTHLY,
|
|
345
347
|
y as HOURS_PER_PAY_PERIOD_WEEKLY,
|
|
346
348
|
I as MIN_WAGE_ADJUST,
|
|
347
349
|
d as OWNERS_DRAW,
|
|
348
|
-
|
|
350
|
+
F as PAYMENT_METHODS,
|
|
349
351
|
x as PAYROLL_PROCESSING_STATUS,
|
|
350
352
|
X as PAYROLL_RESOLVABLE_SUBMISSION_BLOCKER_TYPES,
|
|
351
353
|
g as PAY_PERIODS,
|
|
352
354
|
b as SIGNATORY_TITLES,
|
|
353
|
-
|
|
355
|
+
V as SPLIT_BY,
|
|
354
356
|
B as STATES_ABBR,
|
|
355
357
|
n as companyEvents,
|
|
356
358
|
p as compensationTypeLabels,
|