@gusto/embedded-react-sdk 0.26.0 → 0.27.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 (360) hide show
  1. package/CHANGELOG.md +70 -0
  2. package/dist/assets/icons/plus-circle.svg.js +5 -5
  3. package/dist/assets/icons/plus-circle.svg.js.map +1 -1
  4. package/dist/components/Base/Base.js +13 -12
  5. package/dist/components/Base/Base.js.map +1 -1
  6. package/dist/components/Common/DocumentList/DocumentList.js +23 -23
  7. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  8. package/dist/components/Common/DocumentList/DocumentList.module.scss.js +6 -10
  9. package/dist/components/Common/DocumentList/DocumentList.module.scss.js.map +1 -1
  10. package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +12 -12
  11. package/dist/components/Common/InlineSpinner/InlineSpinner.module.scss.js +1 -1
  12. package/dist/components/Common/InternalError/InternalError.module.scss.js +4 -4
  13. package/dist/components/Common/ReorderableList/ReorderableList.module.scss.js +8 -8
  14. package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
  15. package/dist/components/Common/SignatureForm/SignatureForm.js +12 -10
  16. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  17. package/dist/components/Common/SignatureForm/SignatureFormActions.js +3 -2
  18. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  19. package/dist/components/Common/SignatureForm/SignatureFormFields.js +7 -6
  20. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  21. package/dist/components/Common/UI/Alert/Alert.module.scss.js +9 -9
  22. package/dist/components/Common/UI/Banner/Banner.module.scss.js +1 -1
  23. package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
  24. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.module.scss.js +4 -4
  25. package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
  26. package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +1 -1
  27. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +3 -3
  28. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +4 -4
  29. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +1 -1
  30. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +2 -2
  31. package/dist/components/Common/UI/FileInput/FileInput.module.scss.js +26 -26
  32. package/dist/components/Common/UI/Input/Input.module.scss.js +8 -8
  33. package/dist/components/Common/UI/Modal/Modal.module.scss.js +12 -12
  34. package/dist/components/Common/UI/Radio/Radio.module.scss.js +6 -6
  35. package/dist/components/Common/UI/Select/Select.module.scss.js +4 -4
  36. package/dist/components/Common/UI/Table/Table.js +1 -1
  37. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  38. package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
  39. package/dist/components/Common/UI/Tabs/Tabs.module.scss.js +1 -1
  40. package/dist/components/Common/UI/Text/Text.module.scss.js +17 -15
  41. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  42. package/dist/components/Common/UI/TextArea/TextArea.module.scss.js +4 -4
  43. package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
  44. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  45. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +4 -3
  46. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  47. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +3 -2
  48. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  49. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
  50. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +12 -12
  51. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
  52. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  53. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +3 -2
  54. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  55. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
  56. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
  57. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
  58. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  59. package/dist/components/Company/AssignSignatory/TitleSelect.js +4 -3
  60. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  61. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
  62. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  63. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
  64. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  65. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +7 -5
  66. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  67. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
  68. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  69. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +3 -2
  70. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  71. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -6
  72. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  73. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +7 -5
  74. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  75. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +3 -2
  76. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  77. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +9 -8
  78. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  79. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  80. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  81. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +4 -3
  82. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  83. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
  84. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  85. package/dist/components/Company/FederalTaxes/Actions.js +7 -6
  86. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  87. package/dist/components/Company/FederalTaxes/FederalTaxes.js +4 -3
  88. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  89. package/dist/components/Company/FederalTaxes/Form.js +5 -3
  90. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  91. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
  92. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  93. package/dist/components/Company/Industry/Actions.js +8 -7
  94. package/dist/components/Company/Industry/Actions.js.map +1 -1
  95. package/dist/components/Company/Industry/Context.js +7 -6
  96. package/dist/components/Company/Industry/Context.js.map +1 -1
  97. package/dist/components/Company/Industry/Edit.js +3 -2
  98. package/dist/components/Company/Industry/Edit.js.map +1 -1
  99. package/dist/components/Company/Locations/LocationForm/Actions.js +7 -6
  100. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  101. package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
  102. package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
  103. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  104. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
  105. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  106. package/dist/components/Company/Locations/LocationsList/Actions.js +3 -2
  107. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  108. package/dist/components/Company/Locations/LocationsList/List.js +7 -6
  109. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  110. package/dist/components/Company/Locations/LocationsList/LocationsList.js +8 -7
  111. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  112. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
  113. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  114. package/dist/components/Company/OnboardingOverview/Completed.js +12 -10
  115. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  116. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
  117. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  118. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +8 -7
  119. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  120. package/dist/components/Company/OnboardingOverview/context.js +4 -3
  121. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  122. package/dist/components/Company/PaySchedule/PaySchedule.js +4 -3
  123. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  124. package/dist/components/Company/PaySchedule/_parts/Actions.js +3 -2
  125. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  126. package/dist/components/Company/PaySchedule/_parts/Edit.js +15 -15
  127. package/dist/components/Company/PaySchedule/_parts/Head.js +13 -11
  128. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  129. package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
  130. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  131. package/dist/components/Company/PaySchedule/usePaySchedule.js +6 -5
  132. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  133. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +3 -2
  134. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  135. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
  136. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  137. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +3 -2
  138. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  139. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -2
  140. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  141. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
  142. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  143. package/dist/components/Contractor/Address/Address.js +5 -4
  144. package/dist/components/Contractor/Address/Address.js.map +1 -1
  145. package/dist/components/Contractor/Address/Form.js +1 -1
  146. package/dist/components/Contractor/Address/useAddress.js +6 -5
  147. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  148. package/dist/components/Contractor/ContractorList/index.js +32 -31
  149. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  150. package/dist/components/Contractor/NewHireReport/NewHireReport.js +14 -13
  151. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  152. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +12 -11
  153. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  154. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
  155. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  156. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +4 -3
  157. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  158. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +4 -2
  159. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  160. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +10 -10
  161. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +9 -7
  162. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  163. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +9 -8
  164. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  165. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +11 -9
  166. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  167. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +8 -6
  168. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  169. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.module.scss.js +14 -14
  170. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +4 -2
  171. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  172. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +4 -2
  173. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  174. package/dist/components/Contractor/Profile/ContractorProfileForm.js +15 -15
  175. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +1 -1
  176. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
  177. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  178. package/dist/components/Contractor/Submit/Submit.js +21 -20
  179. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  180. package/dist/components/Employee/Compensation/Actions.js +13 -12
  181. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  182. package/dist/components/Employee/Compensation/Edit.js +17 -16
  183. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  184. package/dist/components/Employee/Compensation/List.js +23 -22
  185. package/dist/components/Employee/Compensation/List.js.map +1 -1
  186. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +3 -1
  187. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +145 -137
  188. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -1
  189. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +2 -1
  190. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +106 -101
  191. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -1
  192. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +90 -87
  193. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  194. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.d.ts +2 -1
  195. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +110 -104
  196. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js.map +1 -1
  197. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +51 -45
  198. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  199. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +31 -30
  200. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  201. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js +4 -8
  202. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.module.scss.js.map +1 -1
  203. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +3 -2
  204. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  205. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +3 -2
  206. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  207. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
  208. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  209. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  210. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  211. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
  212. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  213. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
  214. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  215. package/dist/components/Employee/EmployeeList/Actions.js +7 -6
  216. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  217. package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
  218. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  219. package/dist/components/Employee/EmployeeList/Head.js +7 -5
  220. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  221. package/dist/components/Employee/EmployeeList/List.js +3 -2
  222. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  223. package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -3
  224. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  225. package/dist/components/Employee/FederalTaxes/Actions.js +6 -5
  226. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  227. package/dist/components/Employee/FederalTaxes/FederalForm.js +12 -11
  228. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  229. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +4 -3
  230. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  231. package/dist/components/Employee/Landing/Landing.js +11 -10
  232. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  233. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  234. package/dist/components/Employee/PaymentMethod/Actions.js +6 -5
  235. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  236. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
  237. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  238. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +3 -2
  239. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  240. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +7 -6
  241. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  242. package/dist/components/Employee/PaymentMethod/Split.js +11 -10
  243. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  244. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
  245. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  246. package/dist/components/Employee/Profile/Actions.js +6 -5
  247. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  248. package/dist/components/Employee/Profile/AdminPersonalDetails.js +6 -5
  249. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  250. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +1 -1
  251. package/dist/components/Employee/Profile/HomeAddress.js +1 -1
  252. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
  253. package/dist/components/Employee/Profile/useProfile.js +4 -3
  254. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  255. package/dist/components/Employee/StateTaxes/Actions.js +6 -5
  256. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  257. package/dist/components/Employee/StateTaxes/useStateTaxes.js +4 -3
  258. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  259. package/dist/components/Employee/Taxes/Actions.js +7 -6
  260. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  261. package/dist/components/Employee/Taxes/FederalForm.js +14 -13
  262. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  263. package/dist/components/Employee/Taxes/useTaxes.js +4 -3
  264. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  265. package/dist/components/Flow/Flow.js +9 -7
  266. package/dist/components/Flow/Flow.js.map +1 -1
  267. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +17 -16
  268. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  269. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +4 -4
  270. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +38 -36
  271. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  272. package/dist/components/InformationRequests/InformationRequests.d.ts +7 -2
  273. package/dist/components/InformationRequests/InformationRequests.js +78 -45
  274. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  275. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +10 -9
  276. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  277. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.module.scss.js +10 -10
  278. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +2 -0
  279. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js +33 -0
  280. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.js.map +1 -0
  281. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +7 -0
  282. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +39 -0
  283. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -0
  284. package/dist/components/Payroll/OffCycleReasonSelection/index.d.ts +5 -0
  285. package/dist/components/Payroll/OffCycleReasonSelection/types.d.ts +15 -0
  286. package/dist/components/Payroll/OffCycleReasonSelection/types.js +14 -0
  287. package/dist/components/Payroll/OffCycleReasonSelection/types.js.map +1 -0
  288. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.d.ts +2 -0
  289. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.js +35 -0
  290. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateForm.js.map +1 -0
  291. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.d.ts +2 -0
  292. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.js +65 -0
  293. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.js.map +1 -0
  294. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.module.scss.js +18 -0
  295. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormPresentation.module.scss.js.map +1 -0
  296. package/dist/components/Payroll/PayPeriodDateForm/PayPeriodDateFormTypes.d.ts +53 -0
  297. package/dist/components/Payroll/PayPeriodDateForm/index.d.ts +3 -0
  298. package/dist/components/Payroll/PayPeriodDateForm/usePayPeriodDateValidation.d.ts +5 -0
  299. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +4 -2
  300. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  301. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +19 -18
  302. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  303. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +36 -36
  304. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +5 -5
  305. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +21 -19
  306. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  307. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +17 -15
  308. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  309. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +26 -24
  310. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  311. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +30 -29
  312. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  313. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +4 -2
  314. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  315. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +3 -2
  316. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  317. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js +18 -18
  318. package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +4 -1
  319. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js +34 -28
  320. package/dist/components/Payroll/RecoveryCases/RecoveryCases.js.map +1 -1
  321. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +29 -29
  322. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  323. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +12 -11
  324. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  325. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +4 -2
  326. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  327. package/dist/components/Payroll/index.d.ts +4 -0
  328. package/dist/components/Payroll/index.js +12 -8
  329. package/dist/components/Payroll/index.js.map +1 -1
  330. package/dist/components/Payroll/usePreparedPayrollData.js +3 -2
  331. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  332. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +3 -2
  333. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  334. package/dist/contexts/ThemeProvider/theme.d.ts +8 -3
  335. package/dist/contexts/ThemeProvider/theme.js +29 -24
  336. package/dist/contexts/ThemeProvider/theme.js.map +1 -1
  337. package/dist/helpers/dateFormatting.d.ts +3 -0
  338. package/dist/helpers/dateFormatting.js.map +1 -1
  339. package/dist/i18n/I18n.js +1 -1
  340. package/dist/i18n/I18n.js.map +1 -1
  341. package/dist/i18n/en/Employee.Deductions.json.js +157 -161
  342. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  343. package/dist/i18n/en/InformationRequests.InformationRequestList.json.js +12 -10
  344. package/dist/i18n/en/InformationRequests.InformationRequestList.json.js.map +1 -1
  345. package/dist/i18n/en/InformationRequests.json.js +8 -0
  346. package/dist/i18n/en/InformationRequests.json.js.map +1 -0
  347. package/dist/i18n/en/Payroll.OffCycleReasonSelection.json.js +12 -0
  348. package/dist/i18n/en/Payroll.OffCycleReasonSelection.json.js.map +1 -0
  349. package/dist/i18n/en/Payroll.PayPeriodDateForm.json.js +32 -0
  350. package/dist/i18n/en/Payroll.PayPeriodDateForm.json.js.map +1 -0
  351. package/dist/shared/constants.d.ts +4 -0
  352. package/dist/shared/constants.js +10 -8
  353. package/dist/shared/constants.js.map +1 -1
  354. package/dist/style.css +1 -1
  355. package/dist/types/i18next.d.ts +51 -3
  356. package/package.json +11 -11
  357. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js +0 -8
  358. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map +0 -1
  359. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +0 -14
  360. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +0 -1
