@gusto/embedded-react-sdk 0.16.0 → 0.18.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 (387) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/components/Base/Base.js +50 -65
  3. package/dist/components/Base/Base.js.map +1 -1
  4. package/dist/components/Base/useBase.d.ts +2 -5
  5. package/dist/components/Base/useBase.js.map +1 -1
  6. package/dist/components/Common/EmptyData/EmptyData.js +10 -10
  7. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  8. package/dist/components/Common/EmptyData/EmptyData.module.scss.js +5 -3
  9. package/dist/components/Common/EmptyData/EmptyData.module.scss.js.map +1 -1
  10. package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
  11. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js +41 -33
  12. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
  13. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js +1 -1
  14. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
  15. package/dist/components/Common/SignatureForm/SignatureForm.js +4 -6
  16. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  17. package/dist/components/Common/SignatureForm/SignatureFormActions.js +10 -12
  18. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  19. package/dist/components/Common/SignatureForm/SignatureFormFields.js +6 -8
  20. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  21. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  22. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js +32 -18
  23. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js.map +1 -1
  24. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.module.scss.js +12 -12
  25. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +14 -0
  26. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js +8 -0
  27. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -0
  28. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
  29. package/dist/components/Common/UI/DescriptionList/DescriptionList.d.ts +2 -0
  30. package/dist/components/Common/UI/DescriptionList/DescriptionList.js +16 -0
  31. package/dist/components/Common/UI/DescriptionList/DescriptionList.js.map +1 -0
  32. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +10 -0
  33. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js.map +1 -0
  34. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +10 -0
  35. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js +5 -0
  36. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -0
  37. package/dist/components/Common/UI/DescriptionList/index.d.ts +3 -0
  38. package/dist/components/Common/UI/Dialog/Dialog.js +50 -76
  39. package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -1
  40. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +8 -14
  41. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js.map +1 -1
  42. package/dist/components/Common/UI/Link/LinkTypes.d.ts +7 -6
  43. package/dist/components/Common/UI/Modal/Modal.d.ts +2 -0
  44. package/dist/components/Common/UI/Modal/Modal.js +90 -0
  45. package/dist/components/Common/UI/Modal/Modal.js.map +1 -0
  46. package/dist/components/Common/UI/Modal/Modal.module.scss.js +26 -0
  47. package/dist/components/Common/UI/Modal/Modal.module.scss.js.map +1 -0
  48. package/dist/components/Common/UI/Modal/ModalTypes.d.ts +34 -0
  49. package/dist/components/Common/UI/Modal/ModalTypes.js +8 -0
  50. package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -0
  51. package/dist/components/Common/UI/Modal/index.d.ts +3 -0
  52. package/dist/components/Common/UI/Tabs/Tabs.d.ts +0 -5
  53. package/dist/components/Common/UI/Tabs/Tabs.js +45 -16
  54. package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
  55. package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +8 -4
  56. package/dist/components/Common/UI/Tabs/Tabs.module.scss.js.map +1 -1
  57. package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +7 -0
  58. package/dist/components/Common/index.d.ts +0 -1
  59. package/dist/components/Company/AssignSignatory/AssignSignatory.js +6 -8
  60. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  61. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -7
  62. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  63. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -9
  64. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  65. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +2 -3
  66. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  67. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +2 -3
  68. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  69. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -6
  70. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  71. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -7
  72. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  73. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +5 -6
  74. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  75. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +9 -10
  76. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  77. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -6
  78. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  79. package/dist/components/Company/AssignSignatory/TitleSelect.js +7 -8
  80. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  81. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -8
  82. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  83. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +2 -3
  84. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  85. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +7 -8
  86. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  87. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -6
  88. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  89. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js +22 -17
  90. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  91. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +6 -7
  92. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  93. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
  94. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  95. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -5
  96. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  97. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -6
  98. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  99. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +11 -13
  100. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  101. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -6
  102. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  103. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +6 -8
  104. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  105. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
  106. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  107. package/dist/components/Company/FederalTaxes/Actions.js +6 -7
  108. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  109. package/dist/components/Company/FederalTaxes/FederalTaxes.js +15 -17
  110. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  111. package/dist/components/Company/FederalTaxes/Form.js +2 -3
  112. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  113. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +9 -11
  114. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  115. package/dist/components/Company/Industry/Actions.js +5 -6
  116. package/dist/components/Company/Industry/Actions.js.map +1 -1
  117. package/dist/components/Company/Industry/Context.js +7 -9
  118. package/dist/components/Company/Industry/Context.js.map +1 -1
  119. package/dist/components/Company/Industry/Edit.js +10 -11
  120. package/dist/components/Company/Industry/Edit.js.map +1 -1
  121. package/dist/components/Company/Locations/LocationForm/Actions.js +2 -3
  122. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  123. package/dist/components/Company/Locations/LocationForm/Form.js +4 -5
  124. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  125. package/dist/components/Company/Locations/LocationForm/LocationForm.js +9 -11
  126. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  127. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -6
  128. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  129. package/dist/components/Company/Locations/LocationsList/Actions.js +2 -3
  130. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  131. package/dist/components/Company/Locations/LocationsList/List.js +2 -3
  132. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  133. package/dist/components/Company/Locations/LocationsList/LocationsList.js +12 -14
  134. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  135. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -6
  136. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  137. package/dist/components/Company/OnboardingOverview/Completed.js +5 -6
  138. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  139. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +2 -3
  140. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  141. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +2 -4
  142. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  143. package/dist/components/Company/OnboardingOverview/context.js +4 -6
  144. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  145. package/dist/components/Company/PaySchedule/PaySchedule.js +39 -41
  146. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  147. package/dist/components/Company/PaySchedule/_parts/Actions.js +10 -11
  148. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  149. package/dist/components/Company/PaySchedule/_parts/Edit.js +35 -37
  150. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  151. package/dist/components/Company/PaySchedule/_parts/Head.js +18 -19
  152. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  153. package/dist/components/Company/PaySchedule/_parts/List.js +5 -6
  154. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  155. package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -8
  156. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  157. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -6
  158. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  159. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -6
  160. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  161. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -7
  162. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  163. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +5 -6
  164. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  165. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -6
  166. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  167. package/dist/components/Contractor/Address/Address.js +3 -5
  168. package/dist/components/Contractor/Address/Address.js.map +1 -1
  169. package/dist/components/Contractor/Address/Form.js +2 -3
  170. package/dist/components/Contractor/Address/Form.js.map +1 -1
  171. package/dist/components/Contractor/Address/useAddress.js +6 -8
  172. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  173. package/dist/components/Contractor/ContractorList/index.js +15 -16
  174. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  175. package/dist/components/Contractor/NewHireReport/NewHireReport.js +13 -14
  176. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  177. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -3
  178. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  179. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
  180. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  181. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
  182. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  183. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -4
  184. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  185. package/dist/components/Contractor/Submit/Submit.js +2 -3
  186. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  187. package/dist/components/Employee/Compensation/Actions.js +4 -5
  188. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  189. package/dist/components/Employee/Compensation/Edit.js +10 -9
  190. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  191. package/dist/components/Employee/Compensation/List.js +5 -6
  192. package/dist/components/Employee/Compensation/List.js.map +1 -1
  193. package/dist/components/Employee/Deductions/DeductionsComponents.js +1 -1
  194. package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -1
  195. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +6 -6
  196. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +2 -2
  197. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +2 -3
  198. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  199. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +44 -40
  200. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  201. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +2 -3
  202. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -1
  203. package/dist/components/Employee/Deductions/useDeductions.d.ts +2 -2
  204. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +4 -5
  205. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  206. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +9 -11
  207. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  208. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -3
  209. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  210. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -6
  211. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  212. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +11 -13
  213. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  214. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -6
  215. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  216. package/dist/components/Employee/EmployeeList/Actions.js +4 -5
  217. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  218. package/dist/components/Employee/EmployeeList/Head.js +2 -3
  219. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  220. package/dist/components/Employee/EmployeeList/List.js +9 -10
  221. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  222. package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -6
  223. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  224. package/dist/components/Employee/FederalTaxes/Actions.js +2 -3
  225. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  226. package/dist/components/Employee/FederalTaxes/FederalForm.js +5 -6
  227. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  228. package/dist/components/Employee/FederalTaxes/FederalTaxes.js +8 -8
  229. package/dist/components/Employee/FederalTaxes/FederalTaxes.js.map +1 -1
  230. package/dist/components/Employee/FederalTaxes/Head.js +6 -6
  231. package/dist/components/Employee/FederalTaxes/Head.js.map +1 -1
  232. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -6
  233. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  234. package/dist/components/Employee/Landing/Landing.js +6 -7
  235. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  236. package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
  237. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  238. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +4 -5
  239. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  240. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -4
  241. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  242. package/dist/components/Employee/PaymentMethod/PaymentMethod.d.ts +1 -0
  243. package/dist/components/Employee/PaymentMethod/PaymentMethod.js +79 -78
  244. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
  245. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +12 -13
  246. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  247. package/dist/components/Employee/PaymentMethod/Split.js +2 -3
  248. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  249. package/dist/components/Employee/PaymentMethod/usePaymentMethod.d.ts +1 -0
  250. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -8
  251. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  252. package/dist/components/Employee/Profile/Actions.js +6 -7
  253. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  254. package/dist/components/Employee/Profile/AdminPersonalDetails.js +38 -35
  255. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  256. package/dist/components/Employee/Profile/HomeAddress.d.ts +52 -0
  257. package/dist/components/Employee/Profile/HomeAddress.js +63 -44
  258. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  259. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +20 -21
  260. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  261. package/dist/components/Employee/Profile/Profile.js +150 -143
  262. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  263. package/dist/components/Employee/Profile/useProfile.d.ts +1 -0
  264. package/dist/components/Employee/Profile/useProfile.js +4 -6
  265. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  266. package/dist/components/Employee/StateTaxes/Actions.js +6 -7
  267. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  268. package/dist/components/Employee/StateTaxes/StateTaxes.js +4 -4
  269. package/dist/components/Employee/StateTaxes/StateTaxes.js.map +1 -1
  270. package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -6
  271. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  272. package/dist/components/Employee/Taxes/Actions.js +7 -8
  273. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  274. package/dist/components/Employee/Taxes/FederalForm.js +5 -6
  275. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  276. package/dist/components/Employee/Taxes/FederalHead.js +6 -6
  277. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  278. package/dist/components/Employee/Taxes/Taxes.js +5 -5
  279. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  280. package/dist/components/Employee/Taxes/useTaxes.js +4 -6
  281. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  282. package/dist/components/Flow/Flow.js +9 -10
  283. package/dist/components/Flow/Flow.js.map +1 -1
  284. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +9 -10
  285. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  286. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +101 -90
  287. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  288. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +5 -1
  289. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +135 -133
  290. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  291. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js +5 -3
  292. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.module.scss.js.map +1 -1
  293. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +127 -119
  294. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  295. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +5 -6
  296. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  297. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +3 -1
  298. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +22 -22
  299. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  300. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +40 -27
  301. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  302. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +50 -72
  303. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  304. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +2 -3
  305. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  306. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +1 -1
  307. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +4 -4
  308. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  309. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +20 -20
  310. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  311. package/dist/components/Payroll/PayrollList/PayrollList.js +24 -21
  312. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  313. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +3 -9
  314. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +117 -128
  315. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  316. package/dist/components/Payroll/PayrollList/PayrollListPresentation.module.scss.js +6 -6
  317. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +89 -78
  318. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  319. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +195 -214
  320. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  321. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js +8 -0
  322. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.module.scss.js.map +1 -0
  323. package/dist/components/Payroll/usePreparedPayrollData.js +8 -10
  324. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  325. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +49 -45
  326. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  327. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +2 -0
  328. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +4 -0
  329. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  330. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +5 -7
  331. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  332. package/dist/helpers/apiErrorToList.d.ts +7 -0
  333. package/dist/helpers/apiErrorToList.js +23 -0
  334. package/dist/helpers/apiErrorToList.js.map +1 -0
  335. package/dist/helpers/breadcrumbHelpers.js +30 -30
  336. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  337. package/dist/helpers/dateFormatting.d.ts +18 -6
  338. package/dist/helpers/dateFormatting.js +93 -24
  339. package/dist/helpers/dateFormatting.js.map +1 -1
  340. package/dist/helpers/formattedStrings.js +11 -12
  341. package/dist/helpers/formattedStrings.js.map +1 -1
  342. package/dist/hooks/useAsyncError.js.map +1 -0
  343. package/dist/hooks/useDateFormatter.d.ts +19 -0
  344. package/dist/hooks/useDateFormatter.js +24 -0
  345. package/dist/hooks/useDateFormatter.js.map +1 -0
  346. package/dist/hooks/useMenu.js.map +1 -0
  347. package/dist/{components/Common/hooks → hooks}/useNumberFormatter.js +1 -1
  348. package/dist/hooks/useNumberFormatter.js.map +1 -0
  349. package/dist/hooks/useOverflowDetection/index.d.ts +3 -0
  350. package/dist/hooks/useOverflowDetection/useOverflowDetection.d.ts +7 -0
  351. package/dist/hooks/useOverflowDetection/useOverflowDetection.js +28 -0
  352. package/dist/hooks/useOverflowDetection/useOverflowDetection.js.map +1 -0
  353. package/dist/i18n/en/Company.PaySchedule.json.js +9 -9
  354. package/dist/i18n/en/Employee.Compensation.json.js +15 -15
  355. package/dist/i18n/en/Employee.Deductions.json.js +131 -105
  356. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  357. package/dist/i18n/en/Employee.FederalTaxes.json.js +9 -9
  358. package/dist/i18n/en/Employee.HomeAddress.json.js +1 -1
  359. package/dist/i18n/en/Employee.PaymentMethod.json.js +70 -66
  360. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  361. package/dist/i18n/en/Employee.Taxes.json.js +25 -27
  362. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  363. package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +17 -17
  364. package/dist/i18n/en/Payroll.PayrollOverview.json.js +23 -23
  365. package/dist/i18n/en/common.json.d.ts +2 -1
  366. package/dist/i18n/en/common.json.js +4 -4
  367. package/dist/style.css +1 -1
  368. package/dist/types/i18next.d.ts +20 -1
  369. package/package.json +10 -10
  370. package/dist/components/Common/hooks/useAsyncError.js.map +0 -1
  371. package/dist/components/Common/hooks/useMenu.js.map +0 -1
  372. package/dist/components/Common/hooks/useNumberFormatter.js.map +0 -1
  373. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +0 -221
  374. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +0 -1
  375. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js +0 -8
  376. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map +0 -1
  377. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +0 -132
  378. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +0 -1
  379. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +0 -14
  380. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +0 -1
  381. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js +0 -98
  382. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js.map +0 -1
  383. /package/dist/{components/Common/hooks → hooks}/useAsyncError.d.ts +0 -0
  384. /package/dist/{components/Common/hooks → hooks}/useAsyncError.js +0 -0
  385. /package/dist/{components/Common/hooks → hooks}/useMenu.d.ts +0 -0
  386. /package/dist/{components/Common/hooks → hooks}/useMenu.js +0 -0
  387. /package/dist/{components/Common/hooks → hooks}/useNumberFormatter.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -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,
