@gusto/embedded-react-sdk 0.42.0 → 0.43.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 +27 -0
- package/dist/assets/icons/search-lg.svg.js +10 -0
- package/dist/assets/icons/search-lg.svg.js.map +1 -0
- package/dist/components/Base/Base.js +3 -2
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.d.ts +3 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js +55 -45
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +16 -10
- package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -1
- package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
- package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.js +26 -25
- package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +5 -0
- package/dist/components/Common/UI/DatePicker/DatePicker.js +4 -4
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/Menu/Menu.js +18 -17
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +5 -0
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.js +9 -9
- package/dist/components/Common/UI/Select/Select.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +8 -6
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +7 -6
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +9 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +7 -6
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +3 -2
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +7 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +10 -9
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -2
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +3 -2
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +7 -6
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +8 -7
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -4
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +6 -5
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -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 +3 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.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 +9 -7
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +3 -2
- 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 +6 -5
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +7 -6
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.js +11 -10
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +3 -2
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.d.ts +6 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +30 -27
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +61 -55
- 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 +40 -38
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.module.scss.js +8 -0
- package/dist/components/Company/Locations/LocationsList/List.module.scss.js.map +1 -0
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -6
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +6 -5
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -5
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +4 -2
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +4 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleForm.js +3 -2
- package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +3 -2
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +6 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +7 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +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 +10 -8
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +3 -2
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/Head.js +10 -8
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +6 -5
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.js +3 -2
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +42 -41
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +12 -10
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +17 -17
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -2
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +14 -13
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +3 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +48 -49
- package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +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 +3 -2
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js +14 -12
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +5 -4
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +15 -14
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +6 -5
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +26 -26
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +3 -2
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +7 -6
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +5 -4
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +11 -9
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +8 -7
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +36 -34
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js +98 -98
- package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +3 -2
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +3 -2
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +35 -34
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/Actions.js +3 -2
- package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -4
- package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +3 -2
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/Landing/Landing.js +7 -6
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +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 +3 -2
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminProfile.js +121 -127
- package/dist/components/Employee/Profile/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/EmployeeProfile.js +57 -63
- package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +47 -47
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/Actions.js +7 -6
- package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
- package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +8 -7
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +5 -4
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +4 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +3 -2
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +9 -8
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +3 -2
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +3 -2
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Flow/FlowHeader.js +3 -2
- package/dist/components/Flow/FlowHeader.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +18 -17
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.js +3 -2
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +1 -0
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +9 -8
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +3 -2
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +19 -18
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +11 -10
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +1 -0
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -2
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +8 -7
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +3 -2
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +3 -2
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -4
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +3 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +13 -12
- 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/PayrollOverviewPresentation.js +3 -2
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +3 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +1 -0
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +3 -2
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +3 -2
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +7 -6
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +6 -41
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -0
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +12 -40
- package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +13 -12
- package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +3 -2
- package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +61 -41
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +6 -8
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +32 -44
- package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +3 -2
- package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +59 -50
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +50 -23
- package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +26 -25
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +55 -40
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployees.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +6 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +66 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +2 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +82 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +24 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +7 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +70 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTypes.d.ts +24 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +11 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +56 -0
- package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -4
- package/dist/components/UNSTABLE_TimeOff/index.js +19 -21
- package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js +90 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +10 -0
- package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js.map +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +1 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +27 -25
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +8 -0
- package/dist/contexts/ThemeProvider/ThemeProvider.js +26 -21
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/useTheme.d.ts +1 -1
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/i18n/I18n.js +1 -0
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.Locations.json.js +43 -39
- package/dist/i18n/en/Company.Locations.json.js.map +1 -1
- package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +5 -5
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +22 -0
- package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -0
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +11 -9
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +17 -15
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +11 -9
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.js +17 -15
- package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js +15 -13
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js +19 -17
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/withOptions.d.ts +1 -1
- package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
- package/dist/partner-hook-utils/types.d.ts +1 -1
- package/dist/shared/constants.d.ts +2 -0
- package/dist/shared/constants.js +8 -7
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +21 -1
- package/docs/reference/endpoint-inventory.json +169 -30
- package/package.json +6 -6
- package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +0 -8
- package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js.map +0 -1
|
@@ -1387,9 +1387,25 @@
|
|
|
1387
1387
|
"method": "DELETE",
|
|
1388
1388
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1389
1389
|
},
|
|
1390
|
+
{
|
|
1391
|
+
"method": "GET",
|
|
1392
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"method": "PUT",
|
|
1396
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1397
|
+
},
|
|
1390
1398
|
{
|
|
1391
1399
|
"method": "POST",
|
|
1392
1400
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"method": "PUT",
|
|
1404
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"method": "PUT",
|
|
1408
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1393
1409
|
}
|
|
1394
1410
|
],
|
|
1395
1411
|
"variables": [
|
|
@@ -1424,9 +1440,25 @@
|
|
|
1424
1440
|
"method": "DELETE",
|
|
1425
1441
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1426
1442
|
},
|
|
1443
|
+
{
|
|
1444
|
+
"method": "GET",
|
|
1445
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"method": "PUT",
|
|
1449
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1450
|
+
},
|
|
1427
1451
|
{
|
|
1428
1452
|
"method": "POST",
|
|
1429
1453
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
"method": "PUT",
|
|
1457
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"method": "PUT",
|
|
1461
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1430
1462
|
}
|
|
1431
1463
|
],
|
|
1432
1464
|
"variables": [
|
|
@@ -1446,7 +1478,7 @@
|
|
|
1446
1478
|
"companyUuid"
|
|
1447
1479
|
]
|
|
1448
1480
|
},
|
|
1449
|
-
"UNSTABLE_TimeOff.
|
|
1481
|
+
"UNSTABLE_TimeOff.PolicySettingsPresentation": {
|
|
1450
1482
|
"endpoints": [
|
|
1451
1483
|
{
|
|
1452
1484
|
"method": "POST",
|
|
@@ -1472,46 +1504,25 @@
|
|
|
1472
1504
|
"method": "DELETE",
|
|
1473
1505
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1474
1506
|
},
|
|
1475
|
-
{
|
|
1476
|
-
"method": "POST",
|
|
1477
|
-
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1478
|
-
}
|
|
1479
|
-
],
|
|
1480
|
-
"variables": [
|
|
1481
|
-
"companyId",
|
|
1482
|
-
"companyUuid",
|
|
1483
|
-
"timeOffPolicyUuid"
|
|
1484
|
-
]
|
|
1485
|
-
},
|
|
1486
|
-
"UNSTABLE_TimeOff.PolicySettingsPresentation": {
|
|
1487
|
-
"endpoints": [
|
|
1488
|
-
{
|
|
1489
|
-
"method": "POST",
|
|
1490
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1491
|
-
},
|
|
1492
1507
|
{
|
|
1493
1508
|
"method": "GET",
|
|
1494
|
-
"path": "/v1/
|
|
1509
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1495
1510
|
},
|
|
1496
1511
|
{
|
|
1497
1512
|
"method": "PUT",
|
|
1498
|
-
"path": "/v1/time_off_policies/:timeOffPolicyUuid
|
|
1513
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1499
1514
|
},
|
|
1500
1515
|
{
|
|
1501
|
-
"method": "
|
|
1502
|
-
"path": "/v1/companies/:
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"method": "GET",
|
|
1506
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1516
|
+
"method": "POST",
|
|
1517
|
+
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1507
1518
|
},
|
|
1508
1519
|
{
|
|
1509
|
-
"method": "
|
|
1510
|
-
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1520
|
+
"method": "PUT",
|
|
1521
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1511
1522
|
},
|
|
1512
1523
|
{
|
|
1513
|
-
"method": "
|
|
1514
|
-
"path": "/v1/
|
|
1524
|
+
"method": "PUT",
|
|
1525
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1515
1526
|
}
|
|
1516
1527
|
],
|
|
1517
1528
|
"variables": [
|
|
@@ -1546,9 +1557,25 @@
|
|
|
1546
1557
|
"method": "DELETE",
|
|
1547
1558
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1548
1559
|
},
|
|
1560
|
+
{
|
|
1561
|
+
"method": "GET",
|
|
1562
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"method": "PUT",
|
|
1566
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1567
|
+
},
|
|
1549
1568
|
{
|
|
1550
1569
|
"method": "POST",
|
|
1551
1570
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"method": "PUT",
|
|
1574
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"method": "PUT",
|
|
1578
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1552
1579
|
}
|
|
1553
1580
|
],
|
|
1554
1581
|
"variables": [
|
|
@@ -1583,9 +1610,25 @@
|
|
|
1583
1610
|
"method": "DELETE",
|
|
1584
1611
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1585
1612
|
},
|
|
1613
|
+
{
|
|
1614
|
+
"method": "GET",
|
|
1615
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"method": "PUT",
|
|
1619
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1620
|
+
},
|
|
1586
1621
|
{
|
|
1587
1622
|
"method": "POST",
|
|
1588
1623
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"method": "PUT",
|
|
1627
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"method": "PUT",
|
|
1631
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1589
1632
|
}
|
|
1590
1633
|
],
|
|
1591
1634
|
"variables": [
|
|
@@ -1620,9 +1663,25 @@
|
|
|
1620
1663
|
"method": "DELETE",
|
|
1621
1664
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1622
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"method": "GET",
|
|
1668
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"method": "PUT",
|
|
1672
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1673
|
+
},
|
|
1623
1674
|
{
|
|
1624
1675
|
"method": "POST",
|
|
1625
1676
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"method": "PUT",
|
|
1680
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"method": "PUT",
|
|
1684
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1626
1685
|
}
|
|
1627
1686
|
],
|
|
1628
1687
|
"variables": [
|
|
@@ -1657,9 +1716,25 @@
|
|
|
1657
1716
|
"method": "DELETE",
|
|
1658
1717
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1659
1718
|
},
|
|
1719
|
+
{
|
|
1720
|
+
"method": "GET",
|
|
1721
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"method": "PUT",
|
|
1725
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1726
|
+
},
|
|
1660
1727
|
{
|
|
1661
1728
|
"method": "POST",
|
|
1662
1729
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"method": "PUT",
|
|
1733
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"method": "PUT",
|
|
1737
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1663
1738
|
}
|
|
1664
1739
|
],
|
|
1665
1740
|
"variables": [
|
|
@@ -1694,9 +1769,25 @@
|
|
|
1694
1769
|
"method": "DELETE",
|
|
1695
1770
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1696
1771
|
},
|
|
1772
|
+
{
|
|
1773
|
+
"method": "GET",
|
|
1774
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"method": "PUT",
|
|
1778
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1779
|
+
},
|
|
1697
1780
|
{
|
|
1698
1781
|
"method": "POST",
|
|
1699
1782
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"method": "PUT",
|
|
1786
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"method": "PUT",
|
|
1790
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1700
1791
|
}
|
|
1701
1792
|
],
|
|
1702
1793
|
"variables": [
|
|
@@ -1731,9 +1822,25 @@
|
|
|
1731
1822
|
"method": "DELETE",
|
|
1732
1823
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1733
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"method": "GET",
|
|
1827
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"method": "PUT",
|
|
1831
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1832
|
+
},
|
|
1734
1833
|
{
|
|
1735
1834
|
"method": "POST",
|
|
1736
1835
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"method": "PUT",
|
|
1839
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"method": "PUT",
|
|
1843
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1737
1844
|
}
|
|
1738
1845
|
],
|
|
1739
1846
|
"variables": [
|
|
@@ -1768,9 +1875,25 @@
|
|
|
1768
1875
|
"method": "DELETE",
|
|
1769
1876
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1770
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
"method": "GET",
|
|
1880
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"method": "PUT",
|
|
1884
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1885
|
+
},
|
|
1771
1886
|
{
|
|
1772
1887
|
"method": "POST",
|
|
1773
1888
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"method": "PUT",
|
|
1892
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"method": "PUT",
|
|
1896
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1774
1897
|
}
|
|
1775
1898
|
],
|
|
1776
1899
|
"variables": [
|
|
@@ -1805,9 +1928,25 @@
|
|
|
1805
1928
|
"method": "DELETE",
|
|
1806
1929
|
"path": "/v1/companies/:companyUuid/holiday_pay_policy"
|
|
1807
1930
|
},
|
|
1931
|
+
{
|
|
1932
|
+
"method": "GET",
|
|
1933
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"method": "PUT",
|
|
1937
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid"
|
|
1938
|
+
},
|
|
1808
1939
|
{
|
|
1809
1940
|
"method": "POST",
|
|
1810
1941
|
"path": "/v1/companies/:companyUuid/time_off_policies"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"method": "PUT",
|
|
1945
|
+
"path": "/v1/companies/:companyUuid/holiday_pay_policy/add"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"method": "PUT",
|
|
1949
|
+
"path": "/v1/time_off_policies/:timeOffPolicyUuid/add_employees"
|
|
1811
1950
|
}
|
|
1812
1951
|
],
|
|
1813
1952
|
"variables": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusto/embedded-react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.0",
|
|
4
4
|
"homepage": "https://github.com/Gusto/embedded-react-sdk",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/Gusto/embedded-react-sdk/issues"
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@storybook/addon-a11y": "^10.3.5",
|
|
88
88
|
"@storybook/addon-docs": "^10.3.5",
|
|
89
89
|
"@storybook/addon-onboarding": "^10.3.5",
|
|
90
|
-
"@storybook/react-vite": "^10.3.
|
|
90
|
+
"@storybook/react-vite": "^10.3.6",
|
|
91
91
|
"@storybook/test-runner": "^0.24.3",
|
|
92
92
|
"@testing-library/jest-dom": "^6.9.1",
|
|
93
93
|
"@testing-library/react": "^16.3.2",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@types/react-dom": "^19.2.3",
|
|
101
101
|
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
102
102
|
"@vitest/coverage-v8": "^4.1.5",
|
|
103
|
-
"axe-core": "^4.11.
|
|
103
|
+
"axe-core": "^4.11.4",
|
|
104
104
|
"dotenv": "^17.4.2",
|
|
105
105
|
"eslint": "^9.39.4",
|
|
106
106
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"eslint-plugin-react": "^7.37.5",
|
|
109
109
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
110
110
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
111
|
-
"eslint-plugin-storybook": "^10.3.
|
|
111
|
+
"eslint-plugin-storybook": "^10.3.6",
|
|
112
112
|
"globals": "^17.5.0",
|
|
113
113
|
"husky": "^9.1.7",
|
|
114
114
|
"jest-axe": "^9.0.0",
|
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
"jsdom": "^26.1.0",
|
|
117
117
|
"jsdom-testing-mocks": "^1.16.0",
|
|
118
118
|
"lint-staged": "^16.4.0",
|
|
119
|
-
"msw": "^2.
|
|
119
|
+
"msw": "^2.14.2",
|
|
120
120
|
"npm-run-all": "^4.1.5",
|
|
121
|
-
"pixelmatch": "^7.
|
|
121
|
+
"pixelmatch": "^7.2.0",
|
|
122
122
|
"pngjs": "^7.0.0",
|
|
123
123
|
"prettier": "^3.8.3",
|
|
124
124
|
"react-dnd": "^16.0.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContractorProfileForm.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|