@@ -1,178 +1,174 @@
1
- const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", ve = "Yes", ke = "No", s = "Continue", a = "Save", r = "Add Deduction", d = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", h = "Garnishment (a court-ordered deduction)", m = "Garnishment type", y = "Child support", g = "Child Support", D = "Custom deduction", f = "All counties", x = "Agency", T = "Select the appropriate state agency.", b = "County", C = "Select the appropriate state county", w = "CSE Case Number", L = "Carefully enter the Child Support Enforcement Case Number", A = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", O = "Carefully enter the Child Support Enforcement Remittance ID", P = "Total amount withheld", E = "Enter the amount indicated in the letter from the child support agency", v = "Max paycheck percentage", k = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", S = "Reminder: you are responsible for this payment", q = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", Se = "Per", N = "Enter how often the agency collects the withholding amount", R = "Every week", F = "Every other week", M = "Twice per month", G = "Monthly", I = "Custom deduction (post-tax)", V = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", W = "Edit Deduction", Y = "Deduction description", B = "Description", j = "Deduction frequency", H = "This deduction occurs every payroll", U = "Recurring (every payroll)", _ = "This is a one-time deduction and only applies to the next upcoming payroll", z = "One-time (next payroll only)", J = "List of current deductions of an employee", K = "Deduction type", Q = "Percentage or fixed", X = "Percentage", Z = "Percentage of pay", $ = "Fixed dollar amount", ee = "Amount to withhold", te = "Enter the percentage of your employee’s wages to withhold.", oe = "Enter the amount of money to withhold each pay period from your employee’s wages.", ne = "Pay period maximum", ce = "Total amount owed", ie = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", se = "Annual maximum", ae = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", re = "This is a court-ordered deduction", de = "Deduction", ue = "Frequency", le = "Withheld", pe = "Actions", he = "Recurring", me = "{{value}} per paycheck", ye = "One-time", ge = "Once added, your deductions will appear here.", De = "Deduction actions menu", fe = "Edit deduction", xe = "Delete deduction", Te = "+ Add another deduction", be = "Cancel", Ce = { description: "Description is required", amount: "Amount must be a valid number" }, we = "Federal Tax Lien", Le = "State Tax Lien", Ae = "Student Loan", Oe = "Creditor Garnishment", Pe = "Federal Loan", Ee = "Other Garnishment", qe = {
1
+ const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "You haven't added any deductions yet", Pe = "Yes", Ee = "No", i = "Continue", s = "Save", a = "Add Deduction", r = "Add deduction", d = "Back to deductions", u = "External post tax deductions", l = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", p = "Garnishment (a court-ordered deduction)", h = "Garnishment type", m = "Child support", y = "Child Support", g = "Custom deduction", D = "All counties", f = "Agency", x = "Select the appropriate state agency.", T = "County", C = "Select the appropriate state county", b = "CSE Case Number", w = "Carefully enter the Child Support Enforcement Case Number", L = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", O = "Total amount withheld", P = "Enter the amount indicated in the letter from the child support agency", E = "Max paycheck percentage", v = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", k = "This agency doesn't support electronic payments. You are responsible for paying the agency yourself.", ve = "Per", S = "Enter how often the agency collects the withholding amount", q = "Every week", N = "Every other week", F = "Twice per month", M = "Monthly", R = "Custom deduction (post-tax)", G = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", I = "Edit Deduction", V = "Deduction description", W = "Description", Y = "Deduction frequency", B = "This deduction occurs every payroll", j = "Recurring (every payroll)", H = "This is a one-time deduction and only applies to the next upcoming payroll", _ = "One-time (next payroll only)", z = "List of current deductions of an employee", J = "Deduction type", K = "Percentage or fixed", Q = "Percentage", U = "Percentage of pay", X = "Fixed dollar amount", Z = "Amount to withhold", $ = "Enter the percentage of your employee’s wages to withhold.", ee = "Enter the amount of money to withhold each pay period from your employee’s wages.", te = "Pay period maximum", oe = "Total amount owed", ne = "We will adjust the amount of the last payment and stop collecting once the total amount is reached.", ce = "Annual maximum", ie = "The maximum annual amount you deduct from the employee's pay for this specific deduction. Leave this field blank if there is no maximum.", se = "This is a court-ordered deduction", ae = "Deduction", re = "Frequency", de = "Withheld", ue = "Actions", le = "Recurring", pe = "{{value}} per paycheck", he = "One-time", me = "Once added, your deductions will appear here.", ye = "Deduction actions menu", ge = "Edit deduction", De = "Delete deduction", fe = "Add another deduction", xe = "Cancel", Te = { description: "Description is required", amount: "Amount must be a valid number" }, Ce = "Federal Tax Lien", be = "State Tax Lien", we = "Student Loan", Le = "Creditor Garnishment", Ae = "Federal Loan", Oe = "Other Garnishment", ke = {
2
2
  pageTitle: e,
3
3
  includeDeductionsFormLabel: t,
4
4
  includeDeductionsDescription: o,
5
5
  includeDeductionsDescriptionV2: n,
6
- includeDeductionsSubtitle: c,
7
- includeDeductionsEmptyState: i,
6
+ includeDeductionsEmptyState: c,
8
7
  includeDeductionsYes: "Yes",
9
8
  includeDeductionsNo: "No",
10
- continueCta: s,
11
- saveCta: a,
12
- addDeductionTitle: r,
13
- addDeductionButtonCta: d,
14
- backToDeductionsCta: u,
15
- externalPostTaxDeductions: l,
16
- externalPostTaxDeductionsDescription: p,
17
- garnishmentOption: h,
18
- garnishmentType: m,
19
- childSupport: y,
20
- childSupportTitle: g,
21
- customDeductionTitle: D,
22
- allCounties: f,
23
- agency: x,
24
- agencyDescription: T,
25
- county: b,
9
+ continueCta: i,
10
+ saveCta: s,
11
+ addDeductionTitle: a,
12
+ addDeductionButtonCta: r,
13
+ backToDeductionsCta: d,
14
+ externalPostTaxDeductions: u,
15
+ externalPostTaxDeductionsDescription: l,
16
+ garnishmentOption: p,
17
+ garnishmentType: h,
18
+ childSupport: m,
19
+ childSupportTitle: y,
20
+ customDeductionTitle: g,
21
+ allCounties: D,
22
+ agency: f,
23
+ agencyDescription: x,
24
+ county: T,
26
25
  countyDescription: C,
27
- caseNumber: w,
28
- caseNumberDescription: L,
29
- orderNumberDescription: A,
30
- remittanceNumberDescription: O,
31
- totalAmountWithheld: P,
32
- totalAmountWithheldDescription: E,
33
- maxPaycheckPercentage: v,
34
- maxPaycheckPercentageDescription: k,
35
- manualPaymentRequired: S,
36
- manualPaymentRequiredDescription: q,
26
+ caseNumber: b,
27
+ caseNumberDescription: w,
28
+ orderNumberDescription: L,
29
+ remittanceNumberDescription: A,
30
+ totalAmountWithheld: O,
31
+ totalAmountWithheldDescription: P,
32
+ maxPaycheckPercentage: E,
33
+ maxPaycheckPercentageDescription: v,
34
+ manualPaymentRequired: k,
37
35
  per: "Per",
38
- perDescription: N,
39
- everyWeek: R,
40
- everyOtherWeek: F,
41
- twicePerMonth: M,
42
- monthly: G,
43
- customDeductionOption: I,
44
- deductionTypeRadioLabel: V,
45
- editDeductionTitle: W,
46
- descriptionLabel: Y,
47
- descriptionLabelV2: B,
48
- frequencyLabel: j,
49
- frequencyRecurringOption: H,
50
- frequencyRecurringOptionV2: U,
51
- frequencyOneTimeOption: _,
52
- frequencyOneTimeOptionV2: z,
53
- deductionsTableLabel: J,
54
- deductionTypeLabel: K,
55
- deductionTypeLabelV2: Q,
56
- deductionTypePercentageOption: X,
57
- deductionTypePercentageOptionV2: Z,
58
- deductionTypeFixedAmountOption: $,
59
- deductionAmountLabel: ee,
60
- deductionAmountDescriptionPercentage: te,
61
- deductionAmountDescriptionFixed: oe,
62
- payPeriodMaximum: ne,
63
- totalAmountLabel: ce,
64
- totalAmountDescription: ie,
65
- annualMaxLabel: se,
66
- annualMaxDescription: ae,
67
- courtOrderedLabel: re,
68
- nameColumn: de,
69
- frequencyColumn: ue,
70
- withheldColumn: le,
71
- actionsColumn: pe,
72
- recurringText: he,
73
- recurringAmount: me,
74
- nonRecurringText: ye,
75
- emptyListMessage: ge,
76
- hamburgerTitle: De,
77
- editCta: fe,
78
- deleteCta: xe,
79
- addDeductionCta: Te,
80
- cancelCta: be,
81
- validations: Ce,
82
- federalTaxLien: we,
83
- stateTaxLien: Le,
84
- studentLoan: Ae,
85
- creditorGarnishment: Oe,
86
- federalLoan: Pe,
87
- otherGarnishment: Ee
36
+ perDescription: S,
37
+ everyWeek: q,
38
+ everyOtherWeek: N,
39
+ twicePerMonth: F,
40
+ monthly: M,
41
+ customDeductionOption: R,
42
+ deductionTypeRadioLabel: G,
43
+ editDeductionTitle: I,
44
+ descriptionLabel: V,
45
+ descriptionLabelV2: W,
46
+ frequencyLabel: Y,
47
+ frequencyRecurringOption: B,
48
+ frequencyRecurringOptionV2: j,
49
+ frequencyOneTimeOption: H,
50
+ frequencyOneTimeOptionV2: _,
51
+ deductionsTableLabel: z,
52
+ deductionTypeLabel: J,
53
+ deductionTypeLabelV2: K,
54
+ deductionTypePercentageOption: Q,
55
+ deductionTypePercentageOptionV2: U,
56
+ deductionTypeFixedAmountOption: X,
57
+ deductionAmountLabel: Z,
58
+ deductionAmountDescriptionPercentage: $,
59
+ deductionAmountDescriptionFixed: ee,
60
+ payPeriodMaximum: te,
61
+ totalAmountLabel: oe,
62
+ totalAmountDescription: ne,
63
+ annualMaxLabel: ce,
64
+ annualMaxDescription: ie,
65
+ courtOrderedLabel: se,
66
+ nameColumn: ae,
67
+ frequencyColumn: re,
68
+ withheldColumn: de,
69
+ actionsColumn: ue,
70
+ recurringText: le,
71
+ recurringAmount: pe,
72
+ nonRecurringText: he,
73
+ emptyListMessage: me,
74
+ hamburgerTitle: ye,
75
+ editCta: ge,
76
+ deleteCta: De,
77
+ addDeductionCta: fe,
78
+ cancelCta: xe,
79
+ validations: Te,
80
+ federalTaxLien: Ce,
81
+ stateTaxLien: be,
82
+ studentLoan: we,
83
+ creditorGarnishment: Le,
84
+ federalLoan: Ae,
85
+ otherGarnishment: Oe
88
86
  };