13
+ fieldIsRequired: d,
14
+ includesSpouseExplanation: u,
15
15
  irs_calculator: p,
16
- irsCalculatorOrW4Line: f,
17
- multipleJobs2c: w,
18
- otherIncome: g,
19
- selectWithholdingDescription: m,
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,
39
+ u as includesSpouseExplanation,
42
40
  p as irs_calculator,
43
- w as multipleJobs2c,
44
- g as otherIncome,
45
- m as selectWithholdingDescription,
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":";;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,36 +1,36 @@
1
- const e = "Edit Payroll", a = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", o = "Configuration", l = "Save and exit", t = "Calculate payroll", s = "Calculate payroll", n = "Hours and additional earnings", i = "Review and update your employee's hours, reimbursements, and additional earnings below.", r = "Employee compensations", p = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, d = "Skipped", y = { edit: "Edit", skip: "Skip employee", unskip: "Unskip employee" }, c = { progressSaved: "Your progress has been saved", 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" } }, u = "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
- exitFlowCta: l,
6
- calculatePayroll: t,
5
+ exitFlowCta: t,
6
+ calculatePayroll: l,
7
7
  calculatePayrollTitle: s,
8
- hoursAndEarningsTitle: n,
9
- hoursAndEarningsDescription: i,
8
+ hoursAndEarningsTitle: i,
9
+ hoursAndEarningsDescription: n,
10
10
  employeeCompensationsTitle: r,
