@gusto/embedded-react-sdk 0.48.2 → 0.49.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 (839) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/README.md +8 -8
  3. package/dist/components/Base/Base.d.ts +11 -3
  4. package/dist/components/Base/Base.js.map +1 -1
  5. package/dist/components/Base/index.d.ts +1 -1
  6. package/dist/components/Common/DataView/DataTable/DataTable.js +21 -21
  7. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  8. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js +16 -15
  9. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  10. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.d.ts +1 -0
  11. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
  12. package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js.map +1 -1
  13. package/dist/components/Common/PaginationControl/PaginationControl.js +9 -8
  14. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  15. package/dist/components/Common/TaxInputs/TaxInputs.js +104 -102
  16. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  17. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +1 -1
  18. package/dist/components/Common/UI/FileInput/FileInput.js +1 -1
  19. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  20. package/dist/components/Common/UI/Modal/Modal.module.scss.js +12 -12
  21. package/dist/components/Common/UI/NumberInput/NumberInput.d.ts +1 -1
  22. package/dist/components/Common/UI/NumberInput/NumberInput.js +87 -80
  23. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  24. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +4 -0
  25. package/dist/components/Common/UI/ProgressBar/ProgressBar.js +4 -4
  26. package/dist/components/Common/UI/Select/Select.js +28 -28
  27. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  28. package/dist/components/Common/UI/Select/SelectTypes.d.ts +3 -2
  29. package/dist/components/Common/UI/Tabs/Tabs.js +9 -8
  30. package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
  31. package/dist/components/Company/AssignSignatory/AssignSignatory.d.ts +34 -2
  32. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  33. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.d.ts +1 -0
  34. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  35. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.d.ts +1 -0
  36. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  37. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.d.ts +25 -4
  38. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  39. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.d.ts +2 -0
  40. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  41. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.d.ts +1 -0
  42. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  43. package/dist/components/Company/AssignSignatory/CreateSignatory/index.d.ts +2 -2
  44. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +10 -1
  45. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -5
  46. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  47. package/dist/components/Company/AssignSignatory/Head.d.ts +1 -0
  48. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  49. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.d.ts +1 -0
  50. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  51. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.d.ts +27 -4
  52. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  53. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +3 -0
  54. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  55. package/dist/components/Company/AssignSignatory/InviteSignatory/index.d.ts +2 -2
  56. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +6 -0
  57. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -5
  58. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  59. package/dist/components/Company/AssignSignatory/SignatoryForm.d.ts +1 -0
  60. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  61. package/dist/components/Company/AssignSignatory/TitleSelect.d.ts +1 -1
  62. package/dist/components/Company/AssignSignatory/TitleSelect.js +9 -8
  63. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  64. package/dist/components/Company/AssignSignatory/index.d.ts +2 -5
  65. package/dist/components/Company/AssignSignatory/useAssignSignatory.d.ts +9 -0
  66. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -7
  67. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  68. package/dist/components/Company/BankAccount/BankAccount.d.ts +27 -0
  69. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  70. package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +8 -0
  71. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  72. package/dist/components/Company/BankAccount/BankAccountForm/Actions.d.ts +1 -0
  73. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  74. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.d.ts +4 -3
  75. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  76. package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +3 -0
  77. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  78. package/dist/components/Company/BankAccount/BankAccountForm/Head.d.ts +1 -0
  79. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  80. package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -5
  81. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  82. package/dist/components/Company/BankAccount/BankAccountList/AccountView.d.ts +1 -0
  83. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  84. package/dist/components/Company/BankAccount/BankAccountList/Actions.d.ts +1 -0
  85. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  86. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.d.ts +4 -3
  87. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  88. package/dist/components/Company/BankAccount/BankAccountList/Head.d.ts +1 -0
  89. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  90. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.d.ts +1 -0
  91. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  92. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.d.ts +4 -3
  93. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  94. package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +3 -0
  95. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  96. package/dist/components/Company/BankAccount/BankAccountVerify/Head.d.ts +1 -0
  97. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  98. package/dist/components/Company/BankAccount/stateMachine.d.ts +1 -0
  99. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  100. package/dist/components/Company/DocumentSigner/DocumentList/Actions.d.ts +1 -0
  101. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  102. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.d.ts +34 -2
  103. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  104. package/dist/components/Company/DocumentSigner/DocumentList/Head.d.ts +1 -0
  105. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  106. package/dist/components/Company/DocumentSigner/DocumentList/List.d.ts +1 -0
  107. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  108. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.d.ts +1 -0
  109. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  110. package/dist/components/Company/DocumentSigner/DocumentList/index.d.ts +1 -1
  111. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  112. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  113. package/dist/components/Company/DocumentSigner/DocumentSigner.d.ts +38 -0
  114. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  115. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +32 -2
  116. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  117. package/dist/components/Company/DocumentSigner/assignSignatoryState.d.ts +1 -0
  118. package/dist/components/Company/DocumentSigner/assignSignatoryState.js +4 -6
  119. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  120. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +4 -0
  121. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  122. package/dist/components/Company/DocumentSigner/index.d.ts +1 -1
  123. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +41 -0
  124. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js.map +1 -1
  125. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.d.ts +40 -10
  126. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/signCompanyFormSchema.js.map +1 -1
  127. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +111 -0
  128. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  129. package/dist/components/Company/DocumentSigner/stateMachine.d.ts +1 -0
  130. package/dist/components/Company/DocumentSigner/stateMachine.js +12 -18
  131. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  132. package/dist/components/Company/DocumentSigner/useDocumentSigner.d.ts +1 -0
  133. package/dist/components/Company/FederalTaxes/Actions.d.ts +1 -0
  134. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  135. package/dist/components/Company/FederalTaxes/FederalTaxes.d.ts +26 -4
  136. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  137. package/dist/components/Company/FederalTaxes/Form.d.ts +1 -0
  138. package/dist/components/Company/FederalTaxes/Form.js +23 -21
  139. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  140. package/dist/components/Company/FederalTaxes/Head.d.ts +1 -0
  141. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  142. package/dist/components/Company/FederalTaxes/index.d.ts +2 -0
  143. package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +12 -5
  144. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +8 -10
  145. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  146. package/dist/components/Company/Industry/Actions.d.ts +1 -0
  147. package/dist/components/Company/Industry/Actions.js.map +1 -1
  148. package/dist/components/Company/Industry/Context.js +6 -8
  149. package/dist/components/Company/Industry/Context.js.map +1 -1
  150. package/dist/components/Company/Industry/Edit.d.ts +3 -0
  151. package/dist/components/Company/Industry/Edit.js.map +1 -1
  152. package/dist/components/Company/Industry/Head.d.ts +1 -0
  153. package/dist/components/Company/Industry/Head.js.map +1 -1
  154. package/dist/components/Company/Industry/Industry.d.ts +23 -4
  155. package/dist/components/Company/Industry/Industry.js.map +1 -1
  156. package/dist/components/Company/Industry/IndustrySelect.d.ts +1 -0
  157. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  158. package/dist/components/Company/Industry/index.d.ts +1 -1
  159. package/dist/components/Company/Locations/LocationForm/Actions.d.ts +1 -0
  160. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  161. package/dist/components/Company/Locations/LocationForm/Form.d.ts +3 -0
  162. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  163. package/dist/components/Company/Locations/LocationForm/Head.d.ts +1 -0
  164. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  165. package/dist/components/Company/Locations/LocationForm/LocationForm.d.ts +27 -4
  166. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  167. package/dist/components/Company/Locations/LocationForm/index.d.ts +1 -0
  168. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -5
  169. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  170. package/dist/components/Company/Locations/Locations.d.ts +27 -0
  171. package/dist/components/Company/Locations/Locations.js.map +1 -1
  172. package/dist/components/Company/Locations/LocationsList/Actions.d.ts +1 -0
  173. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  174. package/dist/components/Company/Locations/LocationsList/Head.d.ts +1 -0
  175. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  176. package/dist/components/Company/Locations/LocationsList/List.d.ts +1 -1
  177. package/dist/components/Company/Locations/LocationsList/List.js +20 -20
  178. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  179. package/dist/components/Company/Locations/LocationsList/List.module.scss.js +1 -1
  180. package/dist/components/Company/Locations/LocationsList/LocationsList.d.ts +24 -2
  181. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  182. package/dist/components/Company/Locations/LocationsList/index.d.ts +1 -1
  183. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -5
  184. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  185. package/dist/components/Company/Locations/locationsStateMachine.d.ts +4 -0
  186. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  187. package/dist/components/Company/Locations/stateMachine.d.ts +1 -1
  188. package/dist/components/Company/Locations/stateMachine.js +4 -7
  189. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  190. package/dist/components/Company/OnboardingFlow/OnboardingFlow.d.ts +62 -0
  191. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  192. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +30 -1
  193. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js +30 -23
  194. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  195. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  196. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  197. package/dist/components/Company/OnboardingOverview/Completed.d.ts +1 -0
  198. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  199. package/dist/components/Company/OnboardingOverview/MissingRequirements.d.ts +1 -0
  200. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  201. package/dist/components/Company/OnboardingOverview/OnboardingOverview.d.ts +28 -4
  202. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  203. package/dist/components/Company/OnboardingOverview/context.js +3 -5
  204. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  205. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +39 -5
  206. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  207. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +3 -0
  208. package/dist/components/Company/PaySchedule/PayScheduleComponents.js.map +1 -1
  209. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +1 -0
  210. package/dist/components/Company/PaySchedule/PayScheduleForm.js +6 -4
  211. package/dist/components/Company/PaySchedule/PayScheduleForm.js.map +1 -1
  212. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +1 -0
  213. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  214. package/dist/components/Company/PaySchedule/payScheduleStateMachine.d.ts +1 -0
  215. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js +10 -14
  216. package/dist/components/Company/PaySchedule/payScheduleStateMachine.js.map +1 -1
  217. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +136 -0
  218. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js.map +1 -1
  219. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/index.d.ts +2 -1
  220. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.d.ts +48 -26
  221. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/payScheduleSchema.js.map +1 -1
  222. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +134 -0
  223. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  224. package/dist/components/Company/StateTaxes/StateTaxes.d.ts +26 -0
  225. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  226. package/dist/components/Company/StateTaxes/StateTaxesComponents.d.ts +6 -0
  227. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  228. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.d.ts +1 -0
  229. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  230. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.d.ts +1 -3
  231. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js +30 -28
  232. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  233. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.d.ts +1 -0
  234. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  235. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.d.ts +42 -4
  236. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +55 -54
  237. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  238. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.d.ts +10 -0
  239. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js +11 -0
  240. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.js.map +1 -0
  241. package/dist/components/Company/StateTaxes/StateTaxesForm/applicableIf.test.d.ts +1 -0
  242. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -5
  243. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  244. package/dist/components/Company/StateTaxes/StateTaxesForm/index.d.ts +1 -1
  245. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.d.ts +2 -0
  246. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js +2 -3
  247. package/dist/components/Company/StateTaxes/StateTaxesForm/rhfKey.js.map +1 -1
  248. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.d.ts +1 -0
  249. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  250. package/dist/components/Company/StateTaxes/StateTaxesList/Head.d.ts +1 -0
  251. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  252. package/dist/components/Company/StateTaxes/StateTaxesList/List.d.ts +1 -0
  253. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  254. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.d.ts +23 -2
  255. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  256. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -5
  257. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  258. package/dist/components/Company/StateTaxes/StateTaxesList/index.d.ts +1 -1
  259. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +1 -0
  260. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js +5 -7
  261. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  262. package/dist/components/Company/exports/companyOnboarding.d.ts +18 -17
  263. package/dist/components/Company/exports/companyOnboarding.js +18 -16
  264. package/dist/components/Company/exports/companyOnboarding.js.map +1 -1
  265. package/dist/components/Company/index.d.ts +1 -17
  266. package/dist/components/Contractor/Address/Address.d.ts +48 -7
  267. package/dist/components/Contractor/Address/Address.js +83 -64
  268. package/dist/components/Contractor/Address/Address.js.map +1 -1
  269. package/dist/components/Contractor/Address/Address.module.scss.js +8 -0
  270. package/dist/components/Contractor/Address/Address.module.scss.js.map +1 -0
  271. package/dist/components/Contractor/Address/index.d.ts +2 -1
  272. package/dist/components/Contractor/Address/shared/useContractorAddressForm/contractorAddressSchema.d.ts +59 -0
  273. package/dist/components/Contractor/Address/shared/useContractorAddressForm/contractorAddressSchema.js +32 -0
  274. package/dist/components/Contractor/Address/shared/useContractorAddressForm/contractorAddressSchema.js.map +1 -0
  275. package/dist/components/Contractor/Address/shared/useContractorAddressForm/fields.d.ts +111 -0
  276. package/dist/components/Contractor/Address/shared/useContractorAddressForm/fields.js +26 -0
  277. package/dist/components/Contractor/Address/shared/useContractorAddressForm/fields.js.map +1 -0
  278. package/dist/components/Contractor/Address/shared/useContractorAddressForm/index.d.ts +6 -0
  279. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.d.ts +112 -0
  280. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js +133 -0
  281. package/dist/components/Contractor/Address/shared/useContractorAddressForm/useContractorAddressForm.js.map +1 -0
  282. package/dist/components/Contractor/Address/types.d.ts +8 -0
  283. package/dist/components/Contractor/ContractorList/index.d.ts +25 -12
  284. package/dist/components/Contractor/ContractorList/index.js +1 -3
  285. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  286. package/dist/components/Contractor/ContractorList/useContractorList.d.ts +3 -5
  287. package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
  288. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.d.ts +29 -0
  289. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js +71 -0
  290. package/dist/components/Contractor/Documents/DocumentsList/DocumentsList.js.map +1 -0
  291. package/dist/components/Contractor/Documents/DocumentsList/index.d.ts +3 -0
  292. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/index.d.ts +2 -0
  293. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.d.ts +59 -0
  294. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js +20 -0
  295. package/dist/components/Contractor/Documents/DocumentsList/useContractorDocumentsList/useContractorDocumentsList.js.map +1 -0
  296. package/dist/components/Contractor/Landing/Landing.d.ts +19 -0
  297. package/dist/components/Contractor/Landing/Landing.js +73 -0
  298. package/dist/components/Contractor/Landing/Landing.js.map +1 -0
  299. package/dist/components/Contractor/Landing/index.d.ts +2 -0
  300. package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +34 -9
  301. package/dist/components/Contractor/NewHireReport/NewHireReport.js +7 -7
  302. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  303. package/dist/components/Contractor/NewHireReport/types.d.ts +7 -0
  304. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.d.ts +70 -0
  305. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  306. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.d.ts +30 -4
  307. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  308. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.d.ts +1 -0
  309. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  310. package/dist/components/Contractor/OnboardingSummary/OnboardingSummary.d.ts +23 -0
  311. package/dist/components/Contractor/OnboardingSummary/OnboardingSummary.js +36 -0
  312. package/dist/components/Contractor/OnboardingSummary/OnboardingSummary.js.map +1 -0
  313. package/dist/components/Contractor/OnboardingSummary/index.d.ts +2 -0
  314. package/dist/components/Contractor/PaymentMethod/BankAccountForm.d.ts +1 -0
  315. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  316. package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +33 -16
  317. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  318. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +1 -9
  319. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +11 -15
  320. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  321. package/dist/components/Contractor/PaymentMethod/types.d.ts +7 -0
  322. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +50 -3
  323. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +1 -2
  324. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  325. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +1 -0
  326. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +59 -53
  327. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  328. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.d.ts +4 -18
  329. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js +0 -1
  330. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentFormSchema.js.map +1 -1
  331. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +1 -0
  332. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +70 -91
  333. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  334. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +1 -0
  335. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  336. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +1 -0
  337. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
  338. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +1 -0
  339. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +62 -56
  340. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  341. package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -0
  342. package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
  343. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +49 -0
  344. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.js.map +1 -1
  345. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +14 -1
  346. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
  347. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +2 -0
  348. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  349. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +37 -3
  350. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +1 -2
  351. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
  352. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +1 -0
  353. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +54 -51
  354. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  355. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.d.ts +15 -3
  356. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +1 -2
  357. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
  358. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +1 -0
  359. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +20 -22
  360. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  361. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +33 -2
  362. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
  363. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +1 -0
  364. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +109 -102
  365. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  366. package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +1 -2
  367. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +28 -3
  368. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +1 -2
  369. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  370. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +1 -0
  371. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +86 -65
  372. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  373. package/dist/components/Contractor/Payments/types.d.ts +8 -4
  374. package/dist/components/Contractor/Profile/BusinessSelfOnboardingProfile.d.ts +8 -0
  375. package/dist/components/Contractor/Profile/BusinessSelfOnboardingProfile.js +79 -0
  376. package/dist/components/Contractor/Profile/BusinessSelfOnboardingProfile.js.map +1 -0
  377. package/dist/components/Contractor/Profile/ContractorProfile.d.ts +74 -8
  378. package/dist/components/Contractor/Profile/ContractorProfile.js +205 -35
  379. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  380. package/dist/components/Contractor/Profile/ContractorProfile.module.scss.js +8 -0
  381. package/dist/components/Contractor/Profile/ContractorProfile.module.scss.js.map +1 -0
  382. package/dist/components/Contractor/Profile/IndividualSelfOnboardingProfile.d.ts +8 -0
  383. package/dist/components/Contractor/Profile/IndividualSelfOnboardingProfile.js +96 -0
  384. package/dist/components/Contractor/Profile/IndividualSelfOnboardingProfile.js.map +1 -0
  385. package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.d.ts +22 -0
  386. package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js +40 -0
  387. package/dist/components/Contractor/Profile/SelfOnboardingContractorProfile.js.map +1 -0
  388. package/dist/components/Contractor/Profile/index.d.ts +1 -2
  389. package/dist/components/Contractor/Profile/shared/index.d.ts +2 -0
  390. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.d.ts +125 -0
  391. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js +73 -0
  392. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.js.map +1 -0
  393. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/contractorDetailsSchema.test.d.ts +1 -0
  394. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.d.ts +312 -0
  395. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.js +87 -0
  396. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/fields.js.map +1 -0
  397. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/index.d.ts +6 -0
  398. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.d.ts +151 -0
  399. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js +188 -0
  400. package/dist/components/Contractor/Profile/shared/useContractorDetailsForm/useContractorDetailsForm.js.map +1 -0
  401. package/dist/components/Contractor/Submit/Submit.d.ts +24 -4
  402. package/dist/components/Contractor/Submit/Submit.js +1 -2
  403. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  404. package/dist/components/Contractor/Submit/SubmitDone.d.ts +1 -0
  405. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  406. package/dist/components/Contractor/exports/contractorManagement.d.ts +6 -6
  407. package/dist/components/Contractor/exports/contractorOnboarding.d.ts +12 -4
  408. package/dist/components/Contractor/exports/contractorOnboarding.js +14 -8
  409. package/dist/components/Contractor/exports/contractorOnboarding.js.map +1 -1
  410. package/dist/components/Employee/Compensation/management/Compensation.d.ts +4 -7
  411. package/dist/components/Employee/Compensation/management/Compensation.js +1 -5
  412. package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -1
  413. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.d.ts +1 -0
  414. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -1
  415. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.d.ts +1 -0
  416. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -1
  417. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.d.ts +1 -0
  418. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -1
  419. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.d.ts +1 -0
  420. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -1
  421. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js +13 -10
  422. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
  423. package/dist/components/Employee/Compensation/management/compensationStateMachine.js +23 -31
  424. package/dist/components/Employee/Compensation/management/compensationStateMachine.js.map +1 -1
  425. package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +1 -0
  426. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
  427. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +1 -0
  428. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.js.map +1 -1
  429. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.d.ts +3 -3
  430. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
  431. package/dist/components/Employee/Compensation/onboarding/compensationStateMachine.js +20 -28
  432. package/dist/components/Employee/Compensation/onboarding/compensationStateMachine.js.map +1 -1
  433. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js +13 -10
  434. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
  435. package/dist/components/Employee/Compensation/shared/useCompensationForm/compensationSchema.d.ts +29 -61
  436. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
  437. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.d.ts +19 -23
  438. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js +5 -0
  439. package/dist/components/Employee/Compensation/shared/useJobForm/jobSchema.js.map +1 -1
  440. package/dist/components/Employee/Dashboard/Dashboard.d.ts +29 -4
  441. package/dist/components/Employee/Dashboard/Dashboard.js +1 -4
  442. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  443. package/dist/components/Employee/Dashboard/DashboardFlow.d.ts +20 -14
  444. package/dist/components/Employee/Dashboard/DashboardFlow.js.map +1 -1
  445. package/dist/components/Employee/Dashboard/dashboardStateMachine.js +78 -108
  446. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  447. package/dist/components/Employee/Deductions/management/Deductions.d.ts +4 -7
  448. package/dist/components/Employee/Deductions/management/Deductions.js +1 -5
  449. package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -1
  450. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.d.ts +1 -0
  451. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -1
  452. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.d.ts +4 -3
  453. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +1 -4
  454. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -1
  455. package/dist/components/Employee/Deductions/management/deductionsStateMachine.js +17 -23
  456. package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -1
  457. package/dist/components/Employee/Deductions/onboarding/Deductions.d.ts +2 -3
  458. package/dist/components/Employee/Deductions/onboarding/Deductions.js +21 -26
  459. package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -1
  460. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js +55 -50
  461. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -1
  462. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.d.ts +0 -4
  463. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js +33 -43
  464. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -1
  465. package/dist/components/Employee/Deductions/onboarding/stateMachine.d.ts +0 -1
  466. package/dist/components/Employee/Deductions/onboarding/stateMachine.js +51 -85
  467. package/dist/components/Employee/Deductions/onboarding/stateMachine.js.map +1 -1
  468. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js +40 -37
  469. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -1
  470. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js +64 -61
  471. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -1
  472. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -18
  473. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
  474. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.d.ts +2 -25
  475. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
  476. package/dist/components/Employee/Documents/management/DocumentManager.d.ts +19 -4
  477. package/dist/components/Employee/Documents/management/DocumentManager.js +4 -1
  478. package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
  479. package/dist/components/Employee/Documents/management/Documents.d.ts +4 -7
  480. package/dist/components/Employee/Documents/management/Documents.js +1 -5
  481. package/dist/components/Employee/Documents/management/Documents.js.map +1 -1
  482. package/dist/components/Employee/Documents/management/documentsStateMachine.js +5 -7
  483. package/dist/components/Employee/Documents/management/documentsStateMachine.js.map +1 -1
  484. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +2 -1
  485. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  486. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +3 -5
  487. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  488. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.d.ts +8 -1
  489. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
  490. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.d.ts +1 -0
  491. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
  492. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +3 -2
  493. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  494. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.d.ts +1 -4
  495. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
  496. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -4
  497. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +3 -2
  498. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
  499. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/signEmployeeFormSchema.d.ts +2 -48
  500. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +22 -14
  501. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  502. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.d.ts +5 -8
  503. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.js.map +1 -1
  504. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.d.ts +18 -3
  505. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js +21 -18
  506. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
  507. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +2 -1
  508. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +47 -46
  509. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
  510. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
  511. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.d.ts +8 -2
  512. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.js.map +1 -1
  513. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.d.ts +1 -1
  514. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js.map +1 -1
  515. package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js +5 -7
  516. package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js.map +1 -1
  517. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.d.ts +4 -7
  518. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +1 -5
  519. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
  520. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.d.ts +4 -5
  521. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +1 -4
  522. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -1
  523. package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js +14 -20
  524. package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js.map +1 -1
  525. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.d.ts +4 -3
  526. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +1 -4
  527. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
  528. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +1 -1
  529. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.d.ts +3 -20
  530. package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +7 -11
  531. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +1 -5
  532. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
  533. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.d.ts +1 -0
  534. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.js.map +1 -1
  535. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.d.ts +7 -9
  536. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js +1 -4
  537. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -1
  538. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +2 -0
  539. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  540. package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js +8 -12
  541. package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js.map +1 -1
  542. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
  543. package/dist/components/Employee/Landing/Landing.d.ts +10 -4
  544. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  545. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.d.ts +19 -5
  546. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js.map +1 -1
  547. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +1 -0
  548. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -1
  549. package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.js.map +1 -1
  550. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.d.ts +32 -12
  551. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js +19 -17
  552. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  553. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +23 -16
  554. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  555. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +11 -15
  556. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  557. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.d.ts +10 -4
  558. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  559. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.d.ts +3 -7
  560. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +1 -5
  561. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
  562. package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.d.ts +1 -0
  563. package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.js.map +1 -1
  564. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.d.ts +1 -0
  565. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.js.map +1 -1
  566. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js.map +1 -1
  567. package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.d.ts +1 -0
  568. package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.js.map +1 -1
  569. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js +15 -21
  570. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js.map +1 -1
  571. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.d.ts +4 -7
  572. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js +1 -5
  573. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.js.map +1 -1
  574. package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js +24 -36
  575. package/dist/components/Employee/PaymentMethod/onboarding/paymentMethodStateMachine.js.map +1 -1
  576. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankFormSchema.d.ts +3 -15
  577. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodFormSchema.d.ts +3 -12
  578. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js.map +1 -1
  579. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsFormSchema.d.ts +2 -11
  580. package/dist/components/Employee/Profile/management/Profile.d.ts +5 -8
  581. package/dist/components/Employee/Profile/management/Profile.js +1 -5
  582. package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
  583. package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.d.ts +1 -0
  584. package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.js.map +1 -1
  585. package/dist/components/Employee/Profile/management/ProfileEditForm.d.ts +5 -6
  586. package/dist/components/Employee/Profile/management/ProfileEditForm.js +1 -4
  587. package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -1
  588. package/dist/components/Employee/Profile/management/profileStateMachine.js +14 -20
  589. package/dist/components/Employee/Profile/management/profileStateMachine.js.map +1 -1
  590. package/dist/components/Employee/Profile/onboarding/AdminProfile.js +55 -54
  591. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  592. package/dist/components/Employee/Profile/onboarding/AdminProfile.module.scss.js +3 -5
  593. package/dist/components/Employee/Profile/onboarding/AdminProfile.module.scss.js.map +1 -1
  594. package/dist/components/Employee/Profile/onboarding/Profile.d.ts +11 -12
  595. package/dist/components/Employee/Profile/onboarding/Profile.js +1 -5
  596. package/dist/components/Employee/Profile/onboarding/Profile.js.map +1 -1
  597. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/employeeDetailsSchema.d.ts +3 -22
  598. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js.map +1 -1
  599. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +3 -17
  600. package/dist/components/Employee/Profile/shared/useWorkAddressForm/workAddressSchema.d.ts +3 -10
  601. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +1 -1
  602. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  603. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.d.ts +19 -5
  604. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  605. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js +12 -18
  606. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  607. package/dist/components/Employee/StateTaxes/management/StateTaxes.d.ts +4 -9
  608. package/dist/components/Employee/StateTaxes/management/StateTaxes.js +1 -5
  609. package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
  610. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.d.ts +1 -0
  611. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -1
  612. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.d.ts +5 -8
  613. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +1 -4
  614. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -1
  615. package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js +14 -20
  616. package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js.map +1 -1
  617. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.d.ts +5 -8
  618. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +1 -4
  619. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
  620. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +29 -29
  621. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js.map +1 -1
  622. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldProps.d.ts +1 -1
  623. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
  624. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.d.ts +1 -0
  625. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
  626. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.d.ts +16 -5
  627. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.js.map +1 -1
  628. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.d.ts +1 -1
  629. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
  630. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js +5 -7
  631. package/dist/components/Employee/Terminations/TerminationFlow/terminationStateMachine.js.map +1 -1
  632. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.d.ts +1 -0
  633. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
  634. package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +7 -11
  635. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +1 -5
  636. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
  637. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.d.ts +1 -0
  638. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.js.map +1 -1
  639. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.d.ts +7 -9
  640. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js +1 -4
  641. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -1
  642. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +97 -95
  643. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  644. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
  645. package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js +8 -12
  646. package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js.map +1 -1
  647. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -1
  648. package/dist/components/Employee/exports/employeeOnboarding.d.ts +3 -3
  649. package/dist/components/Flow/Flow.js +1 -1
  650. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +1 -0
  651. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  652. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +1 -0
  653. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  654. package/dist/components/InformationRequests/InformationRequests.d.ts +26 -1
  655. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  656. package/dist/components/InformationRequests/informationRequestsStateMachine.js +10 -14
  657. package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -1
  658. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +3 -4
  659. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +2 -11
  660. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  661. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +0 -1
  662. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +1 -0
  663. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  664. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +11 -17
  665. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -1
  666. package/dist/components/Payroll/ConfirmWireDetails/types.d.ts +1 -3
  667. package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +25 -1
  668. package/dist/components/Payroll/Dismissal/DismissalFlow.js.map +1 -1
  669. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +1 -0
  670. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
  671. package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +18 -4
  672. package/dist/components/Payroll/OffCycle/OffCycleFlow.js.map +1 -1
  673. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +1 -1
  674. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  675. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +1 -0
  676. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.js.map +1 -1
  677. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +1 -0
  678. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -1
  679. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +21 -20
  680. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  681. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +2 -1
  682. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  683. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +2 -2
  684. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  685. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +2 -18
  686. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +28 -3
  687. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  688. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js +38 -46
  689. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  690. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +25 -24
  691. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
  692. package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +13 -3
  693. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -1
  694. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +2 -2
  695. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  696. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +34 -44
  697. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  698. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +1 -0
  699. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  700. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +12 -2
  701. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  702. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +8 -10
  703. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  704. package/dist/components/Payroll/PayrollList/PayrollList.d.ts +2 -1
  705. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  706. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +1 -0
  707. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +149 -136
  708. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  709. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +3 -3
  710. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +167 -167
  711. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  712. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +42 -39
  713. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  714. package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +2 -1
  715. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +5 -9
  716. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
  717. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +0 -1
  718. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  719. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +0 -1
  720. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  721. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.js +10 -14
  722. package/dist/components/Payroll/RecoveryCases/recoveryCasesStateMachine.js.map +1 -1
  723. package/dist/components/Payroll/Transition/TransitionFlow.d.ts +27 -1
  724. package/dist/components/Payroll/Transition/TransitionFlow.js.map +1 -1
  725. package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +1 -1
  726. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
  727. package/dist/components/Payroll/usePreparedPayrollData.js +8 -10
  728. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  729. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +2 -2
  730. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.js.map +1 -1
  731. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +2 -1
  732. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.js.map +1 -1
  733. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +1 -1
  734. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  735. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +2 -2
  736. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  737. package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +1 -1
  738. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  739. package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +2 -1
  740. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  741. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +1 -0
  742. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
  743. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +28 -1
  744. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.js.map +1 -1
  745. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +1 -1
  746. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  747. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -2
  748. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js +128 -174
  749. package/dist/components/TimeOff/TimeOffFlow/timeOffStateMachine.js.map +1 -1
  750. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +1 -0
  751. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  752. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +9 -7
  753. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  754. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +2 -1
  755. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  756. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +2 -1
  757. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.js.map +1 -1
  758. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +2 -2
  759. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.js.map +1 -1
  760. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +2 -2
  761. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.js.map +1 -1
  762. package/dist/components/index.d.ts +9 -0
  763. package/dist/contexts/ThemeProvider/types.d.ts +19 -0
  764. package/dist/i18n/I18n.js +5 -2
  765. package/dist/i18n/I18n.js.map +1 -1
  766. package/dist/i18n/en/Company.AssignSignatory.json.js +1 -1
  767. package/dist/i18n/en/Company.FederalTaxes.json.js +27 -23
  768. package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
  769. package/dist/i18n/en/Company.PaySchedule.json.js +1 -1
  770. package/dist/i18n/en/Contractor.Address.json.js +13 -13
  771. package/dist/i18n/en/Contractor.DocumentsList.json.js +28 -0
  772. package/dist/i18n/en/Contractor.DocumentsList.json.js.map +1 -0
  773. package/dist/i18n/en/Contractor.Landing.json.js +18 -0
  774. package/dist/i18n/en/Contractor.Landing.json.js.map +1 -0
  775. package/dist/i18n/en/Contractor.NewHireReport.json.js +12 -10
  776. package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
  777. package/dist/i18n/en/Contractor.OnboardingSummary.json.js +12 -0
  778. package/dist/i18n/en/Contractor.OnboardingSummary.json.js.map +1 -0
  779. package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +13 -13
  780. package/dist/i18n/en/Contractor.Payments.PaymentHistory.json.js +10 -6
  781. package/dist/i18n/en/Contractor.Payments.PaymentHistory.json.js.map +1 -1
  782. package/dist/i18n/en/Contractor.Profile.json.js +8 -6
  783. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  784. package/dist/i18n/en/Employee.Compensation.json.js +56 -50
  785. package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
  786. package/dist/i18n/en/Employee.DeductionsForm.json.js +8 -8
  787. package/dist/i18n/en/Employee.EmploymentEligibility.json.js +1 -1
  788. package/dist/i18n/en/Employee.Management.Compensation.json.js +48 -42
  789. package/dist/i18n/en/Employee.Management.Compensation.json.js.map +1 -1
  790. package/dist/i18n/en/Employee.Management.HomeAddress.json.js +1 -1
  791. package/dist/i18n/en/Payroll.OffCycleTaxWithholding.json.js +1 -1
  792. package/dist/i18n/en/Payroll.PayrollOverview.json.js +40 -38
  793. package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
  794. package/dist/i18n/en/common.json.d.ts +1 -0
  795. package/dist/i18n/en/common.json.js +34 -32
  796. package/dist/i18n/en/common.json.js.map +1 -1
  797. package/dist/index.d.ts +19 -3
  798. package/dist/index.js +246 -204
  799. package/dist/index.js.map +1 -1
  800. package/dist/models/external.d.ts +293 -0
  801. package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js +3 -3
  802. package/dist/partner-hook-utils/form/buildFormSchema.d.ts +41 -5
  803. package/dist/partner-hook-utils/form/buildFormSchema.js +41 -40
  804. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
  805. package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -1
  806. package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +5 -2
  807. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
  808. package/dist/shared/constants.d.ts +10 -5
  809. package/dist/shared/constants.js +9 -7
  810. package/dist/shared/constants.js.map +1 -1
  811. package/dist/style.css +1 -1
  812. package/dist/types/Helpers.d.ts +19 -2
  813. package/dist/types/i18next.d.ts +66 -5
  814. package/docs/{reference → appendix}/endpoint-inventory.json +38 -4
  815. package/package.json +25 -26
  816. package/dist/components/Contractor/Address/Actions.d.ts +0 -1
  817. package/dist/components/Contractor/Address/Actions.js +0 -13
  818. package/dist/components/Contractor/Address/Actions.js.map +0 -1
  819. package/dist/components/Contractor/Address/Form.d.ts +0 -1
  820. package/dist/components/Contractor/Address/Form.js +0 -51
  821. package/dist/components/Contractor/Address/Form.js.map +0 -1
  822. package/dist/components/Contractor/Address/Head.d.ts +0 -1
  823. package/dist/components/Contractor/Address/Head.js +0 -17
  824. package/dist/components/Contractor/Address/Head.js.map +0 -1
  825. package/dist/components/Contractor/Address/useAddress.d.ts +0 -21
  826. package/dist/components/Contractor/Address/useAddress.js +0 -32
  827. package/dist/components/Contractor/Address/useAddress.js.map +0 -1
  828. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +0 -7
  829. package/dist/components/Contractor/Profile/ContractorProfileForm.js +0 -143
  830. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +0 -1
  831. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +0 -191
  832. package/dist/components/Contractor/Profile/useContractorProfile.js +0 -235
  833. package/dist/components/Contractor/Profile/useContractorProfile.js.map +0 -1
  834. package/dist/components/Contractor/index.d.ts +0 -14
  835. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.d.ts +0 -8
  836. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js +0 -44
  837. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js.map +0 -1
  838. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js +0 -12
  839. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.module.scss.js.map +0 -1