89
87
  export {
90
- pe as actionsColumn,
91
- d as addDeductionButtonCta,
92
- Te as addDeductionCta,
93
- r as addDeductionTitle,
94
- x as agency,
95
- T as agencyDescription,
96
- f as allCounties,
97
- ae as annualMaxDescription,
98
- se as annualMaxLabel,
99
- u as backToDeductionsCta,
100
- be as cancelCta,
101
- w as caseNumber,
102
- L as caseNumberDescription,
103
- y as childSupport,
104
- g as childSupportTitle,
105
- s as continueCta,
106
- b as county,
88
+ ue as actionsColumn,
89
+ r as addDeductionButtonCta,
90
+ fe as addDeductionCta,
91
+ a as addDeductionTitle,
92
+ f as agency,
93
+ x as agencyDescription,
94
+ D as allCounties,
95
+ ie as annualMaxDescription,
96
+ ce as annualMaxLabel,
97
+ d as backToDeductionsCta,
98
+ xe as cancelCta,
99
+ b as caseNumber,
100
+ w as caseNumberDescription,
101
+ m as childSupport,
102
+ y as childSupportTitle,
103
+ i as continueCta,
104
+ T as county,
107
105
  C as countyDescription,
108
- re as courtOrderedLabel,
109
- Oe as creditorGarnishment,
110
- I as customDeductionOption,
111
- D as customDeductionTitle,
112
- oe as deductionAmountDescriptionFixed,
113
- te as deductionAmountDescriptionPercentage,
114
- ee as deductionAmountLabel,
115
- $ as deductionTypeFixedAmountOption,
116
- K as deductionTypeLabel,
117
- Q as deductionTypeLabelV2,
118
- X as deductionTypePercentageOption,
119
- Z as deductionTypePercentageOptionV2,
120
- V as deductionTypeRadioLabel,
121
- J as deductionsTableLabel,
122
- qe as default,
123
- xe as deleteCta,
124
- Y as descriptionLabel,
125
- B as descriptionLabelV2,
126
- fe as editCta,
127
- W as editDeductionTitle,
128
- ge as emptyListMessage,
129
- F as everyOtherWeek,
130
- R as everyWeek,
131
- l as externalPostTaxDeductions,
132
- p as externalPostTaxDeductionsDescription,
133
- Pe as federalLoan,
134
- we as federalTaxLien,
135
- ue as frequencyColumn,
136
- j as frequencyLabel,
137
- _ as frequencyOneTimeOption,
138
- z as frequencyOneTimeOptionV2,
139
- H as frequencyRecurringOption,
140
- U as frequencyRecurringOptionV2,
141
- h as garnishmentOption,
142
- m as garnishmentType,
143
- De as hamburgerTitle,
106
+ se as courtOrderedLabel,
107
+ Le as creditorGarnishment,
108
+ R as customDeductionOption,
109
+ g as customDeductionTitle,
110
+ ee as deductionAmountDescriptionFixed,
111
+ $ as deductionAmountDescriptionPercentage,
112
+ Z as deductionAmountLabel,
113
+ X as deductionTypeFixedAmountOption,
114
+ J as deductionTypeLabel,
115
+ K as deductionTypeLabelV2,
116
+ Q as deductionTypePercentageOption,
117
+ U as deductionTypePercentageOptionV2,
118
+ G as deductionTypeRadioLabel,
119
+ z as deductionsTableLabel,
120
+ ke as default,
121
+ De as deleteCta,
122
+ V as descriptionLabel,
123
+ W as descriptionLabelV2,
124
+ ge as editCta,
125
+ I as editDeductionTitle,
126
+ me as emptyListMessage,
127
+ N as everyOtherWeek,
128
+ q as everyWeek,
129
+ u as externalPostTaxDeductions,
130
+ l as externalPostTaxDeductionsDescription,
131
+ Ae as federalLoan,
132
+ Ce as federalTaxLien,
133
+ re as frequencyColumn,
134
+ Y as frequencyLabel,
135
+ H as frequencyOneTimeOption,
136
+ _ as frequencyOneTimeOptionV2,
137
+ B as frequencyRecurringOption,
138
+ j as frequencyRecurringOptionV2,
139
+ p as garnishmentOption,
140
+ h as garnishmentType,
141
+ ye as hamburgerTitle,
144
142
  o as includeDeductionsDescription,
145
143
  n as includeDeductionsDescriptionV2,
146
- i as includeDeductionsEmptyState,
144
+ c as includeDeductionsEmptyState,
147
145
  t as includeDeductionsFormLabel,
148
- ke as includeDeductionsNo,
149
- c as includeDeductionsSubtitle,
150
- ve as includeDeductionsYes,
151
- S as manualPaymentRequired,
152
- q as manualPaymentRequiredDescription,
153
- v as maxPaycheckPercentage,
154
- k as maxPaycheckPercentageDescription,
155
- G as monthly,
156
- de as nameColumn,
157
- ye as nonRecurringText,
158
- A as orderNumberDescription,
159
- Ee as otherGarnishment,
146
+ Ee as includeDeductionsNo,
147
+ Pe as includeDeductionsYes,
148
+ k as manualPaymentRequired,
149
+ E as maxPaycheckPercentage,
150
+ v as maxPaycheckPercentageDescription,
151
+ M as monthly,
152
+ ae as nameColumn,
153
+ he as nonRecurringText,
154
+ L as orderNumberDescription,
155
+ Oe as otherGarnishment,
160
156
  e as pageTitle,
161
- ne as payPeriodMaximum,
162
- Se as per,
163
- N as perDescription,
164
- me as recurringAmount,
165
- he as recurringText,
166
- O as remittanceNumberDescription,
167
- a as saveCta,
168
- Le as stateTaxLien,
169
- Ae as studentLoan,
170
- ie as totalAmountDescription,
171
- ce as totalAmountLabel,
172
- P as totalAmountWithheld,
173
- E as totalAmountWithheldDescription,
174
- M as twicePerMonth,
175
- Ce as validations,
176
- le as withheldColumn
157
+ te as payPeriodMaximum,
158
+ ve as per,
159
+ S as perDescription,
160
+ pe as recurringAmount,
161
+ le as recurringText,
162
+ A as remittanceNumberDescription,
163
+ s as saveCta,
164
+ be as stateTaxLien,
165
+ we as studentLoan,
166
+ ne as totalAmountDescription,
167
+ oe as totalAmountLabel,
168
+ O as totalAmountWithheld,
169
+ P as totalAmountWithheldDescription,
170
+ F as twicePerMonth,
171
+ Te as validations,
172
+ de as withheldColumn
177
173
  };
