@gusto/embedded-react-sdk 0.35.0-rc.3 → 0.36.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.
Files changed (634) hide show
  1. package/CHANGELOG.md +20 -11
  2. package/README.md +2 -0
  3. package/dist/UNSTABLE_Hooks.d.ts +1 -1
  4. package/dist/UNSTABLE_Hooks.js +48 -6
  5. package/dist/UNSTABLE_Hooks.js.map +1 -1
  6. package/dist/components/Base/Base.d.ts +8 -9
  7. package/dist/components/Base/Base.js +123 -102
  8. package/dist/components/Base/Base.js.map +1 -1
  9. package/dist/components/Base/index.d.ts +1 -1
  10. package/dist/components/Base/useBase.d.ts +3 -7
  11. package/dist/components/Base/useBase.js.map +1 -1
  12. package/dist/components/Base/useBaseSubmit.d.ts +3 -5
  13. package/dist/components/Base/useBaseSubmit.js +27 -50
  14. package/dist/components/Base/useBaseSubmit.js.map +1 -1
  15. package/dist/components/Common/Fields/CheckboxField/CheckboxField.d.ts +2 -0
  16. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js +17 -16
  17. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  18. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +5 -3
  19. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +46 -36
  20. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  21. package/dist/components/Common/Fields/NumberInputField/NumberInputField.d.ts +2 -0
  22. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js +21 -20
  23. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  24. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +3 -1
  25. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js +20 -19
  26. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  27. package/dist/components/Common/Fields/SelectField/SelectField.d.ts +3 -1
  28. package/dist/components/Common/Fields/SelectField/SelectField.js +19 -18
  29. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  30. package/dist/components/Common/Fields/SwitchField/SwitchField.d.ts +2 -0
  31. package/dist/components/Common/Fields/SwitchField/SwitchField.js +19 -18
  32. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  33. package/dist/components/Common/Fields/TextInputField/TextInputField.d.ts +2 -0
  34. package/dist/components/Common/Fields/TextInputField/TextInputField.js +10 -9
  35. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  36. package/dist/components/Common/SignatureForm/SignatureForm.js +10 -15
  37. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  38. package/dist/components/Common/SignatureForm/SignatureFormActions.js +10 -14
  39. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  40. package/dist/components/Common/SignatureForm/SignatureFormFields.js +14 -19
  41. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  42. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +2 -2
  43. package/dist/components/Company/AssignSignatory/AssignSignatory.js +7 -11
  44. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  45. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -10
  46. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  47. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -11
  48. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  49. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +60 -62
  50. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  51. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +13 -14
  52. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  53. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +5 -5
  54. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -9
  55. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  56. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +20 -23
  57. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  58. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +13 -14
  59. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  60. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +5 -5
  61. package/dist/components/Company/AssignSignatory/TitleSelect.js +2 -5
  62. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  63. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -5
  64. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -11
  65. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  66. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +9 -13
  67. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  68. package/dist/components/Company/BankAccount/BankAccountForm/context.js +5 -5
  69. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +10 -13
  70. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  71. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +12 -15
  72. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  73. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +17 -13
  74. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  75. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -8
  76. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  77. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -8
  78. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  79. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +12 -16
  80. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  81. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +5 -5
  82. package/dist/components/Company/DocumentSigner/DocumentSigner.js +5 -5
  83. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  84. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +11 -15
  85. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  86. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +5 -5
  87. package/dist/components/Company/FederalTaxes/Actions.js +8 -11
  88. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  89. package/dist/components/Company/FederalTaxes/FederalTaxes.js +15 -19
  90. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  91. package/dist/components/Company/FederalTaxes/Form.js +6 -8
  92. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  93. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +5 -5
  94. package/dist/components/Company/Industry/Actions.js +8 -11
  95. package/dist/components/Company/Industry/Actions.js.map +1 -1
  96. package/dist/components/Company/Industry/Context.js +5 -5
  97. package/dist/components/Company/Industry/Edit.js +10 -14
  98. package/dist/components/Company/Industry/Edit.js.map +1 -1
  99. package/dist/components/Company/Locations/LocationForm/Actions.js +8 -11
  100. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  101. package/dist/components/Company/Locations/LocationForm/Form.js +5 -7
  102. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  103. package/dist/components/Company/Locations/LocationForm/LocationForm.js +15 -19
  104. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  105. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +5 -5
  106. package/dist/components/Company/Locations/LocationsList/Actions.js +6 -9
  107. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  108. package/dist/components/Company/Locations/LocationsList/List.js +17 -19
  109. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  110. package/dist/components/Company/Locations/LocationsList/LocationsList.js +6 -10
  111. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  112. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +5 -5
  113. package/dist/components/Company/OnboardingOverview/Completed.js +12 -15
  114. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  115. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +9 -12
  116. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  117. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +6 -10
  118. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  119. package/dist/components/Company/OnboardingOverview/context.js +5 -5
  120. package/dist/components/Company/PaySchedule/PaySchedule.js +60 -63
  121. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  122. package/dist/components/Company/PaySchedule/_parts/Actions.js +10 -13
  123. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  124. package/dist/components/Company/PaySchedule/_parts/Edit.js +15 -15
  125. package/dist/components/Company/PaySchedule/_parts/Head.js +11 -14
  126. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  127. package/dist/components/Company/PaySchedule/_parts/List.js +19 -21
  128. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  129. package/dist/components/Company/PaySchedule/usePaySchedule.js +5 -5
  130. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -8
  131. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  132. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +5 -5
  133. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -9
  134. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  135. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -8
  136. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  137. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +5 -5
  138. package/dist/components/Contractor/Address/Address.js +3 -7
  139. package/dist/components/Contractor/Address/Address.js.map +1 -1
  140. package/dist/components/Contractor/Address/Form.js +6 -8
  141. package/dist/components/Contractor/Address/Form.js.map +1 -1
  142. package/dist/components/Contractor/Address/useAddress.js +5 -5
  143. package/dist/components/Contractor/ContractorList/index.js +29 -30
  144. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  145. package/dist/components/Contractor/NewHireReport/NewHireReport.js +2 -3
  146. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  147. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +10 -14
  148. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  149. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
  150. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  151. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -5
  152. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  153. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +12 -14
  154. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  155. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +10 -10
  156. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +18 -21
  157. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  158. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -4
  159. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  160. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +17 -19
  161. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  162. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +6 -8
  163. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  164. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +2 -4
  165. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  166. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +2 -5
  167. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  168. package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
  169. package/dist/components/Contractor/Profile/useContractorProfile.js +33 -31
  170. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  171. package/dist/components/Contractor/Submit/Submit.js +20 -22
  172. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  173. package/dist/components/Employee/Compensation/Actions.js +12 -14
  174. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  175. package/dist/components/Employee/Compensation/Compensation.js +21 -21
  176. package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
  177. package/dist/components/Employee/Compensation/Edit.js +27 -28
  178. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  179. package/dist/components/Employee/Compensation/List.js +23 -25
  180. package/dist/components/Employee/Compensation/List.js.map +1 -1
  181. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +12 -12
  182. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +13 -13
  183. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +13 -13
  184. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +18 -19
  185. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  186. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +6 -7
  187. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  188. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -9
  189. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  190. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +10 -14
  191. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  192. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -6
  193. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  194. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +5 -5
  195. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +24 -26
  196. package/dist/components/Employee/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
  197. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js +9 -11
  198. package/dist/components/Employee/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  199. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +11 -15
  200. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  201. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +5 -5
  202. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js +6 -9
  203. package/dist/components/Employee/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
  204. package/dist/components/Employee/EmployeeList/Actions.js +6 -9
  205. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  206. package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -7
  207. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  208. package/dist/components/Employee/EmployeeList/Head.js +5 -8
  209. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  210. package/dist/components/Employee/EmployeeList/List.js +16 -17
  211. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  212. package/dist/components/Employee/EmployeeList/useEmployeeList.js +5 -5
  213. package/dist/components/Employee/FederalTaxes/Actions.js +7 -10
  214. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  215. package/dist/components/Employee/FederalTaxes/FederalForm.d.ts +2 -8
  216. package/dist/components/Employee/FederalTaxes/FederalForm.js +29 -87
  217. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  218. package/dist/components/Employee/FederalTaxes/FederalTaxes.js +58 -63
  219. package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
  220. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +5 -5
  221. package/dist/components/Employee/Landing/Landing.js +14 -15
  222. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  223. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  224. package/dist/components/Employee/PaymentMethod/Actions.js +8 -11
  225. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  226. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -8
  227. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  228. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +9 -10
  229. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  230. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -10
  231. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  232. package/dist/components/Employee/PaymentMethod/Split.js +9 -10
  233. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  234. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +5 -5
  235. package/dist/components/Employee/Profile/Actions.js +8 -11
  236. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  237. package/dist/components/Employee/Profile/AdminPersonalDetails.js +14 -17
  238. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  239. package/dist/components/Employee/Profile/HomeAddress.d.ts +3 -3
  240. package/dist/components/Employee/Profile/HomeAddress.js +45 -44
  241. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  242. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +10 -13
  243. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  244. package/dist/components/Employee/Profile/Profile.js +30 -29
  245. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  246. package/dist/components/Employee/Profile/useProfile.js +5 -5
  247. package/dist/components/Employee/StateTaxes/Actions.js +8 -11
  248. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  249. package/dist/components/Employee/StateTaxes/StateTaxes.js +50 -50
  250. package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
  251. package/dist/components/Employee/StateTaxes/useStateTaxes.js +5 -5
  252. package/dist/components/Employee/Taxes/Actions.js +8 -11
  253. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  254. package/dist/components/Employee/Taxes/FederalForm.d.ts +2 -8
  255. package/dist/components/Employee/Taxes/FederalForm.js +27 -85
  256. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  257. package/dist/components/Employee/Taxes/Taxes.js +83 -88
  258. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  259. package/dist/components/Employee/Taxes/useTaxes.js +5 -5
  260. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.d.ts +11 -0
  261. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +123 -0
  262. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -0
  263. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +11 -0
  264. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +89 -0
  265. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -0
  266. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.d.ts +2 -0
  267. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js +30 -0
  268. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -0
  269. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.d.ts +23 -0
  270. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +70 -0
  271. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -0
  272. package/dist/components/Employee/Terminations/TerminationFlow/index.d.ts +3 -0
  273. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.d.ts +7 -0
  274. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +165 -0
  275. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -0
  276. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.test.d.ts +1 -0
  277. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.d.ts +9 -0
  278. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +86 -0
  279. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -0
  280. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.d.ts +20 -0
  281. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +100 -0
  282. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -0
  283. package/dist/components/Employee/Terminations/TerminationsData.d.ts +6 -0
  284. package/dist/components/Employee/Terminations/index.d.ts +8 -0
  285. package/dist/components/Employee/Terminations/types.d.ts +1 -0
  286. package/dist/components/Employee/index.d.ts +7 -0
  287. package/dist/components/Employee/index.js +34 -28
  288. package/dist/components/Employee/index.js.map +1 -1
  289. package/dist/components/Flow/Flow.js +20 -23
  290. package/dist/components/Flow/Flow.js.map +1 -1
  291. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +16 -18
  292. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  293. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +18 -20
  294. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  295. package/dist/components/InformationRequests/InformationRequests.js +34 -35
  296. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  297. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +41 -41
  298. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  299. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +8 -10
  300. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  301. package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +2 -0
  302. package/dist/components/Payroll/Dismissal/DismissalFlow.js +32 -0
  303. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -0
  304. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +16 -0
  305. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +52 -0
  306. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -0
  307. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +6 -0
  308. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +69 -0
  309. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -0
  310. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +9 -0
  311. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +50 -0
  312. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -0
  313. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/index.d.ts +3 -0
  314. package/dist/components/Payroll/Dismissal/dismissalStateMachine.d.ts +6 -0
  315. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js +51 -0
  316. package/dist/components/Payroll/Dismissal/dismissalStateMachine.js.map +1 -0
  317. package/dist/components/Payroll/Dismissal/dismissalStateMachine.test.d.ts +1 -0
  318. package/dist/components/Payroll/Dismissal/index.d.ts +3 -0
  319. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +25 -23
  320. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  321. package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +1 -1
  322. package/dist/components/Payroll/OffCycle/OffCycleFlow.js +19 -18
  323. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  324. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +3 -0
  325. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +32 -24
  326. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  327. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +50 -50
  328. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  329. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -1
  330. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +75 -68
  331. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  332. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.module.scss.js +8 -0
  333. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.module.scss.js.map +1 -0
  334. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationTypes.d.ts +0 -1
  335. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +5 -9
  336. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  337. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.module.scss.js +4 -4
  338. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js +2 -2
  339. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormTypes.js.map +1 -1
  340. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.d.ts +1 -0
  341. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js +1 -0
  342. package/dist/components/Payroll/OffCyclePayPeriodDateForm/useOffCyclePayPeriodDateValidation.js.map +1 -1
  343. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -9
  344. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  345. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +12 -14
  346. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  347. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +11 -14
  348. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  349. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +22 -22
  350. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  351. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +187 -160
  352. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  353. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +3 -3
  354. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +71 -71
  355. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  356. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.d.ts +3 -2
  357. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js +8 -8
  358. package/dist/components/Payroll/PayrollConfiguration/grossUpHelpers.js.map +1 -1
  359. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +5 -3
  360. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +76 -70
  361. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  362. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +47 -42
  363. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  364. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +4 -2
  365. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +235 -196
  366. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  367. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +19 -21
  368. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  369. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -0
  370. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js +12 -0
  371. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.js.map +1 -0
  372. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +3 -0
  373. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  374. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -0
  375. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +21 -0
  376. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -0
  377. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.d.ts +2 -0
  378. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +95 -64
  379. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  380. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +53 -47
  381. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  382. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +38 -40
  383. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  384. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +28 -24
  385. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  386. package/dist/components/Payroll/PayrollList/PayrollList.js +43 -33
  387. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  388. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +2 -1
  389. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +110 -95
  390. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  391. package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js +12 -8
  392. package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js.map +1 -1
  393. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +2 -3
  394. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  395. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +4 -4
  396. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +7 -10
  397. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  398. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
  399. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  400. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +2 -4
  401. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  402. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +11 -13
  403. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  404. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +2 -5
  405. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  406. package/dist/components/Payroll/Transition/TransitionFlow.d.ts +2 -0
  407. package/dist/components/Payroll/Transition/TransitionFlow.js +38 -0
  408. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -0
  409. package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +19 -0
  410. package/dist/components/Payroll/Transition/TransitionFlowComponents.js +54 -0
  411. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -0
  412. package/dist/components/Payroll/Transition/index.d.ts +3 -0
  413. package/dist/components/Payroll/Transition/transitionStateMachine.d.ts +6 -0
  414. package/dist/components/Payroll/Transition/transitionStateMachine.js +58 -0
  415. package/dist/components/Payroll/Transition/transitionStateMachine.js.map +1 -0
  416. package/dist/components/Payroll/Transition/transitionStateMachine.test.d.ts +1 -0
  417. package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +2 -0
  418. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +92 -0
  419. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -0
  420. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +2 -0
  421. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +109 -0
  422. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -0
  423. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.module.scss.js +8 -0
  424. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.module.scss.js.map +1 -0
  425. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.d.ts +28 -0
  426. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js +21 -0
  427. package/dist/components/Payroll/TransitionCreation/TransitionCreationTypes.js.map +1 -0
  428. package/dist/components/Payroll/TransitionCreation/index.d.ts +3 -0
  429. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +8 -0
  430. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +83 -0
  431. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -0
  432. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +16 -0
  433. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js +100 -0
  434. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -0
  435. package/dist/components/Payroll/TransitionPayrollAlert/index.d.ts +2 -0
  436. package/dist/components/Payroll/helpers.d.ts +3 -2
  437. package/dist/components/Payroll/helpers.js +98 -87
  438. package/dist/components/Payroll/helpers.js.map +1 -1
  439. package/dist/components/Payroll/index.d.ts +6 -0
  440. package/dist/components/Payroll/index.js +32 -26
  441. package/dist/components/Payroll/index.js.map +1 -1
  442. package/dist/components/Payroll/payrollTypes.d.ts +21 -0
  443. package/dist/components/Payroll/payrollTypes.js +27 -0
  444. package/dist/components/Payroll/payrollTypes.js.map +1 -0
  445. package/dist/components/Payroll/usePreparedPayrollData.js +6 -7
  446. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  447. package/dist/components/UNSTABLE_Hooks/collectErrors.d.ts +6 -0
  448. package/dist/components/UNSTABLE_Hooks/collectErrors.js +9 -0
  449. package/dist/components/UNSTABLE_Hooks/collectErrors.js.map +1 -0
  450. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.d.ts +8 -0
  451. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js +13 -0
  452. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataContext.js.map +1 -0
  453. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.d.ts +10 -0
  454. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js +13 -0
  455. package/dist/components/UNSTABLE_Hooks/form/FormFieldsMetadataProvider.js.map +1 -0
  456. package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.d.ts +23 -0
  457. package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js +24 -0
  458. package/dist/components/UNSTABLE_Hooks/form/SDKFormProvider.js.map +1 -0
  459. package/dist/components/UNSTABLE_Hooks/form/composeFormSchema.d.ts +26 -0
  460. package/dist/components/UNSTABLE_Hooks/form/composeFormSchema.js +24 -0
  461. package/dist/components/UNSTABLE_Hooks/form/composeFormSchema.js.map +1 -0
  462. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.d.ts +53 -0
  463. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js +34 -0
  464. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.js.map +1 -0
  465. package/dist/components/UNSTABLE_Hooks/form/composeSubmitHandler.test.d.ts +1 -0
  466. package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.d.ts +3 -0
  467. package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.js +14 -0
  468. package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.js.map +1 -0
  469. package/dist/components/UNSTABLE_Hooks/form/deriveFieldsMetadata.test.d.ts +1 -0
  470. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.d.ts +9 -0
  471. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js +29 -0
  472. package/dist/components/UNSTABLE_Hooks/form/fields/CheckboxHookField.js.map +1 -0
  473. package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.d.ts +9 -0
  474. package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js +29 -0
  475. package/dist/components/UNSTABLE_Hooks/form/fields/DatePickerHookField.js.map +1 -0
  476. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.d.ts +12 -0
  477. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js +35 -0
  478. package/dist/components/UNSTABLE_Hooks/form/fields/NumberInputHookField.js.map +1 -0
  479. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.d.ts +10 -0
  480. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js +35 -0
  481. package/dist/components/UNSTABLE_Hooks/form/fields/RadioGroupHookField.js.map +1 -0
  482. package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.d.ts +10 -0
  483. package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js +35 -0
  484. package/dist/components/UNSTABLE_Hooks/form/fields/SelectHookField.js.map +1 -0
  485. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.d.ts +9 -0
  486. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js +29 -0
  487. package/dist/components/UNSTABLE_Hooks/form/fields/SwitchHookField.js.map +1 -0
  488. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.d.ts +11 -0
  489. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js +33 -0
  490. package/dist/components/UNSTABLE_Hooks/form/fields/TextInputHookField.js.map +1 -0
  491. package/dist/components/UNSTABLE_Hooks/form/fields/index.d.ts +15 -0
  492. package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.d.ts +2 -0
  493. package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js +8 -0
  494. package/dist/components/UNSTABLE_Hooks/form/getFieldWithOptions.js.map +1 -0
  495. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.d.ts +18 -0
  496. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.js +10 -0
  497. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.js.map +1 -0
  498. package/dist/components/UNSTABLE_Hooks/form/getFormSubmissionValues.test.d.ts +1 -0
  499. package/dist/components/UNSTABLE_Hooks/form/index.d.ts +14 -0
  500. package/dist/components/UNSTABLE_Hooks/form/resolveRequiredFields.d.ts +6 -0
  501. package/dist/components/UNSTABLE_Hooks/form/resolveRequiredFields.js +14 -0
  502. package/dist/components/UNSTABLE_Hooks/form/resolveRequiredFields.js.map +1 -0
  503. package/dist/components/UNSTABLE_Hooks/form/types.d.ts +27 -0
  504. package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.d.ts +2 -0
  505. package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js +17 -0
  506. package/dist/components/UNSTABLE_Hooks/form/useFieldErrorMessage.js.map +1 -0
  507. package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.d.ts +4 -0
  508. package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.js +9 -0
  509. package/dist/components/UNSTABLE_Hooks/form/useFieldsMetadata.js.map +1 -0
  510. package/dist/components/UNSTABLE_Hooks/form/withOptions.d.ts +5 -0
  511. package/dist/components/UNSTABLE_Hooks/form/withOptions.js +7 -0
  512. package/dist/components/UNSTABLE_Hooks/form/withOptions.js.map +1 -0
  513. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.d.ts +5 -0
  514. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js +149 -0
  515. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/CompensationForm.js.map +1 -0
  516. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.d.ts +97 -0
  517. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js +121 -0
  518. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/compensationSchema.js.map +1 -0
  519. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.d.ts +34 -0
  520. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js +50 -0
  521. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/fields.js.map +1 -0
  522. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/index.d.ts +7 -0
  523. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.d.ts +104 -0
  524. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js +259 -0
  525. package/dist/components/UNSTABLE_Hooks/hooks/useCompensationForm/useCompensationForm.js.map +1 -0
  526. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.d.ts +5 -0
  527. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js +112 -0
  528. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/EmployeeDetailsForm.js.map +1 -0
  529. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +39 -0
  530. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js +45 -0
  531. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/employeeDetailsSchema.js.map +1 -0
  532. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.d.ts +23 -0
  533. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js +46 -0
  534. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/fields.js.map +1 -0
  535. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/index.d.ts +7 -0
  536. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +77 -0
  537. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js +153 -0
  538. package/dist/components/UNSTABLE_Hooks/hooks/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -0
  539. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.d.ts +5 -0
  540. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js +69 -0
  541. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/WorkAddressForm.js.map +1 -0
  542. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.d.ts +10 -0
  543. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js +14 -0
  544. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/fields.js.map +1 -0
  545. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/index.d.ts +7 -0
  546. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.d.ts +68 -0
  547. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js +129 -0
  548. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/useWorkAddressForm.js.map +1 -0
  549. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.d.ts +25 -0
  550. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js +24 -0
  551. package/dist/components/UNSTABLE_Hooks/hooks/useWorkAddressForm/workAddressSchema.js.map +1 -0
  552. package/dist/components/UNSTABLE_Hooks/index.d.ts +9 -0
  553. package/dist/components/UNSTABLE_Hooks/types.d.ts +49 -0
  554. package/dist/components/UNSTABLE_Hooks/useErrorHandling.d.ts +9 -0
  555. package/dist/components/UNSTABLE_Hooks/useErrorHandling.js +12 -0
  556. package/dist/components/UNSTABLE_Hooks/useErrorHandling.js.map +1 -0
  557. package/dist/components/UNSTABLE_Hooks/useErrorHandling.test.d.ts +1 -0
  558. package/dist/contexts/ApiProvider/ApiProvider.js +11 -11
  559. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  560. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +43 -50
  561. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  562. package/dist/contexts/ObservabilityProvider/index.d.ts +1 -1
  563. package/dist/contexts/ObservabilityProvider/sanitization.d.ts +0 -14
  564. package/dist/contexts/ObservabilityProvider/sanitization.js +51 -51
  565. package/dist/contexts/ObservabilityProvider/sanitization.js.map +1 -1
  566. package/dist/contexts/ObservabilityProvider/useSanitizedObservability.d.ts +0 -3
  567. package/dist/contexts/ObservabilityProvider/useSanitizedObservability.js.map +1 -1
  568. package/dist/helpers/requiredIf.d.ts +13 -0
  569. package/dist/helpers/requiredIf.js +8 -0
  570. package/dist/helpers/requiredIf.js.map +1 -0
  571. package/dist/i18n/I18n.js +13 -13
  572. package/dist/i18n/I18n.js.map +1 -1
  573. package/dist/i18n/en/Employee.Terminations.TerminateEmployee.json.js +18 -0
  574. package/dist/i18n/en/Employee.Terminations.TerminateEmployee.json.js.map +1 -0
  575. package/dist/i18n/en/Employee.Terminations.TerminationFlow.json.js +12 -0
  576. package/dist/i18n/en/Employee.Terminations.TerminationFlow.json.js.map +1 -0
  577. package/dist/i18n/en/Employee.Terminations.TerminationSummary.json.js +20 -0
  578. package/dist/i18n/en/Employee.Terminations.TerminationSummary.json.js.map +1 -0
  579. package/dist/i18n/en/Payroll.Dismissal.json.js +22 -0
  580. package/dist/i18n/en/Payroll.Dismissal.json.js.map +1 -0
  581. package/dist/i18n/en/Payroll.OffCycleCreation.json.js +15 -11
  582. package/dist/i18n/en/Payroll.OffCycleCreation.json.js.map +1 -1
  583. package/dist/i18n/en/Payroll.OffCyclePayPeriodDateForm.json.js +1 -1
  584. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +20 -18
  585. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
  586. package/dist/i18n/en/Payroll.PayrollList.json.js +20 -18
  587. package/dist/i18n/en/Payroll.PayrollList.json.js.map +1 -1
  588. package/dist/i18n/en/Payroll.Transition.json.js +8 -0
  589. package/dist/i18n/en/Payroll.Transition.json.js.map +1 -0
  590. package/dist/i18n/en/Payroll.TransitionCreation.json.js +26 -0
  591. package/dist/i18n/en/Payroll.TransitionCreation.json.js.map +1 -0
  592. package/dist/i18n/en/Payroll.TransitionPayrollAlert.json.js +18 -0
  593. package/dist/i18n/en/Payroll.TransitionPayrollAlert.json.js.map +1 -0
  594. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js +58 -0
  595. package/dist/i18n/en/UNSTABLE.CompensationForm.json.js.map +1 -0
  596. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js +34 -0
  597. package/dist/i18n/en/UNSTABLE.EmployeeDetailsForm.json.js.map +1 -0
  598. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js +24 -0
  599. package/dist/i18n/en/UNSTABLE.WorkAddressForm.json.js.map +1 -0
  600. package/dist/i18n/en/common.json.d.ts +2 -1
  601. package/dist/i18n/en/common.json.js +9 -9
  602. package/dist/index.d.ts +3 -2
  603. package/dist/index.js +14 -13
  604. package/dist/models/WA_RISK_CODES.d.ts +5 -2866
  605. package/dist/models/WA_RISK_CODES.js.map +1 -1
  606. package/dist/shared/constants.d.ts +32 -0
  607. package/dist/shared/constants.js +83 -65
  608. package/dist/shared/constants.js.map +1 -1
  609. package/dist/style.css +1 -1
  610. package/dist/types/i18next.d.ts +279 -1
  611. package/dist/types/observability.d.ts +31 -65
  612. package/dist/types/sdkError.d.ts +97 -0
  613. package/dist/types/sdkError.js +95 -0
  614. package/dist/types/sdkError.js.map +1 -0
  615. package/dist/types/sdkError.test.d.ts +1 -0
  616. package/docs/reference/endpoint-inventory.json +212 -14
  617. package/package.json +18 -18
  618. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfiguration.d.ts +0 -6
  619. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfiguration.js +0 -70
  620. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfiguration.js.map +0 -1
  621. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.d.ts +0 -7
  622. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.js +0 -6
  623. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.js.map +0 -1
  624. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationProvider.d.ts +0 -9
  625. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationProvider.js +0 -40
  626. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationProvider.js.map +0 -1
  627. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/index.d.ts +0 -5
  628. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/usePayrollConfiguration.d.ts +0 -2
  629. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/usePayrollConfiguration.js +0 -12
  630. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/usePayrollConfiguration.js.map +0 -1
  631. package/dist/components/Payroll/UNSTABLE_PayrollHooks/index.d.ts +0 -2
  632. package/dist/contexts/ObservabilityProvider/observabilityUtils.d.ts +0 -5
  633. package/dist/contexts/ObservabilityProvider/observabilityUtils.js +0 -45
  634. package/dist/contexts/ObservabilityProvider/observabilityUtils.js.map +0 -1