11
- tableColumns: p,
12
- skippedBadge: d,
11
+ tableColumns: d,
12
+ skippedBadge: p,
13
13
  editMenu: y,
14
- alerts: c,
15
- loadingTitle: u,
14
+ alerts: u,
15
+ loadingTitle: c,
16
16
  loadingDescription: m
17
17
  };
18
18
  export {
19
- c as alerts,
19
+ u as alerts,
20
20
  o as breadcrumbLabel,
21
- t as calculatePayroll,
21
+ l as calculatePayroll,
22
22
  s as calculatePayrollTitle,
23
23
  g as default,
24
24
  a as description,
25
25
  y as editMenu,
26
26
  r as employeeCompensationsTitle,
27
- l as exitFlowCta,
28
- i as hoursAndEarningsDescription,
29
- n as hoursAndEarningsTitle,
27
+ t as exitFlowCta,
28
+ n as hoursAndEarningsDescription,
29
+ i as hoursAndEarningsTitle,
30
30
  m as loadingDescription,
31
- u as loadingTitle,
31
+ c as loadingTitle,
32
32
  e as pageTitle,
33
- d as skippedBadge,
34
- p as tableColumns
33
+ p as skippedBadge,
34
+ d as tableColumns
35
35
  };
36
36
  //# sourceMappingURL=Payroll.PayrollConfiguration.json.js.map
