@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,6 +1,6 @@
1
- const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", T = "Your employees", h = {
1
+ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", h = "Your employees", E = {
2
2
  actionLabel: e,
3
- addEmployeeCTA: t,
3
+ addEmployeeCta: t,
4
4
  skipCta: o,
5
5
  addAnotherCta: s,
6
6
  continueCta: n,
@@ -17,17 +17,17 @@ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add
17
17
  hamburgerTitle: u,
18
18
  nameLabel: b,
19
19
  statusLabel: L,
20
- title: T
20
+ title: h
21
21
  };
22
22
  export {
23
23
  e as actionLabel,
24
24
  s as addAnotherCta,
25
- t as addEmployeeCTA,
25
+ t as addEmployeeCta,
26
26
  a as addressesCta,
27
27
  i as cancelSelfOnboardingCta,
28
28
  n as continueCta,
29
29
  l as deductionsCta,
30
- h as default,
30
+ E as default,
31
31
  c as deleteCta,
32
32
  d as editCta,
33
33
  m as employeeListLabel,
@@ -39,6 +39,6 @@ export {
39
39
  p as reviewCta,
40
40
  o as skipCta,
41
41
  L as statusLabel,
42
- T as title
42
+ h as title
43
43
  };
44
44
  //# sourceMappingURL=Employee.EmployeeList.json.js.map
@@ -1,12 +1,12 @@
1
- const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", l = "Select filing status...", s = "Federal tax withholdings (Form W-4)", a = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If youre unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.`, n = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = "Step 2c: Multiple jobs (2c)", f = "Step 4a: Other income", w = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", g = "Continue", m = "Yes", S = "No", b = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, x = {
1
+ const e = "Step 4b: Deductions", t = "Step 3: Dependents (if applicable)", o = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", s = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, a = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', p = "Step 2c: Multiple jobs (2c)", f = "Step 4a: Other income", w = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", g = "Continue", m = "Yes", S = "No", b = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, x = {
2
2
  deductions: e,
3
3
  dependentsTotalIfApplicable: t,
4
4
  extraWithholding: o,
5
5
  federalFilingStatus1c: i,
6
- federalFillingStatusPlaceholder: l,
7
- federalTaxesTitle: s,
8
- irs_calculator: a,
9
- filingStatusExemptFromWithholding: n,
6
+ federalFillingStatusPlaceholder: s,
7
+ federalTaxesTitle: l,
8
+ irsCalculator: n,
9
+ filingStatusExemptFromWithholding: a,
10
10
  filingStatusHeadOfHousehold: r,
11
11
  filingStatusMarried: c,
12
12
  filingStatusSingle: h,
@@ -26,15 +26,15 @@ export {
26
26
  t as dependentsTotalIfApplicable,
27
27
  o as extraWithholding,
28
28
  i as federalFilingStatus1c,
29
- l as federalFillingStatusPlaceholder,
30
- s as federalTaxesTitle,
29
+ s as federalFillingStatusPlaceholder,
30
+ l as federalTaxesTitle,
31
31
  d as fieldIsRequired,
32
- n as filingStatusExemptFromWithholding,
32
+ a as filingStatusExemptFromWithholding,
33
33
  r as filingStatusHeadOfHousehold,
34
34
  c as filingStatusMarried,
35
35
  h as filingStatusSingle,
36
36
  u as includesSpouseExplanation,
37
- a as irs_calculator,
37
+ n as irsCalculator,
38
38
  p as multipleJobs2c,
39
39
  f as otherIncome,
40
40
  w as selectWithholdingDescription,
@@ -1,4 +1,4 @@
1
- const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', d = "Courtesy withholding", h = "<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>", p = "Edit Address", y = "Cancel", m = "Submit", u = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, w = {
1
+ const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<LearnMoreLink href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</LearnMoreLink>', d = "Courtesy withholding", h = "<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>", p = "Edit Address", y = "Cancel", m = "Submit", u = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, w = {
2
2
  formTitle: e,
3
3
  desc: t,
4
4
  street1: o,
@@ -8,7 +8,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
8
8
  statePlaceholder: a,
9
9
  zip: "Zip",
10
10
  courtesyWithholdingLabel: r,
11
- courtesyWhithholdingDescription: c,
11
+ courtesyWithholdingDescription: c,
12
12
  learnMoreCta: l,
13
13
  withholdingTitle: d,
14
14
  withholdingNote: h,
@@ -20,7 +20,7 @@ const e = "Home address", t = "Employee’s home mailing address, within the Uni
20
20
  export {
21
21
  y as cancel,
22
22
  i as city,
23
- c as courtesyWhithholdingDescription,
23
+ c as courtesyWithholdingDescription,
24
24
  r as courtesyWithholdingLabel,
25
25
  w as default,
26
26
  t as desc,
@@ -1,4 +1,4 @@
1
- const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requering employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
1
+ const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requiring employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
2
2
  subTitle: e,
3
3
  description: t,
4
4
  onboardedAdminSubtitle: i,
@@ -1,4 +1,4 @@
1
- const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number", T = "Routing number", N = "(9 digits)", v = "Split paycheck", B = "Continue", _ = "Employee payment details", w = "Fixed amount", E = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", P = "Reorderable list of bank accounts", R = "Percentage", W = "{{name}} ({{account_number}})", x = "Split by", I = "Priority", q = "Remainder", F = "Split employee paycheck", M = "{{count}}st", Y = "{{count}}nd", j = "{{count}}rd", z = "{{count}}th", G = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, H = {
1
+ const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", d = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "We recommend direct deposit — we can deposit paychecks directly into your account.", f = "Direct Deposit", C = "Bank account actions", L = "Account nickname", A = "Nickname", D = "Select payment method", S = "Routing number", N = "Routing number", v = "(9 digits)", T = "Split paycheck", B = "Continue", _ = "Employee payment details", w = "Fixed amount", E = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", P = "Reorderable list of bank accounts", R = "Percentage", W = "{{name}} ({{account_number}})", x = "Split by", I = "Priority", q = "Remainder", F = "Split employee paycheck", M = "{{count}}st", Y = "{{count}}nd", j = "{{count}}rd", z = "{{count}}th", G = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, H = {
2
2
  accountNumberLabel: t,
3
3
  accountTypeColumn: e,
4
4
  accountTypeLabel: n,
@@ -7,7 +7,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
7
7
  allocationColumn: a,
8
8
  actionColumn: i,
9
9
  addAnotherCta: s,
10
- addBankAccountCTA: r,
10
+ addBankAccountCta: r,
11
11
  bankAccountsListLabel: l,
12
12
  cancelCta: u,
13
13
  saveCta: p,
@@ -15,7 +15,7 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
15
15
  checkDescription: m,
16
16
  checkDescriptionSelf: y,
17
17
  checkLabel: b,
18
- deleteBankAccountCTA: h,
18
+ deleteBankAccountCta: h,
19
19
  directDepositDescription: k,
20
20
  directDepositDescriptionSelf: g,
21
21
  directDepositLabel: f,
@@ -24,9 +24,9 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
24
24
  nicknameColumn: A,
25
25
  paymentFieldsetLegend: D,
26
26
  routingNumberColumn: S,
27
- routingNumberLabel: T,
28
- routingNumberDescription: N,
29
- splitCta: v,
27
+ routingNumberLabel: N,
28
+ routingNumberDescription: v,
29
+ splitCta: T,
30
30
  submitCta: B,
31
31
  title: _,
32
32
  amountLabel: w,
@@ -52,7 +52,7 @@ export {
52
52
  o as accountTypeSavings,
53
53
  i as actionColumn,
54
54
  s as addAnotherCta,
55
- r as addBankAccountCTA,
55
+ r as addBankAccountCta,
56
56
  a as allocationColumn,
57
57
  w as amountLabel,
58
58
  l as bankAccountsListLabel,
@@ -62,7 +62,7 @@ export {
62
62
  y as checkDescriptionSelf,
63
63
  b as checkLabel,
64
64
  H as default,
65
- h as deleteBankAccountCTA,
65
+ h as deleteBankAccountCta,
66
66
  k as directDepositDescription,
67
67
  g as directDepositDescriptionSelf,
68
68
  f as directDepositLabel,
@@ -79,12 +79,12 @@ export {
79
79
  Y as priority_two,
80
80
  q as remainderLabel,
81
81
  S as routingNumberColumn,
82
- N as routingNumberDescription,
83
- T as routingNumberLabel,
82
+ v as routingNumberDescription,
83
+ N as routingNumberLabel,
84
84
  p as saveCta,
85
85
  W as splitAmountLabel,
86
86
  x as splitByLabel,
87
- v as splitCta,
87
+ T as splitCta,
88
88
  E as splitDescription,
89
89
  F as splitTitle,
90
90
  B as submitCta,
@@ -1,52 +1,50 @@
1
- const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", i = "Step 4c: Extra withholding", l = "Step 1c: Federal filing status (1c)", s = "Select filing status...", a = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", u = "This field is a required field. Please enter a value.", d = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = 'We’ll use this information to withhold the appropriate federal taxes from each paycheck. If youre unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', f = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', w = "Step 2c: Multiple jobs (2c)", g = "Step 4a: Other income", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", S = "Continue", _ = "Yes", k = "No", x = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, v = {
1
+ const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", s = "Step 4c: Extra withholding", i = "Step 1c: Federal filing status (1c)", a = "Select filing status...", l = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", d = "This field is a required field. Please enter a value.", u = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <IrsLink href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</IrsLink>.', p = `We'll use this information to withhold the appropriate federal taxes from each paycheck. If you're unsure what to enter here, refer to <IrsCalculatorLink href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</IrsCalculatorLink> to calculate the values, visit our <HelpCenterLink href="https://support.gusto.com" target="_blank">Help Center</HelpCenterLink>, or consult your tax advisor.`, f = "Step 2c: Multiple jobs (2c)", w = "Step 4a: Other income", g = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", m = "Continue", x = "Yes", k = "No", S = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, I = {
2
2
  cancelCta: e,
3
3
  deductions: t,
4
4
  dependentsTotalIfApplicable: o,
5
- extraWithholding: i,
6
- federalFilingStatus1c: l,
7
- federalFillingStatusPlaceholder: s,
8
- federalTaxesTitle: a,
5
+ extraWithholding: s,
6
+ federalFilingStatus1c: i,
7
+ federalFillingStatusPlaceholder: a,
8
+ federalTaxesTitle: l,
9
9
  filingStatusExemptFromWithholding: n,
10
10
  filingStatusHeadOfHousehold: r,
11
11
  filingStatusMarried: c,
12
12
  filingStatusSingle: h,
13
- fieldIsRequired: u,
14
- includesSpouseExplanation: d,
15
- irs_calculator: p,
16
- irsCalculatorOrW4Line: f,
17
- multipleJobs2c: w,
18
- otherIncome: g,
19
- selectWithholdingDescription: m,
13
+ fieldIsRequired: d,
14
+ includesSpouseExplanation: u,
15
+ irsCalculator: p,
16
+ multipleJobs2c: f,
17
+ otherIncome: w,
18
+ selectWithholdingDescription: g,
20
19
  stateTaxesTitle: b,
21
- submitCta: S,
20
+ submitCta: m,
22
21
  twoJobYesLabel: "Yes",
23
22
  twoJobNoLabel: "No",
24
- validations: x
23
+ validations: S
25
24
  };
26
25
  export {
27
26
  e as cancelCta,
28
27
  t as deductions,
29
- v as default,
28
+ I as default,
30
29
  o as dependentsTotalIfApplicable,
31
- i as extraWithholding,
32
- l as federalFilingStatus1c,
33
- s as federalFillingStatusPlaceholder,
34
- a as federalTaxesTitle,
35
- u as fieldIsRequired,
30
+ s as extraWithholding,
31
+ i as federalFilingStatus1c,
32
+ a as federalFillingStatusPlaceholder,
33
+ l as federalTaxesTitle,
34
+ d as fieldIsRequired,
36
35
  n as filingStatusExemptFromWithholding,
37
36
  r as filingStatusHeadOfHousehold,
38
37
  c as filingStatusMarried,
39
38
  h as filingStatusSingle,
40
- d as includesSpouseExplanation,
41
- f as irsCalculatorOrW4Line,
42
- p as irs_calculator,
43
- w as multipleJobs2c,
44
- g as otherIncome,
45
- m as selectWithholdingDescription,
39
+ u as includesSpouseExplanation,
40
+ p as irsCalculator,
41
+ f as multipleJobs2c,
42
+ w as otherIncome,
43
+ g as selectWithholdingDescription,
46
44
  b as stateTaxesTitle,
47
- S as submitCta,
45
+ m as submitCta,
48
46
  k as twoJobNoLabel,
49
- _ as twoJobYesLabel,
50
- x as validations
47
+ x as twoJobYesLabel,
48
+ S as validations
51
49
  };
52
50
  //# sourceMappingURL=Employee.Taxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,14 @@
1
+ const e = "Confirm Wire Details", r = { title: "To make payroll, wire funds by {{time}} on {{date}}", titleWithPayroll: "Wire transfer details required for {{payrollRange}} payroll", titleMultiple: "Wire transfer details required for {{count}} payrolls", description: "We can't pay your team until we get your wire. It may take time to get from your bank to ours, so we recommend sending it as soon as you can." }, t = { startWireTransfer: "Start your wire transfer" }, a = { title: "Wire instructions", close: "Close", submitCta: "I've made a wire transfer" }, o = {
2
+ breadcrumbLabel: e,
3
+ banner: r,
4
+ cta: t,
5
+ modal: a
6
+ };
7
+ export {
8
+ r as banner,
9
+ e as breadcrumbLabel,
10
+ t as cta,
11
+ o as default,
12
+ a as modal
13
+ };
14
+ //# sourceMappingURL=Payroll.ConfirmWireDetailsBanner.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.ConfirmWireDetailsBanner.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -0,0 +1,10 @@
1
+ const t = "Confirm your wire details", e = { cancel: "Cancel", submit: "Submit" }, i = {
2
+ title: t,
3
+ cta: e
4
+ };
5
+ export {
6
+ e as cta,
7
+ i as default,
8
+ t as title
9
+ };
10
+ //# sourceMappingURL=Payroll.ConfirmWireDetailsForm.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.ConfirmWireDetailsForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,4 +1,4 @@
1
- const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing you from running payroll", n = "View All Blockers", i = "Payroll blockers", r = "Blocker", a = "The following issues must be resolved before you can run payroll:", s = "Estimated time", l = "Unknown blocker", p = "Please contact support.", d = { geocode_error: { title: "Address Verification Failed", description: "Company or employee address could not be verified.", helpText: "Please ensure all addresses are valid and complete." }, geocode_needed: { title: "Address Verification Missing", description: "Company or employee address verification is missing.", helpText: "Please ensure all addresses are entered correctly." }, missing_signatory: { title: "Signatory Required", description: "A signatory who is authorized to sign documents on behalf of your company is required.", helpText: "Designate an authorized company signatory to continue.", defaultAction: "Set Up Signatory" }, invalid_signatory: { title: "Signatory Verification Failed", description: "Please ensure that the identity verification of the company signatory is successful.", helpText: "The signatory must complete identity verification." }, suspended: { title: "Company Suspended", description: "Company is suspended and cannot run payroll.", helpText: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, needs_onboarding: { title: "Onboarding Incomplete", description: "Company must complete all onboarding requirements in order to run payroll.", helpText: "Complete all required onboarding steps.", defaultAction: "Complete Onboarding" }, missing_bank_info: { title: "Bank Account Required", description: "Company must have a bank account in order to run payroll.", helpText: "Add and verify a company bank account.", defaultAction: "Add Bank Account" }, missing_bank_verification: { title: "Bank Account Verification Required", description: "Company bank account must be verified in order to run payroll.", helpText: "Complete bank account verification process.", defaultAction: "Verify Account" }, missing_employee_setup: { title: "Employees Required", description: "Company must add employees in order to run payroll.", helpText: "Add at least one employee to continue." }, missing_pay_schedule: { title: "Pay Schedule Required", description: "Company must have a pay schedule in order to run payroll.", helpText: "Set up a pay schedule for your employees." }, pay_schedule_setup_not_complete: { title: "Employee Pay Schedule Missing", description: "Some employees don't have a pay schedule set up yet.", helpText: "Assign all employees to a pay schedule." }, missing_forms: { title: "Forms Require Signature", description: "Company forms must be signed in order to run payroll.", helpText: "Complete and sign all required forms." }, needs_approval: { title: "Pending Approval", description: "Company needs to be approved to run payroll.", helpText: "Your account is under review. Please wait for approval." }, pending_payroll_review: { title: "Payroll Under Review", description: "Payroll is blocked. We are reviewing payroll information in your account.", helpText: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, contractor_only_company: { title: "Contractor-Only Company", description: "Company is set to contractor_only and cannot run payroll.", helpText: "Update company type and complete additional onboarding." }, eftps_ic_error: { title: "Electronic Federal Tax Payment System Error", description: "We could not make payments to the Electronic Federal Tax Payment System.", helpText: "Please contact support.", defaultAction: "Contact Support" }, wc_pending_approval: { title: "Worker's Compensation Pending Approval", description: "Worker's compensation policy needs to be approved.", helpText: "The worker's compensation process has not been completed and may require more information. Please contact support.", defaultAction: "Contact Support" }, pending_recovery_case: { title: "Recovery Case Pending", description: "Company has an open recovery case that must be resolved in order to unblock payroll.", helpText: "Please contact support.", defaultAction: "Contact Support" }, pending_information_request: { title: "Information Request Pending", description: "Company has an open information request that must be submitted and approved in order to unblock payroll.", helpText: "Please contact support.", defaultAction: "Contact Support" }, missing_addresses: { title: "Company Addresses Missing", description: "Company must add addresses in order to run payroll.", helpText: "Missing company onboarding requirement. Confirm that company addresses have been added.", defaultAction: "Add Addresses" }, missing_federal_tax_setup: { title: "Federal Tax Setup Missing", description: "Company must complete federal tax setup in order to run payroll.", helpText: "Missing company onboarding requirement. Confirm that company federal tax setup has been completed.", defaultAction: "Complete Federal Tax Setup" }, missing_industry_selection: { title: "Industry Selection Missing", description: "Company must complete industry selection in order to run payroll.", helpText: "Missing company onboarding requirement. Confirm that a company industry has been selected.", defaultAction: "Select Industry" }, missing_state_tax_setup: { title: "State Tax Setup Missing", description: "Company must complete state tax setup in order to run payroll.", helpText: "Missing company onboarding requirement. Confirm that the company has completed state tax setup.", defaultAction: "Complete State Tax Setup" } }, c = {
1
+ const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing you from running payroll", n = "View All Blockers", i = "Payroll blockers", r = "Blocker", a = "The following issues must be resolved before you can run payroll:", s = "Estimated time", l = "Unknown blocker", p = "Please contact support.", d = { geocode_error: { title: "Address Verification Failed", description: "Company or employee address could not be verified.", help: "Please ensure all addresses are valid and complete." }, geocode_needed: { title: "Address Verification Missing", description: "Company or employee address verification is missing.", help: "Please ensure all addresses are entered correctly." }, missing_signatory: { title: "Signatory Required", description: "A signatory who is authorized to sign documents on behalf of your company is required.", help: "Designate an authorized company signatory to continue.", defaultAction: "Set Up Signatory" }, invalid_signatory: { title: "Signatory Verification Failed", description: "Please ensure that the identity verification of the company signatory is successful.", help: "The signatory must complete identity verification." }, suspended: { title: "Company Suspended", description: "Company is suspended and cannot run payroll.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, needs_onboarding: { title: "Onboarding Incomplete", description: "Company must complete all onboarding requirements in order to run payroll.", help: "Complete all required onboarding steps.", defaultAction: "Complete Onboarding" }, missing_bank_info: { title: "Bank Account Required", description: "Company must have a bank account in order to run payroll.", help: "Add and verify a company bank account.", defaultAction: "Add Bank Account" }, missing_bank_verification: { title: "Bank Account Verification Required", description: "Company bank account must be verified in order to run payroll.", help: "Complete bank account verification process.", defaultAction: "Verify Account" }, missing_employee_setup: { title: "Employees Required", description: "Company must add employees in order to run payroll.", help: "Add at least one employee to continue." }, missing_pay_schedule: { title: "Pay Schedule Required", description: "Company must have a pay schedule in order to run payroll.", help: "Set up a pay schedule for your employees." }, pay_schedule_setup_not_complete: { title: "Employee Pay Schedule Missing", description: "Some employees don't have a pay schedule set up yet.", help: "Assign all employees to a pay schedule." }, missing_forms: { title: "Forms Require Signature", description: "Company forms must be signed in order to run payroll.", help: "Complete and sign all required forms." }, needs_approval: { title: "Pending Approval", description: "Company needs to be approved to run payroll.", help: "Your account is under review. Please wait for approval." }, pending_payroll_review: { title: "Payroll Under Review", description: "Payroll is blocked. We are reviewing payroll information in your account.", help: "Contact support if you believe this is an error.", defaultAction: "Contact Support" }, contractor_only_company: { title: "Contractor-Only Company", description: "Company is set to contractor_only and cannot run payroll.", help: "Update company type and complete additional onboarding." }, eftps_ic_error: { title: "Electronic Federal Tax Payment System Error", description: "We could not make payments to the Electronic Federal Tax Payment System.", help: "Please contact support.", defaultAction: "Contact Support" }, wc_pending_approval: { title: "Worker's Compensation Pending Approval", description: "Worker's compensation policy needs to be approved.", help: "The worker's compensation process has not been completed and may require more information. Please contact support.", defaultAction: "Contact Support" }, pending_recovery_case: { title: "Recovery Case Pending", description: "Company has an open recovery case that must be resolved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, pending_information_request: { title: "Information Request Pending", description: "Company has an open information request that must be submitted and approved in order to unblock payroll.", help: "Please contact support.", defaultAction: "Contact Support" }, missing_addresses: { title: "Company Addresses Missing", description: "Company must add addresses in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company addresses have been added.", defaultAction: "Add Addresses" }, missing_federal_tax_setup: { title: "Federal Tax Setup Missing", description: "Company must complete federal tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that company federal tax setup has been completed.", defaultAction: "Complete Federal Tax Setup" }, missing_industry_selection: { title: "Industry Selection Missing", description: "Company must complete industry selection in order to run payroll.", help: "Missing company onboarding requirement. Confirm that a company industry has been selected.", defaultAction: "Select Industry" }, missing_state_tax_setup: { title: "State Tax Setup Missing", description: "Company must complete state tax setup in order to run payroll.", help: "Missing company onboarding requirement. Confirm that the company has completed state tax setup.", defaultAction: "Complete State Tax Setup" } }, c = {
2
2
  breadcrumbLabel: e,
3
3
  exitFlowCta: t,
4
4
  multipleIssuesTitle: o,
@@ -8,7 +8,7 @@ const e = "Payroll Blockers", t = "Exit", o = "{{count}} issues are preventing y
8
8
  blockersListDescription: a,
9
9
  estimatedTime: s,
10
10
  defaultBlockerDescription: l,
11
- defaultBlockerHelpText: p,
11
+ defaultBlockerHelp: p,
12
12
  blockers: d
13
13
  };
14
14
  export {
@@ -19,7 +19,7 @@ export {
19
19
  e as breadcrumbLabel,
20
20
  c as default,
21
21
  l as defaultBlockerDescription,
22
- p as defaultBlockerHelpText,
22
+ p as defaultBlockerHelp,
23
23
  s as estimatedTime,
24
24
  t as exitFlowCta,
25
25
  o as multipleIssuesTitle,
@@ -1,4 +1,4 @@
1
- const e = "Edit Payroll", a = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", o = "Configuration", t = "Save and exit", l = "Calculate payroll", s = "Calculate payroll", i = "Hours and additional earnings", n = "Review and update your employee's hours, reimbursements, and additional earnings below.", r = "Employee compensations", d = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, p = "Skipped", y = { edit: "Edit", skip: "Skip employee", unskip: "Unskip employee" }, u = { progressSaved: "Your progress has been saved", directDepositDeadline: "To pay your employees with direct deposit on {{payDate}}, you'll need to run payroll by {{time}} on {{date}}.", directDepositDeadlineText: "Make sure to submit before the deadline to ensure timely payments.", payrollDeadline: { label: "Payroll Deadline", message: "To pay your employees with direct deposit on the check date, you'll need to run payroll by the deadline." }, skippedEmployees: { label: "Skipped Employees", employeeAddressNotVerified: "Employee address not verified" }, employeeUpdated: { label: "{{employeeName}} updated successfully" } }, c = "Preparing payroll...", m = "This may take a minute or two. You can navigate away while this happens.", g = {
1
+ const e = "Edit Payroll", a = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", o = "Edit Payroll for {{startDate}} - {{endDate}}", t = "Save and exit", l = "Calculate payroll", s = "Calculate payroll", i = "Hours and additional earnings", n = "Review and update your employee's hours, reimbursements, and additional earnings below.", r = "Employee compensations", d = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, p = "Skipped", y = { edit: "Edit", skip: "Skip employee", unskip: "Unskip employee" }, u = { progressSaved: "Your progress has been saved", directDepositDeadline: "To pay your employees with direct deposit on {{payDate}}, you'll need to run payroll by {{time}} on {{date}}.", directDepositDeadlineText: "Make sure to submit before the deadline to ensure timely payments.", payrollDeadline: { label: "Payroll Deadline", message: "To pay your employees with direct deposit on the check date, you'll need to run payroll by the deadline." }, skippedEmployees: { label: "Skipped Employees", employeeAddressNotVerified: "Employee address not verified" }, employeeUpdated: { label: "{{employeeName}} updated successfully" } }, c = "Preparing payroll...", m = "This may take a minute or two. You can navigate away while this happens.", g = {
2
2
  pageTitle: e,
3
3
  description: a,
4
4
  breadcrumbLabel: o,
@@ -5,8 +5,8 @@ const e = "Edit payroll for {{employeeName}}", t = "{{firstName}} {{lastName}}",
5
5
  grossPayLabelMobile: s,
6
6
  regularHoursTitle: n,
7
7
  hoursUnit: a,
8
- saveButton: i,
9
- cancelButton: r,
8
+ saveCta: i,
9
+ cancelCta: r,
10
10
  compensationNames: m,
11
11
  timeOffTitle: c,
12
12
  timeOffBalance: l,
@@ -21,7 +21,7 @@ const e = "Edit payroll for {{employeeName}}", t = "{{firstName}} {{lastName}}",
21
21
  export {
22
22
  p as additionalEarningsTitle,
23
23
  t as breadcrumbLabel,
24
- r as cancelButton,
24
+ r as cancelCta,
25
25
  m as compensationNames,
26
26
  f as default,
27
27
  y as fixedCompensationNames,
@@ -35,7 +35,7 @@ export {
35
35
  d as paymentMethodTitle,
36
36
  n as regularHoursTitle,
37
37
  u as reimbursementTitle,
38
- i as saveButton,
38
+ i as saveCta,
39
39
  l as timeOffBalance,
40
40
  c as timeOffTitle
41
41
  };
@@ -1,10 +1,10 @@
1
- const l = "All payrolls have been processed", e = "Upcoming payroll", o = "Payrolls", t = "Run Payroll", s = "Review and submit", a = "Skip payroll", r = "Payroll actions", n = { title: "Skip payroll for {{payPeriod}}?", body: "Before skipping this payroll, check your state's pay frequency laws. If you don't pay the team on time, it could lead to penalties or fines.", confirmButton: "Yes, skip payroll", cancelButton: "No, go back" }, y = "Payroll skipped", c = { processed: "Processed", unprocessed: "Unprocessed" }, p = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, i = ["Pay Period", "Type", "Pay Date", "Run By", "Status"], u = {
1
+ const l = "All payrolls have been processed", e = "Upcoming payroll", o = "Payrolls", a = "Run Payroll", t = "Review and submit", s = "Skip payroll", r = "Payroll actions", n = { title: "Skip payroll for {{payPeriod}}?", body: "Before skipping this payroll, check your state's pay frequency laws. If you don't pay the team on time, it could lead to penalties or fines.", confirmCta: "Yes, skip payroll", cancelCta: "No, go back" }, y = "Payroll skipped", c = { processed: "Processed", unprocessed: "Unprocessed" }, p = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, i = ["Pay Period", "Type", "Pay Date", "Run By", "Status"], u = {
2
2
  emptyState: l,
3
3
  title: e,
4
4
  payrollsListLabel: o,
5
- runPayrollTitle: t,
6
- submitPayrollCta: s,
7
- skipPayrollCta: a,
5
+ runPayrollTitle: a,
6
+ submitPayrollCta: t,
7
+ skipPayrollCta: s,
8
8
  payrollMenuLabel: r,
9
9
  skipPayrollDialog: n,
10
10
  skipSuccessAlert: y,
@@ -17,12 +17,12 @@ export {
17
17
  l as emptyState,
18
18
  r as payrollMenuLabel,
19
19
  o as payrollsListLabel,
20
- t as runPayrollTitle,
21
- a as skipPayrollCta,
20
+ a as runPayrollTitle,
21
+ s as skipPayrollCta,
22
22
  n as skipPayrollDialog,
23
23
  y as skipSuccessAlert,
24
24
  c as status,
25
- s as submitPayrollCta,
25
+ t as submitPayrollCta,
26
26
  i as tableHeaders,
27
27
  e as title,
28
28
  p as type
@@ -1,64 +1,66 @@
1
- const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", y = "Edit payroll", i = "Cancel payroll", r = "Cancel {{startDate}} - {{endDate}} payroll?", p = "Cancel this payroll now and run it again later. Any information entered will not be saved.", m = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", c = " Yes, cancel payroll", d = "No, go back", b = "Payroll receipt", u = "Download paystub pdf", T = "Submitting payroll...", h = "This may take a minute or two. You can navigate away while this happens.", D = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit on {{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." }, P = "Payroll Summary", g = "Payroll summary table", w = { 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: "Taxes and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, x = { totalPayroll: "Total payroll", debitAmount: "Debit amount", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeesPayDate: "Employees pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Double 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" }, k = "Totals", C = "Direct deposits", f = "Reimbursements", v = "Garnishments", E = "Taxes (Employees and Employers)", L = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, S = {
1
+ const e = "Submit", a = "Back", t = "Save and exit", o = "Review payroll", l = "Payroll summary", s = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", i = "Edit payroll", r = "Cancel payroll", y = "Cancel {{startDate}} - {{endDate}} payroll?", p = "Cancel this payroll now and run it again later. Any information entered will not be saved.", c = "Run this payroll by {{deadline}} to ensure your employees are paid on time.", d = " Yes, cancel payroll", m = "No, go back", b = "Payroll receipt", u = "Download paystub pdf", h = "Submitting payroll...", T = "This may take a minute or two. You can navigate away while this happens.", g = { payrollNotCalculated: "Payroll is not calculated", directDepositDeadline: "To pay your employees with direct deposit on {{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" }, D = "Payroll Summary", P = "Payroll summary table", w = { 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: "Taxes and debited", taxesTable: "Taxes breakdown", debitedTable: "Debited totals by company" }, f = { totalPayroll: "Total payroll", debitAmount: "Debit amount", employees: "Employees", grossPay: "Gross Pay", reimbursements: "Reimbursements", debitAccount: "Debit account", debitDate: "Debit date", employeesPayDate: "Employees pay date", companyTaxes: "Company taxes", companyBenefits: "Company benefits", companyPays: "Company pays", compensationType: "Compensation type", regular: "Regular", overtime: "Overtime (1.5x)", doubleOT: "Double 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" }, x = "Totals", k = "Direct deposits", C = "Reimbursements", v = "Garnishments", E = "Taxes (Employees and Employers)", L = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, S = { genericBlockerTitle: "Submission blocked", genericBlockerMessage: "This payroll cannot be submitted. Please contact support for assistance.", fast_ach_threshold_exceeded: { title: "Submission failed: You have exceeded the limit at which you can process 2-day payroll.", 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}}" } }, B = {
2
2
  breadcrumbLabel: e,
3
- backButton: a,
3
+ backCta: a,
4
4
  exitFlowCta: t,
5
5
  overviewTitle: o,
6
6
  summaryTitle: l,
7
7
  pageSubtitle: s,
8
8
  submitCta: n,
9
- editCta: y,
10
- cancelCta: i,
11
- cancelDialogTitle: r,
9
+ editCta: i,
10
+ cancelCta: r,
11
+ cancelDialogTitle: y,
12
12
  cancelDialogDescription: p,
13
- cancelDialogDescriptionDeadline: m,
14
- confirmCancelCta: c,
15
- declineCancelCta: d,
13
+ cancelDialogDescriptionDeadline: c,
14
+ confirmCancelCta: d,
15
+ declineCancelCta: m,
16
16
  payrollReceiptCta: b,
17
17
  downloadPaystubLabel: u,
18
- loadingTitle: T,
19
- loadingDescription: h,
20
- alerts: D,
21
- payrollSummaryTitle: P,
22
- payrollSummaryLabel: g,
18
+ loadingTitle: h,
19
+ loadingDescription: T,
20
+ alerts: g,
21
+ payrollSummaryTitle: D,
22
+ payrollSummaryLabel: P,
23
23
  dataViews: w,
24
- tableHeaders: x,
25
- totalsLabel: k,
26
- directDepositLabel: C,
27
- reimbursementLabel: f,
24
+ tableHeaders: f,
25
+ totalsLabel: x,
26
+ directDepositLabel: k,
27
+ reimbursementLabel: C,
28
28
  garnishmentsLabel: v,
29
29
  taxesLabel: E,
30
- compensationTypeLabels: L
30
+ compensationTypeLabels: L,
31
+ submissionBlockers: S
31
32
  };
32
33
  export {
33
- D as alerts,
34
- a as backButton,
34
+ g as alerts,
35
+ a as backCta,
35
36
  e as breadcrumbLabel,
36
- i as cancelCta,
37
+ r as cancelCta,
37
38
  p as cancelDialogDescription,
38
- m as cancelDialogDescriptionDeadline,
39
- r as cancelDialogTitle,
39
+ c as cancelDialogDescriptionDeadline,
40
+ y as cancelDialogTitle,
40
41
  L as compensationTypeLabels,
41
- c as confirmCancelCta,
42
+ d as confirmCancelCta,
42
43
  w as dataViews,
43
- d as declineCancelCta,
44
- S as default,
45
- C as directDepositLabel,
44
+ m as declineCancelCta,
45
+ B as default,
46
+ k as directDepositLabel,
46
47
  u as downloadPaystubLabel,
47
- y as editCta,
48
+ i as editCta,
48
49
  t as exitFlowCta,
49
50
  v as garnishmentsLabel,
50
- h as loadingDescription,
51
- T as loadingTitle,
51
+ T as loadingDescription,
52
+ h as loadingTitle,
52
53
  o as overviewTitle,
53
54
  s as pageSubtitle,
54
55
  b as payrollReceiptCta,
55
- g as payrollSummaryLabel,
56
- P as payrollSummaryTitle,
57
- f as reimbursementLabel,
56
+ P as payrollSummaryLabel,
57
+ D as payrollSummaryTitle,
58
+ C as reimbursementLabel,
59
+ S as submissionBlockers,
58
60
  n as submitCta,
59
61
  l as summaryTitle,
60
- x as tableHeaders,
62
+ f as tableHeaders,
61
63
  E as taxesLabel,
62
- k as totalsLabel
64
+ x as totalsLabel
63
65
  };
64
66
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,22 +1,22 @@
1
- const e = "Back", t = "Exit", o = "Receipts", a = { totalLabel: "Total", detailsLabel: "Receipt Details", receiptId: "Receipt ID", from: "From", to: "To", debitDate: "Debit date", employeeCount: "{{count}} employees", employeeCount_one: "{{count}} employee", employeeCount_other: "{{count}} employees", disclaimer: "These amounts may not represent all monies due to government tax authorities from you, and do not include any amounts transmitted outside the platform.", companyInfo: "Your payroll provider partners with Gusto Inc. for payments processing. Gusto Inc. is a licensed money transmitter. Learn more on our license page.", address: "525 20th St, San Francisco, CA 94107 | 415-777-8888" }, n = { debitedLabel: "Debited", taxLabel: "Tax", employeesLabel: "Employees" }, s = { directDeposits: "Direct deposits", reimbursements: "Reimbursements", garnishments: "Garnishments", taxes: "Taxes (Employee and Employer)", totals: "Totals", category: "Category", amount: "Amount" }, l = { name: "Tax Type", amount: "Amount" }, m = { name: "Employee", paymentMethod: "Payment method", childSupport: "Child support", reimbursement: "Reimbursement", totalTaxes: "Total taxes", netPay: "Net pay", totalEmployees: "{{count}} employees in this payroll", totalEmployees_one: "{{count}} employee in this payroll", totalEmployees_other: "{{count}} employees in this payroll" }, r = {
2
- backButton: e,
1
+ const e = "Back", t = "Exit", o = "Receipts", a = { totalLabel: "Total", detailsLabel: "Receipt Details", receiptId: "Receipt ID", from: "From", to: "To", debitDate: "Debit date", employeeCount: "{{count}} employees", employeeCount_one: "{{count}} employee", employeeCount_other: "{{count}} employees", disclaimer: "These amounts may not represent all monies due to government tax authorities from you, and do not include any amounts transmitted outside the platform.", companyInfo: "Your payroll provider partners with Gusto Inc. for payments processing. Gusto Inc. is a licensed money transmitter. Learn more on our license page.", address: "525 20th St, San Francisco, CA 94107 | 415-777-8888" }, s = { debitedLabel: "Debited", taxLabel: "Tax", employeesLabel: "Employees" }, n = { directDeposits: "Direct deposits", reimbursements: "Reimbursements", garnishments: "Garnishments", taxes: "Taxes (Employee and Employer)", totals: "Totals", category: "Category", amount: "Amount" }, l = { name: "Tax Type", amount: "Amount" }, m = { name: "Employee", paymentMethod: "Payment method", childSupport: "Child support", reimbursement: "Reimbursement", totalTaxes: "Total taxes", netPay: "Net pay", totalEmployees: "{{count}} employees in this payroll", totalEmployees_one: "{{count}} employee in this payroll", totalEmployees_other: "{{count}} employees in this payroll" }, r = {
2
+ backCta: e,
3
3
  exitFlowCta: t,
4
4
  breadcrumbLabel: o,
5
5
  receipt: a,
6
- sections: n,
7
- breakdown: s,
6
+ sections: s,
7
+ breakdown: n,
8
8
  tax: l,
9
9
  employee: m
10
10
  };
11
11
  export {
12
- e as backButton,
12
+ e as backCta,
13
13
  o as breadcrumbLabel,
14
- s as breakdown,
14
+ n as breakdown,
15
15
  r as default,
16
16
  m as employee,
17
17
  t as exitFlowCta,
18
18
  a as receipt,
19
- n as sections,
19
+ s as sections,
20
20
  l as tax
21
21
  };
22
22
  //# sourceMappingURL=Payroll.PayrollReceipts.json.js.map
@@ -0,0 +1,10 @@
1
+ const t = "Wire instructions", e = { close: "Close", confirm: "I've made a wire transfer" }, s = {
2
+ title: t,
3
+ cta: e
4
+ };
5
+ export {
6
+ e as cta,
7
+ s as default,
8
+ t as title
9
+ };
10
+ //# sourceMappingURL=Payroll.WireInstructions.json.js.map