@@ -1,4 +1,4 @@
1
- const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wage", a = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", i = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", n = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, l = "Back", m = "Cancel", r = "Cancel", c = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', d = { federalMinimumPay: { label: "Commission-only employees must earn the federal minimum pay", body: "Federal laws say that employees not eligible for overtime should be paid at least $684 per week ($35,568 per year). You’ve classified this employee as not eligible for overtime—make sure they meet the Department of Labor’s definition of an exempt employee." }, minimumWage: { label: "Commission-only employees must earn at least the minimum wage", body: "To stay compliant, <minimumWageLink>check your local regulations</minimumWageLink>." }, ownerSalary: { label: "The IRS requires owners of S corps to pay themselves a reasonable salary similar to others in the same role, before taking any distributions." } }, p = "Employee type", u = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, h = "Job actions", y = "Job Title", f = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", b = "Wage", C = "Wage frequency", g = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, k = "Effective date", v = "Changes will take effect on this date.", w = "Start date", W = "Save job", L = "Continue", j = "Compensation", D = "Edit job", E = "Add job", S = "Effective date", x = { effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", hireDate: "Start date is required", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", classificationChangeRemovesSecondaryJobs: "Only employees that are paid by the hour can have multiple jobs.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDateBeforeMin: "Effective date must be in the future", jobTitleSentence: "Job title is a required field" }, T = "Workers' compensation coverage", A = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", O = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, N = "Risk class code", P = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", q = "Select if employee is a 2% shareholder", J = {
1
+ const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wage", a = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", i = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", n = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, l = "Back", m = "Cancel", r = "Cancel", c = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', d = { federalMinimumPay: { label: "Commission-only employees must earn the federal minimum pay", body: "Federal laws say that employees not eligible for overtime should be paid at least $684 per week ($35,568 per year). You’ve classified this employee as not eligible for overtime—make sure they meet the Department of Labor’s definition of an exempt employee." }, minimumWage: { label: "Commission-only employees must earn at least the minimum wage", body: "To stay compliant, <minimumWageLink>check your local regulations</minimumWageLink>." }, ownerSalary: { label: "The IRS requires owners of S corps to pay themselves a reasonable salary similar to others in the same role, before taking any distributions." } }, u = "Employee type", p = "Select classification...", h = "Select wage frequency...", y = "Select minimum wage...", f = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, b = "Job actions", g = "Job Title", C = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", w = "Wage", k = "Wage frequency", v = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, W = "Effective date", L = "Changes will take effect on this date.", j = "Start date", S = "Save job", D = "Continue", E = "Compensation", x = "Edit job", T = "Add job", P = "Effective date", A = { effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", hireDate: "Start date is required", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", classificationChangeRemovesSecondaryJobs: "Only employees that are paid by the hour can have multiple jobs.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDateBeforeMin: "Effective date must be in the future", jobTitleSentence: "Job title is a required field" }, O = "Workers' compensation coverage", q = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", N = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, J = "Risk class code", M = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", F = "Select if employee is a 2% shareholder", Y = {
2
2
  addAnotherJobCta: e,
3
3
  addAnotherJobTitle: t,
4
4
  adjustForMinimumWage: o,
@@ -11,35 +11,38 @@ const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wa
11
11
  cancelNewJobCta: r,
12
12
  classificationLink: c,
13
13
  commissionAlerts: d,
14
- employeeClassification: p,
15
- flsaStatusLabels: u,
16
- hamburgerTitle: h,
17
- jobTitle: y,
18
- paymentUnitDescription: f,
19
- wageLabel: b,
20
- wageFrequencyLabel: C,
21
- paymentUnitOptions: g,
22
- effectiveDate: k,
23
- effectiveDateDescription: v,
24
- hireDate: w,
25
- saveNewJobCta: W,
26
- submitCta: L,
27
- title: j,
28
- editTitle: D,
29
- addTitle: E,
30
- effectiveDateLabel: S,
31
- validations: x,
32
- stateWcCoveredLabel: T,
33
- stateWcCoveredDescription: A,
34
- stateWcCoveredOptions: O,
35
- stateWcClassCodeLabel: N,
36
- stateWcClassCodeDescription: P,
37
- twoPercentStakeholderLabel: q
14
+ employeeClassification: u,
15
+ flsaStatusPlaceholder: p,
16
+ paymentUnitPlaceholder: h,
17
+ minimumWagePlaceholder: y,
18
+ flsaStatusLabels: f,
19
+ hamburgerTitle: b,
20
+ jobTitle: g,
21
+ paymentUnitDescription: C,
22
+ wageLabel: w,
23
+ wageFrequencyLabel: k,
24
+ paymentUnitOptions: v,
25
+ effectiveDate: W,
26
+ effectiveDateDescription: L,
27
+ hireDate: j,
28
+ saveNewJobCta: S,
29
+ submitCta: D,
30
+ title: E,
31
+ editTitle: x,
32
+ addTitle: T,
33
+ effectiveDateLabel: P,
34
+ validations: A,
35
+ stateWcCoveredLabel: O,
36
+ stateWcCoveredDescription: q,
37
+ stateWcCoveredOptions: N,
38
+ stateWcClassCodeLabel: J,
39
+ stateWcClassCodeDescription: M,
40
+ twoPercentStakeholderLabel: F
38
41
  };
39
42
  export {
40
43
  e as addAnotherJobCta,
41
44
  t as addAnotherJobTitle,
42
- E as addTitle,
45
+ T as addTitle,
43
46
  o as adjustForMinimumWage,
44
47
  a as adjustForMinimumWageDescription,
45
48
  n as allCompensations,
@@ -48,31 +51,34 @@ export {
48
51
  r as cancelNewJobCta,
49
52
  c as classificationLink,
50
53
  d as commissionAlerts,
51
- J as default,
52
- D as editTitle,
53
- k as effectiveDate,
54
- v as effectiveDateDescription,
55
- S as effectiveDateLabel,
56
- p as employeeClassification,
57
- u as flsaStatusLabels,
58
- h as hamburgerTitle,
59
- w as hireDate,
60
- y as jobTitle,
54
+ Y as default,
55
+ x as editTitle,
56
+ W as effectiveDate,
57
+ L as effectiveDateDescription,
58
+ P as effectiveDateLabel,
59
+ u as employeeClassification,
60
+ f as flsaStatusLabels,
61
+ p as flsaStatusPlaceholder,
62
+ b as hamburgerTitle,
63
+ j as hireDate,
64
+ g as jobTitle,
61
65
  s as minimumWageDescription,
62
66
  i as minimumWageLabel,
63
- f as paymentUnitDescription,
64
- g as paymentUnitOptions,
65
- W as saveNewJobCta,
66
- P as stateWcClassCodeDescription,
67
- N as stateWcClassCodeLabel,
68
- A as stateWcCoveredDescription,
69
- T as stateWcCoveredLabel,
70
- O as stateWcCoveredOptions,
71
- L as submitCta,
72
- j as title,
73
- q as twoPercentStakeholderLabel,
74
- x as validations,
75
- C as wageFrequencyLabel,
76
- b as wageLabel
67
+ y as minimumWagePlaceholder,
68
+ C as paymentUnitDescription,
69
+ v as paymentUnitOptions,
70
+ h as paymentUnitPlaceholder,
71
+ S as saveNewJobCta,
72
+ M as stateWcClassCodeDescription,
73
+ J as stateWcClassCodeLabel,
74
+ q as stateWcCoveredDescription,
75
+ O as stateWcCoveredLabel,
76
+ N as stateWcCoveredOptions,
77
+ D as submitCta,
78
+ E as title,
79
+ F as twoPercentStakeholderLabel,
80
+ A as validations,
81
+ k as wageFrequencyLabel,
82
+ w as wageLabel
77
83
  };
78
84
  //# sourceMappingURL=Employee.Compensation.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,30 +1,30 @@
1
- const e = "Add Deduction", t = "Edit Deduction", n = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", r = "Deduction type", o = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", i = "Garnishment (a court-ordered deduction)", a = "Custom deduction (post-tax)", u = "Garnishment type", c = { childSupport: "Child Support", federalTaxLien: "Federal Tax Lien", stateTaxLien: "State Tax Lien", studentLoan: "Student Loan", creditorGarnishment: "Creditor Garnishment", federalLoan: "Federal Loan", otherGarnishment: "Other Garnishment", custom: "Custom deduction" }, d = { descriptionLabel: "Description", descriptionRequired: "Description is required", frequencyLabel: "Deduction frequency", frequencyRecurring: "Recurring (every payroll)", frequencyOneTime: "One-time (next payroll only)", frequencyRequired: "Frequency is required", typeLabel: "Percentage or fixed", typePercentage: "Percentage of pay", typeFixed: "Fixed dollar amount", typeRequired: "Deduction type is required", amountLabel: "Amount to withhold", amountPercentDescription: "Enter the percentage of your employee’s wages to withhold.", amountFixedDescription: "Enter the amount of money to withhold each pay period from your employee’s wages.", amountRequired: "Amount is required", amountNonNegative: "Amount must be 0 or greater", totalAmountLabel: "Total amount owed", totalAmountDescription: "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", annualMaxLabel: "Annual maximum", annualMaxDescription: "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum." }, s = { agencyLabel: "Agency", agencyDescription: "Select the appropriate state agency.", agencyRequired: "Agency is required", manualPaymentRequired: "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", countyLabel: "County", countyDescription: "Select the appropriate state county", allCounties: "All counties", countyRequired: "County is required", caseNumberDescription: "Carefully enter the Child Support Enforcement Case Number", caseNumberRequired: "Case number is required", orderNumberDescription: "Enter the unique Order Identifier or Order ID associated with this child support obligation.", orderNumberRequired: "Order number is required", remittanceNumberDescription: "Carefully enter the Child Support Enforcement Remittance ID", remittanceNumberRequired: "Remittance number is required", totalAmountWithheld: "Total amount withheld", totalAmountWithheldDescription: "Enter the amount indicated in the letter from the child support agency", payPeriodMaximumRequired: "Pay period maximum is required", maxPaycheckPercentage: "Max paycheck percentage", maxPaycheckPercentageDescription: "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", amountRequired: "Amount is required", amountNonNegative: "Amount must be 0 or greater", percentOutOfRange: "Must be between 0 and 100", paymentPeriodLabel: "Per", paymentPeriodDescription: "Enter how often the agency collects the withholding amount", paymentPeriodRequired: "Payment period is required", paymentPeriod: { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" } }, m = { save: "Save", cancel: "Cancel" }, l = {
1
+ const e = "Add Deduction", t = "Edit Deduction", n = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", o = "Deduction type", r = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", i = "Garnishment (a court-ordered deduction)", a = "Custom deduction (post-tax)", u = "Garnishment type", c = { childSupport: "Child Support", federalTaxLien: "Federal Tax Lien", stateTaxLien: "State Tax Lien", studentLoan: "Student Loan", creditorGarnishment: "Creditor Garnishment", federalLoan: "Federal Loan", otherGarnishment: "Other Garnishment", custom: "Custom deduction" }, d = { descriptionLabel: "Description", descriptionRequired: "Description is required", frequencyLabel: "Deduction frequency", frequencyRecurring: "Recurring (every payroll)", frequencyOneTime: "One-time (next payroll only)", frequencyRequired: "Frequency is required", typeLabel: "Percentage or fixed", typePercentage: "Percentage of pay", typeFixed: "Fixed dollar amount", typeRequired: "Deduction type is required", amountLabel: "Amount to withhold", amountPercentDescription: "Enter the percentage of your employee’s wages to withhold.", amountFixedDescription: "Enter the amount of money to withhold each pay period from your employee’s wages.", amountRequired: "Amount is required", amountNonNegative: "Amount must be 0 or greater", totalAmountLabel: "Total amount owed", totalAmountDescription: "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", annualMaxLabel: "Annual maximum", annualMaxDescription: "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum." }, s = { agencyLabel: "Agency", agencyPlaceholder: "Select state...", agencyDescription: "Select the appropriate state agency.", agencyRequired: "Agency is required", manualPaymentRequired: "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", countyLabel: "County", countyPlaceholder: "Select county...", countyDescription: "Select the appropriate state county", allCounties: "All counties", countyRequired: "County is required", caseNumberDescription: "Carefully enter the Child Support Enforcement Case Number", caseNumberRequired: "Case number is required", orderNumberDescription: "Enter the unique Order Identifier or Order ID associated with this child support obligation.", orderNumberRequired: "Order number is required", remittanceNumberDescription: "Carefully enter the Child Support Enforcement Remittance ID", remittanceNumberRequired: "Remittance number is required", totalAmountWithheld: "Total amount withheld", totalAmountWithheldDescription: "Enter the amount indicated in the letter from the child support agency", payPeriodMaximumRequired: "Pay period maximum is required", maxPaycheckPercentage: "Max paycheck percentage", maxPaycheckPercentageDescription: "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", amountRequired: "Amount is required", amountNonNegative: "Amount must be 0 or greater", percentOutOfRange: "Must be between 0 and 100", paymentPeriodLabel: "Per", paymentPeriodPlaceholder: "Select payment period...", paymentPeriodDescription: "Enter how often the agency collects the withholding amount", paymentPeriodRequired: "Payment period is required", paymentPeriod: { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" } }, l = { save: "Save", cancel: "Cancel" }, m = {
2
2
  addTitle: e,
3
3
  editTitle: t,
4
4
  description: n,
5
- variantLabel: r,
6
- variantDescription: o,
5
+ variantLabel: o,
6
+ variantDescription: r,
7
7
  garnishmentOption: i,
8
8
  customOption: a,
9
9
  garnishmentTypeLabel: u,
10
10
  types: c,
11
11
  standard: d,
12
12
  childSupport: s,
13
- actions: m
13
+ actions: l
14
14
  };
15
15
  export {
16
- m as actions,
16
+ l as actions,
17
17
  e as addTitle,
18
18
  s as childSupport,
19
19
  a as customOption,
20
- l as default,
20
+ m as default,
21
21
  n as description,
22
22
  t as editTitle,
23
23
  i as garnishmentOption,
24
24
  u as garnishmentTypeLabel,
25
25
  d as standard,
26
26
  c as types,
27
- o as variantDescription,
28
- r as variantLabel
27
+ r as variantDescription,
28
+ o as variantLabel
29
29
  };
30
30
  //# sourceMappingURL=Employee.DeductionsForm.json.js.map
@@ -1,4 +1,4 @@
1
- const e = "Employment Eligibility", n = 'The federal government requires verification of your eligibility to work in the United States. For more information, see <formI9Link href="https://www.uscis.gov/i-9" target="_blank">Form I-9</formI9Link>', i = { label: "I am...", description: "This information will be used to fill out Form I-9, which proves you are legally allowed to work in the United States.", placeholder: "Select status...", options: { citizen: "a citizen of the United States", permanent_resident: "a lawful permanent resident", noncitizen: "a noncitizen national", alien: "a noncitizen authorized to work" } }, t = { citizen: "A citizen is someone who was born or naturalized in the U.S. or born abroad to U.S. citizen parent(s) or who has derived citizenship through a parent's naturalization based on legal requirements.", permanent_resident: "A lawful permanent resident is someone who is not a US citizen and who resides under legally recognized and lawfully recorded permanent residence as an immigrant.", noncitizen: "A noncitizen national is someone born in American Samoa, certain former citizens of the 'former Trust Territory of the Pacific Islands, and certain children of noncitizen nationals born abroad.", alien: "A noncitizen authorized to work includes anyone who is authorized to work in the United States but is not a US citizen, US national or lawful permanent resident." }, o = { label: "Authorized to work until" }, r = { label: "Authorization document", options: { uscis_alien_registration_number: "USCIS or A-Number", form_i94: "Form I-94", foreign_passport: "Foreign passport" } }, a = { uscis_alien_registration_number: { label: "USCIS or A-Number", description: 'Fill in a 7-9 digit USCIS Number or A-Number (include the "A")', placeholder: "********" }, form_i94: { label: "Form I-94 admission number", description: "Fill in your 11-character I-94 admission number", placeholder: "***********" }, foreign_passport: { label: "Foreign passport number", placeholder: "**********" } }, s = { label: "Country of Issuance", description: "The country that issues your passport", placeholder: "Search or type a country..." }, l = "Continue", c = {
1
+ const e = "Employment Eligibility", n = 'The federal government requires verification of your eligibility to work in the United States. For more information, see <formI9Link href="https://www.uscis.gov/i-9" target="_blank">Form I-9</formI9Link>', i = { label: "I am...", description: "This information will be used to fill out Form I-9, which proves you are legally allowed to work in the United States.", placeholder: "Select status...", options: { citizen: "a citizen of the United States", permanent_resident: "a lawful permanent resident", noncitizen: "a noncitizen national", alien: "a noncitizen authorized to work" } }, t = { citizen: "A citizen is someone who was born or naturalized in the U.S. or born abroad to U.S. citizen parent(s) or who has derived citizenship through a parent's naturalization based on legal requirements.", permanent_resident: "A lawful permanent resident is someone who is not a US citizen and who resides under legally recognized and lawfully recorded permanent residence as an immigrant.", noncitizen: "A noncitizen national is someone born in American Samoa, certain former citizens of the former Trust Territory of the Pacific Islands, and certain children of noncitizen nationals born abroad.", alien: "A noncitizen authorized to work includes anyone who is authorized to work in the United States but is not a US citizen, US national or lawful permanent resident." }, o = { label: "Authorized to work until" }, r = { label: "Authorization document", options: { uscis_alien_registration_number: "USCIS or A-Number", form_i94: "Form I-94", foreign_passport: "Foreign passport" } }, a = { uscis_alien_registration_number: { label: "USCIS or A-Number", description: 'Fill in a 7-9 digit USCIS Number or A-Number (include the "A")', placeholder: "********" }, form_i94: { label: "Form I-94 admission number", description: "Fill in your 11-character I-94 admission number", placeholder: "***********" }, foreign_passport: { label: "Foreign passport number", placeholder: "**********" } }, s = { label: "Country of Issuance", description: "The country that issues your passport", placeholder: "Search or type a country..." }, l = "Continue", c = {
2
2
  title: e,
3
3
  subtitle: n,
4
4
  select: i,
@@ -1,4 +1,4 @@
1
- const e = "Edit compensation", t = "Job title", a = "Hire date", o = "This employee is a 2% shareholder", i = "Save", n = "Cancel", s = "Add a job", l = "Add another job", m = "Save job", r = "Cancel", c = { title: "Compensation", editCta: "Edit", jobTitle: "Job title", type: "Type", types: { hourly: "Hourly/Overtime eligible", salary: "Salary/No overtime" }, wage: "Wage", effectiveDate: "Effective date", addJobCta: "Add job", addAnotherJobCta: "Add another job", tableLabel: "List of jobs", hamburgerTitle: "Job actions", editJobCta: "Edit", deleteJobCta: "Delete", listEmptyPlaceholder: "No value", columns: { jobTitle: "Job title", payType: "Pay type", effectiveDate: "Effective date", status: "Status" }, pendingStatus: "Pending", deleteJobDialog: { title: "Delete job?", description: "{{jobTitle}} will be permanently removed.", confirmCta: "Delete", cancelCta: "Cancel" }, emptyState: { title: "No compensation", description: "Compensation will appear here once added" }, pendingChange: { alertLabel: "Compensation will change on {{date}}.", alertLabelWithJob: "Compensation for {{jobTitle}} will change on {{date}}.", summaryLabel: "There are multiple pending changes to {{name}}'s compensation.", reviewCta: "Review", cancelCta: "Cancel change", modal: { title: "Review pending changes", description: "These compensation changes are scheduled to take effect on the dates below. Cancel any change to remove it.", closeCta: "Close" }, details: { titleChange: "Job title will change to {{title}}", payChange: "Pay will change to {{formattedRate}}", flsaChange: "Employee type will change to {{flsaLabel}}", newJob: "{{name}} will start an additional job as {{title}} at {{formattedRate}}", newJobNoTitle: "{{name}} will start an additional job at {{formattedRate}}", newJobNoRate: "{{name}} will start an additional job as {{title}}", newJobMinimal: "{{name}} will start an additional job", minWageEnabled: "Minimum wage adjustment will be enabled at {{formattedWage}}", minWageEnabledNoRate: "Minimum wage adjustment will be enabled", minWageDisabled: "Minimum wage adjustment will be removed", minWageChanged: "Minimum wage adjustment rate will change to {{formattedWage}}", minWageChangedNoRate: "Minimum wage adjustment will change" } } }, d = { jobAdded: "Job successfully added." }, h = "Job Title", p = "Start date", b = "Effective date", y = "Select if employee is a 2% shareholder", u = "Employee type", f = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', g = "Wage", w = "Wage frequency", C = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", v = "Effective date", j = "Adjust for minimum wage", W = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", k = "Minimum wage", L = "What minimum wage requirement should compensation be adjusted to", T = "Workers' compensation coverage", E = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", J = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, D = "Risk class code", S = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", N = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, M = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, x = { federalMinimumPay: { label: "Commission-only employees must earn the federal minimum pay", body: "Federal laws say that employees not eligible for overtime should be paid at least $684 per week ($35,568 per year). You’ve classified this employee as not eligible for overtime—make sure they meet the Department of Labor’s definition of an exempt employee." }, minimumWage: { label: "Commission-only employees must earn at least the minimum wage", body: "To stay compliant, <minimumWageLink>check your local regulations</minimumWageLink>." }, ownerSalary: { label: "The IRS requires owners of S corps to pay themselves a reasonable salary similar to others in the same role, before taking any distributions." } }, P = { jobTitleSentence: "Job title is a required field", title: "Title is a required field", hireDate: "Start date is required", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", classificationChangeRemovesSecondaryJobs: "Only employees that are paid by the hour can have multiple jobs.", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", effectiveDateBeforeMin: "Effective date must be in the future" }, A = {
1
+ const e = "Edit compensation", t = "Job title", a = "Hire date", o = "This employee is a 2% shareholder", i = "Save", n = "Cancel", s = "Add a job", l = "Add another job", m = "Save job", r = "Cancel", c = { title: "Compensation", editCta: "Edit", jobTitle: "Job title", type: "Type", types: { hourly: "Hourly/Overtime eligible", salary: "Salary/No overtime" }, wage: "Wage", effectiveDate: "Effective date", addJobCta: "Add job", addAnotherJobCta: "Add another job", tableLabel: "List of jobs", hamburgerTitle: "Job actions", editJobCta: "Edit", deleteJobCta: "Delete", listEmptyPlaceholder: "No value", columns: { jobTitle: "Job title", payType: "Pay type", effectiveDate: "Effective date", status: "Status" }, pendingStatus: "Pending", deleteJobDialog: { title: "Delete job?", description: "{{jobTitle}} will be permanently removed.", confirmCta: "Delete", cancelCta: "Cancel" }, emptyState: { title: "No compensation", description: "Compensation will appear here once added" }, pendingChange: { alertLabel: "Compensation will change on {{date}}.", alertLabelWithJob: "Compensation for {{jobTitle}} will change on {{date}}.", summaryLabel: "There are multiple pending changes to {{name}}'s compensation.", reviewCta: "Review", cancelCta: "Cancel change", modal: { title: "Review pending changes", description: "These compensation changes are scheduled to take effect on the dates below. Cancel any change to remove it.", closeCta: "Close" }, details: { titleChange: "Job title will change to {{title}}", payChange: "Pay will change to {{formattedRate}}", flsaChange: "Employee type will change to {{flsaLabel}}", newJob: "{{name}} will start an additional job as {{title}} at {{formattedRate}}", newJobNoTitle: "{{name}} will start an additional job at {{formattedRate}}", newJobNoRate: "{{name}} will start an additional job as {{title}}", newJobMinimal: "{{name}} will start an additional job", minWageEnabled: "Minimum wage adjustment will be enabled at {{formattedWage}}", minWageEnabledNoRate: "Minimum wage adjustment will be enabled", minWageDisabled: "Minimum wage adjustment will be removed", minWageChanged: "Minimum wage adjustment rate will change to {{formattedWage}}", minWageChangedNoRate: "Minimum wage adjustment will change" } } }, d = { jobAdded: "Job successfully added." }, h = "Job Title", p = "Start date", b = "Effective date", u = "Select if employee is a 2% shareholder", y = "Employee type", f = "Select classification...", g = "Select wage frequency...", w = "Select minimum wage...", C = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', v = "Wage", j = "Wage frequency", W = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", k = "Effective date", L = "Adjust for minimum wage", S = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", T = "Minimum wage", E = "What minimum wage requirement should compensation be adjusted to", J = "Workers' compensation coverage", D = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", N = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, M = "Risk class code", P = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", x = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, A = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, O = { federalMinimumPay: { label: "Commission-only employees must earn the federal minimum pay", body: "Federal laws say that employees not eligible for overtime should be paid at least $684 per week ($35,568 per year). You’ve classified this employee as not eligible for overtime—make sure they meet the Department of Labor’s definition of an exempt employee." }, minimumWage: { label: "Commission-only employees must earn at least the minimum wage", body: "To stay compliant, <minimumWageLink>check your local regulations</minimumWageLink>." }, ownerSalary: { label: "The IRS requires owners of S corps to pay themselves a reasonable salary similar to others in the same role, before taking any distributions." } }, R = { jobTitleSentence: "Job title is a required field", title: "Title is a required field", hireDate: "Start date is required", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", classificationChangeRemovesSecondaryJobs: "Only employees that are paid by the hour can have multiple jobs.", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", effectiveDateBeforeMin: "Effective date must be in the future" }, q = {
2
2
  editCompensationTitle: e,
3
3
  jobTitleLabel: t,
4
4
  hireDateLabel: a,
@@ -14,63 +14,69 @@ const e = "Edit compensation", t = "Job title", a = "Hire date", o = "This emplo
14
14
  jobTitle: h,
15
15
  hireDate: p,
16
16
  effectiveDate: b,
17
- twoPercentStakeholderLabel: y,
18
- employeeClassification: u,
19
- classificationLink: f,
20
- wageLabel: g,
21
- wageFrequencyLabel: w,
22
- paymentUnitDescription: C,
23
- effectiveDateLabel: v,
24
- adjustForMinimumWage: j,
25
- adjustForMinimumWageDescription: W,
26
- minimumWageLabel: k,
27
- minimumWageDescription: L,
28
- stateWcCoveredLabel: T,
29
- stateWcCoveredDescription: E,
30
- stateWcCoveredOptions: J,
31
- stateWcClassCodeLabel: D,
32
- stateWcClassCodeDescription: S,
33
- flsaStatusLabels: N,
34
- paymentUnitOptions: M,
35
- commissionAlerts: x,
36
- validations: P
17
+ twoPercentStakeholderLabel: u,
18
+ employeeClassification: y,
19
+ flsaStatusPlaceholder: f,
20
+ paymentUnitPlaceholder: g,
21
+ minimumWagePlaceholder: w,
22
+ classificationLink: C,
23
+ wageLabel: v,
24
+ wageFrequencyLabel: j,
25
+ paymentUnitDescription: W,
26
+ effectiveDateLabel: k,
27
+ adjustForMinimumWage: L,
28
+ adjustForMinimumWageDescription: S,
29
+ minimumWageLabel: T,
30
+ minimumWageDescription: E,
31
+ stateWcCoveredLabel: J,
32
+ stateWcCoveredDescription: D,
33
+ stateWcCoveredOptions: N,
34
+ stateWcClassCodeLabel: M,
35
+ stateWcClassCodeDescription: P,
36
+ flsaStatusLabels: x,
37
+ paymentUnitOptions: A,
38
+ commissionAlerts: O,
39
+ validations: R
37
40
  };
38
41
  export {
39
42
  l as addAnotherJobTitle,
40
43
  s as addJobTitle,
41
- j as adjustForMinimumWage,
42
- W as adjustForMinimumWageDescription,
44
+ L as adjustForMinimumWage,
45
+ S as adjustForMinimumWageDescription,
43
46
  d as alerts,
44
47
  n as cancelCta,
45
48
  r as cancelNewJobCta,
46
49
  c as card,
47
- f as classificationLink,
48
- x as commissionAlerts,
49
- A as default,
50
+ C as classificationLink,
51
+ O as commissionAlerts,
52
+ q as default,
50
53
  e as editCompensationTitle,
51
54
  b as effectiveDate,
52
- v as effectiveDateLabel,
53
- u as employeeClassification,
54
- N as flsaStatusLabels,
55
+ k as effectiveDateLabel,
56
+ y as employeeClassification,
57
+ x as flsaStatusLabels,
58
+ f as flsaStatusPlaceholder,
55
59
  p as hireDate,
56
60
  a as hireDateLabel,
57
61
  h as jobTitle,
58
62
  t as jobTitleLabel,
59
- L as minimumWageDescription,
60
- k as minimumWageLabel,
61
- C as paymentUnitDescription,
62
- M as paymentUnitOptions,
63
+ E as minimumWageDescription,
64
+ T as minimumWageLabel,
65
+ w as minimumWagePlaceholder,
66
+ W as paymentUnitDescription,
67
+ A as paymentUnitOptions,
68
+ g as paymentUnitPlaceholder,
63
69
  i as saveCta,
64
70
  m as saveNewJobCta,
65
- S as stateWcClassCodeDescription,
66
- D as stateWcClassCodeLabel,
67
- E as stateWcCoveredDescription,
68
- T as stateWcCoveredLabel,
69
- J as stateWcCoveredOptions,
71
+ P as stateWcClassCodeDescription,
72
+ M as stateWcClassCodeLabel,
73
+ D as stateWcCoveredDescription,
74
+ J as stateWcCoveredLabel,
75
+ N as stateWcCoveredOptions,
70
76
  o as twoPercentShareholderLabel,
71
- y as twoPercentStakeholderLabel,
72
- P as validations,
73
- w as wageFrequencyLabel,
74
- g as wageLabel
77
+ u as twoPercentStakeholderLabel,
78
+ R as validations,
79
+ j as wageFrequencyLabel,
80
+ v as wageLabel
75
81
  };
76
82
  //# sourceMappingURL=Employee.Management.Compensation.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Management.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Management.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- const e = { title: "Home address", manageCta: "Manage", noAddress: "No home address on file" }, t = "Manage home address", s = "An employee's home address is used to calculate their taxes and determine eligibility for certain benefits. Make sure to keep it up-to-date.", a = "Open address row actions", o = "Edit", i = "Delete", r = "Current home address", n = "Since {{date}}", d = "Edit", l = "Change address", c = "Change pending", h = "This employee's", p = "{{possessiveLabel}} home address will change to {{newAddress}} on {{effectiveDate}}.", m = "Home address history", u = "No address history yet", y = "Once this employee has had more than one home address, their previous addresses will appear in this list.", g = { address: "Address", startDate: "Start date", endDate: "End date" }, b = "Edit home address", f = "Update this employee's current home address. This information is used for payroll, benefits, and HR, so please make sure it's accurate.", w = "Add a new home address", D = "Enter the new address and when it takes effect. This information is used for payroll, benefits, and HR, so please make sure it's accurate.", v = "The date the employee started living at this address.", C = "Save", k = "Cancel", M = "Back", T = "We couldn't save this address", S = "The address couldn't be verified.", A = "Double-check the street, city, state, and ZIP. If they look right, the address may not be recognized by USPS — try a nearby valid address or contact your administrator.", E = "Delete address?", P = "Deleting an address can't be undone. <strong>{{address}}</strong> will be deleted. This can have implications on your tax calculations & withholdings.", H = "Delete address", L = { street1: "Street 1", street2: "Street 2", city: "City", state: "State", zip: "Zip", noCurrentAddress: "Home address", courtesyWithholdingLabel: "Include courtesy withholding", courtesyWithholdingDescription: "Withhold and pay local income taxes for employees who live and work in different states. ", learnMoreCta: '<LearnMoreLink href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</LearnMoreLink>', withholdingTitle: "Courtesy withholding", withholdingNote: "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", startDateRequired: "Start date is required", validations: { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" } }, x = {
1
+ const e = { title: "Home address", manageCta: "Manage", noAddress: "No home address on file" }, t = "Manage home address", s = "An employee's home address is used to calculate their taxes and determine eligibility for certain benefits. Make sure to keep it up-to-date.", a = "Open address row actions", o = "Edit", i = "Delete", r = "Current home address", n = "Since {{date}}", d = "Edit", l = "Change address", c = "Change pending", h = "This employee's", p = "{{possessiveLabel}} home address will change to {{newAddress}} on {{effectiveDate}}.", m = "Home address history", u = "No address history yet", y = "Once this employee has had more than one home address, their previous addresses will appear in this list.", g = { address: "Address", startDate: "Start date", endDate: "End date" }, b = "Edit home address", f = "Update this employee's current home address. This information is used for payroll, benefits, and HR, so please make sure it's accurate.", w = "Add a new home address", D = "Enter the new address and when it takes effect. This information is used for payroll, benefits, and HR, so please make sure it's accurate.", v = "The date the employee started living at this address.", C = "Save", k = "Cancel", M = "Back", T = "We couldn't save this address", S = "The address couldn't be verified.", A = "Double-check the street, city, state, and ZIP. If they look right, the address may not be recognized by USPS — try a nearby valid address or contact your administrator.", E = "Delete address?", P = "Deleting an address can't be undone. <strong>{{address}}</strong> will be deleted. This can have implications on your tax calculations & withholdings.", H = "Delete address", L = { street1: "Street 1", street2: "Street 2", city: "City", state: "State", statePlaceholder: "Select state...", zip: "Zip", noCurrentAddress: "Home address", courtesyWithholdingLabel: "Include courtesy withholding", courtesyWithholdingDescription: "Withhold and pay local income taxes for employees who live and work in different states. ", learnMoreCta: '<LearnMoreLink href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</LearnMoreLink>', withholdingTitle: "Courtesy withholding", withholdingNote: "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", startDateRequired: "Start date is required", validations: { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" } }, x = {
2
2
  card: e,
3
3
  title: t,
4
4
  description: s,
@@ -1,4 +1,4 @@
1
- const e = "Tax withholding rates", a = "We've set the recommended withholding rate for each earning type below. Regular wages should be taxed at a rate that matches your employees' normal pay schedule", t = "Edit", l = { headers: { wageTypes: "Wage types", taxedAs: "Taxed as" }, taxedAsRegular: "Regular wages, paid {{frequency}}", taxedAsSupplemental: "Supplemental 22% for federal income taxes and at the state's supplemental tax rate for state income taxes.", taxedAsNotTaxed: "Not taxed" }, s = { regular: { label: "Regular hours, regular wages, and tips", description: "These earnings should be taxed at a rate that matches your employees' regular pay schedule." }, supplemental: { label: "Supplemental wages, bonus wages, commission", description: "These are typically taxed at the rate required by the IRS for federal income taxes and by the state for state income taxes." }, reimbursement: { label: "Reimbursements" } }, r = { title: "Tax withholding rates", regularSection: { title: "Rate for regular wages and earnings", subtitle: "Includes regular hours, regular wages, and tips", rateLabel: "Rate is based on payment schedule of", rateDescription: "Regular wages should be taxed at a rate matching your employees' regular pay schedule. Select the most accurate pay schedule." }, supplementalSection: { title: "Rate for supplemental wages and earnings", useSupplementalRate: "Use supplemental tax rate", useSupplementalRateDescription: "Taxes will be withheld at the IRS's required rate of 22% for federal income taxes. State income taxes will be taxed at the state's supplemental tax rate", useRegularRate: "Use rate for regular wages (based on payment schedule of {{frequency}})", useRegularRateDescription: "We'll sum the entirety of the employee's wages and withhold taxes on the entire amount at the rate for regular wages" }, cancelButton: "Cancel", doneButton: "Done" }, n = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly", quarterly: "Quarterly", semiannually: "Semiannually", annually: "Annually" }, o = {
1
+ const e = "Tax withholding rates", a = "We've set the recommended withholding rate for each earning type below. Regular wages should be taxed at a rate that matches your employees' normal pay schedule", t = "Edit", l = { headers: { wageTypes: "Wage types", taxedAs: "Taxed as" }, taxedAsRegular: "Regular wages, paid {{frequency}}", taxedAsSupplemental: "Supplemental 22% for federal income taxes and at the state's supplemental tax rate for state income taxes.", taxedAsNotTaxed: "Not taxed" }, s = { regular: { label: "Regular hours, regular wages, and tips", description: "These earnings should be taxed at a rate that matches your employees' regular pay schedule." }, supplemental: { label: "Supplemental wages, bonus wages, commission", description: "These are typically taxed at the rate required by the IRS for federal income taxes and by the state for state income taxes." }, reimbursement: { label: "Reimbursements" } }, r = { title: "Tax withholding rates", regularSection: { title: "Rate for regular wages and earnings", subtitle: "Includes regular hours, regular wages, and tips", rateLabel: "Rate is based on payment schedule of", ratePlaceholder: "Select pay schedule...", rateDescription: "Regular wages should be taxed at a rate matching your employees' regular pay schedule. Select the most accurate pay schedule." }, supplementalSection: { title: "Rate for supplemental wages and earnings", useSupplementalRate: "Use supplemental tax rate", useSupplementalRateDescription: "Taxes will be withheld at the IRS's required rate of 22% for federal income taxes. State income taxes will be taxed at the state's supplemental tax rate", useRegularRate: "Use rate for regular wages (based on payment schedule of {{frequency}})", useRegularRateDescription: "We'll sum the entirety of the employee's wages and withhold taxes on the entire amount at the rate for regular wages" }, cancelButton: "Cancel", doneButton: "Done" }, n = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly", quarterly: "Quarterly", semiannually: "Semiannually", annually: "Annually" }, o = {
2
2
  title: e,
3
3
  description: a,
4
4
  editButton: t,
@@ -1,4 +1,4 @@
1
- const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "{{payrollType}} payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "{{payrollType}} payroll", i = "Submit", r = "Edit", y = "Cancel payroll", c = "Cancel {{startDate}} - {{endDate}} payroll?", p = "Cancel payroll?", d = "Any changes you have made to this payroll will be saved.", m = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", u = " Yes, cancel payroll", b = "No, go back", h = "View payroll receipt", T = "Download paystub pdf", D = "Submitting payroll...", g = "This may take a minute or two. You can navigate away while this happens.", w = "Cancelling payroll...", f = "This payroll has been cancelled.", P = "Skipped", k = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit by {{payDate}}, you'll need to run payroll by {{time}} on {{date}}", paystubPdfError: "There was an issue generating the paystub PDF. Please try again later.", checkPaymentWarning_one: "You noted {{count}} employee who should be paid by check.", checkPaymentWarning_other: "You noted {{count}} employees who should be paid by check.", checkPaymentWarningDescription: "Employees with this payment method will need their checks delivered to them.", payrollProcessedTitle: "Payroll submitted", payrollProcessedMessage: "{{amount}} will be debited on {{date}}. Make sure you have these funds available.", payrollProcessingFailedTitle: "There was an error submitting payroll", payrollProcessingFailedCtaLabel: "Recalculate payroll", wireDetailsSubmittedTitle: "Wire details submitted", wireDetailsSubmittedMessage: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}" }, x = "Payroll Summary", C = "Payroll summary (Wire funds)", v = "Payroll summary (4-day direct deposit)", S = "Payroll summary table", E = { label: "Payroll details", companyPaysTab: "Company pays", companyPaysTable: "Company pays by employee", hoursWorkedTab: "Hours worked", hoursWorkedTable: "Hours worked by employee", employeeTakeHomeTab: "Employee take home", employeeTakeHomeTable: "Employee take home by employee", taxesTab: "Taxed and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, L = { totalPayroll: "Total payroll", debitAmount: "Debit amount", wireAmount: "Wire amount", wireTransferDeadline: "Wire transfer deadline", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeePayDate: "Employee pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Overtime (2x)", timeOff: "Paid time off", totalHours: "Total hours", paymentType: "Payment type", employeeTaxes: "Employee taxes", employeeBenefits: "Employee benefits", payment: "Payment", deductions: "Deductions", taxDescription: "Tax description", byYourEmployees: "By your employees", byYourCompany: "By your company", debitedByGusto: "Debited by Gusto", taxesTotal: "Total", paystub: "Paystub", footerTotalsLabel: "Totals", footerTotalsDescription: "All employees in this payroll" }, W = "Totals", B = "Direct deposits", _ = "Reimbursements", F = "Garnishments", O = "Taxes (Employees and Employers)", Y = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, H = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payroll can still be funded by selecting one of the options below. The selected funding method will only be used for this cycle and will not apply to future payroll.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your employees on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay your employees pay date by four days and process using regular debits.", employeePayDate: "Employee pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "You have exceeded the limit at which you can process {{days}} payroll." }, needs_earned_access_for_fast_ach: { title: "You have not yet earned access to faster payroll." } }, R = {
1
+ const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "{{payrollType}} payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "{{payrollType}} payroll", i = "Submit", r = "Edit", y = "Cancel payroll", c = "Cancel {{startDate}} - {{endDate}} payroll?", p = "Cancel payroll?", d = "Any changes you have made to this payroll will be saved.", m = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", u = " Yes, cancel payroll", b = "No, go back", h = "View payroll receipt", T = "Download paystub pdf", g = "Submitting payroll...", D = "This may take a minute or two. You can navigate away while this happens.", w = "Loading payroll...", f = "Cancelling payroll...", P = "This payroll has been cancelled.", k = "Skipped", x = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit by {{payDate}}, you'll need to run payroll by {{time}} on {{date}}", paystubPdfError: "There was an issue generating the paystub PDF. Please try again later.", checkPaymentWarning_one: "You noted {{count}} employee who should be paid by check.", checkPaymentWarning_other: "You noted {{count}} employees who should be paid by check.", checkPaymentWarningDescription: "Employees with this payment method will need their checks delivered to them.", payrollProcessedTitle: "Payroll submitted", payrollProcessedMessage: "{{amount}} will be debited on {{date}}. Make sure you have these funds available.", payrollProcessingFailedTitle: "There was an error submitting payroll", payrollProcessingFailedCtaLabel: "Recalculate payroll", wireDetailsSubmittedTitle: "Wire details submitted", wireDetailsSubmittedMessage: "Once we receive the funds from your bank we'll pay your team on {{checkDate}}" }, C = "Payroll Summary", v = "Payroll summary (Wire funds)", S = "Payroll summary (4-day direct deposit)", L = "Payroll summary table", E = { label: "Payroll details", companyPaysTab: "Company pays", companyPaysTable: "Company pays by employee", hoursWorkedTab: "Hours worked", hoursWorkedTable: "Hours worked by employee", employeeTakeHomeTab: "Employee take home", employeeTakeHomeTable: "Employee take home by employee", taxesTab: "Taxed and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, W = { totalPayroll: "Total payroll", debitAmount: "Debit amount", wireAmount: "Wire amount", wireTransferDeadline: "Wire transfer deadline", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeePayDate: "Employee pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Overtime (2x)", timeOff: "Paid time off", totalHours: "Total hours", paymentType: "Payment type", employeeTaxes: "Employee taxes", employeeBenefits: "Employee benefits", payment: "Payment", deductions: "Deductions", taxDescription: "Tax description", byYourEmployees: "By your employees", byYourCompany: "By your company", debitedByGusto: "Debited by Gusto", taxesTotal: "Total", paystub: "Paystub", footerTotalsLabel: "Totals", footerTotalsDescription: "All employees in this payroll" }, B = "Totals", _ = "Direct deposits", F = "Reimbursements", O = "Garnishments", Y = "Taxes (Employees and Employers)", H = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, R = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fastAchOptions: { description: "Payroll can still be funded by selecting one of the options below. The selected funding method will only be used for this cycle and will not apply to future payroll.", fundingOptionsLabel: "Funding options", wireLabel: "Wire funds", wireFastestBadge: "Fastest", wireDescription: "Pay your employees on time by sending a wire transfer. We'll provide instructions on the next step.", directDepositLabel: "Switch to 4-day direct deposit", directDepositDescription: "Delay your employees pay date by four days and process using regular debits.", employeePayDate: "Employee pay date: {{date}}" }, fast_ach_threshold_exceeded: { title: "You have exceeded the limit at which you can process {{days}} payroll." }, needs_earned_access_for_fast_ach: { title: "You have not yet earned access to faster payroll." } }, A = {
2
2
  breadcrumbLabel: e,
3
3
  backCta: a,
4
4
  exitFlowCta: t,
@@ -17,28 +17,29 @@ const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "
17
17
  declineCancelCta: b,
18
18
  payrollReceiptCta: h,
19
19
  downloadPaystubLabel: T,
20
- loadingTitle: D,
21
- loadingDescription: g,
22
- cancellingTitle: w,
23
- cancelledEmptyState: f,
24
- skippedBadge: P,
25
- alerts: k,
26
- payrollSummaryTitle: x,
27
- payrollSummaryTitleWire: C,
28
- payrollSummaryTitleFourDay: v,
29
- payrollSummaryLabel: S,
20
+ loadingTitle: g,
21
+ loadingDescription: D,
22
+ dataLoadingTitle: w,
23
+ cancellingTitle: f,
24
+ cancelledEmptyState: P,
25
+ skippedBadge: k,
26
+ alerts: x,
27
+ payrollSummaryTitle: C,
28
+ payrollSummaryTitleWire: v,
29
+ payrollSummaryTitleFourDay: S,
30
+ payrollSummaryLabel: L,
30
31
  dataViews: E,
31
- tableHeaders: L,
32
- totalsLabel: W,
33
- directDepositLabel: B,
34
- reimbursementLabel: _,
35
- garnishmentsLabel: F,
36
- taxesLabel: O,
37
- compensationTypeLabels: Y,
38
- submissionBlockers: H
32
+ tableHeaders: W,
33
+ totalsLabel: B,
34
+ directDepositLabel: _,
35
+ reimbursementLabel: F,
36
+ garnishmentsLabel: O,
37
+ taxesLabel: Y,
38
+ compensationTypeLabels: H,
39
+ submissionBlockers: R
39
40
  };
40
41
  export {
41
- k as alerts,
42
+ x as alerts,
42
43
  a as backCta,
43
44
  e as breadcrumbLabel,
44
45
  y as cancelCta,
@@ -46,35 +47,36 @@ export {
46
47
  m as cancelDialogDescriptionDeadline,
47
48
  c as cancelDialogTitle,
48
49
  p as cancelDialogTitleDismissal,
49
- f as cancelledEmptyState,
50
- w as cancellingTitle,
51
- Y as compensationTypeLabels,
50
+ P as cancelledEmptyState,
51
+ f as cancellingTitle,
52
+ H as compensationTypeLabels,
52
53
  u as confirmCancelCta,
54
+ w as dataLoadingTitle,
53
55
  E as dataViews,
54
56
  b as declineCancelCta,
55
- R as default,
56
- B as directDepositLabel,
57
+ A as default,
58
+ _ as directDepositLabel,
57
59
  T as downloadPaystubLabel,
58
60
  r as editCta,
59
61
  t as exitFlowCta,
60
- F as garnishmentsLabel,
61
- g as loadingDescription,
62
- D as loadingTitle,
62
+ O as garnishmentsLabel,
63
+ D as loadingDescription,
64
+ g as loadingTitle,
63
65
  o as overviewTitle,
64
66
  s as pageSubtitle,
65
67
  n as pageSubtitleDismissal,
66
68
  h as payrollReceiptCta,
67
- S as payrollSummaryLabel,
68
- x as payrollSummaryTitle,
69
- v as payrollSummaryTitleFourDay,
70
- C as payrollSummaryTitleWire,
71
- _ as reimbursementLabel,
72
- P as skippedBadge,
73
- H as submissionBlockers,
69
+ L as payrollSummaryLabel,
70
+ C as payrollSummaryTitle,
71
+ S as payrollSummaryTitleFourDay,
72
+ v as payrollSummaryTitleWire,
73
+ F as reimbursementLabel,
74
+ k as skippedBadge,
75
+ R as submissionBlockers,
74
76
  i as submitCta,
75
77
  l as summaryTitle,
76
- L as tableHeaders,
77
- O as taxesLabel,
78
- W as totalsLabel
78
+ W as tableHeaders,
79
+ Y as taxesLabel,
80
+ B as totalsLabel
79
81
  };
80
82
  //# sourceMappingURL=Payroll.PayrollOverview.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Payroll.PayrollOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Payroll.PayrollOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  "multipleErrorsEncountered": "There were multiple problems with your submission"
8
8
  },
9
9
  "optionalLabel": "(optional)",
10
+ "selectPlaceholder": "Select an option...",
10
11
  "progressBarLabel": "You are on step {{currentStep}} of {{totalSteps}}",
11
12
  "back": "Back",
12
13
  "errors": {