@@ -1,64 +1,64 @@
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 {{deadline}}", 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", o = "Save and exit", t = "Review payroll", l = "Payroll summary", s = "Regular payroll for <dateWrapper>{{startDate}} - {{endDate}}</dateWrapper>", n = "Submit", r = "Edit payroll", y = "Cancel payroll", i = "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.", m = " 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.", P = { 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", 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" }, C = "Totals", k = "Direct deposits", f = "Reimbursements", v = "Garnishments", E = "Taxes (Employees and Employers)", L = { exempt: "Salaried / Exempt", nonexempt: "Hourly / Nonexempt" }, S = {
2
2
  breadcrumbLabel: e,
3
3
  backButton: a,
4
- exitFlowCta: t,
5
- overviewTitle: o,
4
+ exitFlowCta: o,
5
+ overviewTitle: t,
6
6
  summaryTitle: l,
7
7
  pageSubtitle: s,
8
8
  submitCta: n,
9
- editCta: y,
10
- cancelCta: i,
11
- cancelDialogTitle: r,
9
+ editCta: r,
10
+ cancelCta: y,
11
+ cancelDialogTitle: i,
12
12
  cancelDialogDescription: p,
13
- cancelDialogDescriptionDeadline: m,
14
- confirmCancelCta: c,
13
+ cancelDialogDescriptionDeadline: c,
14
+ confirmCancelCta: m,
15
15
  declineCancelCta: d,
16
16
  payrollReceiptCta: b,
17
17
  downloadPaystubLabel: u,
18
18
  loadingTitle: T,
19
19
  loadingDescription: h,
20
- alerts: D,
21
- payrollSummaryTitle: P,
20
+ alerts: P,
21
+ payrollSummaryTitle: D,
22
22
  payrollSummaryLabel: g,
23
23
  dataViews: w,
24
24
  tableHeaders: x,
25
- totalsLabel: k,
26
- directDepositLabel: C,
25
+ totalsLabel: C,
26
+ directDepositLabel: k,
27
27
  reimbursementLabel: f,
28
28
  garnishmentsLabel: v,
29
29
  taxesLabel: E,
30
30
  compensationTypeLabels: L
31
31
  };
