@gusto/embedded-react-sdk 0.13.2 → 0.13.4

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 (484) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/assets/icons/close.svg.js +5 -5
  3. package/dist/assets/icons/close.svg.js.map +1 -1
  4. package/dist/assets/icons/download-cloud.svg.js +10 -0
  5. package/dist/assets/icons/download-cloud.svg.js.map +1 -0
  6. package/dist/assets/icons/hamburger.svg.js +5 -5
  7. package/dist/assets/icons/hamburger.svg.js.map +1 -1
  8. package/dist/assets/icons/receipt-check.svg.js +10 -0
  9. package/dist/assets/icons/receipt-check.svg.js.map +1 -0
  10. package/dist/components/Base/Base.js +3 -2
  11. package/dist/components/Base/Base.js.map +1 -1
  12. package/dist/components/Common/DataView/DataCards/DataCards.js +24 -24
  13. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  14. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js +6 -4
  15. package/dist/components/Common/DataView/DataCards/DataCards.module.scss.js.map +1 -1
  16. package/dist/components/Common/DataView/DataTable/DataTable.d.ts +3 -1
  17. package/dist/components/Common/DataView/DataTable/DataTable.js +38 -35
  18. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  19. package/dist/components/Common/DataView/DataView.d.ts +6 -3
  20. package/dist/components/Common/DataView/DataView.js +19 -16
  21. package/dist/components/Common/DataView/DataView.js.map +1 -1
  22. package/dist/components/Common/DocumentViewer/DocumentViewer.d.ts +1 -1
  23. package/dist/components/Common/DocumentViewer/DocumentViewer.js +9 -9
  24. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  25. package/dist/components/Common/Fields/CheckboxField/CheckboxField.d.ts +1 -1
  26. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js +15 -9
  27. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  28. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.d.ts +2 -2
  29. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js +21 -15
  30. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  31. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.d.ts +2 -2
  32. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js +19 -13
  33. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  34. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -1
  35. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +24 -18
  36. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  37. package/dist/components/Common/Fields/NumberInputField/NumberInputField.d.ts +1 -1
  38. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js +18 -12
  39. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  40. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +2 -2
  41. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js +19 -13
  42. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  43. package/dist/components/Common/Fields/SelectField/SelectField.d.ts +2 -2
  44. package/dist/components/Common/Fields/SelectField/SelectField.js +19 -13
  45. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  46. package/dist/components/Common/Fields/SwitchField/SwitchField.d.ts +1 -1
  47. package/dist/components/Common/Fields/SwitchField/SwitchField.js +15 -9
  48. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  49. package/dist/components/Common/Fields/TextInputField/TextInputField.d.ts +1 -1
  50. package/dist/components/Common/Fields/TextInputField/TextInputField.js +15 -9
  51. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  52. package/dist/components/Common/Fields/hooks/useField.d.ts +8 -7
  53. package/dist/components/Common/Fields/hooks/useField.js +33 -27
  54. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  55. package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
  56. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  57. package/dist/components/Common/SignatureForm/SignatureFormActions.js +12 -10
  58. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  59. package/dist/components/Common/SignatureForm/SignatureFormFields.js +8 -6
  60. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  61. package/dist/components/Common/UI/Alert/Alert.js +15 -15
  62. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  63. package/dist/components/Common/UI/Alert/Alert.module.scss.js +14 -12
  64. package/dist/components/Common/UI/Alert/Alert.module.scss.js.map +1 -1
  65. package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
  66. package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +5 -1
  67. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
  68. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +2 -2
  69. package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +2 -2
  70. package/dist/components/Common/UI/Dialog/Dialog.d.ts +2 -0
  71. package/dist/components/Common/UI/Dialog/Dialog.js +84 -0
  72. package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -0
  73. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js +18 -0
  74. package/dist/components/Common/UI/Dialog/Dialog.module.scss.js.map +1 -0
  75. package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +52 -0
  76. package/dist/components/Common/UI/Dialog/DialogTypes.js +10 -0
  77. package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -0
  78. package/dist/components/Common/UI/Dialog/index.d.ts +4 -0
  79. package/dist/components/Common/UI/Menu/Menu.module.scss.js +1 -1
  80. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +2 -2
  81. package/dist/components/Common/UI/RadioGroup/RadioGroup.js +33 -31
  82. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  83. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +4 -0
  84. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
  85. package/dist/components/Common/UI/Select/SelectTypes.d.ts +2 -2
  86. package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +2 -2
  87. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
  88. package/dist/components/Common/UI/Table/Table.d.ts +1 -1
  89. package/dist/components/Common/UI/Table/Table.js +23 -11
  90. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  91. package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
  92. package/dist/components/Common/UI/Table/TableTypes.d.ts +15 -0
  93. package/dist/components/Common/UI/Table/TableTypes.js +8 -0
  94. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -0
  95. package/dist/components/Common/UI/Text/Text.js +9 -8
  96. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  97. package/dist/components/Common/UI/Text/Text.module.scss.js +15 -14
  98. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  99. package/dist/components/Common/UI/Text/TextTypes.d.ts +2 -2
  100. package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
  101. package/dist/components/Common/UI/TextInput/TextInput.js +35 -33
  102. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  103. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +5 -1
  104. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  105. package/dist/components/Common/UI/hooks/useFieldIds.d.ts +2 -1
  106. package/dist/components/Common/UI/hooks/useFieldIds.js +11 -6
  107. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  108. package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
  109. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  110. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +8 -6
  111. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  112. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +10 -8
  113. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  114. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +11 -11
  115. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +5 -3
  116. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  117. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +8 -6
  118. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  119. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
  120. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +5 -3
  121. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  122. package/dist/components/Company/AssignSignatory/TitleSelect.js +8 -7
  123. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  124. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +7 -5
  125. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  126. package/dist/components/Company/BankAccount/BankAccount.js +25 -21
  127. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  128. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
  129. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  130. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +11 -9
  131. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  132. package/dist/components/Company/BankAccount/BankAccountForm/context.js +5 -3
  133. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  134. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +12 -10
  135. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  136. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +13 -11
  137. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  138. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -4
  139. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  140. package/dist/components/Company/BankAccount/stateMachine.d.ts +4 -4
  141. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  142. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +7 -5
  143. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  144. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +33 -32
  145. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  146. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +5 -3
  147. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  148. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
  149. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  150. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +5 -3
  151. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  152. package/dist/components/Company/DocumentSigner/assignSignatoryState.d.ts +1 -1
  153. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  154. package/dist/components/Company/DocumentSigner/stateMachine.d.ts +5 -5
  155. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  156. package/dist/components/Company/FederalTaxes/Actions.js +9 -7
  157. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  158. package/dist/components/Company/FederalTaxes/FederalTaxes.js +7 -6
  159. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  160. package/dist/components/Company/FederalTaxes/Form.js +5 -3
  161. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  162. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +10 -8
  163. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  164. package/dist/components/Company/Industry/Actions.js +7 -5
  165. package/dist/components/Company/Industry/Actions.js.map +1 -1
  166. package/dist/components/Company/Industry/Context.js +8 -6
  167. package/dist/components/Company/Industry/Context.js.map +1 -1
  168. package/dist/components/Company/Industry/Edit.js +12 -10
  169. package/dist/components/Company/Industry/Edit.js.map +1 -1
  170. package/dist/components/Company/Locations/LocationForm/Actions.js +8 -6
  171. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  172. package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
  173. package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
  174. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  175. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +5 -3
  176. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  177. package/dist/components/Company/Locations/Locations.js +21 -17
  178. package/dist/components/Company/Locations/Locations.js.map +1 -1
  179. package/dist/components/Company/Locations/LocationsList/Actions.js +8 -6
  180. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  181. package/dist/components/Company/Locations/LocationsList/List.js +17 -16
  182. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  183. package/dist/components/Company/Locations/LocationsList/LocationsList.js +9 -8
  184. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  185. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +5 -3
  186. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  187. package/dist/components/Company/Locations/stateMachine.d.ts +3 -3
  188. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  189. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js +21 -17
  190. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  191. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.d.ts +10 -10
  192. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  193. package/dist/components/Company/OnboardingOverview/Completed.js +14 -12
  194. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  195. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
  196. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  197. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
  198. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  199. package/dist/components/Company/OnboardingOverview/context.js +5 -3
  200. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  201. package/dist/components/Company/PaySchedule/PaySchedule.js +4 -3
  202. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  203. package/dist/components/Company/PaySchedule/_parts/Actions.js +12 -10
  204. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  205. package/dist/components/Company/PaySchedule/_parts/Edit.js +14 -14
  206. package/dist/components/Company/PaySchedule/_parts/Head.js +8 -6
  207. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  208. package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
  209. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  210. package/dist/components/Company/PaySchedule/usePaySchedule.js +7 -5
  211. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  212. package/dist/components/Company/StateTaxes/StateTaxes.js +20 -16
  213. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  214. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +7 -5
  215. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  216. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +5 -3
  217. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  218. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +8 -6
  219. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  220. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +7 -5
  221. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  222. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +5 -3
  223. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  224. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.d.ts +3 -3
  225. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  226. package/dist/components/Contractor/Address/Address.js +5 -4
  227. package/dist/components/Contractor/Address/Address.js.map +1 -1
  228. package/dist/components/Contractor/Address/Form.js +1 -1
  229. package/dist/components/Contractor/Address/useAddress.js +7 -5
  230. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  231. package/dist/components/Contractor/ContractorList/index.js +25 -24
  232. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  233. package/dist/components/Contractor/NewHireReport/NewHireReport.js +14 -13
  234. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  235. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js +25 -21
  236. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.js.map +1 -1
  237. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.d.ts +7 -7
  238. package/dist/components/Contractor/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  239. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +7 -5
  240. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  241. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
  242. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  243. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
  244. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  245. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +1 -1
  246. package/dist/components/Contractor/Profile/ContractorProfileForm.js +58 -55
  247. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  248. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js +8 -0
  249. package/dist/components/Contractor/Profile/ContractorProfileForm.module.scss.js.map +1 -0
  250. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +2 -0
  251. package/dist/components/Contractor/Profile/useContractorProfile.js +97 -94
  252. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  253. package/dist/components/Contractor/Submit/Submit.js +4 -3
  254. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  255. package/dist/components/Employee/Compensation/Actions.js +6 -5
  256. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  257. package/dist/components/Employee/Compensation/Edit.js +15 -14
  258. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  259. package/dist/components/Employee/Compensation/List.js +25 -23
  260. package/dist/components/Employee/Compensation/List.js.map +1 -1
  261. package/dist/components/Employee/Deductions/DeductionsComponents.js +1 -1
  262. package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -1
  263. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.d.ts +55 -0
  264. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +221 -0
  265. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js.map +1 -0
  266. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js +8 -0
  267. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.module.scss.js.map +1 -0
  268. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.d.ts +42 -0
  269. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +132 -0
  270. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js.map +1 -0
  271. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +11 -10
  272. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -1
  273. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js +14 -0
  274. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.module.scss.js.map +1 -0
  275. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.d.ts +7 -0
  276. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js +98 -0
  277. package/dist/components/Employee/Deductions/DeductionsForm/UNSTABLE_DeductionsForm.js.map +1 -0
  278. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +8 -7
  279. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  280. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +11 -10
  281. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -1
  282. package/dist/components/Employee/Deductions/stateMachine.d.ts +5 -5
  283. package/dist/components/Employee/Deductions/stateMachine.js.map +1 -1
  284. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +8 -6
  285. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  286. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +7 -6
  287. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  288. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
  289. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  290. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +5 -3
  291. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  292. package/dist/components/Employee/DocumentSigner/DocumentSigner.js +19 -15
  293. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
  294. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
  295. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  296. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +5 -3
  297. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  298. package/dist/components/Employee/DocumentSigner/stateMachine.d.ts +3 -3
  299. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  300. package/dist/components/Employee/EmployeeList/Actions.js +6 -4
  301. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  302. package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
  303. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  304. package/dist/components/Employee/EmployeeList/Head.js +7 -5
  305. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  306. package/dist/components/Employee/EmployeeList/List.js +15 -14
  307. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  308. package/dist/components/Employee/EmployeeList/useEmployeeList.js +5 -3
  309. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  310. package/dist/components/Employee/FederalTaxes/Actions.js +8 -6
  311. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  312. package/dist/components/Employee/FederalTaxes/FederalForm.js +13 -11
  313. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  314. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +5 -3
  315. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js.map +1 -1
  316. package/dist/components/Employee/Landing/Landing.js +13 -12
  317. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  318. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js +24 -20
  319. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  320. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.d.ts +9 -9
  321. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  322. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  323. package/dist/components/Employee/PaymentMethod/Actions.js +9 -7
  324. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  325. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +6 -5
  326. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  327. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +10 -8
  328. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  329. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +3 -2
  330. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  331. package/dist/components/Employee/PaymentMethod/Split.js +11 -10
  332. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  333. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +7 -5
  334. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  335. package/dist/components/Employee/Profile/Actions.js +9 -7
  336. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  337. package/dist/components/Employee/Profile/AdminPersonalDetails.js +32 -29
  338. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  339. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js +8 -0
  340. package/dist/components/Employee/Profile/AdminPersonalDetails.module.scss.js.map +1 -0
  341. package/dist/components/Employee/Profile/HomeAddress.js +1 -1
  342. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
  343. package/dist/components/Employee/Profile/Profile.d.ts +1 -0
  344. package/dist/components/Employee/Profile/Profile.js +78 -75
  345. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  346. package/dist/components/Employee/Profile/useProfile.js +5 -3
  347. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  348. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js +17 -13
  349. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  350. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.d.ts +5 -5
  351. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  352. package/dist/components/Employee/StateTaxes/Actions.js +10 -8
  353. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  354. package/dist/components/Employee/StateTaxes/useStateTaxes.js +5 -3
  355. package/dist/components/Employee/StateTaxes/useStateTaxes.js.map +1 -1
  356. package/dist/components/Employee/Taxes/Actions.js +10 -8
  357. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  358. package/dist/components/Employee/Taxes/FederalForm.js +14 -12
  359. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  360. package/dist/components/Employee/Taxes/useTaxes.js +5 -3
  361. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  362. package/dist/components/Payroll/PayrollBlocker/PayrollBlockerAlerts.d.ts +7 -0
  363. package/dist/components/Payroll/PayrollBlocker/PayrollBlockerList.d.ts +6 -0
  364. package/dist/components/Payroll/PayrollBlocker/PayrollBlockerTypes.d.ts +101 -0
  365. package/dist/components/Payroll/PayrollBlocker/index.d.ts +4 -0
  366. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +64 -56
  367. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  368. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +36 -36
  369. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  370. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +41 -45
  371. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  372. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +20 -2
  373. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +308 -101
  374. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  375. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js +16 -0
  376. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.module.scss.js.map +1 -0
  377. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +7 -0
  378. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +59 -0
  379. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -0
  380. package/dist/components/Payroll/PayrollEditEmployee/index.d.ts +4 -0
  381. package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +2 -0
  382. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js +26 -0
  383. package/dist/components/Payroll/PayrollFlow/PayrollFlow.js.map +1 -0
  384. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +25 -0
  385. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +59 -0
  386. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -0
  387. package/dist/components/Payroll/PayrollFlow/index.d.ts +3 -0
  388. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.d.ts +7 -0
  389. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +116 -0
  390. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -0
  391. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +19 -0
  392. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +114 -0
  393. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -0
  394. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +8 -11
  395. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +194 -0
  396. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -0
  397. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js +8 -0
  398. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.module.scss.js.map +1 -0
  399. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +7 -0
  400. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +41 -0
  401. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -0
  402. package/dist/components/Payroll/PayrollList/PayrollList.js +19 -21
  403. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  404. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +87 -79
  405. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  406. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +3 -1
  407. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +102 -42
  408. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  409. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +12 -1
  410. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +274 -133
  411. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  412. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +7 -0
  413. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +21 -0
  414. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -0
  415. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +6 -0
  416. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +220 -0
  417. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -0
  418. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js +28 -0
  419. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.module.scss.js.map +1 -0
  420. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.d.ts +2 -2
  421. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.js +58 -43
  422. package/dist/components/Payroll/RunPayrollFlow/RunPayroll.js.map +1 -1
  423. package/dist/components/Payroll/RunPayrollFlow/RunPayrollFlow.js +11 -11
  424. package/dist/components/Payroll/RunPayrollFlow/RunPayrollFlow.js.map +1 -1
  425. package/dist/components/Payroll/helpers.d.ts +21 -1
  426. package/dist/components/Payroll/helpers.js +166 -123
  427. package/dist/components/Payroll/helpers.js.map +1 -1
  428. package/dist/components/Payroll/index.d.ts +4 -0
  429. package/dist/components/Payroll/index.js +14 -6
  430. package/dist/components/Payroll/index.js.map +1 -1
  431. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js +21 -19
  432. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  433. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +1 -0
  434. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +10 -0
  435. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js +35 -31
  436. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
  437. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +2 -0
  438. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  439. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +8 -5
  440. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  441. package/dist/contexts/ThemeProvider/theme.d.ts +3 -0
  442. package/dist/contexts/ThemeProvider/theme.js +12 -9
  443. package/dist/contexts/ThemeProvider/theme.js.map +1 -1
  444. package/dist/helpers/formattedStrings.js +12 -11
  445. package/dist/helpers/formattedStrings.js.map +1 -1
  446. package/dist/helpers/readableStreamToBlob.d.ts +1 -0
  447. package/dist/helpers/readableStreamToBlob.js +17 -0
  448. package/dist/helpers/readableStreamToBlob.js.map +1 -0
  449. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.d.ts +2 -4
  450. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  451. package/dist/i18n/I18n.js +9 -9
  452. package/dist/i18n/I18n.js.map +1 -1
  453. package/dist/i18n/en/Employee.Deductions.json.js +126 -66
  454. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  455. package/dist/i18n/en/Employee.Profile.json.js +32 -30
  456. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  457. package/dist/i18n/en/Payroll.PayrollConfiguration.json.js +15 -15
  458. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +34 -14
  459. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
  460. package/dist/i18n/en/Payroll.PayrollHistory.json.js +22 -0
  461. package/dist/i18n/en/Payroll.PayrollHistory.json.js.map +1 -0
  462. package/dist/i18n/en/Payroll.PayrollLanding.json.js +12 -0
  463. package/dist/i18n/en/Payroll.PayrollLanding.json.js.map +1 -0
  464. package/dist/i18n/en/Payroll.PayrollList.json.js +16 -12
  465. package/dist/i18n/en/Payroll.PayrollList.json.js.map +1 -1
  466. package/dist/i18n/en/Payroll.PayrollOverview.json.js +50 -22
  467. package/dist/i18n/en/Payroll.PayrollOverview.json.js.map +1 -1
  468. package/dist/i18n/en/Payroll.PayrollReceipts.json.js +16 -0
  469. package/dist/i18n/en/Payroll.PayrollReceipts.json.js.map +1 -0
  470. package/dist/i18n/en/PayrollBlocker.json.js +18 -0
  471. package/dist/i18n/en/PayrollBlocker.json.js.map +1 -0
  472. package/dist/node_modules/redux/es/redux.js +2 -2
  473. package/dist/node_modules/redux/es/redux.js.map +1 -1
  474. package/dist/shared/constants.d.ts +41 -4
  475. package/dist/shared/constants.js +85 -57
  476. package/dist/shared/constants.js.map +1 -1
  477. package/dist/style.css +1 -1
  478. package/dist/types/Helpers.d.ts +7 -0
  479. package/dist/types/i18next.d.ts +187 -44
  480. package/package.json +18 -18
  481. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +0 -16
  482. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js.map +0 -1
  483. package/dist/i18n/en/payroll.payrollhistory.json.js +0 -20
  484. package/dist/i18n/en/payroll.payrollhistory.json.js.map +0 -1
