@gusto/embedded-react-sdk 0.17.0 → 0.19.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 (468) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/dist/assets/icons/icon-error-outline.svg.js +10 -0
  3. package/dist/assets/icons/icon-error-outline.svg.js.map +1 -0
  4. package/dist/assets/icons/icon-info-outline.svg.js +10 -0
  5. package/dist/assets/icons/icon-info-outline.svg.js.map +1 -0
  6. package/dist/assets/icons/icon-zap-fast.svg.js +10 -0
  7. package/dist/assets/icons/icon-zap-fast.svg.js.map +1 -0
  8. package/dist/components/Base/Base.js +50 -65
  9. package/dist/components/Base/Base.js.map +1 -1
  10. package/dist/components/Base/useBase.d.ts +2 -5
  11. package/dist/components/Base/useBase.js.map +1 -1
  12. package/dist/components/Common/Fieldset/Fieldset.module.scss.js +1 -1
  13. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js +42 -36
  14. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
  15. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js +1 -1
  16. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
  17. package/dist/components/Common/PaginationControl/PaginationControl.js +6 -6
  18. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  19. package/dist/components/Common/RequirementsList/RequirementsList.js +19 -13
  20. package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
  21. package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
  22. package/dist/components/Common/SignatureForm/SignatureForm.js +4 -7
  23. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  24. package/dist/components/Common/SignatureForm/SignatureFormActions.js +10 -13
  25. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  26. package/dist/components/Common/SignatureForm/SignatureFormFields.js +10 -13
  27. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  28. package/dist/components/Common/UI/Badge/index.d.ts +2 -0
  29. package/dist/components/Common/UI/Banner/Banner.d.ts +3 -0
  30. package/dist/components/Common/UI/Banner/Banner.js +31 -0
  31. package/dist/components/Common/UI/Banner/Banner.js.map +1 -0
  32. package/dist/components/Common/UI/Banner/Banner.module.scss.js +14 -0
  33. package/dist/components/Common/UI/Banner/Banner.module.scss.js.map +1 -0
  34. package/dist/components/Common/UI/Banner/BannerTypes.d.ts +21 -0
  35. package/dist/components/Common/UI/Banner/BannerTypes.js +7 -0
  36. package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -0
  37. package/dist/components/Common/UI/Banner/index.d.ts +4 -0
  38. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +1 -1
  39. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
  40. package/dist/components/Common/UI/Dialog/Dialog.js +50 -76
  41. package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -1
  42. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +8 -14
  43. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js.map +1 -1
  44. package/dist/components/Common/UI/Link/LinkTypes.d.ts +7 -6
  45. package/dist/components/Common/UI/List/List.module.scss.js +2 -2
  46. package/dist/components/Common/UI/Modal/Modal.d.ts +2 -0
  47. package/dist/components/Common/UI/Modal/Modal.js +90 -0
  48. package/dist/components/Common/UI/Modal/Modal.js.map +1 -0
  49. package/dist/components/Common/UI/Modal/Modal.module.scss.js +26 -0
  50. package/dist/components/Common/UI/Modal/Modal.module.scss.js.map +1 -0
  51. package/dist/components/Common/UI/Modal/ModalTypes.d.ts +34 -0
  52. package/dist/components/Common/UI/Modal/ModalTypes.js +8 -0
  53. package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -0
  54. package/dist/components/Common/UI/Modal/index.d.ts +3 -0
  55. package/dist/components/Common/UI/ProgressBar/ProgressBar.js +4 -4
  56. package/dist/components/Common/UI/Tabs/Tabs.d.ts +0 -5
  57. package/dist/components/Common/UI/Tabs/Tabs.js +45 -16
  58. package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
  59. package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +8 -4
  60. package/dist/components/Common/UI/Tabs/Tabs.module.scss.js.map +1 -1
  61. package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +7 -0
  62. package/dist/components/Common/index.d.ts +0 -1
  63. package/dist/components/Company/AssignSignatory/AssignSignatory.js +6 -8
  64. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  65. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -8
  66. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  67. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -10
  68. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  69. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +2 -3
  70. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  71. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +2 -3
  72. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  73. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -6
  74. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  75. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -8
  76. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  77. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +5 -6
  78. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  79. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +9 -10
  80. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  81. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -6
  82. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  83. package/dist/components/Company/AssignSignatory/TitleSelect.js +7 -8
  84. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  85. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -8
  86. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  87. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +8 -9
  88. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  89. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +9 -11
  90. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  91. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -6
  92. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  93. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +10 -12
  94. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  95. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +11 -13
  96. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  97. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -6
  98. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  99. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -7
  100. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  101. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +11 -13
  102. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  103. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js +13 -13
  104. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  105. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -6
  106. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  107. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +6 -8
  108. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  109. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
  110. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  111. package/dist/components/Company/FederalTaxes/Actions.js +7 -9
  112. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  113. package/dist/components/Company/FederalTaxes/FederalTaxes.js +15 -17
  114. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  115. package/dist/components/Company/FederalTaxes/Form.js +29 -31
  116. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  117. package/dist/components/Company/FederalTaxes/Head.js +5 -5
  118. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  119. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +9 -11
  120. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  121. package/dist/components/Company/Industry/Actions.js +5 -7
  122. package/dist/components/Company/Industry/Actions.js.map +1 -1
  123. package/dist/components/Company/Industry/Context.js +7 -9
  124. package/dist/components/Company/Industry/Context.js.map +1 -1
  125. package/dist/components/Company/Industry/Edit.js +10 -12
  126. package/dist/components/Company/Industry/Edit.js.map +1 -1
  127. package/dist/components/Company/Locations/LocationForm/Actions.js +6 -8
  128. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  129. package/dist/components/Company/Locations/LocationForm/Form.js +4 -5
  130. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  131. package/dist/components/Company/Locations/LocationForm/LocationForm.js +10 -12
  132. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  133. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -6
  134. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  135. package/dist/components/Company/Locations/LocationsList/Actions.js +6 -8
  136. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  137. package/dist/components/Company/Locations/LocationsList/List.js +6 -8
  138. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  139. package/dist/components/Company/Locations/LocationsList/LocationsList.js +12 -14
  140. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  141. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -6
  142. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  143. package/dist/components/Company/OnboardingOverview/Completed.js +12 -14
  144. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  145. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -8
  146. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  147. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +2 -4
  148. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  149. package/dist/components/Company/OnboardingOverview/context.js +4 -6
  150. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  151. package/dist/components/Company/PaySchedule/PaySchedule.js +40 -42
  152. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  153. package/dist/components/Company/PaySchedule/_parts/Actions.js +10 -12
  154. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  155. package/dist/components/Company/PaySchedule/_parts/Edit.js +35 -37
  156. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  157. package/dist/components/Company/PaySchedule/_parts/Head.js +17 -19
  158. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  159. package/dist/components/Company/PaySchedule/_parts/List.js +13 -15
  160. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  161. package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -8
  162. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  163. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -7
  164. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  165. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -6
  166. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  167. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -8
  168. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  169. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -7
  170. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  171. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -6
  172. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  173. package/dist/components/Contractor/Address/Address.js +4 -6
  174. package/dist/components/Contractor/Address/Address.js.map +1 -1
  175. package/dist/components/Contractor/Address/Form.js +2 -3
  176. package/dist/components/Contractor/Address/Form.js.map +1 -1
  177. package/dist/components/Contractor/Address/useAddress.js +6 -8
  178. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  179. package/dist/components/Contractor/ContractorList/index.js +54 -55
  180. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  181. package/dist/components/Contractor/NewHireReport/NewHireReport.js +13 -14
  182. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  183. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +4 -6
  184. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  185. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
  186. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  187. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
  188. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  189. package/dist/components/Contractor/Profile/ContractorProfileForm.js +11 -11
  190. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -4
  191. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  192. package/dist/components/Contractor/Submit/Submit.js +9 -10
  193. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  194. package/dist/components/Contractor/Submit/SubmitDone.js +8 -8
  195. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  196. package/dist/components/Employee/Compensation/Actions.js +5 -6
  197. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  198. package/dist/components/Employee/Compensation/Edit.js +23 -22
  199. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  200. package/dist/components/Employee/Compensation/List.js +23 -25
  201. package/dist/components/Employee/Compensation/List.js.map +1 -1
  202. package/dist/components/Employee/Deductions/DeductionsComponents.js +1 -1
  203. package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -1
  204. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +7 -7
  205. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +2 -2
  206. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +3 -4
  207. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  208. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +44 -40
  209. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  210. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +3 -4
  211. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -1
  212. package/dist/components/Employee/Deductions/useDeductions.d.ts +2 -2
  213. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +6 -8
  214. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  215. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +9 -11
  216. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  217. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -4
  218. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  219. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -6
  220. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  221. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +11 -13
  222. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  223. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
  224. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  225. package/dist/components/Employee/EmployeeList/Actions.js +4 -6
  226. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  227. package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -4
  228. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  229. package/dist/components/Employee/EmployeeList/Head.js +5 -7
  230. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  231. package/dist/components/Employee/EmployeeList/List.js +37 -38
  232. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  233. package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -6
  234. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  235. package/dist/components/Employee/FederalTaxes/Actions.js +6 -8
  236. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  237. package/dist/components/Employee/FederalTaxes/FederalForm.js +11 -13
  238. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  239. package/dist/components/Employee/FederalTaxes/FederalTaxes.js +8 -8
  240. package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
  241. package/dist/components/Employee/FederalTaxes/Head.js +7 -7
  242. package/dist/components/Employee/FederalTaxes/Head.js.map +1 -1
  243. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -6
  244. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  245. package/dist/components/Employee/Landing/Landing.js +22 -22
  246. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  247. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  248. package/dist/components/Employee/PaymentMethod/Actions.js +7 -9
  249. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  250. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +4 -5
  251. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  252. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +10 -12
  253. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  254. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +6 -7
  255. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  256. package/dist/components/Employee/PaymentMethod/Split.js +3 -4
  257. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  258. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -8
  259. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  260. package/dist/components/Employee/Profile/Actions.js +7 -9
  261. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  262. package/dist/components/Employee/Profile/AdminPersonalDetails.js +38 -35
  263. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  264. package/dist/components/Employee/Profile/HomeAddress.d.ts +52 -0
  265. package/dist/components/Employee/Profile/HomeAddress.js +64 -45
  266. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  267. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +20 -21
  268. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  269. package/dist/components/Employee/Profile/Profile.js +150 -143
  270. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  271. package/dist/components/Employee/Profile/useProfile.d.ts +1 -0
  272. package/dist/components/Employee/Profile/useProfile.js +4 -6
  273. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  274. package/dist/components/Employee/StateTaxes/Actions.js +8 -10
  275. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  276. package/dist/components/Employee/StateTaxes/StateTaxes.js +4 -4
  277. package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
  278. package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -6
  279. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  280. package/dist/components/Employee/Taxes/Actions.js +8 -10
  281. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  282. package/dist/components/Employee/Taxes/FederalForm.js +9 -11
  283. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  284. package/dist/components/Employee/Taxes/FederalHead.js +7 -7
  285. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  286. package/dist/components/Employee/Taxes/Taxes.js +5 -5
  287. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  288. package/dist/components/Employee/Taxes/useTaxes.js +4 -6
  289. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  290. package/dist/components/Flow/Flow.js +16 -18
  291. package/dist/components/Flow/Flow.js.map +1 -1
  292. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +6 -0
  293. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +57 -0
  294. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -0
  295. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +8 -0
  296. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +79 -0
  297. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -0
  298. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/index.d.ts +2 -0
  299. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +7 -0
  300. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js +25 -0
  301. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.js.map +1 -0
  302. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +10 -0
  303. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +30 -0
  304. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -0
  305. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/index.d.ts +2 -0
  306. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +10 -0
  307. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +30 -0
  308. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -0
  309. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/index.d.ts +2 -0
  310. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.d.ts +13 -0
  311. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js +63 -0
  312. package/dist/components/Payroll/ConfirmWireDetails/confirmWireDetailsStateMachine.js.map +1 -0
  313. package/dist/components/Payroll/ConfirmWireDetails/index.d.ts +3 -0
  314. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +9 -11
  315. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  316. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +6 -7
  317. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  318. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +1 -1
  319. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  320. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +77 -76
  321. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  322. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +133 -135
  323. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  324. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js +5 -3
  325. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js.map +1 -1
  326. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +30 -29
  327. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  328. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +145 -137
  329. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  330. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -7
  331. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  332. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +3 -1
  333. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +22 -22
  334. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  335. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +40 -27
  336. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  337. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +50 -72
  338. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  339. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +2 -4
  340. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  341. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +1 -1
  342. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +42 -37
  343. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  344. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +20 -20
  345. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  346. package/dist/components/Payroll/PayrollList/PayrollList.js +24 -21
  347. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  348. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -9
  349. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +119 -131
  350. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  351. package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js +6 -6
  352. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +125 -94
  353. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  354. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +6 -1
  355. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +243 -230
  356. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  357. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js +8 -0
  358. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js.map +1 -0
  359. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.d.ts +8 -0
  360. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js +49 -0
  361. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchThresholdExceeded.js.map +1 -0
  362. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +6 -0
  363. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js +18 -0
  364. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -0
  365. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/index.d.ts +3 -0
  366. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
  367. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  368. package/dist/components/Payroll/index.d.ts +1 -0
  369. package/dist/components/Payroll/index.js +8 -6
  370. package/dist/components/Payroll/index.js.map +1 -1
  371. package/dist/components/Payroll/usePreparedPayrollData.js +8 -10
  372. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  373. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +44 -40
  374. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  375. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +2 -0
  376. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +5 -0
  377. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js +27 -25
  378. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
  379. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +4 -0
  380. package/dist/contexts/ComponentAdapter/useComponentContext.js +3 -3
  381. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  382. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +5 -8
  383. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  384. package/dist/contexts/ThemeProvider/theme.d.ts +1 -0
  385. package/dist/contexts/ThemeProvider/theme.js +5 -4
  386. package/dist/contexts/ThemeProvider/theme.js.map +1 -1
  387. package/dist/helpers/apiErrorToList.d.ts +7 -0
  388. package/dist/helpers/apiErrorToList.js +23 -0
  389. package/dist/helpers/apiErrorToList.js.map +1 -0
  390. package/dist/helpers/breadcrumbHelpers.js +30 -30
  391. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  392. package/dist/helpers/dateFormatting.d.ts +15 -7
  393. package/dist/helpers/dateFormatting.js +88 -35
  394. package/dist/helpers/dateFormatting.js.map +1 -1
  395. package/dist/helpers/formattedStrings.js +11 -12
  396. package/dist/helpers/formattedStrings.js.map +1 -1
  397. package/dist/hooks/useAsyncError.js.map +1 -0
  398. package/dist/hooks/useDateFormatter.d.ts +19 -0
  399. package/dist/hooks/useDateFormatter.js +24 -0
  400. package/dist/hooks/useDateFormatter.js.map +1 -0
  401. package/dist/hooks/useMenu.js.map +1 -0
  402. package/dist/{components/Common/hooks → hooks}/useNumberFormatter.js +1 -1
  403. package/dist/hooks/useNumberFormatter.js.map +1 -0
  404. package/dist/hooks/useOverflowDetection/index.d.ts +3 -0
  405. package/dist/hooks/useOverflowDetection/useOverflowDetection.d.ts +7 -0
  406. package/dist/hooks/useOverflowDetection/useOverflowDetection.js +28 -0
  407. package/dist/hooks/useOverflowDetection/useOverflowDetection.js.map +1 -0
  408. package/dist/i18n/I18n.js +1 -1
  409. package/dist/i18n/I18n.js.map +1 -1
  410. package/dist/i18n/en/Company.BankAccount.json.js +1 -1
  411. package/dist/i18n/en/Company.DocumentList.json.js +16 -16
  412. package/dist/i18n/en/Company.FederalTaxes.json.js +22 -22
  413. package/dist/i18n/en/Company.PaySchedule.json.js +9 -9
  414. package/dist/i18n/en/Contractor.ContractorList.json.js +8 -8
  415. package/dist/i18n/en/Contractor.Submit.json.js +6 -6
  416. package/dist/i18n/en/Employee.Compensation.json.js +20 -20
  417. package/dist/i18n/en/Employee.Deductions.json.js +135 -109
  418. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  419. package/dist/i18n/en/Employee.EmployeeList.json.js +6 -6
  420. package/dist/i18n/en/Employee.FederalTaxes.json.js +9 -9
  421. package/dist/i18n/en/Employee.HomeAddress.json.js +3 -3
  422. package/dist/i18n/en/Employee.OnboardingSummary.json.js +1 -1
  423. package/dist/i18n/en/Employee.PaymentMethod.json.js +11 -11
  424. package/dist/i18n/en/Employee.Taxes.json.js +27 -29
  425. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  426. package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +14 -0
  427. package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js.map +1 -0
  428. package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js +10 -0
  429. package/dist/i18n/en/Payroll.ConfirmWireDetailsForm.json.js.map +1 -0
  430. package/dist/i18n/en/Payroll.PayrollBlocker.json.js +3 -3
  431. package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +1 -1
  432. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +4 -4
  433. package/dist/i18n/en/Payroll.PayrollList.json.js +7 -7
  434. package/dist/i18n/en/Payroll.PayrollOverview.json.js +37 -35
  435. package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
  436. package/dist/i18n/en/Payroll.PayrollReceipts.json.js +7 -7
  437. package/dist/i18n/en/Payroll.WireInstructions.json.js +10 -0
  438. package/dist/i18n/en/Payroll.WireInstructions.json.js.map +1 -0
  439. package/dist/i18n/en/common.json.d.ts +3 -2
  440. package/dist/i18n/en/common.json.js +4 -4
  441. package/dist/shared/constants.d.ts +13 -0
  442. package/dist/shared/constants.js +56 -47
  443. package/dist/shared/constants.js.map +1 -1
  444. package/dist/style.css +1 -1
  445. package/dist/types/i18next.d.ts +129 -99
  446. package/package.json +14 -15
  447. package/dist/components/Common/hooks/useAsyncError.js.map +0 -1
  448. package/dist/components/Common/hooks/useMenu.js.map +0 -1
  449. package/dist/components/Common/hooks/useNumberFormatter.js.map +0 -1
  450. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +0 -221
  451. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +0 -1
  452. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js +0 -8
  453. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map +0 -1
  454. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +0 -132
  455. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +0 -1
  456. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +0 -14
  457. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +0 -1
  458. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js +0 -98
  459. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js.map +0 -1
  460. package/dist/i18n/en/Company.AddBank.json.js +0 -28
  461. package/dist/i18n/en/Company.AddBank.json.js.map +0 -1
  462. package/dist/i18n/en/Payroll.PayrollSchedule.json.js +0 -27
  463. package/dist/i18n/en/Payroll.PayrollSchedule.json.js.map +0 -1
  464. /package/dist/{components/Common/hooks → hooks}/useAsyncError.d.ts +0 -0
  465. /package/dist/{components/Common/hooks → hooks}/useAsyncError.js +0 -0
  466. /package/dist/{components/Common/hooks → hooks}/useMenu.d.ts +0 -0
  467. /package/dist/{components/Common/hooks → hooks}/useMenu.js +0 -0
  468. /package/dist/{components/Common/hooks → hooks}/useNumberFormatter.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- const e = "Company bank account", t = "We’ll use your checking account info to debit for wages and taxes. Your account must be linked to a checking bank account. Credit payments, credit cards, and savings accounts are not accepted.", n = "Routing number", o = "Account", i = { awaiting_deposits: { label: "Verification pending", description: "Were sending two test deposits to the bank account below. You should expect to see them in 1-2 business days. After receiving the deposits, please add them on the Bank verification step." }, ready_for_verification: { label: "Verify your bank account", description: "Two test deposits were successfully sent to account ending in {{number}}." }, verified: { label: "Your bank account has been verified!" } }, c = "Continue", s = "Change bank account", a = "Verify bank account", r = "Cancel", u = { routingNumberLabel: "Routing number", routingNumberDescription: "Enter your 9-digit routing number", accountNumberLabel: "Account number" }, d = { routingNumber: "Routing number is required", accountNumber: "Account number is required", deposit1: "Deposit 1 is required", deposit2: "Deposit 2 is required" }, b = "Verify bank account", p = "Find the two small deposits Gusto made into your company bank account. Input the values below and click “Verify deposits” to continue setup.", l = "Test deposit #1", m = "Enter first deposit amount in dollars, e.g. 0.02 for 2 cents", f = "Test deposit #2", g = "Enter second deposit amount in dollars, e.g. 0.02 for 2 cents", k = "Verify deposits", y = {
1
+ const e = "Company bank account", t = "We’ll use your checking account info to debit for wages and taxes. Your account must be linked to a checking bank account. Credit payments, credit cards, and savings accounts are not accepted.", n = "Routing number", o = "Account", i = { awaiting_deposits: { label: "Verification pending", description: "We're sending two test deposits to the bank account below. You should expect to see them in 1-2 business days. After receiving the deposits, please add them on the Bank verification step." }, ready_for_verification: { label: "Verify your bank account", description: "Two test deposits were successfully sent to account ending in {{number}}." }, verified: { label: "Your bank account has been verified!" } }, c = "Continue", s = "Change bank account", a = "Verify bank account", r = "Cancel", u = { routingNumberLabel: "Routing number", routingNumberDescription: "Enter your 9-digit routing number", accountNumberLabel: "Account number" }, d = { routingNumber: "Routing number is required", accountNumber: "Account number is required", deposit1: "Deposit 1 is required", deposit2: "Deposit 2 is required" }, b = "Verify bank account", p = "Find the two small deposits Gusto made into your company bank account. Input the values below and click “Verify deposits” to continue setup.", l = "Test deposit #1", m = "Enter first deposit amount in dollars, e.g. 0.02 for 2 cents", f = "Test deposit #2", g = "Enter second deposit amount in dollars, e.g. 0.02 for 2 cents", k = "Verify deposits", y = {
2
2
  addBankAccountTitle: e,
3
3
  addBankAccountDescription: t,
4
4
  routingNumberLabel: n,
@@ -1,14 +1,14 @@
1
- const t = "Documents", n = "Documents", o = "Form", e = "Action", s = "Please note, only the signatory can sign documents.", a = "Only the signatory can sign documents.", i = "You are the assigned signatory.", c = "Your signatory is {{signatory}}, {{title}}.", g = "A signatory has not yet been assigned", r = "Change signatory", u = "Assign signatory", l = "Sign document", y = "Complete", m = "Not signed", d = "Could not load your documents, try again later.", C = "No documents found", S = "Continue", b = {
1
+ const t = "Documents", n = "Documents", o = "Form", s = "Action", e = "Please note, only the signatory can sign documents.", i = "Only the signatory can sign documents.", a = "You are the assigned signatory.", c = "Your signatory is {{signatory}}, {{title}}.", r = "A signatory has not yet been assigned", g = "Change signatory", u = "Assign signatory", l = "Sign document", y = "Complete", m = "Not signed", d = "Could not load your documents, try again later.", C = "No documents found", S = "Continue", h = {
2
2
  documentListTitle: t,
3
3
  documentListLabel: n,
4
4
  formColumnLabel: o,
5
- actionColumnLabel: e,
6
- selfSignatoryTitle: s,
7
- otherSignatoryTitle: a,
8
- selfSignatorySubtext: i,
9
- otherSignatorySubtext: c,
10
- noSignatorySubtext: g,
11
- changeSignatoryCta: r,
5
+ actionColumnLabel: s,
6
+ selfSignatoryTitle: e,
7
+ otherSignatoryTitle: i,
8
+ selfSignatoryDescription: a,
9
+ otherSignatoryDescription: c,
10
+ noSignatoryDescription: r,
11
+ changeSignatoryCta: g,
12
12
  assignSignatoryCta: u,
13
13
  signDocumentCta: l,
14
14
  signDocumentComplete: y,
@@ -18,22 +18,22 @@ const t = "Documents", n = "Documents", o = "Form", e = "Action", s = "Please no
18
18
  continueCta: S
19
19
  };
20
20
  export {
21
- e as actionColumnLabel,
21
+ s as actionColumnLabel,
22
22
  u as assignSignatoryCta,
23
- r as changeSignatoryCta,
23
+ g as changeSignatoryCta,
24
24
  S as continueCta,
25
- b as default,
25
+ h as default,
26
26
  d as documentListError,
27
27
  n as documentListLabel,
28
28
  t as documentListTitle,
29
29
  C as emptyTableTitle,
30
30
  o as formColumnLabel,
31
- g as noSignatorySubtext,
31
+ r as noSignatoryDescription,
32
32
  m as notSigned,
33
- c as otherSignatorySubtext,
34
- a as otherSignatoryTitle,
35
- i as selfSignatorySubtext,
36
- s as selfSignatoryTitle,
33
+ c as otherSignatoryDescription,
34
+ i as otherSignatoryTitle,
35
+ a as selfSignatoryDescription,
36
+ e as selfSignatoryTitle,
37
37
  y as signDocumentComplete,
38
38
  l as signDocumentCta
39
39
  };
@@ -1,34 +1,34 @@
1
- const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", o = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", t = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", y = "Legal entity name is required", m = { "C-Corporation": "C-Corporation", "S-Corporation": "S-Corporation", "Sole proprietor": "Sole proprietor", LLC: "LLC", LLP: "LLP", "Limited partnership": "Limited partnership", "Co-ownership": "Co-ownership", Association: "Association", Trusteeship: "Trusteeship", "General partnership": "General partnership", "Joint venture": "Joint venture", "Non-Profit": "Non-Profit" }, c = { 941: "941 - Employer's Quarterly Federal Tax Return", 944: "944 - Employer's Annual Federal Tax Return" }, d = "Continue", _ = {
1
+ const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", o = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", t = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", y = "Legal entity name is required", m = { "C-Corporation": "C-Corporation", "S-Corporation": "S-Corporation", "Sole proprietor": "Sole proprietor", LLC: "LLC", LLP: "LLP", "Limited partnership": "Limited partnership", "Co-ownership": "Co-ownership", Association: "Association", Trusteeship: "Trusteeship", "General partnership": "General partnership", "Joint venture": "Joint venture", "Non-Profit": "Non-Profit" }, c = { 941: "941 - Employer's Quarterly Federal Tax Return", 944: "944 - Employer's Annual Federal Tax Return" }, d = "Continue", L = {
2
2
  pageTitle: e,
3
- entity_type_and_legal_name_intro: n,
4
- federal_ein_label: o,
5
- federal_ein_description: r,
6
- taxpayer_type_label: t,
7
- taxpayer_type_description: a,
8
- federal_filing_form_label: i,
9
- federal_filing_form_description: l,
10
- legal_entity_name_label: p,
11
- legal_entity_name_description: s,
12
- legal_entity_name_error: y,
3
+ entityTypeAndLegalNameIntro: n,
4
+ federalEinLabel: o,
5
+ federalEinDescription: r,
6
+ taxpayerTypeLabel: t,
7
+ taxpayerTypeDescription: a,
8
+ federalFilingFormLabel: i,
9
+ federalFilingFormDescription: l,
10
+ legalEntityNameLabel: p,
11
+ legalEntityNameDescription: s,
12
+ legalEntityNameError: y,
13
13
  taxPayerType: m,
14
14
  filingForm: c,
15
15
  continueCta: d
16
16
  };
17
17
  export {
18
18
  d as continueCta,
19
- _ as default,
20
- n as entity_type_and_legal_name_intro,
21
- r as federal_ein_description,
22
- o as federal_ein_label,
23
- l as federal_filing_form_description,
24
- i as federal_filing_form_label,
19
+ L as default,
20
+ n as entityTypeAndLegalNameIntro,
21
+ r as federalEinDescription,
22
+ o as federalEinLabel,
23
+ l as federalFilingFormDescription,
24
+ i as federalFilingFormLabel,
25
25
  c as filingForm,
26
- s as legal_entity_name_description,
27
- y as legal_entity_name_error,
28
- p as legal_entity_name_label,
26
+ s as legalEntityNameDescription,
27
+ y as legalEntityNameError,
28
+ p as legalEntityNameLabel,
29
29
  e as pageTitle,
30
30
  m as taxPayerType,
31
- a as taxpayer_type_description,
32
- t as taxpayer_type_label
31
+ a as taxpayerTypeDescription,
32
+ t as taxpayerTypeLabel
33
33
  };
34
34
  //# sourceMappingURL=Company.FederalTaxes.json.js.map
@@ -1,14 +1,14 @@
1
- const e = 'Pick what frequency youd like to run payroll. If you need help, you can read more about <how_to_choose_schedule href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</how_to_choose_schedule>', t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <payment_law_doc href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</payment_law_doc> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", s = "Continue", n = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = { name: "Name", actions: "Actions", active: "Active", inactive: "Inactive", edit: "Edit" }, r = { addPaySchedule: "Add pay schedule", editPaySchedule: "Edit pay schedule", pageTitle: "Set up pay schedule" }, c = { name: "Name", payfrequency: "Pay frequency", frequency: "Frequency", deadline: "Deadline to run payroll", frequencyOptions: "Frequency Options", firstPayDate: "First pay date", firstPayPeriodEndDate: "First pay period end date", firstPayDayOfTheMonth: "First pay day of the month", lastPayDayOfTheMonth: "Last pay day of the month", preview: "Preview", legend: "Legend" }, y = "Loading...", l = { frequencyOptionsDescription: "Select the pay days for the month.", anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.", anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date." }, d = { payPeriod: "Pay period", payday: "Payday", payrollDeadline: "Run payroll by 1:00PM (PDT) on " }, h = { cancel: "Cancel", save: "Save" }, p = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" }, u = { "15thAndLast": "15th and Last day of the month", custom: "Custom" }, f = { title: "Pay Schedule Preview", description: "Complete all the required fields to see a preview of your pay schedule." }, m = {
1
+ const e = `Pick what frequency you'd like to run payroll. If you need help, you can read more about <ScheduleLink href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</ScheduleLink>`, t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <PaymentLawLink href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</PaymentLawLink> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", n = "Continue", s = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = { name: "Name", actions: "Actions", active: "Active", inactive: "Inactive", edit: "Edit" }, r = { addPaySchedule: "Add pay schedule", editPaySchedule: "Edit pay schedule", pageTitle: "Set up pay schedule" }, y = { name: "Name", payfrequency: "Pay frequency", frequency: "Frequency", deadline: "Deadline to run payroll", frequencyOptions: "Frequency Options", firstPayDate: "First pay date", firstPayPeriodEndDate: "First pay period end date", firstPayDayOfTheMonth: "First pay day of the month", lastPayDayOfTheMonth: "Last pay day of the month", preview: "Preview", legend: "Legend" }, c = "Loading...", l = { frequencyOptionsDescription: "Select the pay days for the month.", anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.", anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date." }, d = { payPeriod: "Pay period", payday: "Payday", payrollDeadline: "Run payroll by 1:00PM (PDT) on " }, h = { cancel: "Cancel", save: "Save" }, p = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" }, u = { "15thAndLast": "15th and Last day of the month", custom: "Custom" }, f = { title: "Pay Schedule Preview", description: "Complete all the required fields to see a preview of your pay schedule." }, m = {
2
2
  listDescription: e,
3
3
  listDescription2: t,
4
4
  addAnotherPayScheduleCta: a,
5
5
  saveAndContinueCta: o,
6
- continueCta: s,
7
- pleaseVerify: n,
6
+ continueCta: n,
7
+ pleaseVerify: s,
8
8
  payScheduleList: i,
9
9
  headings: r,
10
- labels: c,
11
- loading: y,
10
+ labels: y,
11
+ loading: c,
12
12
  descriptions: l,
13
13
  payPreview: d,
14
14
  actions: h,
@@ -19,19 +19,19 @@ const e = 'Pick what frequency you’d like to run payroll. If you need help, yo
19
19
  export {
20
20
  h as actions,
21
21
  a as addAnotherPayScheduleCta,
22
- s as continueCta,
22
+ n as continueCta,
23
23
  m as default,
24
24
  l as descriptions,
25
25
  p as frequencies,
26
26
  u as frequencyOptions,
27
27
  r as headings,
28
- c as labels,
28
+ y as labels,
29
29
  e as listDescription,
30
30
  t as listDescription2,
31
- y as loading,
31
+ c as loading,
32
32
  d as payPreview,
33
33
  i as payScheduleList,
34
- n as pleaseVerify,
34
+ s as pleaseVerify,
35
35
  f as previewAlert,
36
36
  o as saveAndContinueCta
37
37
  };
@@ -1,9 +1,9 @@
1
1
  const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", c = "Edit", n = "Delete", e = "Add contractors to get them setup for payroll.", r = "You haven't added any contractors yet", s = { name: "Name", status: "Status" }, d = "Contractors", i = "Continue", l = "Back to contractors", C = {
2
- addContractorCTA: t,
3
- addAnotherCTA: o,
2
+ addContractorCta: t,
3
+ addAnotherCta: o,
4
4
  contractorListLabel: a,
5
- editCTA: c,
6
- deleteCTA: n,
5
+ editCta: c,
6
+ deleteCta: n,
7
7
  emptyTableDescription: e,
8
8
  emptyTableTitle: r,
9
9
  listHeaders: s,
@@ -12,13 +12,13 @@ const t = "Add a contractor", o = "+ Add another contractor", a = "A list of con
12
12
  progressBarCta: l
13
13
  };
14
14
  export {
15
- o as addAnotherCTA,
16
- t as addContractorCTA,
15
+ o as addAnotherCta,
16
+ t as addContractorCta,
17
17
  i as continueCta,
18
18
  a as contractorListLabel,
19
19
  C as default,
20
- n as deleteCTA,
21
- c as editCTA,
20
+ n as deleteCta,
21
+ c as editCta,
22
22
  e as emptyTableDescription,
23
23
  r as emptyTableTitle,
24
24
  s as listHeaders,
@@ -1,8 +1,8 @@
1
1
  const t = "Contractor Onboarded", e = "This contractor has been successfully onboarded.", o = "Done", n = "Submit and complete onboarding", a = "Please note that after submitting", s = ["The contractor type cannot be changed.", "The new hire report cannot be modified.", "This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."], c = { title: "Review before sending invitation", description: "You are inviting a contractor to complete the onboarding flow. Please double-check that you've entered this contractor's details correctly.", startDateLabel: "Start date", inviteCta: "Send invitation", successMessage: "Contractor has been saved & invited to self-onboard!" }, i = { successMessage: "Contractor has been onboarded!" }, r = {
2
2
  doneTitle: t,
3
- doneText: e,
4
- doneCTA: o,
5
- submitCTA: n,
3
+ doneDescription: e,
4
+ doneCta: o,
5
+ submitCta: n,
6
6
  title: a,
7
7
  warningItems: s,
8
8
  inviteContractor: c,
@@ -10,11 +10,11 @@ const t = "Contractor Onboarded", e = "This contractor has been successfully onb
10
10
  };
11
11
  export {
12
12
  r as default,
13
- o as doneCTA,
14
- e as doneText,
13
+ o as doneCta,
14
+ e as doneDescription,
15
15
  t as doneTitle,
16
16
  c as inviteContractor,
17
- n as submitCTA,
17
+ n as submitCta,
18
18
  i as submitDone,
19
19
  a as title,
20
20
  s as warningItems
@@ -1,4 +1,4 @@
1
- const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", i = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, n = "Compensation amount", m = "Back", l = "Cancel", c = "Cancel", r = '<classificationCta href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</classificationCta>', p = "Employee type", d = { "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" }, u = "Job actions", h = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, f = "Save job", g = "Continue", w = "Compensation", k = "Edit job", W = "Add job", j = { classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.", 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" }, v = "Workers' compensation coverage", x = "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.", L = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, E = "Risk class code", T = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", N = "Select if employee is a 2% shareholder", O = {
1
+ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", i = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, n = "Compensation amount", m = "Back", l = "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>', p = "Employee type", d = { "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" }, u = "Job actions", h = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, f = "Save job", k = "Continue", g = "Compensation", w = "Edit job", W = "Add job", j = { classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.", 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" }, v = "Workers' compensation coverage", L = "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.", x = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, E = "Risk class code", N = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", O = "Select if employee is a 2% shareholder", P = {
2
2
  addAnotherJobCta: e,
3
3
  adjustForMinimumWage: t,
4
4
  adjustForMinimumWageDescription: o,
@@ -8,8 +8,8 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
8
8
  amount: n,
9
9
  backCta: m,
10
10
  cancelCta: l,
11
- cancelNewJobCta: c,
12
- classificationCTA: r,
11
+ cancelNewJobCta: r,
12
+ classificationLink: c,
13
13
  employeeClassification: p,
14
14
  flsaStatusLabels: d,
15
15
  hamburgerTitle: u,
@@ -18,17 +18,17 @@ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines wh
18
18
  paymentUnitLabel: C,
19
19
  paymentUnitOptions: b,
20
20
  saveNewJobCta: f,
21
- submitCta: g,
22
- title: w,
23
- editTitle: k,
21
+ submitCta: k,
22
+ title: g,
23
+ editTitle: w,
24
24
  addTitle: W,
25
25
  validations: j,
26
26
  stateWcCoveredLabel: v,
27
- stateWcCoveredDescription: x,
28
- stateWcCoveredOptions: L,
27
+ stateWcCoveredDescription: L,
28
+ stateWcCoveredOptions: x,
29
29
  stateWcClassCodeLabel: E,
30
- stateWcClassCodeDescription: T,
31
- twoPercentStakeholderLabel: N
30
+ stateWcClassCodeDescription: N,
31
+ twoPercentStakeholderLabel: O
32
32
  };
33
33
  export {
34
34
  e as addAnotherJobCta,
@@ -39,10 +39,10 @@ export {
39
39
  n as amount,
40
40
  m as backCta,
41
41
  l as cancelCta,
42
- c as cancelNewJobCta,
43
- r as classificationCTA,
44
- O as default,
45
- k as editTitle,
42
+ r as cancelNewJobCta,
43
+ c as classificationLink,
44
+ P as default,
45
+ w as editTitle,
46
46
  p as employeeClassification,
47
47
  d as flsaStatusLabels,
48
48
  u as hamburgerTitle,
@@ -53,14 +53,14 @@ export {
53
53
  C as paymentUnitLabel,
54
54
  b as paymentUnitOptions,
55
55
  f as saveNewJobCta,
56
- T as stateWcClassCodeDescription,
56
+ N as stateWcClassCodeDescription,
57
57
  E as stateWcClassCodeLabel,
58
- x as stateWcCoveredDescription,
58
+ L as stateWcCoveredDescription,
59
59
  v as stateWcCoveredLabel,
60
- L as stateWcCoveredOptions,
61
- g as submitCta,
62
- w as title,
63
- N as twoPercentStakeholderLabel,
60
+ x as stateWcCoveredOptions,
61
+ k as submitCta,
62
+ g as title,
63
+ O as twoPercentStakeholderLabel,
64
64
  j as validations
65
65
  };
66
66
  //# sourceMappingURL=Employee.Compensation.json.js.map
@@ -1,4 +1,4 @@
1
- const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", ue = "Yes", le = "No", s = "Continue", d = "Save", a = "Add Deduction", r = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", y = "Garnishment type", m = "Child support", g = "All counties", D = "Agency", f = "Select the appropriate state agency.", x = "County", T = "Select the appropriate state county", b = "CSE Case Number", C = "Carefully enter the Child Support Enforcement Case Number", w = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", k = "Enter the amount indicated in the letter from the child support agency", v = "Max paycheck percentage", O = "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.", P = "Reminder: you are responsible for this payment", L = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", pe = "Per", q = "Enter how often the agency collects the withholding amount", N = "Every week", H = "Every other week", S = "Twice per month", R = "Monthly", I = "Custom deduction (post-tax)", M = "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.", F = "Edit Deduction", W = "Deduction description", Y = "Deduction frequency", B = "This deduction occurs every payroll", G = "This is a one-time deduction and only applies to the next upcoming payroll", U = "List of current deductions of an employee", V = "Deduction type", _ = "Percentage", j = "Fixed dollar amount", z = "Amount to withhold", J = "Annual maximum", K = "This is a court-ordered deduction", Q = "Deduction", X = "Frequency", Z = "Withheld", $ = "Actions", ee = "Recurring", te = "{{value}} per paycheck", oe = "One-time", ne = "Once added, your deductions will appear here.", ce = "Deduction actions menu", ie = "Edit deduction", se = "Delete deduction", de = "+ Add another deduction", ae = "Cancel", re = { description: "Description is required", amount: "Amount must be a valid number" }, he = {
1
+ const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", we = "Yes", Ae = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "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.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", b = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", w = "CSE Case Number", A = "Carefully enter the Child Support Enforcement Case Number", O = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", P = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", v = "Enter the amount indicated in the letter from the child support agency", L = "Max paycheck percentage", k = "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.", q = "Reminder: you are responsible for this payment", S = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Oe = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", M = "Every other week", F = "Twice per month", I = "Monthly", V = "Custom deduction (post-tax)", W = "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.", Y = "Edit Deduction", B = "Deduction description", G = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", re = "This is a court-ordered deduction", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", be = "+ Add another deduction", Te = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, Pe = {
2
2
  pageTitle: e,
3
3
  includeDeductionsFormLabel: t,
4
4
  includeDeductionsDescription: o,
@@ -8,133 +8,159 @@ const e = "Deductions", t = "Include deductions for this employee?", o = "If you
8
8
  includeDeductionsYes: "Yes",
9
9
  includeDeductionsNo: "No",
10
10
  continueCta: s,
11
- saveCta: d,
12
- addDeductionTitle: a,
13
- addDeductionButtonCta: r,
11
+ saveCta: a,
12
+ addDeductionTitle: r,
13
+ addDeductionButtonCta: d,
14
14
  backToDeductionsCta: u,
15
15
  externalPostTaxDeductions: l,
16
16
  externalPostTaxDeductionsDescription: p,
17
17
  garnishmentOption: h,
18
- garnishmentType: y,
19
- childSupport: m,
20
- allCounties: g,
21
- agency: D,
22
- agencyHelperText: f,
23
- county: x,
24
- countyHelperText: T,
25
- caseNumber: b,
26
- caseNumberHelperText: C,
27
- orderNumberHelperText: w,
28
- remittanceNumberHelperText: A,
18
+ garnishmentType: m,
19
+ childSupport: y,
20
+ childSupportTitle: g,
21
+ customDeductionTitle: D,
22
+ allCounties: f,
23
+ agency: x,
24
+ agencyDescription: b,
25
+ county: T,
26
+ countyDescription: C,
27
+ caseNumber: w,
28
+ caseNumberDescription: A,
29
+ orderNumberDescription: O,
30
+ remittanceNumberDescription: P,
29
31
  totalAmountWithheld: E,
30
- totalAmountWithheldHelperText: k,
31
- maxPaycheckPercentage: v,
32
- maxPaycheckPercentageHelperText: O,
33
- manualPaymentRequired: P,
34
- manualPaymentRequiredDescription: L,
32
+ totalAmountWithheldDescription: v,
33
+ maxPaycheckPercentage: L,
34
+ maxPaycheckPercentageDescription: k,
35
+ manualPaymentRequired: q,
36
+ manualPaymentRequiredDescription: S,
35
37
  per: "Per",
36
- perHelperText: q,
37
- everyWeek: N,
38
- everyOtherWeek: H,
39
- twicePerMonth: S,
40
- monthly: R,
41
- customDeductionOption: I,
42
- deductionTypeRadioLabel: M,
43
- editDeductionTitle: F,
44
- descriptionLabel: W,
45
- frequencyLabel: Y,
46
- frequencyRecurringOption: B,
47
- frequencyOneTimeOption: G,
48
- deductionsTableLabel: U,
49
- deductionTypeLabel: V,
50
- deductionTypePercentageOption: _,
51
- deductionTypeFixedAmountOption: j,
52
- deductionAmountLabel: z,
53
- annualMaxLabel: J,
54
- courtOrderedLabel: K,
55
- nameColumn: Q,
56
- frequencyColumn: X,
57
- withheldColumn: Z,
58
- actionsColumn: $,
59
- recurringText: ee,
60
- recurringAmount: te,
61
- nonRecurringText: oe,
62
- emptyListMessage: ne,
63
- hamburgerTitle: ce,
64
- editCta: ie,
65
- deleteCta: se,
66
- addDeductionCta: de,
67
- cancelCta: ae,
68
- validations: re
38
+ perDescription: N,
39
+ everyWeek: R,
40
+ everyOtherWeek: M,
41
+ twicePerMonth: F,
42
+ monthly: I,
43
+ customDeductionOption: V,
44
+ deductionTypeRadioLabel: W,
45
+ editDeductionTitle: Y,
46
+ descriptionLabel: B,
47
+ descriptionLabelV2: G,
48
+ frequencyLabel: j,
49
+ frequencyRecurringOption: H,
50
+ frequencyRecurringOptionV2: U,
51
+ frequencyOneTimeOption: _,
52
+ frequencyOneTimeOptionV2: z,
53
+ deductionsTableLabel: J,
54
+ deductionTypeLabel: K,
55
+ deductionTypeLabelV2: Q,
56
+ deductionTypePercentageOption: X,
57
+ deductionTypePercentageOptionV2: Z,
58
+ deductionTypeFixedAmountOption: $,
59
+ deductionAmountLabel: ee,
60
+ deductionAmountDescriptionPercentage: te,
61
+ deductionAmountDescriptionFixed: oe,
62
+ payPeriodMaximum: ne,
63
+ totalAmountLabel: ce,
64
+ totalAmountDescription: ie,
65
+ annualMaxLabel: se,
66
+ annualMaxDescription: ae,
67
+ courtOrderedLabel: re,
68
+ nameColumn: de,
69
+ frequencyColumn: ue,
70
+ withheldColumn: le,
71
+ actionsColumn: pe,
72
+ recurringText: he,
73
+ recurringAmount: me,
74
+ nonRecurringText: ye,
75
+ emptyListMessage: ge,
76
+ hamburgerTitle: De,
77
+ editCta: fe,
78
+ deleteCta: xe,
79
+ addDeductionCta: be,
80
+ cancelCta: Te,
81
+ validations: Ce
69
82
  };
70
83
  export {
71
- $ as actionsColumn,
72
- r as addDeductionButtonCta,
73
- de as addDeductionCta,
74
- a as addDeductionTitle,
75
- D as agency,
76
- f as agencyHelperText,
77
- g as allCounties,
78
- J as annualMaxLabel,
84
+ pe as actionsColumn,
85
+ d as addDeductionButtonCta,
86
+ be as addDeductionCta,
87
+ r as addDeductionTitle,
88
+ x as agency,
89
+ b as agencyDescription,
90
+ f as allCounties,
91
+ ae as annualMaxDescription,
92
+ se as annualMaxLabel,
79
93
  u as backToDeductionsCta,
80
- ae as cancelCta,
81
- b as caseNumber,
82
- C as caseNumberHelperText,
83
- m as childSupport,
94
+ Te as cancelCta,
95
+ w as caseNumber,
96
+ A as caseNumberDescription,
97
+ y as childSupport,
98
+ g as childSupportTitle,
84
99
  s as continueCta,
85
- x as county,
86
- T as countyHelperText,
87
- K as courtOrderedLabel,
88
- I as customDeductionOption,
89
- z as deductionAmountLabel,
90
- j as deductionTypeFixedAmountOption,
91
- V as deductionTypeLabel,
92
- _ as deductionTypePercentageOption,
93
- M as deductionTypeRadioLabel,
94
- U as deductionsTableLabel,
95
- he as default,
96
- se as deleteCta,
97
- W as descriptionLabel,
98
- ie as editCta,
99
- F as editDeductionTitle,
100
- ne as emptyListMessage,
101
- H as everyOtherWeek,
102
- N as everyWeek,
100
+ T as county,
101
+ C as countyDescription,
102
+ re as courtOrderedLabel,
103
+ V as customDeductionOption,
104
+ D as customDeductionTitle,
105
+ oe as deductionAmountDescriptionFixed,
106
+ te as deductionAmountDescriptionPercentage,
107
+ ee as deductionAmountLabel,
108
+ $ as deductionTypeFixedAmountOption,
109
+ K as deductionTypeLabel,
110
+ Q as deductionTypeLabelV2,
111
+ X as deductionTypePercentageOption,
112
+ Z as deductionTypePercentageOptionV2,
113
+ W as deductionTypeRadioLabel,
114
+ J as deductionsTableLabel,
115
+ Pe as default,
116
+ xe as deleteCta,
117
+ B as descriptionLabel,
118
+ G as descriptionLabelV2,
119
+ fe as editCta,
120
+ Y as editDeductionTitle,
121
+ ge as emptyListMessage,
122
+ M as everyOtherWeek,
123
+ R as everyWeek,
103
124
  l as externalPostTaxDeductions,
104
125
  p as externalPostTaxDeductionsDescription,
105
- X as frequencyColumn,
106
- Y as frequencyLabel,
107
- G as frequencyOneTimeOption,
108
- B as frequencyRecurringOption,
126
+ ue as frequencyColumn,
127
+ j as frequencyLabel,
128
+ _ as frequencyOneTimeOption,
129
+ z as frequencyOneTimeOptionV2,
130
+ H as frequencyRecurringOption,
131
+ U as frequencyRecurringOptionV2,
109
132
  h as garnishmentOption,
110
- y as garnishmentType,
111
- ce as hamburgerTitle,
133
+ m as garnishmentType,
134
+ De as hamburgerTitle,
112
135
  o as includeDeductionsDescription,
113
136
  n as includeDeductionsDescriptionV2,
114
137
  i as includeDeductionsEmptyState,
115
138
  t as includeDeductionsFormLabel,
116
- le as includeDeductionsNo,
139
+ Ae as includeDeductionsNo,
117
140
  c as includeDeductionsSubtitle,
118
- ue as includeDeductionsYes,
119
- P as manualPaymentRequired,
120
- L as manualPaymentRequiredDescription,
121
- v as maxPaycheckPercentage,
122
- O as maxPaycheckPercentageHelperText,
123
- R as monthly,
124
- Q as nameColumn,
125
- oe as nonRecurringText,
126
- w as orderNumberHelperText,
141
+ we as includeDeductionsYes,
142
+ q as manualPaymentRequired,
143
+ S as manualPaymentRequiredDescription,
144
+ L as maxPaycheckPercentage,
145
+ k as maxPaycheckPercentageDescription,
146
+ I as monthly,
147
+ de as nameColumn,
148
+ ye as nonRecurringText,
149
+ O as orderNumberDescription,
127
150
  e as pageTitle,
128
- pe as per,
129
- q as perHelperText,
130
- te as recurringAmount,
131
- ee as recurringText,
132
- A as remittanceNumberHelperText,
133
- d as saveCta,
151
+ ne as payPeriodMaximum,
152
+ Oe as per,
153
+ N as perDescription,
154
+ me as recurringAmount,
155
+ he as recurringText,
156
+ P as remittanceNumberDescription,
157
+ a as saveCta,
158
+ ie as totalAmountDescription,
159
+ ce as totalAmountLabel,
134
160
  E as totalAmountWithheld,
135
- k as totalAmountWithheldHelperText,
136
- S as twicePerMonth,
137
- re as validations,
138
- Z as withheldColumn
161
+ v as totalAmountWithheldDescription,
162
+ F as twicePerMonth,
163
+ Ce as validations,
164
+ le as withheldColumn
139
165
  };
140
166
  //# sourceMappingURL=Employee.Deductions.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}