@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.
Files changed (394) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/assets/icons/search-lg.svg.js +10 -0
  3. package/dist/assets/icons/search-lg.svg.js.map +1 -0
  4. package/dist/components/Base/Base.js +3 -2
  5. package/dist/components/Base/Base.js.map +1 -1
  6. package/dist/components/Common/DataView/DataCards/DataCards.d.ts +3 -1
  7. package/dist/components/Common/DataView/DataCards/DataCards.js +55 -45
  8. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  9. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +16 -10
  10. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
  11. package/dist/components/Common/DateRangeFilter/DateRangeFilter.js +1 -1
  12. package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -1
  13. package/dist/components/Common/UI/Box/Box.module.scss.js +4 -4
  14. package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +1 -1
  15. package/dist/components/Common/UI/ComboBox/ComboBox.js +26 -25
  16. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  17. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +5 -0
  18. package/dist/components/Common/UI/DatePicker/DatePicker.js +4 -4
  19. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  20. package/dist/components/Common/UI/Menu/Menu.js +18 -17
  21. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  22. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +5 -0
  23. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  24. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js +1 -1
  25. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
  26. package/dist/components/Common/UI/Select/Select.js +9 -9
  27. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  28. package/dist/components/Company/AssignSignatory/AssignSignatory.js +8 -6
  29. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  30. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +7 -6
  31. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  32. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +9 -8
  33. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  34. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +7 -6
  35. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  36. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +3 -2
  37. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  38. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
  39. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  40. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +7 -6
  41. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  42. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +6 -5
  43. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  44. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +10 -9
  45. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  46. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
  47. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  48. package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -2
  49. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  50. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
  51. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  52. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +3 -2
  53. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  54. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +8 -7
  55. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  56. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
  57. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  58. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +7 -6
  59. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  60. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +8 -7
  61. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  62. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +5 -4
  63. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  64. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +6 -5
  65. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  66. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -8
  67. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  68. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  69. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  70. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
  71. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  72. package/dist/components/Company/FederalTaxes/Actions.js +7 -6
  73. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  74. package/dist/components/Company/FederalTaxes/FederalTaxes.js +9 -7
  75. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  76. package/dist/components/Company/FederalTaxes/Form.js +3 -2
  77. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  78. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
  79. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  80. package/dist/components/Company/Industry/Actions.js +6 -5
  81. package/dist/components/Company/Industry/Actions.js.map +1 -1
  82. package/dist/components/Company/Industry/Context.js +7 -6
  83. package/dist/components/Company/Industry/Context.js.map +1 -1
  84. package/dist/components/Company/Industry/Edit.js +11 -10
  85. package/dist/components/Company/Industry/Edit.js.map +1 -1
  86. package/dist/components/Company/Locations/LocationForm/Actions.js +3 -2
  87. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  88. package/dist/components/Company/Locations/LocationForm/Form.d.ts +6 -1
  89. package/dist/components/Company/Locations/LocationForm/Form.js +30 -27
  90. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  91. package/dist/components/Company/Locations/LocationForm/LocationForm.js +61 -55
  92. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  93. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
  94. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  95. package/dist/components/Company/Locations/LocationsList/Actions.js +3 -2
  96. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  97. package/dist/components/Company/Locations/LocationsList/List.js +40 -38
  98. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  99. package/dist/components/Company/Locations/LocationsList/List.module.scss.js +8 -0
  100. package/dist/components/Company/Locations/LocationsList/List.module.scss.js.map +1 -0
  101. package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -6
  102. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  103. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
  104. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  105. package/dist/components/Company/OnboardingOverview/Completed.js +6 -5
  106. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  107. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -5
  108. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  109. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +4 -2
  110. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  111. package/dist/components/Company/OnboardingOverview/context.js +4 -3
  112. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  113. package/dist/components/Company/PaySchedule/PayScheduleForm.js +3 -2
  114. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
  115. package/dist/components/Company/PaySchedule/PayScheduleList.js +3 -2
  116. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  117. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +6 -5
  118. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  119. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
  120. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  121. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +7 -6
  122. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  123. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -2
  124. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  125. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
  126. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  127. package/dist/components/Contractor/Address/Address.js +10 -8
  128. package/dist/components/Contractor/Address/Address.js.map +1 -1
  129. package/dist/components/Contractor/Address/Form.js +3 -2
  130. package/dist/components/Contractor/Address/Form.js.map +1 -1
  131. package/dist/components/Contractor/Address/Head.js +10 -8
  132. package/dist/components/Contractor/Address/Head.js.map +1 -1
  133. package/dist/components/Contractor/Address/useAddress.js +6 -5
  134. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  135. package/dist/components/Contractor/ContractorList/index.js +3 -2
  136. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  137. package/dist/components/Contractor/NewHireReport/NewHireReport.js +42 -41
  138. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  139. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +12 -10
  140. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  141. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +17 -17
  142. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  143. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
  144. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  145. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +3 -2
  146. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  147. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +3 -2
  148. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  149. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +3 -2
  150. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  151. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -2
  152. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  153. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +3 -2
  154. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  155. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +14 -13
  156. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  157. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +3 -2
  158. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  159. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +3 -2
  160. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  161. package/dist/components/Contractor/Profile/ContractorProfileForm.js +48 -49
  162. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  163. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
  164. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  165. package/dist/components/Contractor/Submit/Submit.js +3 -2
  166. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  167. package/dist/components/Contractor/Submit/SubmitDone.js +14 -12
  168. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  169. package/dist/components/Employee/Compensation/Actions.js +5 -4
  170. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  171. package/dist/components/Employee/Compensation/Edit.js +15 -14
  172. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  173. package/dist/components/Employee/Compensation/List.js +6 -5
  174. package/dist/components/Employee/Compensation/List.js.map +1 -1
  175. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +3 -2
  176. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
  177. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +3 -2
  178. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
  179. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +26 -26
  180. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  181. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +3 -2
  182. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
  183. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +7 -6
  184. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  185. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +3 -2
  186. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  187. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +5 -4
  188. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  189. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +11 -9
  190. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  191. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +3 -2
  192. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  193. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  194. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  195. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +8 -7
  196. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
  197. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +36 -34
  198. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  199. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
  200. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  201. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.d.ts +1 -1
  202. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/fields.js.map +1 -1
  203. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js +98 -98
  204. package/dist/components/Employee/DocumentSigner/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  205. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +3 -2
  206. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
  207. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +3 -2
  208. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
  209. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +35 -34
  210. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
  211. package/dist/components/Employee/FederalTaxes/Actions.js +3 -2
  212. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  213. package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -4
  214. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  215. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
  216. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  217. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +3 -2
  218. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  219. package/dist/components/Employee/Landing/Landing.js +7 -6
  220. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  221. package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
  222. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  223. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
  224. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  225. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -2
  226. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  227. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
  228. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  229. package/dist/components/Employee/PaymentMethod/Split.js +3 -2
  230. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  231. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
  232. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  233. package/dist/components/Employee/Profile/AdminProfile.js +121 -127
  234. package/dist/components/Employee/Profile/AdminProfile.js.map +1 -1
  235. package/dist/components/Employee/Profile/EmployeeProfile.js +57 -63
  236. package/dist/components/Employee/Profile/EmployeeProfile.js.map +1 -1
  237. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +1 -1
  238. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js.map +1 -1
  239. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +47 -47
  240. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  241. package/dist/components/Employee/StateTaxes/Actions.js +7 -6
  242. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  243. package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
  244. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  245. package/dist/components/Employee/Taxes/Actions.js +8 -7
  246. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  247. package/dist/components/Employee/Taxes/FederalForm.js +5 -4
  248. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  249. package/dist/components/Employee/Taxes/useTaxes.js +4 -3
  250. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  251. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +3 -2
  252. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
  253. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +9 -8
  254. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
  255. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +3 -2
  256. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
  257. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +3 -2
  258. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  259. package/dist/components/Flow/FlowHeader.js +3 -2
  260. package/dist/components/Flow/FlowHeader.js.map +1 -1
  261. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +18 -17
  262. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  263. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +8 -7
  264. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  265. package/dist/components/InformationRequests/InformationRequests.js +3 -2
  266. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  267. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +1 -0
  268. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  269. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +9 -8
  270. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
  271. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +3 -2
  272. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  273. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +19 -18
  274. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  275. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +11 -10
  276. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  277. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +1 -0
  278. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  279. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -2
  280. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  281. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +8 -7
  282. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  283. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +3 -2
  284. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  285. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +3 -2
  286. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  287. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -4
  288. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  289. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +3 -2
  290. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  291. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +13 -12
  292. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  293. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +30 -29
  294. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  295. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +3 -2
  296. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  297. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +3 -2
  298. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  299. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +3 -2
  300. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  301. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +1 -0
  302. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  303. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +3 -2
  304. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  305. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +3 -2
  306. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
  307. package/dist/components/Payroll/usePreparedPayrollData.js +7 -6
  308. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  309. package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js +6 -41
  310. package/dist/components/UNSTABLE_TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
  311. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -0
  312. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js +12 -40
  313. package/dist/components/UNSTABLE_TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
  314. package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +13 -12
  315. package/dist/components/UNSTABLE_TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  316. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js +3 -2
  317. package/dist/components/UNSTABLE_TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  318. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js +61 -41
  319. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  320. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js +6 -8
  321. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettings.module.scss.js.map +1 -1
  322. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js +32 -44
  323. package/dist/components/UNSTABLE_TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  324. package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +3 -2
  325. package/dist/components/UNSTABLE_TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  326. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js +59 -50
  327. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  328. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js +50 -23
  329. package/dist/components/UNSTABLE_TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  330. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +26 -25
  331. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  332. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +55 -40
  333. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  334. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployees.d.ts +2 -0
  335. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +6 -0
  336. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +66 -0
  337. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -0
  338. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +2 -0
  339. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +82 -0
  340. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -0
  341. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +24 -0
  342. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +7 -0
  343. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +70 -0
  344. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -0
  345. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTypes.d.ts +24 -0
  346. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.d.ts +11 -0
  347. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +56 -0
  348. package/dist/components/UNSTABLE_TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -0
  349. package/dist/components/UNSTABLE_TimeOff/index.d.ts +2 -4
  350. package/dist/components/UNSTABLE_TimeOff/index.js +19 -21
  351. package/dist/components/UNSTABLE_TimeOff/index.js.map +1 -1
  352. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js +90 -0
  353. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -0
  354. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js +10 -0
  355. package/dist/components/UNSTABLE_TimeOff/shared/EmployeeTable/EmployeeTable.module.scss.js.map +1 -0
  356. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +1 -0
  357. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +27 -25
  358. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  359. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +8 -0
  360. package/dist/contexts/ThemeProvider/ThemeProvider.js +26 -21
  361. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  362. package/dist/contexts/ThemeProvider/useTheme.d.ts +1 -1
  363. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  364. package/dist/i18n/I18n.js +1 -0
  365. package/dist/i18n/I18n.js.map +1 -1
  366. package/dist/i18n/en/Company.Locations.json.js +43 -39
  367. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  368. package/dist/i18n/en/Company.TimeOff.CreateTimeOffPolicy.json.js +5 -5
  369. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +22 -0
  370. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -0
  371. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +11 -9
  372. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
  373. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +17 -15
  374. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
  375. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +11 -9
  376. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
  377. package/dist/partner-hook-utils/form/fields/SelectHookField.js +17 -15
  378. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
  379. package/dist/partner-hook-utils/form/fields/SwitchHookField.js +15 -13
  380. package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
  381. package/dist/partner-hook-utils/form/fields/TextInputHookField.js +19 -17
  382. package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
  383. package/dist/partner-hook-utils/form/withOptions.d.ts +1 -1
  384. package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
  385. package/dist/partner-hook-utils/types.d.ts +1 -1
  386. package/dist/shared/constants.d.ts +2 -0
  387. package/dist/shared/constants.js +8 -7
  388. package/dist/shared/constants.js.map +1 -1
  389. package/dist/style.css +1 -1
  390. package/dist/types/i18next.d.ts +21 -1
  391. package/docs/reference/endpoint-inventory.json +169 -30
  392. package/package.json +6 -6
  393. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +0 -8
  394. 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.PolicySettings": {
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/companies/:companyUuid/time_off_policies"
1509
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1495
1510
  },
1496
1511
  {
1497
1512
  "method": "PUT",
1498
- "path": "/v1/time_off_policies/:timeOffPolicyUuid/deactivate"
1513
+ "path": "/v1/time_off_policies/:timeOffPolicyUuid"
1499
1514
  },
1500
1515
  {
1501
- "method": "GET",
1502
- "path": "/v1/companies/:companyId/employees"
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": "DELETE",
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": "POST",
1514
- "path": "/v1/companies/:companyUuid/time_off_policies"
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.42.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.5",
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.3",
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.5",
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.13.6",
119
+ "msw": "^2.14.2",
120
120
  "npm-run-all": "^4.1.5",
121
- "pixelmatch": "^7.1.0",
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,8 +0,0 @@
1
- const t = "_switchFieldContainer_1a2b0_1", e = {
2
- switchFieldContainer: t
3
- };
4
- export {
5
- e as default,
6
- t as switchFieldContainer
7
- };
8
- //# sourceMappingURL=ContractorProfileForm.module.scss.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContractorProfileForm.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}