32
32
  export {
33
- D as alerts,
33
+ P as alerts,
34
34
  a as backButton,
35
35
  e as breadcrumbLabel,
36
- i as cancelCta,
36
+ y as cancelCta,
37
37
  p as cancelDialogDescription,
38
- m as cancelDialogDescriptionDeadline,
39
- r as cancelDialogTitle,
38
+ c as cancelDialogDescriptionDeadline,
39
+ i as cancelDialogTitle,
40
40
  L as compensationTypeLabels,
41
- c as confirmCancelCta,
41
+ m as confirmCancelCta,
42
42
  w as dataViews,
43
43
  d as declineCancelCta,
44
44
  S as default,
45
- C as directDepositLabel,
45
+ k as directDepositLabel,
46
46
  u as downloadPaystubLabel,
47
- y as editCta,
48
- t as exitFlowCta,
47
+ r as editCta,
48
+ o as exitFlowCta,
49
49
  v as garnishmentsLabel,
50
50
  h as loadingDescription,
51
51
  T as loadingTitle,
52
- o as overviewTitle,
52
+ t as overviewTitle,
53
53
  s as pageSubtitle,
54
54
  b as payrollReceiptCta,
55
55
  g as payrollSummaryLabel,
56
- P as payrollSummaryTitle,
56
+ D as payrollSummaryTitle,
57
57
  f as reimbursementLabel,
58
58
  n as submitCta,
59
59
  l as summaryTitle,
60
60
  x as tableHeaders,
61
61
  E as taxesLabel,
62
- k as totalsLabel
62
+ C as totalsLabel
63
63
  };