178
174
  //# sourceMappingURL=Employee.Deductions.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,18 +1,20 @@
1
- const o = "Information requests", e = "We need you to share some more information about your business. This info will be used to keep your business secure and ensure that our data about your company is correct. Please make sure to do this soon since it may otherwise impact your ability to run payroll.", t = { type: "Type", status: "Status" }, n = { companyOnboarding: "Company Onboarding", accountProtection: "Account Protection", paymentRequest: "Payment Request", paymentError: "Payment Error", unknown: "Information Request" }, s = { incomplete: "Incomplete", underReview: "Under review", payrollBlocking: "Payroll blocking" }, r = { respond: "Respond" }, a = {
1
+ const o = "Information requests", e = "We need you to share some more information about your business. This info will be used to keep your business secure and ensure that our data about your company is correct. Please make sure to do this soon since it may otherwise impact your ability to run payroll.", t = "Tasks from Gusto", n = { type: "Type", status: "Status" }, s = { companyOnboarding: "Company Onboarding", accountProtection: "Account Protection", paymentRequest: "Payment Request", paymentError: "Payment Error", unknown: "Information Request" }, r = { incomplete: "Incomplete", underReview: "Under review", payrollBlocking: "Payroll blocking" }, a = { respond: "Respond" }, i = {
2
2
  title: o,
3
3
  description: e,
4
- columns: t,
5
- types: n,
6
- status: s,
7
- cta: r
4
+ emptyTableTitle: t,
5
+ columns: n,
6
+ types: s,
7
+ status: r,
8
+ cta: a
8
9
  };
9
10
  export {
10
- t as columns,
11
- r as cta,
12
- a as default,
11
+ n as columns,
12
+ a as cta,
13
+ i as default,
13
14
  e as description,
14
- s as status,
15
+ t as emptyTableTitle,
16
+ r as status,
15
17
  o as title,
16
- n as types
18
+ s as types
17
19
  };
18
20
  //# sourceMappingURL=InformationRequests.InformationRequestList.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InformationRequests.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
1
+ {"version":3,"file":"InformationRequests.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
@@ -0,0 +1,8 @@
1
+ const e = { informationRequestResponded: { title: "We've received your response", description: "We are reviewing your submission and will reach out if we need any additional information." } }, i = {
2
+ alerts: e
3
+ };
4
+ export {
5
+ e as alerts,
6
+ i as default
7
+ };
8
+ //# sourceMappingURL=InformationRequests.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InformationRequests.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -0,0 +1,12 @@
1
+ const o = "Reason", e = { correction: { label: "Correction payment", description: "Run a payroll outside of your regular pay schedule" }, bonus: { label: "Bonus", description: "Pay a bonus, gift, or commission." } }, n = { reasonSelection: "Select off-cycle payroll reason" }, a = {
2
+ title: o,
3
+ options: e,
4
+ aria: n
5
+ };
6
+ export {
7
+ n as aria,
8
+ a as default,
9
+ e as options,
10
+ o as title
11
+ };
12
+ //# sourceMappingURL=Payroll.OffCycleReasonSelection.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.OffCycleReasonSelection.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -0,0 +1,32 @@
1
+ const e = "Pay period and payment date", t = "Enter a work period to show on your employees' pay stubs.", a = "Check-only payroll", o = "Select this option if all employees will be paid by check only. This allows you to set the check date to today or any future date.", n = { no: "No", yes: "Yes" }, s = "Start date", r = "First day of the pay period", c = "End date", d = "Last day of the pay period", i = "Payment date", l = "Date employees will be paid", y = "Continue", p = { startDateRequired: "Start date is required", endDateRequired: "End date is required", checkDateRequired: "Payment date is required", endDateAfterStart: "End date must be on or after start date", startDateNotFuture: "Start date cannot be in the future for correction payrolls", checkDateAchLeadTime: "Payment date must be at least 2 business days from today for direct deposit" }, u = {
2
+ pageTitle: e,
3
+ description: t,
4
+ checkOnlyLabel: a,
5
+ checkOnlyDescription: o,
6
+ checkOnlyOptions: n,
7
+ startDateLabel: s,
8
+ startDateDescription: r,
9
+ endDateLabel: c,
10
+ endDateDescription: d,
11
+ checkDateLabel: i,
12
+ checkDateDescription: l,
13
+ continueButton: y,
14
+ validations: p
15
+ };
16
+ export {
17
+ l as checkDateDescription,
18
+ i as checkDateLabel,
19
+ o as checkOnlyDescription,
20
+ a as checkOnlyLabel,
21
+ n as checkOnlyOptions,
22
+ y as continueButton,
23
+ u as default,
24
+ t as description,
25
+ d as endDateDescription,
26
+ c as endDateLabel,
27
+ e as pageTitle,
28
+ r as startDateDescription,
29
+ s as startDateLabel,
30
+ p as validations
31
+ };
32
+ //# sourceMappingURL=Payroll.PayPeriodDateForm.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.PayPeriodDateForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
@@ -138,6 +138,7 @@ export declare const runPayrollEvents: {
138
138
  readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
139
139
  readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
140
140
  readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
141
+ readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
141
142
  readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
142
143
  readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
143
144
  readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
@@ -148,6 +149,7 @@ export declare const runPayrollEvents: {
148
149
  readonly RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected";
149
150
  readonly RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted";
150
151
  readonly RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll";
152
+ readonly RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured";
151
153
  readonly REVIEW_PAYROLL: "payroll/review";
152
154
  readonly PAYROLL_SKIPPED: "payroll/skipped";
153
155
  readonly PAYROLL_EXIT_FLOW: "payroll/saveAndExit";
@@ -208,6 +210,7 @@ export declare const componentEvents: {
208
210
  readonly RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved";
209
211
  readonly RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled";
210
212
  readonly RUN_PAYROLL_SELECTED: "runPayroll/selected";
213
+ readonly OFF_CYCLE_SELECT_REASON: "offCycle/selectReason";
211
214
  readonly RUN_PAYROLL_SUBMITTED: "runPayroll/submitted";
212
215
  readonly RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed";
213
216
  readonly RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get";
@@ -218,6 +221,7 @@ export declare const componentEvents: {
218
221
  readonly RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected";
219
222
  readonly RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted";
220
223
  readonly RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll";
224
+ readonly RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured";
221
225
  readonly REVIEW_PAYROLL: "payroll/review";
222
226
  readonly PAYROLL_SKIPPED: "payroll/skipped";
223
227
  readonly PAYROLL_EXIT_FLOW: "payroll/saveAndExit";
@@ -135,6 +135,7 @@ const A = {
135
135
  RUN_PAYROLL_EMPLOYEE_SAVED: "runPayroll/employee/saved",
136
136
  RUN_PAYROLL_EMPLOYEE_CANCELLED: "runPayroll/employee/cancelled",
137
137
  RUN_PAYROLL_SELECTED: "runPayroll/selected",
138
+ OFF_CYCLE_SELECT_REASON: "offCycle/selectReason",
138
139
  RUN_PAYROLL_SUBMITTED: "runPayroll/submitted",
139
140
  RUN_PAYROLL_SUMMARY_VIEWED: "runPayroll/summary/viewed",
140
141
  RUN_PAYROLL_RECEIPT_GET: "runPayroll/receipt/get",
@@ -145,6 +146,7 @@ const A = {
145
146
  RUN_PAYROLL_BLOCKERS_DETECTED: "runPayroll/blockers/detected",
146
147
  RUN_PAYROLL_BLOCKER_RESOLUTION_ATTEMPTED: "runPayroll/blocker/resolutionAttempted",
147
148
  RUN_PAYROLL_BLOCKERS_VIEW_ALL: "runPayroll/blockers/viewAll",
149
+ RUN_PAYROLL_DATES_CONFIGURED: "runPayroll/dates/configured",
148
150
  REVIEW_PAYROLL: "payroll/review",
149
151
  PAYROLL_SKIPPED: "payroll/skipped",
150
152
  PAYROLL_EXIT_FLOW: "payroll/saveAndExit"
@@ -295,15 +297,15 @@ const A = {
295
297
  [O.SMALL]: "40rem",
296
298
  [O.MEDIUM]: "48rem",
297
299
  [O.LARGE]: "64rem"
298
- }, V = {
300
+ }, F = {
299
301
  check: "Check",
300
302
  directDeposit: "Direct Deposit"
301
- }, F = {
303
+ }, V = {
302
304
  percentage: "Percentage",
303
305
  amount: "Amount"
304
- }, v = {
306
+ }, f = {
305
307
  BUSINESS: "Business"
306
- }, D = "Regular Hours", C = "Overtime", P = "Double overtime", f = [
308
+ }, D = "Regular Hours", C = "Overtime", P = "Double overtime", v = [
307
309
  D,
308
310
  C,
309
311
  P
@@ -331,7 +333,7 @@ export {
331
333
  H as COMPENSATION_NAME_PAYCHECK_TIPS,
332
334
  D as COMPENSATION_NAME_REGULAR_HOURS,
333
335
  s as COMPENSATION_NAME_REIMBURSEMENT,
334
- v as CONTRACTOR_TYPE,
336
+ f as CONTRACTOR_TYPE,
335
337
  _ as ContractorOnboardingStatus,
336
338
  i as ContractorSelfOnboardingStatuses,
337
339
  k as EXCLUDED_ADDITIONAL_EARNINGS,
@@ -339,18 +341,18 @@ export {
339
341
  l as EmployeeSelfOnboardingStatuses,
340
342
  Y as FLSA_OVERTIME_SALARY_LIMIT,
341
343
  m as FlsaStatus,
342
- f as HOURS_COMPENSATION_NAMES,
344
+ v as HOURS_COMPENSATION_NAMES,
343
345
  U as HOURS_PER_PAY_PERIOD_ANNUALLY,
344
346
  u as HOURS_PER_PAY_PERIOD_MONTHLY,
345
347
  y as HOURS_PER_PAY_PERIOD_WEEKLY,
346
348
  I as MIN_WAGE_ADJUST,
347
349
  d as OWNERS_DRAW,
348
- V as PAYMENT_METHODS,
350
+ F as PAYMENT_METHODS,
349
351
  x as PAYROLL_PROCESSING_STATUS,
350
352
  X as PAYROLL_RESOLVABLE_SUBMISSION_BLOCKER_TYPES,
351
353
  g as PAY_PERIODS,
352
354
  b as SIGNATORY_TITLES,
353
- F as SPLIT_BY,
355
+ V as SPLIT_BY,
354
356
  B as STATES_ABBR,
355
357
  n as companyEvents,
356
358
  p as compensationTypeLabels,