@@ -0,0 +1,24 @@
1
+ const e = "Add work address", t = "Edit work address", s = "Work address", a = "The primary location where the employee will be working.", o = "Effective date", d = "The date this work address takes effect.", i = "Save work address", r = "Save changes", c = { locationUuid: { REQUIRED: "Work address is required" }, effectiveDate: { REQUIRED: "Effective date is required" } }, n = {
2
+ addTitle: e,
3
+ editTitle: t,
4
+ locationLabel: s,
5
+ locationDescription: a,
6
+ effectiveDateLabel: o,
7
+ effectiveDateDescription: d,
8
+ createCta: i,
9
+ updateCta: r,
10
+ fieldValidations: c
11
+ };
12
+ export {
13
+ e as addTitle,
14
+ i as createCta,
15
+ n as default,
16
+ t as editTitle,
17
+ d as effectiveDateDescription,
18
+ o as effectiveDateLabel,
19
+ c as fieldValidations,
20
+ a as locationDescription,
21
+ s as locationLabel,
22
+ r as updateCta
23
+ };
24
+ //# sourceMappingURL=UNSTABLE.WorkAddressForm.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UNSTABLE.WorkAddressForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}
@@ -3,7 +3,8 @@ declare const _default: {
3
3
  "loading": "Loading component...",
4
4
  "loadingOptions": "Loading options...",
5
5
  "requiredField": "is a required field",
6
- "errorEncountered": "There was a problem with your submission"
6
+ "errorEncountered": "There was a problem with your submission",
7
+ "multipleErrorsEncountered": "There were multiple problems with your submission"
7
8
  },