package/dist/i18n/I18n.js CHANGED
@@ -1,11 +1,11 @@
1
- import p from "../_virtual/dynamic-import-helper.js";
1
+ import l from "../_virtual/dynamic-import-helper.js";
2
2
  import { useTranslation as m } from "react-i18next";
3
- import { LRUCache as l } from "../helpers/LRUCache.js";
4
- const C = "common", s = new l(50), y = ({ lng: n = "en", ns: o }) => {
3
+ import { LRUCache as p } from "../helpers/LRUCache.js";
4
+ const P = "common", s = new p(50), y = ({ lng: n = "en", ns: o }) => {
5
5
  let e = !0, r = !1, t;
6
6
  const i = (async () => {
7
7
  try {
8
- t = (await p(/* @__PURE__ */ Object.assign({ "./en/Company.AddBank.json": () => import("./en/Company.AddBank.json.js"), "./en/Company.Addresses.json": () => import("./en/Company.Addresses.json.js"), "./en/Company.AssignSignatory.json": () => import("./en/Company.AssignSignatory.json.js"), "./en/Company.BankAccount.json": () => import("./en/Company.BankAccount.json.js"), "./en/Company.DocumentList.json": () => import("./en/Company.DocumentList.json.js"), "./en/Company.FederalTaxes.json": () => import("./en/Company.FederalTaxes.json.js"), "./en/Company.Industry.json": () => import("./en/Company.Industry.json.js"), "./en/Company.Locations.json": () => import("./en/Company.Locations.json.js"), "./en/Company.OnboardingOverview.json": () => import("./en/Company.OnboardingOverview.json.js"), "./en/Company.PaySchedule.json": () => import("./en/Company.PaySchedule.json.js"), "./en/Company.SignatureForm.json": () => import("./en/Company.SignatureForm.json.js"), "./en/Company.StateTaxes.json": () => import("./en/Company.StateTaxes.json.js"), "./en/Contractor.Address.json": () => import("./en/Contractor.Address.json.js"), "./en/Contractor.ContractorList.json": () => import("./en/Contractor.ContractorList.json.js"), "./en/Contractor.NewHireReport.json": () => import("./en/Contractor.NewHireReport.json.js"), "./en/Contractor.PaymentMethod.json": () => import("./en/Contractor.PaymentMethod.json.js"), "./en/Contractor.Profile.json": () => import("./en/Contractor.Profile.json.js"), "./en/Contractor.Submit.json": () => import("./en/Contractor.Submit.json.js"), "./en/Employee.BankAccount.json": () => import("./en/Employee.BankAccount.json.js"), "./en/Employee.Compensation.json": () => import("./en/Employee.Compensation.json.js"), "./en/Employee.Deductions.json": () => import("./en/Employee.Deductions.json.js"), "./en/Employee.DocumentSigner.json": () => import("./en/Employee.DocumentSigner.json.js"), "./en/Employee.EmployeeList.json": () => import("./en/Employee.EmployeeList.json.js"), "./en/Employee.FederalTaxes.json": () => import("./en/Employee.FederalTaxes.json.js"), "./en/Employee.HomeAddress.json": () => import("./en/Employee.HomeAddress.json.js"), "./en/Employee.Landing.json": () => import("./en/Employee.Landing.json.js"), "./en/Employee.OnboardingSummary.json": () => import("./en/Employee.OnboardingSummary.json.js"), "./en/Employee.PaySchedules.json": () => import("./en/Employee.PaySchedules.json.js"), "./en/Employee.PaymentMethod.json": () => import("./en/Employee.PaymentMethod.json.js"), "./en/Employee.Profile.json": () => import("./en/Employee.Profile.json.js"), "./en/Employee.SplitPaycheck.json": () => import("./en/Employee.SplitPaycheck.json.js"), "./en/Employee.StateTaxes.json": () => import("./en/Employee.StateTaxes.json.js"), "./en/Employee.Taxes.json": () => import("./en/Employee.Taxes.json.js"), "./en/Payroll.PayrollConfiguration.json": () => import("./en/Payroll.PayrollConfiguration.json.js"), "./en/Payroll.PayrollEditEmployee.json": () => import("./en/Payroll.PayrollEditEmployee.json.js"), "./en/Payroll.PayrollHistoryList.json": () => import("./en/Payroll.PayrollHistoryList.json.js"), "./en/Payroll.PayrollList.json": () => import("./en/Payroll.PayrollList.json.js"), "./en/Payroll.PayrollOverview.json": () => import("./en/Payroll.PayrollOverview.json.js"), "./en/Payroll.PayrollSchedule.json": () => import("./en/Payroll.PayrollSchedule.json.js"), "./en/Payroll.RunPayroll.json": () => import("./en/Payroll.RunPayroll.json.js"), "./en/common.json": () => import("./en/common.json.js"), "./en/payroll.payrollhistory.json": () => import("./en/payroll.payrollhistory.json.js") }), `./${n}/${o}.json`, 3)).default, e = !1;
8
+ t = (await l(/* @__PURE__ */ Object.assign({ "./en/Company.AddBank.json": () => import("./en/Company.AddBank.json.js"), "./en/Company.Addresses.json": () => import("./en/Company.Addresses.json.js"), "./en/Company.AssignSignatory.json": () => import("./en/Company.AssignSignatory.json.js"), "./en/Company.BankAccount.json": () => import("./en/Company.BankAccount.json.js"), "./en/Company.DocumentList.json": () => import("./en/Company.DocumentList.json.js"), "./en/Company.FederalTaxes.json": () => import("./en/Company.FederalTaxes.json.js"), "./en/Company.Industry.json": () => import("./en/Company.Industry.json.js"), "./en/Company.Locations.json": () => import("./en/Company.Locations.json.js"), "./en/Company.OnboardingOverview.json": () => import("./en/Company.OnboardingOverview.json.js"), "./en/Company.PaySchedule.json": () => import("./en/Company.PaySchedule.json.js"), "./en/Company.SignatureForm.json": () => import("./en/Company.SignatureForm.json.js"), "./en/Company.StateTaxes.json": () => import("./en/Company.StateTaxes.json.js"), "./en/Contractor.Address.json": () => import("./en/Contractor.Address.json.js"), "./en/Contractor.ContractorList.json": () => import("./en/Contractor.ContractorList.json.js"), "./en/Contractor.NewHireReport.json": () => import("./en/Contractor.NewHireReport.json.js"), "./en/Contractor.PaymentMethod.json": () => import("./en/Contractor.PaymentMethod.json.js"), "./en/Contractor.Profile.json": () => import("./en/Contractor.Profile.json.js"), "./en/Contractor.Submit.json": () => import("./en/Contractor.Submit.json.js"), "./en/Employee.BankAccount.json": () => import("./en/Employee.BankAccount.json.js"), "./en/Employee.Compensation.json": () => import("./en/Employee.Compensation.json.js"), "./en/Employee.Deductions.json": () => import("./en/Employee.Deductions.json.js"), "./en/Employee.DocumentSigner.json": () => import("./en/Employee.DocumentSigner.json.js"), "./en/Employee.EmployeeList.json": () => import("./en/Employee.EmployeeList.json.js"), "./en/Employee.FederalTaxes.json": () => import("./en/Employee.FederalTaxes.json.js"), "./en/Employee.HomeAddress.json": () => import("./en/Employee.HomeAddress.json.js"), "./en/Employee.Landing.json": () => import("./en/Employee.Landing.json.js"), "./en/Employee.OnboardingSummary.json": () => import("./en/Employee.OnboardingSummary.json.js"), "./en/Employee.PaySchedules.json": () => import("./en/Employee.PaySchedules.json.js"), "./en/Employee.PaymentMethod.json": () => import("./en/Employee.PaymentMethod.json.js"), "./en/Employee.Profile.json": () => import("./en/Employee.Profile.json.js"), "./en/Employee.SplitPaycheck.json": () => import("./en/Employee.SplitPaycheck.json.js"), "./en/Employee.StateTaxes.json": () => import("./en/Employee.StateTaxes.json.js"), "./en/Employee.Taxes.json": () => import("./en/Employee.Taxes.json.js"), "./en/Payroll.PayrollConfiguration.json": () => import("./en/Payroll.PayrollConfiguration.json.js"), "./en/Payroll.PayrollEditEmployee.json": () => import("./en/Payroll.PayrollEditEmployee.json.js"), "./en/Payroll.PayrollHistory.json": () => import("./en/Payroll.PayrollHistory.json.js"), "./en/Payroll.PayrollLanding.json": () => import("./en/Payroll.PayrollLanding.json.js"), "./en/Payroll.PayrollList.json": () => import("./en/Payroll.PayrollList.json.js"), "./en/Payroll.PayrollOverview.json": () => import("./en/Payroll.PayrollOverview.json.js"), "./en/Payroll.PayrollReceipts.json": () => import("./en/Payroll.PayrollReceipts.json.js"), "./en/Payroll.PayrollSchedule.json": () => import("./en/Payroll.PayrollSchedule.json.js"), "./en/Payroll.RunPayroll.json": () => import("./en/Payroll.RunPayroll.json.js"), "./en/PayrollBlocker.json": () => import("./en/PayrollBlocker.json.js"), "./en/common.json": () => import("./en/common.json.js") }), `./${n}/${o}.json`, 3)).default, e = !1;
9
9
  } catch {
10
10
  r = !0, e = !1;
11
11
  }
@@ -17,7 +17,7 @@ const C = "common", s = new l(50), y = ({ lng: n = "en", ns: o }) => {
17
17
  throw new Error(`Error loading translation for component: ${o}`);
18
18
  return t;
19
19
  };
20
- }, g = (n) => {
20
+ }, C = (n) => {
21
21
  const { i18n: o } = m();
22
22
  if (!n) return;
23
23
  const e = `${o.resolvedLanguage}:${n}`;
@@ -27,15 +27,15 @@ const C = "common", s = new l(50), y = ({ lng: n = "en", ns: o }) => {
27
27
  const t = r();
28
28
  o.addResourceBundle(o.resolvedLanguage ?? "en", n, t, !0, !1);
29
29
  }
30
- }, E = (n, o) => {
30
+ }, g = (n, o) => {
31
31
  const { i18n: e } = m();
32
32
  if (o)
33
33
  for (const r in o)
34
34
  e.addResourceBundle(r, n, o[r], !0, !0);
35
35
  };
36
36
  export {
37
- C as defaultNS,
38
- E as useComponentDictionary,
39
- g as useI18n
37
+ P as defaultNS,
38
+ g as useComponentDictionary,
39
+ C as useI18n
40
40
  };
41
41
  //# sourceMappingURL=I18n.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"I18n.js","sources":["../../src/i18n/I18n.ts"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport type { CustomTypeOptions } from 'i18next'\nimport { LRUCache } from '@/helpers/LRUCache'\nimport type { ResourceDictionary, Resources } from '@/types/Helpers'\n\nexport const defaultNS = 'common'\n\n//LRU cache holding requested resources\nconst resourceCache = new LRUCache(50)\n/**\n * Dynamic loading of translation resources - works with Suspence to prevent early access to loadable strings\n * @param lng(string): resource language\n * @param ns(string): Namespace/name of the component/resource\n * @returns Promise<Translation resource>\n */\nconst loadResource = ({ lng = 'en', ns }: { ns: string; lng?: string }) => {\n let isLoading = true\n let isError = false\n let resource: Record<string, string>\n\n const importResources = async () => {\n try {\n const module = await import(`@/i18n/${lng}/${ns}.json`)\n\n resource = module.default\n isLoading = false\n } catch (err) {\n isError = true\n isLoading = false\n }\n }\n const promise = importResources()\n return () => {\n if (isLoading) {\n // eslint-disable-next-line @typescript-eslint/only-throw-error\n throw promise // Throw the promise to indicate Suspense should suspend.\n } else if (isError) {\n throw new Error(`Error loading translation for component: ${ns}`) // Handle error\n } else {\n return resource // Return the resource when loading is complete\n }\n }\n}\n\n/**\n * Hook that allows component to load custom dictionary\n * @param @private {string} ns - Namespace - should match component name exactly - not exposed to consumers\n */\nexport const useI18n = (ns: keyof CustomTypeOptions['resources'] | null) => {\n //Getting our instance of i18n -> supplied by the provider set in GustoApiProvider\n const { i18n: i18nInstance } = useTranslation()\n //Abort when namespace is not provided\n if (!ns) return\n const key = `${i18nInstance.resolvedLanguage}:${ns}`\n //Skip loading default resource if it is already in cache\n if (resourceCache.get(key) === null) {\n //If resource not in cache, initiate loading and add getter to cache\n resourceCache.put(key, loadResource({ lng: i18nInstance.resolvedLanguage, ns: ns }))\n }\n //Get resourceGetter from cache\n const resourceGetter = resourceCache.get(key)\n if (resourceGetter) {\n const resource = resourceGetter()\n i18nInstance.addResourceBundle(i18nInstance.resolvedLanguage ?? 'en', ns, resource, true, false) //Last argument is set to false to prevent override of keys provided by partners on GustoApiProvider level through dictionary prop\n }\n}\n\n//Used by individual components to override their dictionaries with partner provided resources\nexport const useComponentDictionary = <K extends keyof Resources>(\n ns: keyof CustomTypeOptions['resources'],\n resource?: ResourceDictionary<K> | null,\n) => {\n const { i18n: i18nInstance } = useTranslation()\n if (resource) {\n for (const lang in resource) {\n i18nInstance.addResourceBundle(lang, ns, resource[lang], true, true)\n }\n }\n}\n"],"names":["defaultNS","resourceCache","LRUCache","loadResource","lng","ns","isLoading","isError","resource","promise","__variableDynamicImportRuntimeHelper","useI18n","i18nInstance","useTranslation","key","resourceGetter","useComponentDictionary","lang"],"mappings":";;;AAKO,MAAMA,IAAY,UAGnBC,IAAgB,IAAIC,EAAS,EAAE,GAO/BC,IAAe,CAAC,EAAE,KAAAC,IAAM,MAAM,IAAAC,QAAuC;AACzE,MAAIC,IAAY,IACZC,IAAU,IACVC;AAaJ,QAAMC,KAXkB,YAAY;AAClC,QAAI;AAGF,MAAAD,KAFe,MAAME,2iHAAA,KAAAN,CAAA,IAAAC,CAAA,SAAA,CAAA,GAEH,SAClBC,IAAY;AAAA,IACd,QAAc;AACZ,MAAAC,IAAU,IACVD,IAAY;AAAA,IACd;AAAA,EACF,GACgB;AAChB,SAAO,MAAM;AACX,QAAIA;AAEF,YAAMG;QACGF;AACT,YAAM,IAAI,MAAM,4CAA4CF,CAAE,EAAE;AAEhE,WAAOG;AAAA,EAEX;AACF,GAMaG,IAAU,CAACN,MAAoD;AAE1E,QAAM,EAAE,MAAMO,EAAA,IAAiBC,EAAA;AAE/B,MAAI,CAACR,EAAI;AACT,QAAMS,IAAM,GAAGF,EAAa,gBAAgB,IAAIP,CAAE;AAElD,EAAIJ,EAAc,IAAIa,CAAG,MAAM,QAE7Bb,EAAc,IAAIa,GAAKX,EAAa,EAAE,KAAKS,EAAa,kBAAkB,IAAAP,EAAA,CAAQ,CAAC;AAGrF,QAAMU,IAAiBd,EAAc,IAAIa,CAAG;AAC5C,MAAIC,GAAgB;AAClB,UAAMP,IAAWO,EAAA;AACjB,IAAAH,EAAa,kBAAkBA,EAAa,oBAAoB,MAAMP,GAAIG,GAAU,IAAM,EAAK;AAAA,EACjG;AACF,GAGaQ,IAAyB,CACpCX,GACAG,MACG;AACH,QAAM,EAAE,MAAMI,EAAA,IAAiBC,EAAA;AAC/B,MAAIL;AACF,eAAWS,KAAQT;AACjB,MAAAI,EAAa,kBAAkBK,GAAMZ,GAAIG,EAASS,CAAI,GAAG,IAAM,EAAI;AAGzE;"}
1
+ {"version":3,"file":"I18n.js","sources":["../../src/i18n/I18n.ts"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport type { CustomTypeOptions } from 'i18next'\nimport { LRUCache } from '@/helpers/LRUCache'\nimport type { ResourceDictionary, Resources } from '@/types/Helpers'\n\nexport const defaultNS = 'common'\n\n//LRU cache holding requested resources\nconst resourceCache = new LRUCache(50)\n/**\n * Dynamic loading of translation resources - works with Suspence to prevent early access to loadable strings\n * @param lng(string): resource language\n * @param ns(string): Namespace/name of the component/resource\n * @returns Promise<Translation resource>\n */\nconst loadResource = ({ lng = 'en', ns }: { ns: string; lng?: string }) => {\n let isLoading = true\n let isError = false\n let resource: Record<string, string>\n\n const importResources = async () => {\n try {\n const module = await import(`@/i18n/${lng}/${ns}.json`)\n\n resource = module.default\n isLoading = false\n } catch (err) {\n isError = true\n isLoading = false\n }\n }\n const promise = importResources()\n return () => {\n if (isLoading) {\n // eslint-disable-next-line @typescript-eslint/only-throw-error\n throw promise // Throw the promise to indicate Suspense should suspend.\n } else if (isError) {\n throw new Error(`Error loading translation for component: ${ns}`) // Handle error\n } else {\n return resource // Return the resource when loading is complete\n }\n }\n}\n\n/**\n * Hook that allows component to load custom dictionary\n * @param @private {string} ns - Namespace - should match component name exactly - not exposed to consumers\n */\nexport const useI18n = (ns: keyof CustomTypeOptions['resources'] | null) => {\n //Getting our instance of i18n -> supplied by the provider set in GustoApiProvider\n const { i18n: i18nInstance } = useTranslation()\n //Abort when namespace is not provided\n if (!ns) return\n const key = `${i18nInstance.resolvedLanguage}:${ns}`\n //Skip loading default resource if it is already in cache\n if (resourceCache.get(key) === null) {\n //If resource not in cache, initiate loading and add getter to cache\n resourceCache.put(key, loadResource({ lng: i18nInstance.resolvedLanguage, ns: ns }))\n }\n //Get resourceGetter from cache\n const resourceGetter = resourceCache.get(key)\n if (resourceGetter) {\n const resource = resourceGetter()\n i18nInstance.addResourceBundle(i18nInstance.resolvedLanguage ?? 'en', ns, resource, true, false) //Last argument is set to false to prevent override of keys provided by partners on GustoApiProvider level through dictionary prop\n }\n}\n\n//Used by individual components to override their dictionaries with partner provided resources\nexport const useComponentDictionary = <K extends keyof Resources>(\n ns: keyof CustomTypeOptions['resources'],\n resource?: ResourceDictionary<K> | null,\n) => {\n const { i18n: i18nInstance } = useTranslation()\n if (resource) {\n for (const lang in resource) {\n i18nInstance.addResourceBundle(lang, ns, resource[lang], true, true)\n }\n }\n}\n"],"names":["defaultNS","resourceCache","LRUCache","loadResource","lng","ns","isLoading","isError","resource","promise","__variableDynamicImportRuntimeHelper","useI18n","i18nInstance","useTranslation","key","resourceGetter","useComponentDictionary","lang"],"mappings":";;;AAKO,MAAMA,IAAY,UAGnBC,IAAgB,IAAIC,EAAS,EAAE,GAO/BC,IAAe,CAAC,EAAE,KAAAC,IAAM,MAAM,IAAAC,QAAuC;AACzE,MAAIC,IAAY,IACZC,IAAU,IACVC;AAaJ,QAAMC,KAXkB,YAAY;AAClC,QAAI;AAGF,MAAAD,KAFe,MAAME,usHAAA,KAAAN,CAAA,IAAAC,CAAA,SAAA,CAAA,GAEH,SAClBC,IAAY;AAAA,IACd,QAAc;AACZ,MAAAC,IAAU,IACVD,IAAY;AAAA,IACd;AAAA,EACF,GACgB;AAChB,SAAO,MAAM;AACX,QAAIA;AAEF,YAAMG;QACGF;AACT,YAAM,IAAI,MAAM,4CAA4CF,CAAE,EAAE;AAEhE,WAAOG;AAAA,EAEX;AACF,GAMaG,IAAU,CAACN,MAAoD;AAE1E,QAAM,EAAE,MAAMO,EAAA,IAAiBC,EAAA;AAE/B,MAAI,CAACR,EAAI;AACT,QAAMS,IAAM,GAAGF,EAAa,gBAAgB,IAAIP,CAAE;AAElD,EAAIJ,EAAc,IAAIa,CAAG,MAAM,QAE7Bb,EAAc,IAAIa,GAAKX,EAAa,EAAE,KAAKS,EAAa,kBAAkB,IAAAP,EAAA,CAAQ,CAAC;AAGrF,QAAMU,IAAiBd,EAAc,IAAIa,CAAG;AAC5C,MAAIC,GAAgB;AAClB,UAAMP,IAAWO,EAAA;AACjB,IAAAH,EAAa,kBAAkBA,EAAa,oBAAoB,MAAMP,GAAIG,GAAU,IAAM,EAAK;AAAA,EACjG;AACF,GAGaQ,IAAyB,CACpCX,GACAG,MACG;AACH,QAAM,EAAE,MAAMI,EAAA,IAAiBC,EAAA;AAC/B,MAAIL;AACF,eAAWS,KAAQT;AACjB,MAAAI,EAAa,kBAAkBK,GAAMZ,GAAIG,EAASS,CAAI,GAAG,IAAM,EAAI;AAGzE;"}
@@ -1,80 +1,140 @@
1
- const e = "Deductions", n = "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.", t = "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", N = "Yes", R = "No", d = "Continue", u = "Add Deduction", s = "Add deduction", a = "Edit Deduction", r = "Deduction description", l = "Deduction frequency", p = "This deduction occurs every payroll", m = "This is a one-time deduction and only applies to the next upcoming payroll", y = "List of current deductions of an employee", h = "Deduction type", D = "Percentage", g = "Fixed dollar amount", f = "Amount to withhold", T = "Annual maximum", b = "This is a court-ordered deduction", C = "Deduction", A = "Frequency", L = "Withheld", x = "Actions", O = "Recurring", q = "{{value}} per paycheck", v = "One-time", E = "Once added, your deductions will appear here.", F = "Deduction actions menu", Y = "Edit deduction", k = "Delete deduction", w = "+ Add another deduction", I = "Cancel", M = { description: "Description is required", amount: "Amount must be a valid number" }, P = {
1
+ const e = "Deductions", t = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", n = "If you need to deduct money from this employee's paycheck (e.g. for child support, housing, meals, or transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", c = "Employee deductions", i = "You haven't added any deductions yet", ue = "Yes", le = "No", s = "Continue", d = "Save", a = "Add Deduction", r = "Add deduction", u = "Back to deductions", l = "External post tax deductions", p = "Amounts are withheld from the net pay of an employee and reported on the paystub and within payroll receipts. Note that these deductions are always post-tax and will start with the next pay period.", h = "Garnishment (a court-ordered deduction)", y = "Garnishment type", m = "Child support", g = "All counties", D = "Agency", f = "Select the appropriate state agency.", x = "County", T = "Select the appropriate state county", b = "CSE Case Number", C = "Carefully enter the Child Support Enforcement Case Number", w = "Enter the unique Order Identifier or Order ID associated with this child support obligation.", A = "Carefully enter the Child Support Enforcement Remittance ID", E = "Total amount withheld", k = "Enter the amount indicated in the letter from the child support agency", v = "Max paycheck percentage", O = "Enter the maximum percentage of your employee's paycheck that we should withhold. You can find this info in the letter from the child support agency.", P = "Reminder: you are responsible for this payment", L = "Unfortunately, this agency doesn't support electronic payments, so you are responsible for paying the agency yourself.", pe = "Per", q = "Enter how often the agency collects the withholding amount", N = "Every week", H = "Every other week", S = "Twice per month", R = "Monthly", I = "Custom deduction (post-tax)", M = "A garnishment is a court-ordered wage reduction—we’ll handle the tax calculations based what you select. For other post-tax deductions, choose Custom Deduction.", F = "Edit Deduction", W = "Deduction description", Y = "Deduction frequency", B = "This deduction occurs every payroll", G = "This is a one-time deduction and only applies to the next upcoming payroll", U = "List of current deductions of an employee", V = "Deduction type", _ = "Percentage", j = "Fixed dollar amount", z = "Amount to withhold", J = "Annual maximum", K = "This is a court-ordered deduction", Q = "Deduction", X = "Frequency", Z = "Withheld", $ = "Actions", ee = "Recurring", te = "{{value}} per paycheck", oe = "One-time", ne = "Once added, your deductions will appear here.", ce = "Deduction actions menu", ie = "Edit deduction", se = "Delete deduction", de = "+ Add another deduction", ae = "Cancel", re = { description: "Description is required", amount: "Amount must be a valid number" }, he = {
2
2
  pageTitle: e,
3
- includeDeductionsFormLabel: n,
3
+ includeDeductionsFormLabel: t,
4
4
  includeDeductionsDescription: o,
5
- includeDeductionsDescriptionV2: t,
5
+ includeDeductionsDescriptionV2: n,
6
6
  includeDeductionsSubtitle: c,
7
7
  includeDeductionsEmptyState: i,
8
8
  includeDeductionsYes: "Yes",
9
9
  includeDeductionsNo: "No",
10
- continueCta: d,
11
- addDeductionTitle: u,
12
- addDeductionButtonCta: s,
13
- editDeductionTitle: a,
14
- descriptionLabel: r,
15
- frequencyLabel: l,
16
- frequencyRecurringOption: p,
17
- frequencyOneTimeOption: m,
18
- deductionsTableLabel: y,
19
- deductionTypeLabel: h,
20
- deductionTypePercentageOption: D,
21
- deductionTypeFixedAmountOption: g,
22
- deductionAmountLabel: f,
23
- annualMaxLabel: T,
24
- courtOrderedLabel: b,
25
- nameColumn: C,
26
- frequencyColumn: A,
27
- withheldColumn: L,
28
- actionsColumn: x,
29
- recurringText: O,
30
- recurringAmount: q,
31
- nonRecurringText: v,
32
- emptyListMessage: E,
33
- hamburgerTitle: F,
34
- editCta: Y,
35
- deleteCta: k,
36
- addDeductionCta: w,
37
- cancelCta: I,
38
- validations: M
10
+ continueCta: s,
11
+ saveCta: d,
12
+ addDeductionTitle: a,
13
+ addDeductionButtonCta: r,
14
+ backToDeductionsCta: u,
15
+ externalPostTaxDeductions: l,
16
+ externalPostTaxDeductionsDescription: p,
17
+ garnishmentOption: h,
18
+ garnishmentType: y,
19
+ childSupport: m,
20
+ allCounties: g,
21
+ agency: D,
22
+ agencyHelperText: f,
23
+ county: x,
24
+ countyHelperText: T,
25
+ caseNumber: b,
26
+ caseNumberHelperText: C,
27
+ orderNumberHelperText: w,
28
+ remittanceNumberHelperText: A,
29
+ totalAmountWithheld: E,
30
+ totalAmountWithheldHelperText: k,
31
+ maxPaycheckPercentage: v,
32
+ maxPaycheckPercentageHelperText: O,
33
+ manualPaymentRequired: P,
34
+ manualPaymentRequiredDescription: L,
35
+ per: "Per",
36
+ perHelperText: q,
37
+ everyWeek: N,
38
+ everyOtherWeek: H,
39
+ twicePerMonth: S,
40
+ monthly: R,
41
+ customDeductionOption: I,
42
+ deductionTypeRadioLabel: M,
43
+ editDeductionTitle: F,
44
+ descriptionLabel: W,
45
+ frequencyLabel: Y,
46
+ frequencyRecurringOption: B,
47
+ frequencyOneTimeOption: G,
48
+ deductionsTableLabel: U,
49
+ deductionTypeLabel: V,
50
+ deductionTypePercentageOption: _,
51
+ deductionTypeFixedAmountOption: j,
52
+ deductionAmountLabel: z,
53
+ annualMaxLabel: J,
54
+ courtOrderedLabel: K,
55
+ nameColumn: Q,
56
+ frequencyColumn: X,
57
+ withheldColumn: Z,
58
+ actionsColumn: $,
59
+ recurringText: ee,
60
+ recurringAmount: te,
61
+ nonRecurringText: oe,
62
+ emptyListMessage: ne,
63
+ hamburgerTitle: ce,
64
+ editCta: ie,
65
+ deleteCta: se,
66
+ addDeductionCta: de,
67
+ cancelCta: ae,
68
+ validations: re
39
69
  };
40
70
  export {
41
- x as actionsColumn,
42
- s as addDeductionButtonCta,
43
- w as addDeductionCta,
44
- u as addDeductionTitle,
45
- T as annualMaxLabel,
46
- I as cancelCta,
47
- d as continueCta,
48
- b as courtOrderedLabel,
49
- f as deductionAmountLabel,
50
- g as deductionTypeFixedAmountOption,
51
- h as deductionTypeLabel,
52
- D as deductionTypePercentageOption,
53
- y as deductionsTableLabel,
54
- P as default,
55
- k as deleteCta,
56
- r as descriptionLabel,
57
- Y as editCta,
58
- a as editDeductionTitle,
59
- E as emptyListMessage,
60
- A as frequencyColumn,
61
- l as frequencyLabel,
62
- m as frequencyOneTimeOption,
63
- p as frequencyRecurringOption,
64
- F as hamburgerTitle,
71
+ $ as actionsColumn,
72
+ r as addDeductionButtonCta,
73
+ de as addDeductionCta,
74
+ a as addDeductionTitle,
75
+ D as agency,
76
+ f as agencyHelperText,
77
+ g as allCounties,
78
+ J as annualMaxLabel,
79
+ u as backToDeductionsCta,
80
+ ae as cancelCta,
81
+ b as caseNumber,
82
+ C as caseNumberHelperText,
83
+ m as childSupport,
84
+ s as continueCta,
85
+ x as county,
86
+ T as countyHelperText,
87
+ K as courtOrderedLabel,
88
+ I as customDeductionOption,
89
+ z as deductionAmountLabel,
90
+ j as deductionTypeFixedAmountOption,
91
+ V as deductionTypeLabel,
92
+ _ as deductionTypePercentageOption,
93
+ M as deductionTypeRadioLabel,
94
+ U as deductionsTableLabel,
95
+ he as default,
96
+ se as deleteCta,
97
+ W as descriptionLabel,
98
+ ie as editCta,
99
+ F as editDeductionTitle,
100
+ ne as emptyListMessage,
101
+ H as everyOtherWeek,
102
+ N as everyWeek,
103
+ l as externalPostTaxDeductions,
104
+ p as externalPostTaxDeductionsDescription,
105
+ X as frequencyColumn,
106
+ Y as frequencyLabel,
107
+ G as frequencyOneTimeOption,
108
+ B as frequencyRecurringOption,
109
+ h as garnishmentOption,
110
+ y as garnishmentType,
111
+ ce as hamburgerTitle,
65
112
  o as includeDeductionsDescription,
66
- t as includeDeductionsDescriptionV2,
113
+ n as includeDeductionsDescriptionV2,
67
114
  i as includeDeductionsEmptyState,
68
- n as includeDeductionsFormLabel,
69
- R as includeDeductionsNo,
115
+ t as includeDeductionsFormLabel,
116
+ le as includeDeductionsNo,
70
117
  c as includeDeductionsSubtitle,
71
- N as includeDeductionsYes,
72
- C as nameColumn,
73
- v as nonRecurringText,
118
+ ue as includeDeductionsYes,
119
+ P as manualPaymentRequired,
120
+ L as manualPaymentRequiredDescription,
121
+ v as maxPaycheckPercentage,
122
+ O as maxPaycheckPercentageHelperText,
123
+ R as monthly,
124
+ Q as nameColumn,
125
+ oe as nonRecurringText,
126
+ w as orderNumberHelperText,
74
127
  e as pageTitle,
75
- q as recurringAmount,
76
- O as recurringText,
77
- M as validations,
78
- L as withheldColumn
128
+ pe as per,
129
+ q as perHelperText,
130
+ te as recurringAmount,
131
+ ee as recurringText,
132
+ A as remittanceNumberHelperText,
133
+ d as saveCta,
134
+ E as totalAmountWithheld,
135
+ k as totalAmountWithheldHelperText,
136
+ S as twicePerMonth,
137
+ re as validations,
138
+ Z as withheldColumn
79
139
  };
80
140
  //# 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,52 +1,54 @@
1
- const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", h = "***-**-****", y = "Your employee’s first day of work at your company.", f = "Start date", p = "Continue", u = "Basics", w = { email: "Valid email is required", firstName: "Please enter valid first name", lastName: "Please enter valid last name", startDate: "Please select valid start date", startDateOutOfRange: "An employee must have a start date that is within six months from today." }, k = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", P = "Work Address", A = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", g = {
1
+ const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", o = "Personal email", a = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Your employee will be invited to enter their information on their own time.", h = "Social Security Number (9 digit)", f = "***-**-****", p = "Your employee’s first day of work at your company.", y = "Start date", u = "Continue", w = "Basics", k = { email: "Valid email is required", firstName: "Please enter valid first name", lastName: "Please enter valid last name", startDate: "Please select valid start date", startDateOutOfRange: "An employee must have a start date that is within six months from today." }, b = "Work address", D = "The primary location where the employee will be working.", P = "Select work address...", g = "Work Address", v = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", A = {
2
2
  cancelCta: e,
3
3
  description: t,
4
4
  dobLabel: s,
5
- email: a,
6
- emailDescription: o,
5
+ email: o,
6
+ emailDescription: a,
7
7
  firstName: i,
8
8
  formTitle: r,
9
9
  lastName: n,
10
10
  middleInitial: l,
11
11
  preferredFirstName: c,
12
12
  selfOnboardingLabel: d,
13
- ssnLabel: m,
14
- ssnMask: h,
15
- startDateDescription: y,
16
- startDateLabel: f,
17
- submitCta: p,
18
- title: u,
19
- validations: w,
20
- workAddress: k,
21
- workAddressDescription: b,
22
- workAddressPlaceholder: D,
23
- workAddressSectionTitle: P,
24
- workAddressSectionDescription: A
13
+ selfOnboardingDescription: m,
14
+ ssnLabel: h,
15
+ ssnMask: f,
16
+ startDateDescription: p,
17
+ startDateLabel: y,
18
+ submitCta: u,
19
+ title: w,
20
+ validations: k,
21
+ workAddress: b,
22
+ workAddressDescription: D,
23
+ workAddressPlaceholder: P,
24
+ workAddressSectionTitle: g,
25
+ workAddressSectionDescription: v
25
26
  };
26
27
  export {
27
28
  e as cancelCta,
28
- g as default,
29
+ A as default,
29
30
  t as description,
30
31
  s as dobLabel,
31
- a as email,
32
- o as emailDescription,
32
+ o as email,
33
+ a as emailDescription,
33
34
  i as firstName,
34
35
  r as formTitle,
35
36
  n as lastName,
36
37
  l as middleInitial,
37
38
  c as preferredFirstName,
39
+ m as selfOnboardingDescription,
38
40
  d as selfOnboardingLabel,
39
- m as ssnLabel,
40
- h as ssnMask,
41
- y as startDateDescription,
42
- f as startDateLabel,
43
- p as submitCta,
44
- u as title,
45
- w as validations,
46
- k as workAddress,
47
- b as workAddressDescription,
48
- D as workAddressPlaceholder,
49
- A as workAddressSectionDescription,
50
- P as workAddressSectionTitle
41
+ h as ssnLabel,
42
+ f as ssnMask,
43
+ p as startDateDescription,
44
+ y as startDateLabel,
45
+ u as submitCta,
46
+ w as title,
47
+ k as validations,
48
+ b as workAddress,
49
+ D as workAddressDescription,
50
+ P as workAddressPlaceholder,
51
+ v as workAddressSectionDescription,
52
+ g as workAddressSectionTitle
51
53
  };
52
54
  //# sourceMappingURL=Employee.Profile.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,13 +1,13 @@
1
- const e = "Run payroll for {{startDate}} - {{endDate}}", l = "Regular payroll", o = "Calculate payroll", a = "Calculate payroll", t = "Hours and additional earnings", s = "Review and update your employee's hours, reimbursements, and additional earnings below.", n = "Employee compensations", i = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, r = "Skipped", d = { edit: "Edit" }, p = "Back", y = "Back", c = { 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 = {
1
+ const e = "Run payroll for {{startDate}} - {{endDate}}", o = "Regular payroll", a = "Calculate payroll", l = "Calculate payroll", s = "Hours and additional earnings", t = "Review and update your employee's hours, reimbursements, and additional earnings below.", n = "Employee compensations", r = { employees: "Employees", hours: "Hours", timeOff: "Time off", additionalEarnings: "Additional earnings", reimbursements: "Reimbursements", totalPay: "Total pay" }, i = "Skipped", d = { edit: "Edit" }, p = "Back", y = "Back", 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 = {
2
2
  pageTitle: e,
3
- regularPayroll: l,
4
- calculatePayroll: o,
5
- calculatePayrollTitle: a,
6
- hoursAndEarningsTitle: t,
7
- hoursAndEarningsDescription: s,
3
+ regularPayroll: o,
4
+ calculatePayroll: a,
5
+ calculatePayrollTitle: l,
6
+ hoursAndEarningsTitle: s,
7
+ hoursAndEarningsDescription: t,
8
8
  employeeCompensationsTitle: n,
9
- tableColumns: i,
10
- skippedBadge: r,
9
+ tableColumns: r,
10
+ skippedBadge: i,
11
11
  editMenu: d,
12
12
  backButton: p,
13
13
  backButtonTitle: y,
@@ -17,16 +17,16 @@ export {
17
17
  c as alerts,
18
18
  p as backButton,
19
19
  y as backButtonTitle,
20
- o as calculatePayroll,
21
- a as calculatePayrollTitle,
20
+ a as calculatePayroll,
21
+ l as calculatePayrollTitle,
22
22
  u as default,
23
23
  d as editMenu,
24
24
  n as employeeCompensationsTitle,
25
- s as hoursAndEarningsDescription,
26
- t as hoursAndEarningsTitle,
25
+ t as hoursAndEarningsDescription,
26
+ s as hoursAndEarningsTitle,
27
27
  e as pageTitle,
28
- l as regularPayroll,
29
- r as skippedBadge,
30
- i as tableColumns
28
+ o as regularPayroll,
29
+ i as skippedBadge,
30
+ r as tableColumns
31
31
  };
32
32
  //# sourceMappingURL=Payroll.PayrollConfiguration.json.js.map
@@ -1,20 +1,40 @@
1
- const e = "Edit {{employeeName}}'s payroll", o = "Gross pay (excluding reimbursements)", s = "Regular hours", t = "Hours", r = "Save", l = "Cancel", a = { regularHours: "Regular Hours", overtime: "Overtime", doubleOvertime: "Double overtime" }, n = {
1
+ const e = "Edit payroll for {{employeeName}}", t = "Gross pay (excluding reimbursements)", o = "Gross pay: {{grossPay}} (excluding reimbursements)", n = "Regular hours", s = "Hours", i = "Save", a = "Cancel", r = { regularHours: "Regular Hours", overtime: "Overtime", doubleOvertime: "Double overtime" }, m = "Time off", c = { remaining: "{{balance}} remaining" }, l = "Additional earnings", p = "Reimbursement", u = { bonus: "Bonus", paycheckTips: "Paycheck tips", correctionPayment: "Correction payment", commission: "Commission", cashTips: "Cash tips", reimbursement: "Reimbursement" }, y = "Payment", d = "Payment method", h = "Changing the default payment method will only apply to this payroll.", g = { directDeposit: "Direct deposit", check: "Check" }, b = {
2
2
  pageTitle: e,
3
- grossPayLabel: o,
4
- regularHoursTitle: s,
5
- hoursUnit: t,
6
- saveButton: r,
7
- cancelButton: l,
8
- compensationNames: a
3
+ grossPayLabel: t,
4
+ grossPayLabelMobile: o,
5
+ regularHoursTitle: n,
6
+ hoursUnit: s,
7
+ saveButton: i,
8
+ cancelButton: a,
9
+ compensationNames: r,
10
+ timeOffTitle: m,
11
+ timeOffBalance: c,
12
+ additionalEarningsTitle: l,
13
+ reimbursementTitle: p,
14
+ fixedCompensationNames: u,
15
+ paymentMethodTitle: y,
16
+ paymentMethodLabel: d,
17
+ paymentMethodDescription: h,
18
+ paymentMethodOptions: g
9
19
  };
10
20
  export {
11
- l as cancelButton,
12
- a as compensationNames,
13
- n as default,
14
- o as grossPayLabel,
15
- t as hoursUnit,
21
+ l as additionalEarningsTitle,
22
+ a as cancelButton,
23
+ r as compensationNames,
24
+ b as default,
25
+ u as fixedCompensationNames,
26
+ t as grossPayLabel,
27
+ o as grossPayLabelMobile,
28
+ s as hoursUnit,
16
29
  e as pageTitle,
17
- s as regularHoursTitle,
18
- r as saveButton
30
+ h as paymentMethodDescription,
31
+ d as paymentMethodLabel,
32
+ g as paymentMethodOptions,
33
+ y as paymentMethodTitle,
34
+ n as regularHoursTitle,
35
+ p as reimbursementTitle,
36
+ i as saveButton,
37
+ c as timeOffBalance,
38
+ m as timeOffTitle
19
39
  };
20
40
  //# sourceMappingURL=Payroll.PayrollEditEmployee.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Payroll.PayrollEditEmployee.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
1
+ {"version":3,"file":"Payroll.PayrollEditEmployee.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,22 @@
1
+ const e = "Payroll history", o = { placeholder: "Last 3 months", options: { "3months": "3 months", "6months": "6 months", year: "Year" } }, a = { label: "Payroll history" }, t = { payPeriod: "Pay period", type: "Type", payDate: "Pay date", status: "Status", amount: "Amount" }, l = { viewSummary: "View payroll summary", viewReceipt: "View payroll receipt", cancelPayroll: "Cancel payroll" }, n = { title: "No payroll history", description: "When you run payrolls, they'll appear here for easy reference." }, r = { noAmount: "—" }, y = { title: "Cancel {{payPeriod}} payroll?", body: "Cancel this payroll now and run it again later. Any information entered will not be saved.", deadline: "Run this payroll by {{deadline}} to ensure your employees are paid on time.", primaryAction: "Yes, cancel payroll", secondaryAction: "No, go back" }, i = {
2
+ title: e,
3
+ timeFilter: o,
4
+ dataView: a,
5
+ columns: t,
6
+ menu: l,
7
+ emptyState: n,
8
+ labels: r,
9
+ cancelDialog: y
10
+ };
11
+ export {
12
+ y as cancelDialog,
13
+ t as columns,
14
+ a as dataView,
15
+ i as default,
16
+ n as emptyState,
17
+ r as labels,
18
+ l as menu,
19
+ o as timeFilter,
20
+ e as title
21
+ };
22
+ //# sourceMappingURL=Payroll.PayrollHistory.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.PayrollHistory.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -0,0 +1,12 @@
1
+ const a = { runPayroll: "Run payroll", payrollHistory: "Payroll history" }, l = { tabNavigation: "Payroll navigation" }, o = { loading: "Loading payroll data..." }, n = {
2
+ tabs: a,
3
+ aria: l,
4
+ labels: o
5
+ };
6
+ export {
7
+ l as aria,
8
+ n as default,
9
+ o as labels,
10
+ a as tabs
11
+ };
12
+ //# sourceMappingURL=Payroll.PayrollLanding.json.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payroll.PayrollLanding.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,16 +1,20 @@
1
- const e = "Payrolls", s = "Run Payroll", l = { processed: "Processed", unprocessed: "Unprocessed" }, a = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, t = ["Pay Period", "Type", "Pay Date", "Run By", "Status"], o = {
2
- payrollsListLabel: e,
3
- runPayrollTitle: s,
4
- status: l,
5
- type: a,
6
- tableHeaders: t
1
+ const e = "All payrolls have been processed", l = "Upcoming payroll", s = "Payrolls", t = "Run Payroll", a = { processed: "Processed", unprocessed: "Unprocessed" }, o = { External: "External", "Off-Cycle": "Off-Cycle", Regular: "Regular" }, r = ["Pay Period", "Type", "Pay Date", "Run By", "Status"], n = {
2
+ emptyState: e,
3
+ title: l,
4
+ payrollsListLabel: s,
5
+ runPayrollTitle: t,
6
+ status: a,
7
+ type: o,
8
+ tableHeaders: r
7
9
  };
8
10
  export {
9
- o as default,
10
- e as payrollsListLabel,
11
- s as runPayrollTitle,
12
- l as status,
13
- t as tableHeaders,
14
- a as type
11
+ n as default,
12
+ e as emptyState,
13
+ s as payrollsListLabel,
14
+ t as runPayrollTitle,
15
+ a as status,
16
+ r as tableHeaders,
17
+ l as title,
18
+ o as type
15
19
  };
16
20
  //# sourceMappingURL=Payroll.PayrollList.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Payroll.PayrollList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
1
+ {"version":3,"file":"Payroll.PayrollList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}