@gusto/embedded-react-sdk 0.16.0 → 0.18.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 +54 -0
- package/dist/components/Base/Base.js +50 -65
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/useBase.d.ts +2 -5
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.js +10 -10
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js +5 -3
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js +41 -33
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +4 -6
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +10 -12
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +6 -8
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +32 -18
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.module.scss.js +12 -12
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +14 -0
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js +8 -0
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -0
- package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
- package/dist/components/Common/UI/DescriptionList/DescriptionList.d.ts +2 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.js +16 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.js.map +1 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +10 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js.map +1 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +10 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js +5 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -0
- package/dist/components/Common/UI/DescriptionList/index.d.ts +3 -0
- package/dist/components/Common/UI/Dialog/Dialog.js +50 -76
- package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -1
- package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +8 -14
- package/dist/components/Common/UI/Dialog/Dialog.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Link/LinkTypes.d.ts +7 -6
- package/dist/components/Common/UI/Modal/Modal.d.ts +2 -0
- package/dist/components/Common/UI/Modal/Modal.js +90 -0
- package/dist/components/Common/UI/Modal/Modal.js.map +1 -0
- package/dist/components/Common/UI/Modal/Modal.module.scss.js +26 -0
- package/dist/components/Common/UI/Modal/Modal.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Modal/ModalTypes.d.ts +34 -0
- package/dist/components/Common/UI/Modal/ModalTypes.js +8 -0
- package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -0
- package/dist/components/Common/UI/Modal/index.d.ts +3 -0
- package/dist/components/Common/UI/Tabs/Tabs.d.ts +0 -5
- package/dist/components/Common/UI/Tabs/Tabs.js +45 -16
- package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
- package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +8 -4
- package/dist/components/Common/UI/Tabs/Tabs.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +7 -0
- package/dist/components/Common/index.d.ts +0 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +6 -8
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -7
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -9
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +2 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +2 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -6
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -7
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +5 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +9 -10
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +7 -8
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -8
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +2 -3
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +7 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -6
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/AccountView.js +22 -17
- package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +6 -7
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -5
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -6
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +11 -13
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -6
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +6 -8
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +6 -7
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +15 -17
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +2 -3
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +9 -11
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +5 -6
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -9
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +10 -11
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +2 -3
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +4 -5
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +9 -11
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -6
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +2 -3
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +2 -3
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +12 -14
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -6
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +5 -6
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +2 -3
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +2 -4
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +4 -6
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +39 -41
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +10 -11
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +35 -37
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +18 -19
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +5 -6
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -8
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -6
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -6
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -7
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +3 -5
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +2 -3
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -8
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +15 -16
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +13 -14
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -3
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +3 -4
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +2 -3
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +4 -5
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +10 -9
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +5 -6
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsComponents.js +1 -1
- package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +6 -6
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +2 -2
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +2 -3
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +44 -40
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +2 -3
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/useDeductions.d.ts +2 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +4 -5
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +9 -11
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +11 -13
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Actions.js +4 -5
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +2 -3
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +9 -10
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -6
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +2 -3
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -6
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js +8 -8
- package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Head.js +6 -6
- package/dist/components/Employee/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -6
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +6 -7
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +4 -5
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -4
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.d.ts +1 -0
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js +79 -78
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +12 -13
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +2 -3
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +1 -0
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -8
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js +6 -7
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +38 -35
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.d.ts +52 -0
- package/dist/components/Employee/Profile/HomeAddress.js +63 -44
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +20 -21
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/Profile.js +150 -143
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.d.ts +1 -0
- package/dist/components/Employee/Profile/useProfile.js +4 -6
- package/dist/components/Employee/Profile/useProfile.js.map +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +6 -7
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/StateTaxes.js +4 -4
- package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -6
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +7 -8
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +5 -6
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js +6 -6
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js +5 -5
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +4 -6
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Flow/Flow.js +9 -10
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +9 -10
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +101 -90
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +135 -133
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js +5 -3
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +127 -119
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -6
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +3 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +22 -22
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +40 -27
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +50 -72
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +2 -3
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +4 -4
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +20 -20
- package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +24 -21
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -9
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +117 -128
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js +6 -6
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +89 -78
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +195 -214
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js +8 -0
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js.map +1 -0
- package/dist/components/Payroll/usePreparedPayrollData.js +8 -10
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +49 -45
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +4 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +5 -7
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/helpers/apiErrorToList.d.ts +7 -0
- package/dist/helpers/apiErrorToList.js +23 -0
- package/dist/helpers/apiErrorToList.js.map +1 -0
- package/dist/helpers/breadcrumbHelpers.js +30 -30
- package/dist/helpers/breadcrumbHelpers.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +18 -6
- package/dist/helpers/dateFormatting.js +93 -24
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/formattedStrings.js +11 -12
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/hooks/useAsyncError.js.map +1 -0
- package/dist/hooks/useDateFormatter.d.ts +19 -0
- package/dist/hooks/useDateFormatter.js +24 -0
- package/dist/hooks/useDateFormatter.js.map +1 -0
- package/dist/hooks/useMenu.js.map +1 -0
- package/dist/{components/Common/hooks → hooks}/useNumberFormatter.js +1 -1
- package/dist/hooks/useNumberFormatter.js.map +1 -0
- package/dist/hooks/useOverflowDetection/index.d.ts +3 -0
- package/dist/hooks/useOverflowDetection/useOverflowDetection.d.ts +7 -0
- package/dist/hooks/useOverflowDetection/useOverflowDetection.js +28 -0
- package/dist/hooks/useOverflowDetection/useOverflowDetection.js.map +1 -0
- package/dist/i18n/en/Company.PaySchedule.json.js +9 -9
- package/dist/i18n/en/Employee.Compensation.json.js +15 -15
- package/dist/i18n/en/Employee.Deductions.json.js +131 -105
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- package/dist/i18n/en/Employee.FederalTaxes.json.js +9 -9
- package/dist/i18n/en/Employee.HomeAddress.json.js +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +70 -66
- package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Employee.Taxes.json.js +25 -27
- package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +17 -17
- package/dist/i18n/en/Payroll.PayrollOverview.json.js +23 -23
- package/dist/i18n/en/common.json.d.ts +2 -1
- package/dist/i18n/en/common.json.js +4 -4
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +20 -1
- package/package.json +10 -10
- package/dist/components/Common/hooks/useAsyncError.js.map +0 -1
- package/dist/components/Common/hooks/useMenu.js.map +0 -1
- package/dist/components/Common/hooks/useNumberFormatter.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +0 -221
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +0 -1
- 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/CustomDeductionForm.js +0 -132
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +0 -14
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js +0 -98
- package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js.map +0 -1
- /package/dist/{components/Common/hooks → hooks}/useAsyncError.d.ts +0 -0
- /package/dist/{components/Common/hooks → hooks}/useAsyncError.js +0 -0
- /package/dist/{components/Common/hooks → hooks}/useMenu.d.ts +0 -0
- /package/dist/{components/Common/hooks → hooks}/useMenu.js +0 -0
- /package/dist/{components/Common/hooks → hooks}/useNumberFormatter.d.ts +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
const e =
|
|
1
|
+
const e = `Pick what frequency you'd like to run payroll. If you need help, you can read more about <ScheduleLink href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</ScheduleLink>`, t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <PaymentLawLink href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</PaymentLawLink> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", n = "Continue", s = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = { name: "Name", actions: "Actions", active: "Active", inactive: "Inactive", edit: "Edit" }, r = { addPaySchedule: "Add pay schedule", editPaySchedule: "Edit pay schedule", pageTitle: "Set up pay schedule" }, y = { name: "Name", payfrequency: "Pay frequency", frequency: "Frequency", deadline: "Deadline to run payroll", frequencyOptions: "Frequency Options", firstPayDate: "First pay date", firstPayPeriodEndDate: "First pay period end date", firstPayDayOfTheMonth: "First pay day of the month", lastPayDayOfTheMonth: "Last pay day of the month", preview: "Preview", legend: "Legend" }, c = "Loading...", l = { frequencyOptionsDescription: "Select the pay days for the month.", anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.", anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date." }, d = { payPeriod: "Pay period", payday: "Payday", payrollDeadline: "Run payroll by 1:00PM (PDT) on " }, h = { cancel: "Cancel", save: "Save" }, p = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" }, u = { "15thAndLast": "15th and Last day of the month", custom: "Custom" }, f = { title: "Pay Schedule Preview", description: "Complete all the required fields to see a preview of your pay schedule." }, m = {
|
|
2
2
|
listDescription: e,
|
|
3
3
|
listDescription2: t,
|
|
4
4
|
addAnotherPayScheduleCta: a,
|
|
5
5
|
saveAndContinueCta: o,
|
|
6
|
-
continueCta:
|
|
7
|
-
pleaseVerify:
|
|
6
|
+
continueCta: n,
|
|
7
|
+
pleaseVerify: s,
|
|
8
8
|
payScheduleList: i,
|
|
9
9
|
headings: r,
|
|
10
|
-
labels:
|
|
11
|
-
loading:
|
|
10
|
+
labels: y,
|
|
11
|
+
loading: c,
|
|
12
12
|
descriptions: l,
|
|
13
13
|
payPreview: d,
|
|
14
14
|
actions: h,
|
|
@@ -19,19 +19,19 @@ const e = 'Pick what frequency you’d like to run payroll. If you need help, yo
|
|
|
19
19
|
export {
|
|
20
20
|
h as actions,
|
|
21
21
|
a as addAnotherPayScheduleCta,
|
|
22
|
-
|
|
22
|
+
n as continueCta,
|
|
23
23
|
m as default,
|
|
24
24
|
l as descriptions,
|
|
25
25
|
p as frequencies,
|
|
26
26
|
u as frequencyOptions,
|
|
27
27
|
r as headings,
|
|
28
|
-
|
|
28
|
+
y as labels,
|
|
29
29
|
e as listDescription,
|
|
30
30
|
t as listDescription2,
|
|
31
|
-
|
|
31
|
+
c as loading,
|
|
32
32
|
d as payPreview,
|
|
33
33
|
i as payScheduleList,
|
|
34
|
-
|
|
34
|
+
s as pleaseVerify,
|
|
35
35
|
f as previewAlert,
|
|
36
36
|
o as saveAndContinueCta
|
|
37
37
|
};
|
|
@@ -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",
|
|
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", T = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", N = "Select if employee is a 2% shareholder", O = {
|
|
2
2
|
addAnotherJobCta: e,
|
|
3
3
|
adjustForMinimumWage: t,
|
|
4
4
|
adjustForMinimumWageDescription: o,
|
|
@@ -8,8 +8,8 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
|
|
|
8
8
|
amount: n,
|
|
9
9
|
backCta: m,
|
|
10
10
|
cancelCta: l,
|
|
11
|
-
cancelNewJobCta:
|
|
12
|
-
classificationCTA:
|
|
11
|
+
cancelNewJobCta: r,
|
|
12
|
+
classificationCTA: c,
|
|
13
13
|
employeeClassification: p,
|
|
14
14
|
flsaStatusLabels: d,
|
|
15
15
|
hamburgerTitle: u,
|
|
@@ -18,14 +18,14 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
|
|
|
18
18
|
paymentUnitLabel: C,
|
|
19
19
|
paymentUnitOptions: b,
|
|
20
20
|
saveNewJobCta: f,
|
|
21
|
-
submitCta:
|
|
22
|
-
title:
|
|
23
|
-
editTitle:
|
|
21
|
+
submitCta: k,
|
|
22
|
+
title: g,
|
|
23
|
+
editTitle: w,
|
|
24
24
|
addTitle: W,
|
|
25
25
|
validations: j,
|
|
26
26
|
stateWcCoveredLabel: v,
|
|
27
|
-
stateWcCoveredDescription:
|
|
28
|
-
stateWcCoveredOptions:
|
|
27
|
+
stateWcCoveredDescription: L,
|
|
28
|
+
stateWcCoveredOptions: x,
|
|
29
29
|
stateWcClassCodeLabel: E,
|
|
30
30
|
stateWcClassCodeDescription: T,
|
|
31
31
|
twoPercentStakeholderLabel: N
|
|
@@ -39,10 +39,10 @@ export {
|
|
|
39
39
|
n as amount,
|
|
40
40
|
m as backCta,
|
|
41
41
|
l as cancelCta,
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
r as cancelNewJobCta,
|
|
43
|
+
c as classificationCTA,
|
|
44
44
|
O as default,
|
|
45
|
-
|
|
45
|
+
w as editTitle,
|
|
46
46
|
p as employeeClassification,
|
|
47
47
|
d as flsaStatusLabels,
|
|
48
48
|
u as hamburgerTitle,
|
|
@@ -55,11 +55,11 @@ export {
|
|
|
55
55
|
f as saveNewJobCta,
|
|
56
56
|
T as stateWcClassCodeDescription,
|
|
57
57
|
E as stateWcClassCodeLabel,
|
|
58
|
-
|
|
58
|
+
L as stateWcCoveredDescription,
|
|
59
59
|
v as stateWcCoveredLabel,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
x as stateWcCoveredOptions,
|
|
61
|
+
k as submitCta,
|
|
62
|
+
g as title,
|
|
63
63
|
N as twoPercentStakeholderLabel,
|
|
64
64
|
j as validations
|
|
65
65
|
};
|
|
@@ -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",
|
|
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", f = "Custom deduction", D = "All counties", x = "Agency", T = "Select the appropriate state agency.", b = "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", H = "Every other week", M = "Twice per month", F = "Monthly", I = "Custom deduction (post-tax)", V = "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.", W = "Edit Deduction", Y = "Deduction description", B = "Description", G = "Deduction frequency", j = "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.", fe = "Deduction actions menu", De = "Edit deduction", xe = "Delete deduction", Te = "+ Add another deduction", be = "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,
|
|
@@ -8,133 +8,159 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
|
|
|
8
8
|
includeDeductionsYes: "Yes",
|
|
9
9
|
includeDeductionsNo: "No",
|
|
10
10
|
continueCta: s,
|
|
11
|
-
saveCta:
|
|
12
|
-
addDeductionTitle:
|
|
13
|
-
addDeductionButtonCta:
|
|
11
|
+
saveCta: a,
|
|
12
|
+
addDeductionTitle: r,
|
|
13
|
+
addDeductionButtonCta: d,
|
|
14
14
|
backToDeductionsCta: u,
|
|
15
15
|
externalPostTaxDeductions: l,
|
|
16
16
|
externalPostTaxDeductionsDescription: p,
|
|
17
17
|
garnishmentOption: h,
|
|
18
|
-
garnishmentType:
|
|
19
|
-
childSupport:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
garnishmentType: m,
|
|
19
|
+
childSupport: y,
|
|
20
|
+
childSupportTitle: g,
|
|
21
|
+
customDeductionTitle: f,
|
|
22
|
+
allCounties: D,
|
|
23
|
+
agency: x,
|
|
24
|
+
agencyHelperText: T,
|
|
25
|
+
county: b,
|
|
26
|
+
countyHelperText: C,
|
|
27
|
+
caseNumber: w,
|
|
28
|
+
caseNumberHelperText: A,
|
|
29
|
+
orderNumberHelperText: O,
|
|
30
|
+
remittanceNumberHelperText: P,
|
|
29
31
|
totalAmountWithheld: E,
|
|
30
|
-
totalAmountWithheldHelperText:
|
|
31
|
-
maxPaycheckPercentage:
|
|
32
|
-
maxPaycheckPercentageHelperText:
|
|
33
|
-
manualPaymentRequired:
|
|
34
|
-
manualPaymentRequiredDescription:
|
|
32
|
+
totalAmountWithheldHelperText: v,
|
|
33
|
+
maxPaycheckPercentage: L,
|
|
34
|
+
maxPaycheckPercentageHelperText: k,
|
|
35
|
+
manualPaymentRequired: q,
|
|
36
|
+
manualPaymentRequiredDescription: S,
|
|
35
37
|
per: "Per",
|
|
36
|
-
perHelperText:
|
|
37
|
-
everyWeek:
|
|
38
|
+
perHelperText: N,
|
|
39
|
+
everyWeek: R,
|
|
38
40
|
everyOtherWeek: H,
|
|
39
|
-
twicePerMonth:
|
|
40
|
-
monthly:
|
|
41
|
+
twicePerMonth: M,
|
|
42
|
+
monthly: F,
|
|
41
43
|
customDeductionOption: I,
|
|
42
|
-
deductionTypeRadioLabel:
|
|
43
|
-
editDeductionTitle:
|
|
44
|
-
descriptionLabel:
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
44
|
+
deductionTypeRadioLabel: V,
|
|
45
|
+
editDeductionTitle: W,
|
|
46
|
+
descriptionLabel: Y,
|
|
47
|
+
descriptionLabelV2: B,
|
|
48
|
+
frequencyLabel: G,
|
|
49
|
+
frequencyRecurringOption: j,
|
|
50
|
+
frequencyRecurringOptionV2: U,
|
|
51
|
+
frequencyOneTimeOption: _,
|
|
52
|
+
frequencyOneTimeOptionV2: z,
|
|
53
|
+
deductionsTableLabel: J,
|
|
54
|
+
deductionTypeLabel: K,
|
|
55
|
+
deductionTypeLabelV2: Q,
|
|
56
|
+
deductionTypePercentageOption: X,
|
|
57
|
+
deductionTypePercentageOptionV2: Z,
|
|
58
|
+
deductionTypeFixedAmountOption: $,
|
|
59
|
+
deductionAmountLabel: ee,
|
|
60
|
+
deductionAmountDescriptionPercentage: te,
|
|
61
|
+
deductionAmountDescriptionFixed: oe,
|
|
62
|
+
payPeriodMaximum: ne,
|
|
63
|
+
totalAmountLabel: ce,
|
|
64
|
+
totalAmountDescription: ie,
|
|
65
|
+
annualMaxLabel: se,
|
|
66
|
+
annualMaxDescription: ae,
|
|
67
|
+
courtOrderedLabel: re,
|
|
68
|
+
nameColumn: de,
|
|
69
|
+
frequencyColumn: ue,
|
|
70
|
+
withheldColumn: le,
|
|
71
|
+
actionsColumn: pe,
|
|
72
|
+
recurringText: he,
|
|
73
|
+
recurringAmount: me,
|
|
74
|
+
nonRecurringText: ye,
|
|
75
|
+
emptyListMessage: ge,
|
|
76
|
+
hamburgerTitle: fe,
|
|
77
|
+
editCta: De,
|
|
78
|
+
deleteCta: xe,
|
|
79
|
+
addDeductionCta: Te,
|
|
80
|
+
cancelCta: be,
|
|
81
|
+
validations: Ce
|
|
69
82
|
};
|
|
70
83
|
export {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
84
|
+
pe as actionsColumn,
|
|
85
|
+
d as addDeductionButtonCta,
|
|
86
|
+
Te as addDeductionCta,
|
|
87
|
+
r as addDeductionTitle,
|
|
88
|
+
x as agency,
|
|
89
|
+
T as agencyHelperText,
|
|
90
|
+
D as allCounties,
|
|
91
|
+
ae as annualMaxDescription,
|
|
92
|
+
se as annualMaxLabel,
|
|
79
93
|
u as backToDeductionsCta,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
94
|
+
be as cancelCta,
|
|
95
|
+
w as caseNumber,
|
|
96
|
+
A as caseNumberHelperText,
|
|
97
|
+
y as childSupport,
|
|
98
|
+
g as childSupportTitle,
|
|
84
99
|
s as continueCta,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
100
|
+
b as county,
|
|
101
|
+
C as countyHelperText,
|
|
102
|
+
re as courtOrderedLabel,
|
|
88
103
|
I as customDeductionOption,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
104
|
+
f as customDeductionTitle,
|
|
105
|
+
oe as deductionAmountDescriptionFixed,
|
|
106
|
+
te as deductionAmountDescriptionPercentage,
|
|
107
|
+
ee as deductionAmountLabel,
|
|
108
|
+
$ as deductionTypeFixedAmountOption,
|
|
109
|
+
K as deductionTypeLabel,
|
|
110
|
+
Q as deductionTypeLabelV2,
|
|
111
|
+
X as deductionTypePercentageOption,
|
|
112
|
+
Z as deductionTypePercentageOptionV2,
|
|
113
|
+
V as deductionTypeRadioLabel,
|
|
114
|
+
J as deductionsTableLabel,
|
|
115
|
+
Pe as default,
|
|
116
|
+
xe as deleteCta,
|
|
117
|
+
Y as descriptionLabel,
|
|
118
|
+
B as descriptionLabelV2,
|
|
119
|
+
De as editCta,
|
|
120
|
+
W as editDeductionTitle,
|
|
121
|
+
ge as emptyListMessage,
|
|
101
122
|
H as everyOtherWeek,
|
|
102
|
-
|
|
123
|
+
R as everyWeek,
|
|
103
124
|
l as externalPostTaxDeductions,
|
|
104
125
|
p as externalPostTaxDeductionsDescription,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
126
|
+
ue as frequencyColumn,
|
|
127
|
+
G as frequencyLabel,
|
|
128
|
+
_ as frequencyOneTimeOption,
|
|
129
|
+
z as frequencyOneTimeOptionV2,
|
|
130
|
+
j as frequencyRecurringOption,
|
|
131
|
+
U as frequencyRecurringOptionV2,
|
|
109
132
|
h as garnishmentOption,
|
|
110
|
-
|
|
111
|
-
|
|
133
|
+
m as garnishmentType,
|
|
134
|
+
fe as hamburgerTitle,
|
|
112
135
|
o as includeDeductionsDescription,
|
|
113
136
|
n as includeDeductionsDescriptionV2,
|
|
114
137
|
i as includeDeductionsEmptyState,
|
|
115
138
|
t as includeDeductionsFormLabel,
|
|
116
|
-
|
|
139
|
+
Ae as includeDeductionsNo,
|
|
117
140
|
c as includeDeductionsSubtitle,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
141
|
+
we as includeDeductionsYes,
|
|
142
|
+
q as manualPaymentRequired,
|
|
143
|
+
S as manualPaymentRequiredDescription,
|
|
144
|
+
L as maxPaycheckPercentage,
|
|
145
|
+
k as maxPaycheckPercentageHelperText,
|
|
146
|
+
F as monthly,
|
|
147
|
+
de as nameColumn,
|
|
148
|
+
ye as nonRecurringText,
|
|
149
|
+
O as orderNumberHelperText,
|
|
127
150
|
e as pageTitle,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
151
|
+
ne as payPeriodMaximum,
|
|
152
|
+
Oe as per,
|
|
153
|
+
N as perHelperText,
|
|
154
|
+
me as recurringAmount,
|
|
155
|
+
he as recurringText,
|
|
156
|
+
P as remittanceNumberHelperText,
|
|
157
|
+
a as saveCta,
|
|
158
|
+
ie as totalAmountDescription,
|
|
159
|
+
ce as totalAmountLabel,
|
|
134
160
|
E as totalAmountWithheld,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
161
|
+
v as totalAmountWithheldHelperText,
|
|
162
|
+
M as twicePerMonth,
|
|
163
|
+
Ce as validations,
|
|
164
|
+
le as withheldColumn
|
|
139
165
|
};
|
|
140
166
|
//# 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,12 +1,12 @@
|
|
|
1
|
-
const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)",
|
|
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
|
-
federalFillingStatusPlaceholder:
|
|
7
|
-
federalTaxesTitle:
|
|
8
|
-
irs_calculator:
|
|
9
|
-
filingStatusExemptFromWithholding:
|
|
6
|
+
federalFillingStatusPlaceholder: s,
|
|
7
|
+
federalTaxesTitle: l,
|
|
8
|
+
irs_calculator: n,
|
|
9
|
+
filingStatusExemptFromWithholding: a,
|
|
10
10
|
filingStatusHeadOfHousehold: r,
|
|
11
11
|
filingStatusMarried: c,
|
|
12
12
|
filingStatusSingle: h,
|
|
@@ -26,15 +26,15 @@ export {
|
|
|
26
26
|
t as dependentsTotalIfApplicable,
|
|
27
27
|
o as extraWithholding,
|
|
28
28
|
i as federalFilingStatus1c,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
s as federalFillingStatusPlaceholder,
|
|
30
|
+
l as federalTaxesTitle,
|
|
31
31
|
d as fieldIsRequired,
|
|
32
|
-
|
|
32
|
+
a as filingStatusExemptFromWithholding,
|
|
33
33
|
r as filingStatusHeadOfHousehold,
|
|
34
34
|
c as filingStatusMarried,
|
|
35
35
|
h as filingStatusSingle,
|
|
36
36
|
u as includesSpouseExplanation,
|
|
37
|
-
|
|
37
|
+
n as irs_calculator,
|
|
38
38
|
p as multipleJobs2c,
|
|
39
39
|
f as otherIncome,
|
|
40
40
|
w as selectWithholdingDescription,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<
|
|
1
|
+
const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<LearnMoreLink href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</LearnMoreLink>', d = "Courtesy withholding", h = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", p = "Edit Address", y = "Cancel", m = "Submit", u = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, w = {
|
|
2
2
|
formTitle: e,
|
|
3
3
|
desc: t,
|
|
4
4
|
street1: o,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const t = "Account number", e = "Account type", n = "Account type",
|
|
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", T = "Routing number", N = "(9 digits)", v = "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,
|
|
5
|
-
accountTypeChecking:
|
|
6
|
-
accountTypeSavings:
|
|
5
|
+
accountTypeChecking: c,
|
|
6
|
+
accountTypeSavings: o,
|
|
7
7
|
allocationColumn: a,
|
|
8
8
|
actionColumn: i,
|
|
9
9
|
addAnotherCta: s,
|
|
@@ -11,80 +11,84 @@ const t = "Account number", e = "Account type", n = "Account type", o = "Checkin
|
|
|
11
11
|
bankAccountsListLabel: l,
|
|
12
12
|
cancelCta: u,
|
|
13
13
|
saveCta: p,
|
|
14
|
-
cancelAddCta:
|
|
15
|
-
checkDescription:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
14
|
+
cancelAddCta: d,
|
|
15
|
+
checkDescription: m,
|
|
16
|
+
checkDescriptionSelf: y,
|
|
17
|
+
checkLabel: b,
|
|
18
|
+
deleteBankAccountCTA: h,
|
|
19
|
+
directDepositDescription: k,
|
|
20
|
+
directDepositDescriptionSelf: g,
|
|
21
|
+
directDepositLabel: f,
|
|
22
|
+
hamburgerTitle: C,
|
|
23
|
+
nameLabel: L,
|
|
24
|
+
nicknameColumn: A,
|
|
25
|
+
paymentFieldsetLegend: D,
|
|
26
|
+
routingNumberColumn: S,
|
|
27
|
+
routingNumberLabel: T,
|
|
28
|
+
routingNumberDescription: N,
|
|
29
|
+
splitCta: v,
|
|
30
|
+
submitCta: B,
|
|
31
|
+
title: _,
|
|
32
|
+
amountLabel: w,
|
|
33
|
+
splitDescription: E,
|
|
34
|
+
draggableListLabel: P,
|
|
35
|
+
percentageLabel: R,
|
|
36
|
+
splitAmountLabel: W,
|
|
37
|
+
splitByLabel: x,
|
|
38
|
+
priorityLabel: I,
|
|
39
|
+
remainderLabel: q,
|
|
40
|
+
splitTitle: F,
|
|
41
|
+
priority_one: M,
|
|
42
|
+
priority_two: Y,
|
|
43
|
+
priority_few: j,
|
|
44
|
+
priority_other: z,
|
|
45
|
+
validations: G
|
|
44
46
|
};
|
|
45
47
|
export {
|
|
46
48
|
t as accountNumberLabel,
|
|
47
|
-
|
|
49
|
+
c as accountTypeChecking,
|
|
48
50
|
e as accountTypeColumn,
|
|
49
51
|
n as accountTypeLabel,
|
|
50
|
-
|
|
52
|
+
o as accountTypeSavings,
|
|
51
53
|
i as actionColumn,
|
|
52
54
|
s as addAnotherCta,
|
|
53
55
|
r as addBankAccountCTA,
|
|
54
56
|
a as allocationColumn,
|
|
55
|
-
|
|
57
|
+
w as amountLabel,
|
|
56
58
|
l as bankAccountsListLabel,
|
|
57
|
-
|
|
59
|
+
d as cancelAddCta,
|
|
58
60
|
u as cancelCta,
|
|
59
|
-
|
|
60
|
-
y as
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
h as
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
61
|
+
m as checkDescription,
|
|
62
|
+
y as checkDescriptionSelf,
|
|
63
|
+
b as checkLabel,
|
|
64
|
+
H as default,
|
|
65
|
+
h as deleteBankAccountCTA,
|
|
66
|
+
k as directDepositDescription,
|
|
67
|
+
g as directDepositDescriptionSelf,
|
|
68
|
+
f as directDepositLabel,
|
|
69
|
+
P as draggableListLabel,
|
|
70
|
+
C as hamburgerTitle,
|
|
71
|
+
L as nameLabel,
|
|
72
|
+
A as nicknameColumn,
|
|
73
|
+
D as paymentFieldsetLegend,
|
|
74
|
+
R as percentageLabel,
|
|
75
|
+
I as priorityLabel,
|
|
76
|
+
j as priority_few,
|
|
77
|
+
M as priority_one,
|
|
78
|
+
z as priority_other,
|
|
79
|
+
Y as priority_two,
|
|
80
|
+
q as remainderLabel,
|
|
81
|
+
S as routingNumberColumn,
|
|
82
|
+
N as routingNumberDescription,
|
|
83
|
+
T as routingNumberLabel,
|
|
80
84
|
p as saveCta,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
85
|
+
W as splitAmountLabel,
|
|
86
|
+
x as splitByLabel,
|
|
87
|
+
v as splitCta,
|
|
88
|
+
E as splitDescription,
|
|
89
|
+
F as splitTitle,
|
|
90
|
+
B as submitCta,
|
|
91
|
+
_ as title,
|
|
92
|
+
G as validations
|
|
89
93
|
};
|
|
90
94
|
//# sourceMappingURL=Employee.PaymentMethod.json.js.map
|