@gusto/embedded-react-sdk 0.33.0 → 0.35.0-rc.1
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 +63 -0
- package/dist/components/Base/Base.d.ts +6 -2
- package/dist/components/Base/Base.js +105 -59
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/useBase.d.ts +1 -0
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Base/useBaseSubmit.d.ts +1 -1
- package/dist/components/Base/useBaseSubmit.js +60 -33
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.d.ts +5 -0
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js +34 -0
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js.map +1 -0
- package/dist/components/Common/Fields/MultiSelectComboBoxField/index.d.ts +2 -0
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.d.ts +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js +15 -13
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenuTypes.d.ts +1 -0
- package/dist/components/Common/SignatureForm/SignatureForm.d.ts +1 -7
- package/dist/components/Common/SignatureForm/SignatureForm.js +12 -11
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +1 -1
- package/dist/components/Common/UI/Menu/Menu.js +24 -24
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/Menu/Menu.module.scss.js +7 -7
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +5 -0
- package/dist/components/Common/UI/Menu/MenuTypes.js +4 -3
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.d.ts +2 -0
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +127 -0
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -0
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.module.scss.js +16 -0
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.module.scss.js.map +1 -0
- package/dist/components/Common/{MultiSelectComboBox → UI/MultiSelectComboBox}/MultiSelectComboBoxTypes.d.ts +6 -5
- package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
- package/dist/components/Common/index.d.ts +1 -0
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +5 -6
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.d.ts +4 -30
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +2 -26
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +4 -5
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +1 -7
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +5 -4
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +1 -7
- 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/DocumentList.js +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +2 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +2 -2
- 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.d.ts +7 -13
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +1 -1
- package/dist/components/Company/Industry/Context.js +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.d.ts +7 -20
- 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 +2 -2
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +2 -2
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +3 -2
- 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 +2 -2
- package/dist/components/Company/OnboardingOverview/context.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +2 -2
- package/dist/components/Company/PaySchedule/_parts/Edit.js +9 -10
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +9 -8
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +12 -11
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +7 -18
- package/dist/components/Company/PaySchedule/usePaySchedule.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +1 -1
- package/dist/components/Contractor/Address/Address.js +2 -2
- package/dist/components/Contractor/Address/Form.js +6 -7
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.d.ts +1 -13
- package/dist/components/Contractor/Address/useAddress.js +1 -1
- package/dist/components/Contractor/ContractorList/index.js +17 -17
- package/dist/components/Contractor/ContractorList/useContractorList.js +4 -4
- package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +5 -15
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +28 -28
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +7 -20
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +5 -6
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +119 -113
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.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/EditContractorPaymentFormSchema.d.ts +19 -67
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +2 -3
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +18 -17
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +27 -26
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +76 -44
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.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/PaymentStatement.js +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +7 -6
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +3 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +28 -22
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +3 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +66 -54
- 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/useContractorProfile.d.ts +54 -120
- package/dist/components/Contractor/Profile/useContractorProfile.js +50 -49
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.js +1 -1
- package/dist/components/Employee/Compensation/Edit.js +70 -70
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/useCompensation.d.ts +17 -44
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +4 -22
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +61 -61
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +4 -22
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +34 -34
- package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +5 -27
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +47 -47
- package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +2 -3
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
- package/dist/components/Employee/Deductions/useDeductions.d.ts +7 -26
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +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 +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +3 -2
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.d.ts +5 -29
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +8 -8
- package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +9 -76
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js +5 -5
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js +8 -8
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -5
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +3 -2
- package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +3 -2
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +1 -1
- package/dist/components/Employee/FederalTaxes/FederalForm.d.ts +7 -33
- package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +1 -1
- package/dist/components/Employee/Landing/Landing.js +8 -8
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/PaymentMethod/BankAccount.d.ts +5 -14
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.d.ts +5 -6
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +12 -68
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +17 -16
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.d.ts +17 -82
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +38 -33
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.d.ts +11 -66
- package/dist/components/Employee/Profile/HomeAddress.js +8 -9
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.d.ts +15 -64
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +31 -28
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/Profile.js +2 -5
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/SelfPersonalDetails.d.ts +8 -37
- package/dist/components/Employee/Profile/SelfPersonalDetails.js +22 -19
- package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +1 -1
- package/dist/components/Employee/StateTaxes/StateForm.d.ts +1 -5
- package/dist/components/Employee/StateTaxes/StateTaxes.js +69 -61
- package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/useStateTaxes.js +1 -1
- package/dist/components/Employee/Taxes/FederalForm.d.ts +7 -33
- package/dist/components/Employee/Taxes/StateForm.d.ts +1 -5
- package/dist/components/Employee/Taxes/useTaxes.js +1 -1
- package/dist/components/Flow/Flow.js +3 -2
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +9 -9
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +4 -4
- package/dist/components/InformationRequests/InformationRequests.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +1 -11
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +2 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +101 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.module.scss.js +16 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.module.scss.js.map +1 -0
- package/dist/components/Payroll/GrossUpModal/GrossUpModalTypes.d.ts +7 -0
- package/dist/components/Payroll/GrossUpModal/index.d.ts +3 -0
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +6 -9
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +104 -57
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +93 -24
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +11 -0
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.d.ts +2 -22
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +102 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.module.scss.js +14 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.module.scss.js.map +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.js +52 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.js.map +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.module.scss.js +16 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.module.scss.js.map +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +12 -2
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +15 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -0
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/index.d.ts +2 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +3 -2
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +12 -12
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +212 -120
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +3 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +88 -77
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.d.ts +2 -0
- package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js +11 -0
- package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js.map +1 -0
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +67 -57
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +5 -5
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +2 -12
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +36 -37
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +13 -12
- 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 +3 -2
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +2 -3
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +8 -7
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +3 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +6 -6
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +3 -2
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.js +47 -46
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.js +26 -25
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/apiVersionHook.d.ts +2 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js +7 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -0
- package/dist/contexts/ApiProvider/apiVersionHook.test.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +60 -58
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +2 -0
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +58 -39
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/ObservabilityContext.d.ts +5 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityContext.js +6 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityContext.js.map +1 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityProvider.d.ts +7 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityProvider.js +11 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityProvider.js.map +1 -0
- package/dist/contexts/ObservabilityProvider/index.d.ts +5 -0
- package/dist/contexts/ObservabilityProvider/observabilityUtils.d.ts +5 -0
- package/dist/contexts/ObservabilityProvider/observabilityUtils.js +45 -0
- package/dist/contexts/ObservabilityProvider/observabilityUtils.js.map +1 -0
- package/dist/contexts/ObservabilityProvider/sanitization.d.ts +19 -0
- package/dist/contexts/ObservabilityProvider/sanitization.js +95 -0
- package/dist/contexts/ObservabilityProvider/sanitization.js.map +1 -0
- package/dist/contexts/ObservabilityProvider/sanitization.test.d.ts +1 -0
- package/dist/contexts/ObservabilityProvider/useObservability.d.ts +2 -0
- package/dist/contexts/ObservabilityProvider/useObservability.js +11 -0
- package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -0
- package/dist/contexts/ObservabilityProvider/useSanitizedObservability.d.ts +8 -0
- package/dist/contexts/ObservabilityProvider/useSanitizedObservability.js +28 -0
- package/dist/contexts/ObservabilityProvider/useSanitizedObservability.js.map +1 -0
- package/dist/contexts/ThemeProvider/ThemeProvider.js +23 -23
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/index.d.ts +2 -0
- package/dist/helpers/formattedStrings.js +12 -13
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/helpers/rem.d.ts +7 -3
- package/dist/helpers/rem.js +14 -10
- package/dist/helpers/rem.js.map +1 -1
- package/dist/helpers/rem.test.d.ts +1 -0
- package/dist/helpers/retryAsync.d.ts +7 -0
- package/dist/helpers/retryAsync.js +18 -0
- package/dist/helpers/retryAsync.js.map +1 -0
- package/dist/helpers/validations.d.ts +2 -2
- package/dist/i18n/I18n.js +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +1 -1
- package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js +42 -40
- package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Payments.PaymentsList.json.js +9 -9
- package/dist/i18n/en/Payroll.EmployeeSelection.json.js +10 -0
- package/dist/i18n/en/Payroll.EmployeeSelection.json.js.map +1 -0
- package/dist/i18n/en/Payroll.GrossUpModal.json.js +24 -0
- package/dist/i18n/en/Payroll.GrossUpModal.json.js.map +1 -0
- package/dist/i18n/en/Payroll.OffCycleCreation.json.js +10 -8
- package/dist/i18n/en/Payroll.OffCycleCreation.json.js.map +1 -1
- package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js +13 -11
- package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19 -13
- package/dist/index.js.map +1 -1
- package/dist/shared/constants.d.ts +5 -0
- package/dist/shared/constants.js +11 -8
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/i18next.d.ts +36 -1
- package/dist/types/observability.d.ts +145 -0
- package/docs/reference/endpoint-inventory.json +14 -1
- package/package.json +25 -24
- package/dist/components/Common/MultiSelectComboBox/MultiSelectComboBox.d.ts +0 -2
- /package/dist/components/Common/{MultiSelectComboBox → UI/MultiSelectComboBox}/index.d.ts +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Observability hook types for error tracking and performance metrics
|
|
3
|
+
*/
|
|
4
|
+
export type ObservabilityErrorType = 'boundary_error' | 'validation_error' | 'internal_error' | 'api_error';
|
|
5
|
+
export type ObservabilityMetricUnit = 'ms' | 'count' | 'bytes' | 'percent';
|
|
6
|
+
export interface ObservabilityErrorContext {
|
|
7
|
+
/** Name of the component where error occurred */
|
|
8
|
+
componentName?: string;
|
|
9
|
+
/** Props passed to the component (sanitized, no sensitive data) */
|
|
10
|
+
componentProps?: Record<string, unknown>;
|
|
11
|
+
/** For validation errors, the schema that failed */
|
|
12
|
+
validationSchema?: string;
|
|
13
|
+
/** React component stack trace */
|
|
14
|
+
componentStack?: string;
|
|
15
|
+
/** Operation ID for API-related errors */
|
|
16
|
+
operationId?: string;
|
|
17
|
+
/** HTTP status code for API errors */
|
|
18
|
+
statusCode?: number;
|
|
19
|
+
/** Request details for API errors */
|
|
20
|
+
request?: {
|
|
21
|
+
url: string;
|
|
22
|
+
method: string;
|
|
23
|
+
};
|
|
24
|
+
/** Any additional context */
|
|
25
|
+
metadata?: Record<string, unknown>;
|
|
26
|
+
}
|
|
27
|
+
export interface ObservabilityError {
|
|
28
|
+
/** Type of error that occurred */
|
|
29
|
+
type: ObservabilityErrorType;
|
|
30
|
+
/** Human-readable error message */
|
|
31
|
+
message: string;
|
|
32
|
+
/** Error stack trace if available */
|
|
33
|
+
stack?: string;
|
|
34
|
+
/** Context about where/how the error occurred */
|
|
35
|
+
context: ObservabilityErrorContext;
|
|
36
|
+
/**
|
|
37
|
+
* The original error object (may be undefined when sanitization.includeOriginalError is false)
|
|
38
|
+
* Default sanitization removes this to prevent PII leakage
|
|
39
|
+
*/
|
|
40
|
+
originalError?: unknown;
|
|
41
|
+
/** When the error occurred (Unix timestamp in milliseconds) */
|
|
42
|
+
timestamp: number;
|
|
43
|
+
}
|
|
44
|
+
export interface ObservabilityMetric {
|
|
45
|
+
/** Metric name (e.g., 'sdk.form.submit_duration', 'sdk.component.loading_duration') */
|
|
46
|
+
name: string;
|
|
47
|
+
/** Metric value */
|
|
48
|
+
value: number;
|
|
49
|
+
/** Metric unit */
|
|
50
|
+
unit?: ObservabilityMetricUnit;
|
|
51
|
+
/** Tags for filtering/grouping */
|
|
52
|
+
tags?: Record<string, string>;
|
|
53
|
+
/** When the metric was recorded (Unix timestamp in milliseconds) */
|
|
54
|
+
timestamp: number;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Configuration for data sanitization in observability hooks
|
|
58
|
+
*/
|
|
59
|
+
export interface SanitizationConfig {
|
|
60
|
+
/**
|
|
61
|
+
* Whether to sanitize error data. Default: true
|
|
62
|
+
*/
|
|
63
|
+
enabled?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Whether to include the original error object. Default: false
|
|
66
|
+
* WARNING: Original errors may contain sensitive data from form inputs or API responses
|
|
67
|
+
*/
|
|
68
|
+
includeOriginalError?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Custom sanitization function for errors
|
|
71
|
+
*/
|
|
72
|
+
customErrorSanitizer?: (error: ObservabilityError) => ObservabilityError;
|
|
73
|
+
/**
|
|
74
|
+
* Custom sanitization function for metrics
|
|
75
|
+
*/
|
|
76
|
+
customMetricSanitizer?: (metric: ObservabilityMetric) => ObservabilityMetric;
|
|
77
|
+
/**
|
|
78
|
+
* Additional field names to treat as sensitive (case-insensitive)
|
|
79
|
+
*/
|
|
80
|
+
additionalSensitiveFields?: string[];
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Observability hook interface for SDK consumers to implement
|
|
84
|
+
*
|
|
85
|
+
* This hook enables error tracking and performance monitoring for the SDK.
|
|
86
|
+
* Errors caught by error boundaries and validation failures will be reported through onError.
|
|
87
|
+
* Performance metrics for forms, components, and flows will be reported through onMetric.
|
|
88
|
+
*
|
|
89
|
+
* @example
|
|
90
|
+
* ```tsx
|
|
91
|
+
* import * as Sentry from '@sentry/react'
|
|
92
|
+
* import { GustoProvider } from '@gusto/embedded-react-sdk'
|
|
93
|
+
*
|
|
94
|
+
* <GustoProvider
|
|
95
|
+
* config={{
|
|
96
|
+
* baseUrl: '/api/',
|
|
97
|
+
* observability: {
|
|
98
|
+
* onError: (error) => {
|
|
99
|
+
* // Create Error from sanitized data (originalError is undefined by default)
|
|
100
|
+
* const sentryError = new Error(error.message)
|
|
101
|
+
* sentryError.name = error.type
|
|
102
|
+
* if (error.stack) {
|
|
103
|
+
* sentryError.stack = error.stack
|
|
104
|
+
* }
|
|
105
|
+
*
|
|
106
|
+
* Sentry.captureException(sentryError, {
|
|
107
|
+
* level: error.type === 'validation_error' ? 'warning' : 'error',
|
|
108
|
+
* tags: {
|
|
109
|
+
* error_type: error.type,
|
|
110
|
+
* component: error.context.componentName,
|
|
111
|
+
* },
|
|
112
|
+
* })
|
|
113
|
+
* },
|
|
114
|
+
* onMetric: (metric) => {
|
|
115
|
+
* // Send to your metrics service
|
|
116
|
+
* console.log(`[Metric] ${metric.name}: ${metric.value}${metric.unit}`)
|
|
117
|
+
* },
|
|
118
|
+
* sanitization: {
|
|
119
|
+
* enabled: true,
|
|
120
|
+
* includeOriginalError: false, // Default: originalError will be undefined
|
|
121
|
+
* }
|
|
122
|
+
* }
|
|
123
|
+
* }}
|
|
124
|
+
* >
|
|
125
|
+
* <YourApp />
|
|
126
|
+
* </GustoProvider>
|
|
127
|
+
* ```
|
|
128
|
+
*/
|
|
129
|
+
export interface ObservabilityHook {
|
|
130
|
+
/**
|
|
131
|
+
* Called when an error is caught by error boundaries or validation fails
|
|
132
|
+
* These are errors that prevent a component from rendering or operating correctly
|
|
133
|
+
*/
|
|
134
|
+
onError?: (error: ObservabilityError) => void;
|
|
135
|
+
/**
|
|
136
|
+
* Called to track performance metrics for component operations
|
|
137
|
+
* Optional - can be used for tracking render times, flow completions, etc.
|
|
138
|
+
*/
|
|
139
|
+
onMetric?: (metric: ObservabilityMetric) => void;
|
|
140
|
+
/**
|
|
141
|
+
* Configuration for sanitizing data before sending to observability tools
|
|
142
|
+
* Default: { enabled: true, includeOriginalError: false }
|
|
143
|
+
*/
|
|
144
|
+
sanitization?: SanitizationConfig;
|
|
145
|
+
}
|
|
@@ -776,6 +776,10 @@
|
|
|
776
776
|
{
|
|
777
777
|
"method": "POST",
|
|
778
778
|
"path": "/v1/companies/:companyId/payrolls"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"method": "GET",
|
|
782
|
+
"path": "/v1/companies/:companyId/employees"
|
|
779
783
|
}
|
|
780
784
|
],
|
|
781
785
|
"variables": [
|
|
@@ -815,6 +819,10 @@
|
|
|
815
819
|
"method": "PUT",
|
|
816
820
|
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
817
821
|
},
|
|
822
|
+
{
|
|
823
|
+
"method": "POST",
|
|
824
|
+
"path": "/v1/payrolls/:payrollUuid/gross_up"
|
|
825
|
+
},
|
|
818
826
|
{
|
|
819
827
|
"method": "GET",
|
|
820
828
|
"path": "/v1/companies/:companyUuid/payrolls/blockers"
|
|
@@ -836,7 +844,8 @@
|
|
|
836
844
|
"companyId",
|
|
837
845
|
"companyUuid",
|
|
838
846
|
"payScheduleId",
|
|
839
|
-
"payrollId"
|
|
847
|
+
"payrollId",
|
|
848
|
+
"payrollUuid"
|
|
840
849
|
]
|
|
841
850
|
},
|
|
842
851
|
"Payroll.PayrollEditEmployee": {
|
|
@@ -1647,6 +1656,10 @@
|
|
|
1647
1656
|
"method": "PUT",
|
|
1648
1657
|
"path": "/v1/companies/:companyId/payrolls/:payrollId"
|
|
1649
1658
|
},
|
|
1659
|
+
{
|
|
1660
|
+
"method": "POST",
|
|
1661
|
+
"path": "/v1/payrolls/:payrollUuid/gross_up"
|
|
1662
|
+
},
|
|
1650
1663
|
{
|
|
1651
1664
|
"method": "GET",
|
|
1652
1665
|
"path": "/v1/companies/:companyId/employees"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusto/embedded-react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0-rc.1",
|
|
4
4
|
"homepage": "https://github.com/Gusto/embedded-react-sdk",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/Gusto/embedded-react-sdk/issues"
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"build-storybook": "storybook build"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@commitlint/cli": "^20.4.
|
|
81
|
-
"@commitlint/config-conventional": "^20.
|
|
80
|
+
"@commitlint/cli": "^20.4.4",
|
|
81
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
82
82
|
"@eslint/js": "^9.39.2",
|
|
83
83
|
"@playwright/test": "^1.58.2",
|
|
84
|
-
"@storybook/addon-a11y": "^10.2.
|
|
85
|
-
"@storybook/addon-docs": "^10.2.
|
|
86
|
-
"@storybook/addon-onboarding": "^10.2.
|
|
87
|
-
"@storybook/react-vite": "^10.2.
|
|
84
|
+
"@storybook/addon-a11y": "^10.2.17",
|
|
85
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
86
|
+
"@storybook/addon-onboarding": "^10.2.17",
|
|
87
|
+
"@storybook/react-vite": "^10.2.19",
|
|
88
88
|
"@storybook/test-runner": "^0.24.2",
|
|
89
89
|
"@testing-library/jest-dom": "^6.9.1",
|
|
90
90
|
"@testing-library/react": "^16.3.2",
|
|
@@ -94,36 +94,37 @@
|
|
|
94
94
|
"@types/js-yaml": "^4.0.9",
|
|
95
95
|
"@types/pngjs": "^6.0.5",
|
|
96
96
|
"@types/react": "^19.2.14",
|
|
97
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
98
|
-
"@vitest/coverage-v8": "^
|
|
97
|
+
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
98
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
99
99
|
"axe-core": "^4.11.1",
|
|
100
100
|
"dotenv": "^17.3.1",
|
|
101
|
-
"eslint": "^9.39.
|
|
101
|
+
"eslint": "^9.39.4",
|
|
102
102
|
"eslint-plugin-import": "^2.31.0",
|
|
103
103
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
104
104
|
"eslint-plugin-react": "^7.37.5",
|
|
105
105
|
"eslint-plugin-react-hooks": "^6.1.1",
|
|
106
106
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
107
|
-
"eslint-plugin-storybook": "^10.2.
|
|
107
|
+
"eslint-plugin-storybook": "^10.2.17",
|
|
108
108
|
"globals": "^17.4.0",
|
|
109
109
|
"husky": "^9.1.7",
|
|
110
110
|
"jest-axe": "^9.0.0",
|
|
111
111
|
"js-yaml": "^4.1.1",
|
|
112
112
|
"jsdom": "^26.1.0",
|
|
113
113
|
"jsdom-testing-mocks": "^1.16.0",
|
|
114
|
-
"lint-staged": "^16.
|
|
115
|
-
"msw": "^2.12.
|
|
114
|
+
"lint-staged": "^16.4.0",
|
|
115
|
+
"msw": "^2.12.11",
|
|
116
116
|
"npm-run-all": "^4.1.5",
|
|
117
117
|
"pixelmatch": "^7.1.0",
|
|
118
118
|
"pngjs": "^7.0.0",
|
|
119
119
|
"prettier": "^3.8.1",
|
|
120
120
|
"react-dnd": "^16.0.1",
|
|
121
121
|
"react-dnd-html5-backend": "^16.0.1",
|
|
122
|
-
"sass-embedded": "^1.
|
|
123
|
-
"storybook": "^10.2.
|
|
122
|
+
"sass-embedded": "^1.98.0",
|
|
123
|
+
"storybook": "^10.2.19",
|
|
124
|
+
"stylelint-config-standard": "^40.0.0",
|
|
124
125
|
"ts-morph": "^27.0.2",
|
|
125
126
|
"tsx": "^4.21.0",
|
|
126
|
-
"typescript-eslint": "^8.
|
|
127
|
+
"typescript-eslint": "^8.57.0",
|
|
127
128
|
"vite": "^6.4.1",
|
|
128
129
|
"vite-plugin-checker": "^0.12.0",
|
|
129
130
|
"vite-plugin-circular-dependency": "^0.5.0",
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
"vite-plugin-externalize-deps": "^0.10.0",
|
|
132
133
|
"vite-plugin-stylelint": "^6.0.4",
|
|
133
134
|
"vite-plugin-svgr": "^4.3.0",
|
|
134
|
-
"vitest": "^
|
|
135
|
+
"vitest": "^4.1.0"
|
|
135
136
|
},
|
|
136
137
|
"peerDependencies": {
|
|
137
138
|
"@tanstack/react-query": "^5",
|
|
@@ -140,23 +141,23 @@
|
|
|
140
141
|
"typescript": "^5.8.3"
|
|
141
142
|
},
|
|
142
143
|
"dependencies": {
|
|
143
|
-
"@gusto/embedded-api": "^0.12.
|
|
144
|
+
"@gusto/embedded-api": "^0.12.2",
|
|
144
145
|
"@hookform/error-message": "^2.0.1",
|
|
145
146
|
"@hookform/resolvers": "^5.2.2",
|
|
146
|
-
"@internationalized/date": "^3.
|
|
147
|
+
"@internationalized/date": "^3.12.0",
|
|
147
148
|
"@internationalized/number": "^3.6.5",
|
|
148
149
|
"classnames": "^2.5.1",
|
|
149
150
|
"deepmerge": "^4.3.1",
|
|
150
|
-
"dompurify": "^3.3.
|
|
151
|
-
"i18next": "^25.8.
|
|
152
|
-
"react-aria": "^3.
|
|
151
|
+
"dompurify": "^3.3.3",
|
|
152
|
+
"i18next": "^25.8.18",
|
|
153
|
+
"react-aria": "^3.45.0",
|
|
153
154
|
"react-aria-components": "1.13.0",
|
|
154
155
|
"react-error-boundary": "^6.1.1",
|
|
155
156
|
"react-hook-form": "^7.71.2",
|
|
156
|
-
"react-i18next": "^16.5.
|
|
157
|
+
"react-i18next": "^16.5.8",
|
|
157
158
|
"react-robot": "^1.2.0",
|
|
158
159
|
"robot3": "^1.2.0",
|
|
159
|
-
"zod": "^3.
|
|
160
|
+
"zod": "^4.3.6"
|
|
160
161
|
},
|
|
161
162
|
"sideEffects": [
|
|
162
163
|
"**/*.scss",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { MultiSelectComboBoxProps } from './MultiSelectComboBoxTypes';
|
|
2
|
-
export declare function MultiSelectComboBox({ className, description, errorMessage, id, isDisabled, isInvalid, isLoading, isRequired, label, name, onSelectionChange, options, placeholder, selectedValues, shouldVisuallyHideLabel, }: MultiSelectComboBoxProps): import("react/jsx-runtime").JSX.Element;
|
|
File without changes
|