64
64
  //# sourceMappingURL=Payroll.PayrollOverview.json.js.map
@@ -31,7 +31,8 @@ declare const _default: {
31
31
  "paginationControllCountLabel": "Items per page",
32
32
  "paginationFetchingLabel": "Fetching data...",
33
33
  "openMenu": "Open menu",
34
- "menuLabel": "Menu"
34
+ "menuLabel": "Menu",
35
+ "tabNavigation": "Tab navigation"
35
36
  },
36
37
  "onboardingStatus": {
37
38
  "contractor": {
@@ -1,4 +1,4 @@
1
- const e = { loading: "Loading component...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, r = { paginationControllCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu" }, a = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, l = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required" }, m = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, c = { selectRowLabel: "Select row" }, p = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, u = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, b = {
1
+ const e = { loading: "Loading component...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, t = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, r = { paginationControllCountLabel: "Items per page", paginationFetchingLabel: "Fetching data...", openMenu: "Open menu", menuLabel: "Menu", tabNavigation: "Tab navigation" }, a = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { hourly: "{{amount}}/hr", weekly: "{{amount}}/yr", monthly: "{{amount}}/yr", yearly: "{{amount}}/yr", paycheck: "{{amount}}/paycheck" }, l = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required" }, m = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, c = { selectRowLabel: "Select row" }, p = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, b = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, u = {
2
2
  status: e,
3
3
  optionalLabel: o,
4
4
  progressBarLabel: n,
@@ -13,11 +13,11 @@ const e = { loading: "Loading component...", requiredField: "is a required field
13
13
  table: g,
14
14
  card: c,
15
15
  signatoryTitles: p,
16
- reorderableList: u
16
+ reorderableList: b
17
17
  };
18
18
  export {
19
19
  c as card,
20
- b as default,
20
+ u as default,
21
21
  i as errors,
22
22
  t as icons,
23
23
  s as inputs,
@@ -26,7 +26,7 @@ export {
26
26
  o as optionalLabel,
27
27
  d as payRateFormats,
28
28
  n as progressBarLabel,
29
- u as reorderableList,
29
+ b as reorderableList,
30
30
  p as signatoryTitles,
31
31
  m as statesHash,
32
32
  e as status,