8
9
  "optionalLabel": "(optional)",
9
10
  "progressBarLabel": "You are on step {{currentStep}} of {{totalSteps}}",
@@ -1,35 +1,35 @@
1
- const e = { loading: "Loading component...", loadingOptions: "Loading options...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, a = { paginationControlCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation", selectedItems: "Selected {{label}}", removeItem: "Remove {{label}}" }, r = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, l = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required", percentageMin: "Minimum value is {{min}}%", percentageMax: "Maximum value is {{max}}%" }, m = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", DC: "District of Columbia", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, c = { selectRowLabel: "Select row" }, p = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, u = { uploadInstructions: "<clickToUpload>Click to upload</clickToUpload> or drag and drop", acceptedTypes: "Only {{types}} files are permitted", removeFile: "Remove file" }, b = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, v = {
1
+ const e = { loading: "Loading component...", loadingOptions: "Loading options...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission", multipleErrorsEncountered: "There were multiple problems with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, r = { paginationControlCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation", selectedItems: "Selected {{label}}", removeItem: "Remove {{label}}" }, a = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, l = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required", percentageMin: "Minimum value is {{min}}%", percentageMax: "Maximum value is {{max}}%" }, m = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", DC: "District of Columbia", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, p = { selectRowLabel: "Select row" }, c = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, u = { uploadInstructions: "<clickToUpload>Click to upload</clickToUpload> or drag and drop", acceptedTypes: "Only {{types}} files are permitted", removeFile: "Remove file" }, b = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, v = {
2
2
  status: e,
3
3
  optionalLabel: o,
4
4
  progressBarLabel: n,
5
5
  errors: i,
6
6
  icons: t,
7
- labels: a,
8
- onboardingStatus: r,
7
+ labels: r,
8
+ onboardingStatus: a,
9
9
  inputs: s,
10
10
  payRateFormats: d,
11
11
  validations: l,
12
12
  statesHash: m,
13
13
  table: g,
14
- card: c,
15
- signatoryTitles: p,
14
+ card: p,
15
+ signatoryTitles: c,
16
16
  fileInput: u,
17
17
  reorderableList: b
18
18
  };
19
19
  export {
20
- c as card,
20
+ p as card,
21
21
  v as default,
22
22
  i as errors,
23
23
  u as fileInput,
24
24
  t as icons,
25
25
  s as inputs,
26
- a as labels,
27
- r as onboardingStatus,
26
+ r as labels,
27
+ a as onboardingStatus,
28
28
  o as optionalLabel,
29
29
  d as payRateFormats,
30
30
  n as progressBarLabel,
31
31
  b as reorderableList,
32
- p as signatoryTitles,
32
+ c as signatoryTitles,
33
33
  m as statesHash,
34
34
  e as status,
35
35
  g as table,
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './components';
3
3
  export * from './contexts';
4
4
  export { componentEvents } from './shared/constants';
5
5
  export type { BeforeCreateRequestHook, BeforeRequestHook, AfterSuccessHook, AfterErrorHook, BeforeCreateRequestContext, BeforeRequestContext, AfterSuccessContext, AfterErrorContext, SDKHooks, } from './types/hooks';
6
- export type { ObservabilityHook, ObservabilityError, ObservabilityErrorType, ObservabilityErrorContext, ObservabilityMetric, ObservabilityMetricUnit, SanitizationConfig, } from './types/observability';
7
- export { createObservabilityError } from './contexts/ObservabilityProvider';
6
+ export type { SDKError, SDKErrorCategory, SDKFieldError } from './types/sdkError';
7
+ export { normalizeToSDKError, SDKInternalError } from './types/sdkError';
8
+ export type { ObservabilityHook, ObservabilityError, ObservabilityMetric, ObservabilityMetricUnit, SanitizationConfig, } from './types/observability';
8
9
  export type { ConfirmWireDetailsProps, ConfirmWireDetailsComponentType, } from './components/Payroll/ConfirmWireDetails';
package/dist/index.js CHANGED
@@ -4,25 +4,26 @@ import * as e from "./components/Employee/index.js";
4
4
  import * as t from "./components/InformationRequests/index.js";
5
5
  import * as i from "./components/Payroll/index.js";
6
6
  import { ApiProvider as s } from "./contexts/ApiProvider/ApiProvider.js";
7
- import { ObservabilityProvider as x } from "./contexts/ObservabilityProvider/ObservabilityProvider.js";
8
- import { useObservability as n } from "./contexts/ObservabilityProvider/useObservability.js";
9
- import { createObservabilityError as v } from "./contexts/ObservabilityProvider/observabilityUtils.js";
10
- import { componentEvents as l } from "./shared/constants.js";
11
- import { GustoApiProvider as y, GustoProvider as P } from "./contexts/GustoProvider/GustoProvider.js";
12
- import { GustoProviderCustomUIAdapter as c } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
7
+ import { componentEvents as x } from "./shared/constants.js";
8
+ import { SDKInternalError as f, normalizeToSDKError as d } from "./types/sdkError.js";
9
+ import { GustoApiProvider as l, GustoProvider as u } from "./contexts/GustoProvider/GustoProvider.js";
10
+ import { GustoProviderCustomUIAdapter as y } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
11
+ import { ObservabilityProvider as E } from "./contexts/ObservabilityProvider/ObservabilityProvider.js";
12
+ import { useObservability as A } from "./contexts/ObservabilityProvider/useObservability.js";
13
13
  export {
14
14
  s as ApiProvider,
15
15
  r as Company,
16
16
  o as Contractor,
17
17
  e as Employee,
18
- y as GustoApiProvider,
19
- P as GustoProvider,
20
- c as GustoProviderCustomUIAdapter,
18
+ l as GustoApiProvider,
19
+ u as GustoProvider,
20
+ y as GustoProviderCustomUIAdapter,
21
21
  t as InformationRequests,
22
- x as ObservabilityProvider,
22
+ E as ObservabilityProvider,
23
23
  i as Payroll,
24
- l as componentEvents,
25
- v as createObservabilityError,
26
- n as useObservability
24
+ f as SDKInternalError,
25
+ x as componentEvents,
26
+ d as normalizeToSDKError,
27
+ A as useObservability
27
28
  };
28
29
  //# sourceMappingURL=index.js.map