@gusto/embedded-react-sdk 0.25.0 → 0.26.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 (404) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/assets/icons/icon-file-jpg.svg.js +10 -0
  3. package/dist/assets/icons/icon-file-jpg.svg.js.map +1 -0
  4. package/dist/assets/icons/icon-file-pdf.svg.js +10 -0
  5. package/dist/assets/icons/icon-file-pdf.svg.js.map +1 -0
  6. package/dist/assets/icons/icon-file-png.svg.js +10 -0
  7. package/dist/assets/icons/icon-file-png.svg.js.map +1 -0
  8. package/dist/assets/icons/icon-trashcan.svg.js +10 -0
  9. package/dist/assets/icons/icon-trashcan.svg.js.map +1 -0
  10. package/dist/components/Base/Base.js +12 -13
  11. package/dist/components/Base/Base.js.map +1 -1
  12. package/dist/components/Common/SignatureForm/SignatureForm.js +10 -12
  13. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  14. package/dist/components/Common/SignatureForm/SignatureFormActions.js +3 -4
  15. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  16. package/dist/components/Common/SignatureForm/SignatureFormFields.js +6 -7
  17. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  18. package/dist/components/Common/UI/Alert/Alert.js +10 -10
  19. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  20. package/dist/components/Common/UI/Alert/Alert.module.scss.js +14 -14
  21. package/dist/components/Common/UI/Badge/Badge.module.scss.js +1 -1
  22. package/dist/components/Common/UI/Banner/Banner.module.scss.js +4 -4
  23. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +6 -6
  24. package/dist/components/Common/UI/FileInput/FileInput.js +105 -106
  25. package/dist/components/Common/UI/FileInput/FileInput.js.map +1 -1
  26. package/dist/components/Common/UI/FileInput/FileInput.module.scss.js +30 -28
  27. package/dist/components/Common/UI/FileInput/FileInput.module.scss.js.map +1 -1
  28. package/dist/components/Common/UI/Input/Input.module.scss.js +7 -7
  29. package/dist/components/Common/UI/List/List.module.scss.js +1 -1
  30. package/dist/components/Common/UI/Modal/Modal.js +41 -40
  31. package/dist/components/Common/UI/Modal/Modal.js.map +1 -1
  32. package/dist/components/Common/UI/Modal/Modal.module.scss.js +4 -4
  33. package/dist/components/Common/UI/Select/Select.module.scss.js +6 -6
  34. package/dist/components/Common/UI/TextArea/TextArea.module.scss.js +4 -4
  35. package/dist/components/Company/AssignSignatory/AssignSignatory.js +2 -3
  36. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  37. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
  38. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  39. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
  40. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  41. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +1 -1
  42. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +5 -6
  43. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  44. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +1 -1
  45. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
  46. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  47. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +1 -1
  48. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +4 -5
  49. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  50. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +1 -1
  51. package/dist/components/Company/AssignSignatory/TitleSelect.js +3 -4
  52. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  53. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +1 -1
  54. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +8 -9
  55. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  56. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +4 -6
  57. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  58. package/dist/components/Company/BankAccount/BankAccountForm/context.js +1 -1
  59. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +2 -3
  60. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  61. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +6 -7
  62. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  63. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -6
  64. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  65. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
  66. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  67. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +8 -9
  68. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  69. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +1 -1
  70. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -4
  71. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  72. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
  73. package/dist/components/Company/FederalTaxes/Actions.js +6 -7
  74. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  75. package/dist/components/Company/FederalTaxes/FederalTaxes.js +3 -4
  76. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  77. package/dist/components/Company/FederalTaxes/Form.js +2 -4
  78. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  79. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +1 -1
  80. package/dist/components/Company/Industry/Actions.js +7 -8
  81. package/dist/components/Company/Industry/Actions.js.map +1 -1
  82. package/dist/components/Company/Industry/Context.js +1 -1
  83. package/dist/components/Company/Industry/Edit.js +2 -3
  84. package/dist/components/Company/Industry/Edit.js.map +1 -1
  85. package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
  86. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  87. package/dist/components/Company/Locations/LocationForm/Form.js +4 -5
  88. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  89. package/dist/components/Company/Locations/LocationForm/LocationForm.js +3 -4
  90. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  91. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +1 -1
  92. package/dist/components/Company/Locations/LocationsList/Actions.js +2 -3
  93. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  94. package/dist/components/Company/Locations/LocationsList/List.js +6 -7
  95. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  96. package/dist/components/Company/Locations/LocationsList/LocationsList.js +7 -8
  97. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  98. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +1 -1
  99. package/dist/components/Company/OnboardingOverview/Completed.js +10 -12
  100. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  101. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +6 -8
  102. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  103. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +7 -8
  104. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  105. package/dist/components/Company/OnboardingOverview/context.js +1 -1
  106. package/dist/components/Company/PaySchedule/PaySchedule.js +3 -4
  107. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  108. package/dist/components/Company/PaySchedule/_parts/Actions.js +2 -3
  109. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  110. package/dist/components/Company/PaySchedule/_parts/Edit.js +9 -10
  111. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  112. package/dist/components/Company/PaySchedule/_parts/Head.js +11 -13
  113. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  114. package/dist/components/Company/PaySchedule/_parts/List.js +13 -15
  115. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  116. package/dist/components/Company/PaySchedule/usePaySchedule.js +1 -1
  117. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
  118. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  119. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +1 -1
  120. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
  121. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  122. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +2 -3
  123. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  124. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +1 -1
  125. package/dist/components/Contractor/Address/Address.js +4 -5
  126. package/dist/components/Contractor/Address/Address.js.map +1 -1
  127. package/dist/components/Contractor/Address/Form.js +6 -7
  128. package/dist/components/Contractor/Address/Form.js.map +1 -1
  129. package/dist/components/Contractor/Address/useAddress.js +1 -1
  130. package/dist/components/Contractor/ContractorList/index.js +31 -32
  131. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  132. package/dist/components/Contractor/NewHireReport/NewHireReport.js +13 -14
  133. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  134. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +10 -11
  135. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  136. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +2 -3
  137. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  138. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
  139. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  140. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +102 -88
  141. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  142. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +2 -4
  143. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  144. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js +13 -14
  145. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.js.map +1 -1
  146. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +8 -0
  147. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +58 -0
  148. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -0
  149. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +6 -0
  150. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js +18 -0
  151. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -0
  152. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +3 -1
  153. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +86 -56
  154. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  155. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +2 -0
  156. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js +35 -22
  157. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.js.map +1 -1
  158. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.d.ts +1 -0
  159. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js +82 -65
  160. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  161. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +9 -11
  162. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  163. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +6 -8
  164. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  165. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +8 -0
  166. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +45 -0
  167. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -0
  168. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +15 -0
  169. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +125 -0
  170. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -0
  171. package/dist/components/Contractor/Payments/PaymentSummary/index.d.ts +3 -0
  172. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +37 -28
  173. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  174. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +5 -1
  175. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +52 -49
  176. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  177. package/dist/components/Contractor/Profile/useContractorProfile.js +2 -3
  178. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  179. package/dist/components/Contractor/Submit/Submit.js +20 -21
  180. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  181. package/dist/components/Employee/Compensation/Actions.js +12 -13
  182. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  183. package/dist/components/Employee/Compensation/Edit.js +2 -3
  184. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  185. package/dist/components/Employee/Compensation/List.js +22 -23
  186. package/dist/components/Employee/Compensation/List.js.map +1 -1
  187. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportForm.js +2 -2
  188. package/dist/components/Employee/Deductions/DeductionsForm/CustomDeductionForm.js +2 -2
  189. package/dist/components/Employee/Deductions/DeductionsForm/GarnishmentForm.js +2 -2
  190. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +3 -4
  191. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -1
  192. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js +2 -3
  193. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +1 -1
  194. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +2 -3
  195. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  196. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +2 -3
  197. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  198. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +2 -4
  199. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  200. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +1 -1
  201. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +2 -3
  202. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  203. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
  204. package/dist/components/Employee/EmployeeList/Actions.js +6 -7
  205. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  206. package/dist/components/Employee/EmployeeList/EmployeeList.js +3 -4
  207. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  208. package/dist/components/Employee/EmployeeList/Head.js +5 -7
  209. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  210. package/dist/components/Employee/EmployeeList/List.js +2 -3
  211. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  212. package/dist/components/Employee/EmployeeList/useEmployeeList.js +1 -1
  213. package/dist/components/Employee/EmploymentEligibility/EmploymentEligibility.d.ts +3 -0
  214. package/dist/components/Employee/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +37 -0
  215. package/dist/components/Employee/EmploymentEligibility/index.d.ts +4 -0
  216. package/dist/components/Employee/FederalTaxes/Actions.js +5 -6
  217. package/dist/components/Employee/FederalTaxes/Actions.js.map +1 -1
  218. package/dist/components/Employee/FederalTaxes/FederalForm.js +4 -5
  219. package/dist/components/Employee/FederalTaxes/FederalForm.js.map +1 -1
  220. package/dist/components/Employee/FederalTaxes/useFederalTaxes.js +1 -1
  221. package/dist/components/Employee/Landing/Landing.js +10 -11
  222. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  223. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  224. package/dist/components/Employee/PaymentMethod/Actions.js +5 -6
  225. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  226. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +2 -3
  227. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  228. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +2 -3
  229. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  230. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +5 -6
  231. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  232. package/dist/components/Employee/PaymentMethod/Split.js +2 -3
  233. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  234. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
  235. package/dist/components/Employee/Profile/Actions.js +5 -6
  236. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  237. package/dist/components/Employee/Profile/AdminPersonalDetails.js +4 -5
  238. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  239. package/dist/components/Employee/Profile/HomeAddress.js +8 -9
  240. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  241. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +8 -9
  242. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  243. package/dist/components/Employee/Profile/useProfile.js +1 -1
  244. package/dist/components/Employee/StateTaxes/Actions.js +5 -6
  245. package/dist/components/Employee/StateTaxes/Actions.js.map +1 -1
  246. package/dist/components/Employee/StateTaxes/useStateTaxes.js +1 -1
  247. package/dist/components/Employee/Taxes/Actions.js +6 -7
  248. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  249. package/dist/components/Employee/Taxes/FederalForm.js +6 -7
  250. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  251. package/dist/components/Employee/Taxes/useTaxes.js +1 -1
  252. package/dist/components/Flow/Flow.js +7 -9
  253. package/dist/components/Flow/Flow.js.map +1 -1
  254. package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/InformationRequestForm.d.ts +4 -4
  255. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +162 -0
  256. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -0
  257. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +20 -0
  258. package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/InformationRequestForm.module.scss.js.map +1 -1
  259. package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestList/InformationRequestList.d.ts +3 -2
  260. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +96 -0
  261. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -0
  262. package/dist/components/InformationRequests/InformationRequests.d.ts +7 -0
  263. package/dist/components/InformationRequests/InformationRequests.js +68 -0
  264. package/dist/components/InformationRequests/InformationRequests.js.map +1 -0
  265. package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestsComponents.d.ts +4 -4
  266. package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestsComponents.js +2 -2
  267. package/dist/components/InformationRequests/InformationRequestsComponents.js.map +1 -0
  268. package/dist/components/InformationRequests/index.d.ts +4 -0
  269. package/dist/components/InformationRequests/index.js +9 -0
  270. package/dist/components/InformationRequests/index.js.map +1 -0
  271. package/dist/components/{Payroll/InformationRequests → InformationRequests}/informationRequestsStateMachine.d.ts +1 -1
  272. package/dist/components/{Payroll/InformationRequests → InformationRequests}/informationRequestsStateMachine.js +1 -1
  273. package/dist/components/InformationRequests/informationRequestsStateMachine.js.map +1 -0
  274. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +69 -59
  275. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  276. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +0 -1
  277. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  278. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +61 -52
  279. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  280. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +22 -24
  281. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  282. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +5 -13
  283. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +102 -28
  284. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  285. package/dist/components/Payroll/PayrollBlocker/index.d.ts +0 -1
  286. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +14 -14
  287. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  288. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +1 -1
  289. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js +132 -131
  290. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  291. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +1 -1
  292. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  293. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +2 -3
  294. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  295. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +14 -16
  296. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  297. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +1 -0
  298. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js +45 -38
  299. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  300. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js +54 -40
  301. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  302. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +36 -38
  303. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  304. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +2 -1
  305. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js +26 -24
  306. package/dist/components/Payroll/PayrollLanding/PayrollLanding.js.map +1 -1
  307. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +2 -0
  308. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +70 -48
  309. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  310. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js +72 -36
  311. package/dist/components/Payroll/PayrollLanding/payrollLandingStateMachine.js.map +1 -1
  312. package/dist/components/Payroll/PayrollList/PayrollList.js +14 -17
  313. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  314. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +1 -2
  315. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +89 -96
  316. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  317. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +29 -30
  318. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  319. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +3 -3
  320. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +242 -243
  321. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  322. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +2 -2
  323. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +2 -4
  324. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  325. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +2 -2
  326. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
  327. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
  328. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  329. package/dist/components/Payroll/RecoveryCases/RecoveryCaseErrorCode.module.scss.js +8 -0
  330. package/dist/components/Payroll/RecoveryCases/RecoveryCaseErrorCode.module.scss.js.map +1 -0
  331. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +83 -52
  332. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  333. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.module.scss.js +2 -4
  334. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.module.scss.js.map +1 -1
  335. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +59 -36
  336. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  337. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.d.ts +7 -0
  338. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +65 -0
  339. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -0
  340. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.d.ts +1 -1
  341. package/dist/components/Payroll/UNSTABLE_PayrollHooks/PayrollConfiguration/PayrollConfigurationContext.js.map +1 -1
  342. package/dist/components/Payroll/helpers.js.map +1 -1
  343. package/dist/components/Payroll/index.d.ts +1 -2
  344. package/dist/components/Payroll/index.js +8 -10
  345. package/dist/components/Payroll/index.js.map +1 -1
  346. package/dist/components/Payroll/usePreparedPayrollData.d.ts +1 -1
  347. package/dist/components/Payroll/usePreparedPayrollData.js +1 -1
  348. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  349. package/dist/components/index.d.ts +1 -0
  350. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +1 -1
  351. package/dist/contexts/ThemeProvider/theme.js +5 -5
  352. package/dist/contexts/ThemeProvider/theme.js.map +1 -1
  353. package/dist/helpers/formattedStrings.js +12 -11
  354. package/dist/helpers/formattedStrings.js.map +1 -1
  355. package/dist/i18n/I18n.js +8 -8
  356. package/dist/i18n/I18n.js.map +1 -1
  357. package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js +30 -26
  358. package/dist/i18n/en/Contractor.Payments.CreatePayment.json.js.map +1 -1
  359. package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js +58 -0
  360. package/dist/i18n/en/Contractor.Payments.PaymentSummary.json.js.map +1 -0
  361. package/dist/i18n/en/Employee.EmploymentEligibility.json.js +28 -0
  362. package/dist/i18n/en/Employee.EmploymentEligibility.json.js.map +1 -0
  363. package/dist/i18n/en/InformationRequests.InformationRequestForm.json.js +20 -0
  364. package/dist/i18n/en/InformationRequests.InformationRequestForm.json.js.map +1 -0
  365. package/dist/i18n/en/{Payroll.InformationRequestList.json.js → InformationRequests.InformationRequestList.json.js} +6 -6
  366. package/dist/i18n/en/InformationRequests.InformationRequestList.json.js.map +1 -0
  367. package/dist/i18n/en/Payroll.ConfirmWireDetailsBanner.json.js +1 -1
  368. package/dist/i18n/en/Payroll.PayrollBlocker.json.js +24 -20
  369. package/dist/i18n/en/Payroll.PayrollBlocker.json.js.map +1 -1
  370. package/dist/i18n/en/Payroll.PayrollLanding.json.js +5 -3
  371. package/dist/i18n/en/Payroll.PayrollLanding.json.js.map +1 -1
  372. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js +14 -10
  373. package/dist/i18n/en/Payroll.RecoveryCasesList.json.js.map +1 -1
  374. package/dist/i18n/en/Payroll.RecoveryCasesResubmit.json.js +5 -3
  375. package/dist/i18n/en/Payroll.RecoveryCasesResubmit.json.js.map +1 -1
  376. package/dist/i18n/en/Payroll.WireInstructions.json.js +20 -16
  377. package/dist/i18n/en/Payroll.WireInstructions.json.js.map +1 -1
  378. package/dist/index.js +10 -8
  379. package/dist/index.js.map +1 -1
  380. package/dist/shared/constants.d.ts +6 -0
  381. package/dist/shared/constants.js +12 -9
  382. package/dist/shared/constants.js.map +1 -1
  383. package/dist/style.css +1 -1
  384. package/dist/types/i18next.d.ts +248 -46
  385. package/package.json +16 -16
  386. package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.js +0 -142
  387. package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +0 -1
  388. package/dist/components/Payroll/InformationRequests/InformationRequestForm/InformationRequestForm.module.scss.js +0 -18
  389. package/dist/components/Payroll/InformationRequests/InformationRequestList/InformationRequestList.js +0 -88
  390. package/dist/components/Payroll/InformationRequests/InformationRequestList/InformationRequestList.js.map +0 -1
  391. package/dist/components/Payroll/InformationRequests/InformationRequests.d.ts +0 -6
  392. package/dist/components/Payroll/InformationRequests/InformationRequests.js +0 -55
  393. package/dist/components/Payroll/InformationRequests/InformationRequests.js.map +0 -1
  394. package/dist/components/Payroll/InformationRequests/InformationRequestsComponents.js.map +0 -1
  395. package/dist/components/Payroll/InformationRequests/index.d.ts +0 -3
  396. package/dist/components/Payroll/InformationRequests/informationRequestsStateMachine.js.map +0 -1
  397. package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.d.ts +0 -6
  398. package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.js +0 -32
  399. package/dist/components/Payroll/PayrollBlocker/PayrollBlocker.js.map +0 -1
  400. package/dist/i18n/en/Payroll.InformationRequestForm.json.js +0 -18
  401. package/dist/i18n/en/Payroll.InformationRequestForm.json.js.map +0 -1
  402. package/dist/i18n/en/Payroll.InformationRequestList.json.js.map +0 -1
  403. /package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestForm/index.d.ts +0 -0
  404. /package/dist/components/{Payroll/InformationRequests → InformationRequests}/InformationRequestList/index.d.ts +0 -0
@@ -1,88 +0,0 @@
1
- import { jsx as n, jsxs as l } from "react/jsx-runtime";
2
- import { useTranslation as I } from "react-i18next";
3
- import { useInformationRequestsGetInformationRequests as b } from "@gusto/embedded-api/react-query/informationRequestsGetInformationRequests";
4
- import { InformationRequestStatus as s, InformationRequestType as i } from "@gusto/embedded-api/models/components/informationrequest";
5
- import { BaseComponent as w } from "../../../Base/Base.js";
6
- import "../../../Base/useBase.js";
7
- import { useComponentContext as x } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
8
- import { useComponentDictionary as S, useI18n as v } from "../../../../i18n/I18n.js";
9
- import { DataView as C } from "../../../Common/DataView/DataView.js";
10
- import { useDataView as D } from "../../../Common/DataView/useDataView.js";
11
- import { FlexItem as E, Flex as a } from "../../../Common/Flex/Flex.js";
12
- import "classnames";
13
- import { informationRequestEvents as L } from "../../../../shared/constants.js";
14
- import "react";
15
- function J(o) {
16
- return /* @__PURE__ */ n(w, { ...o, children: /* @__PURE__ */ n(T, { ...o, children: o.children }) });
17
- }
18
- function T({ companyId: o, dictionary: m, onEvent: c }) {
19
- S("Payroll.InformationRequestList", m), v("Payroll.InformationRequestList");
20
- const { t } = I("Payroll.InformationRequestList"), { Heading: p, Text: u, Button: d, Badge: f } = x(), { data: y, isFetching: R } = b({
21
- companyUuid: o
22
- }), g = (y?.informationRequestList ?? []).filter(
23
- (e) => e.blockingPayroll && e.status !== s.Approved
24
- ), h = (e) => {
25
- switch (e) {
26
- case i.CompanyOnboarding:
27
- return t("types.companyOnboarding");
28
- case i.AccountProtection:
29
- return t("types.accountProtection");
30
- case i.PaymentRequest:
31
- return t("types.paymentRequest");
32
- case i.PaymentError:
33
- return t("types.paymentError");
34
- default:
35
- return t("types.unknown");
36
- }
37
- }, P = (e) => {
38
- switch (e) {
39
- case s.PendingResponse:
40
- return { label: t("status.incomplete"), badgeStatus: "info" };
41
- case s.PendingReview:
42
- return { label: t("status.underReview"), badgeStatus: "warning" };
43
- default:
44
- return null;
45
- }
46
- }, q = D({
47
- data: g,
48
- isFetching: R,
49
- columns: [
50
- {
51
- key: "type",
52
- title: t("columns.type"),
53
- render: (e) => /* @__PURE__ */ n(E, { flexGrow: 1, children: /* @__PURE__ */ n(u, { weight: "medium", children: h(e.type) }) })
54
- },
55
- {
56
- key: "status",
57
- title: t("columns.status"),
58
- render: (e) => {
59
- const r = P(e.status);
60
- return r ? /* @__PURE__ */ n(a, { gap: 8, alignItems: "center", children: /* @__PURE__ */ n(f, { status: r.badgeStatus, children: r.label }) }) : null;
61
- }
62
- }
63
- ],
64
- itemMenu: (e) => e.status === s.PendingResponse ? /* @__PURE__ */ n(
65
- d,
66
- {
67
- variant: "secondary",
68
- onClick: () => {
69
- c(L.INFORMATION_REQUEST_RESPOND, {
70
- requestId: e.uuid
71
- });
72
- },
73
- children: t("cta.respond")
74
- }
75
- ) : null
76
- });
77
- return /* @__PURE__ */ l(a, { flexDirection: "column", gap: 20, children: [
78
- /* @__PURE__ */ l(a, { flexDirection: "column", gap: 2, children: [
79
- /* @__PURE__ */ n(p, { as: "h2", styledAs: "h3", children: t("title") }),
80
- /* @__PURE__ */ n(u, { children: t("description") })
81
- ] }),
82
- /* @__PURE__ */ n(C, { ...q, label: t("title") })
83
- ] });
84
- }
85
- export {
86
- J as InformationRequestList
87
- };
88
- //# sourceMappingURL=InformationRequestList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InformationRequestList.js","sources":["../../../../../src/components/Payroll/InformationRequests/InformationRequestList/InformationRequestList.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { useInformationRequestsGetInformationRequests } from '@gusto/embedded-api/react-query/informationRequestsGetInformationRequests'\nimport type { InformationRequest } from '@gusto/embedded-api/models/components/informationrequest'\nimport {\n InformationRequestStatus,\n InformationRequestType,\n} from '@gusto/embedded-api/models/components/informationrequest'\nimport { BaseComponent, type BaseComponentInterface } from '@/components/Base'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { useComponentDictionary, useI18n } from '@/i18n'\nimport { DataView } from '@/components/Common/DataView/DataView'\nimport { useDataView } from '@/components/Common/DataView/useDataView'\nimport { Flex, FlexItem } from '@/components/Common'\nimport { informationRequestEvents } from '@/shared/constants'\nimport type { BadgeProps } from '@/components/Common/UI/Badge/BadgeTypes'\n\ninterface InformationRequestListProps extends BaseComponentInterface<'Payroll.InformationRequestList'> {\n companyId: string\n onEvent: BaseComponentInterface['onEvent']\n}\n\nexport function InformationRequestList(props: InformationRequestListProps) {\n return (\n <BaseComponent {...props}>\n <Root {...props}>{props.children}</Root>\n </BaseComponent>\n )\n}\n\ntype StatusMapping = {\n label: string\n badgeStatus: BadgeProps['status']\n} | null\n\nfunction Root({ companyId, dictionary, onEvent }: InformationRequestListProps) {\n useComponentDictionary('Payroll.InformationRequestList', dictionary)\n useI18n('Payroll.InformationRequestList')\n const { t } = useTranslation('Payroll.InformationRequestList')\n const { Heading, Text, Button, Badge } = useComponentContext()\n\n const { data, isFetching } = useInformationRequestsGetInformationRequests({\n companyUuid: companyId,\n })\n\n const informationRequests = data?.informationRequestList ?? []\n\n const visibleRequests = informationRequests.filter(\n request => request.blockingPayroll && request.status !== InformationRequestStatus.Approved,\n )\n\n const getTypeLabel = (type: InformationRequest['type']): string => {\n switch (type) {\n case InformationRequestType.CompanyOnboarding:\n return t('types.companyOnboarding')\n case InformationRequestType.AccountProtection:\n return t('types.accountProtection')\n case InformationRequestType.PaymentRequest:\n return t('types.paymentRequest')\n case InformationRequestType.PaymentError:\n return t('types.paymentError')\n default:\n return t('types.unknown')\n }\n }\n\n const getStatusMapping = (status: InformationRequest['status']): StatusMapping => {\n switch (status) {\n case InformationRequestStatus.PendingResponse:\n return { label: t('status.incomplete'), badgeStatus: 'info' }\n case InformationRequestStatus.PendingReview:\n return { label: t('status.underReview'), badgeStatus: 'warning' }\n default:\n return null\n }\n }\n\n const dataViewProps = useDataView({\n data: visibleRequests,\n isFetching,\n columns: [\n {\n key: 'type',\n title: t('columns.type'),\n render: request => (\n <FlexItem flexGrow={1}>\n <Text weight=\"medium\">{getTypeLabel(request.type)}</Text>\n </FlexItem>\n ),\n },\n {\n key: 'status',\n title: t('columns.status'),\n render: request => {\n const statusMapping = getStatusMapping(request.status)\n if (!statusMapping) {\n return null\n }\n return (\n <Flex gap={8} alignItems=\"center\">\n <Badge status={statusMapping.badgeStatus}>{statusMapping.label}</Badge>\n </Flex>\n )\n },\n },\n ],\n itemMenu: request => {\n const isPendingResponse = request.status === InformationRequestStatus.PendingResponse\n if (!isPendingResponse) {\n return null\n }\n return (\n <Button\n variant=\"secondary\"\n onClick={() => {\n onEvent(informationRequestEvents.INFORMATION_REQUEST_RESPOND, {\n requestId: request.uuid,\n })\n }}\n >\n {t('cta.respond')}\n </Button>\n )\n },\n })\n\n return (\n <Flex flexDirection=\"column\" gap={20}>\n <Flex flexDirection=\"column\" gap={2}>\n <Heading as=\"h2\" styledAs=\"h3\">\n {t('title')}\n </Heading>\n <Text>{t('description')}</Text>\n </Flex>\n\n <DataView {...dataViewProps} label={t('title')} />\n </Flex>\n )\n}\n"],"names":["InformationRequestList","props","jsx","BaseComponent","Root","companyId","dictionary","onEvent","useComponentDictionary","useI18n","useTranslation","Heading","Text","Button","Badge","useComponentContext","data","isFetching","useInformationRequestsGetInformationRequests","visibleRequests","request","InformationRequestStatus","getTypeLabel","type","InformationRequestType","getStatusMapping","status","dataViewProps","useDataView","FlexItem","statusMapping","Flex","informationRequestEvents","jsxs","DataView"],"mappings":";;;;;;;;;;;;;;AAqBO,SAASA,EAAuBC,GAAoC;AACzE,SACE,gBAAAC,EAACC,GAAA,EAAe,GAAGF,GACjB,UAAA,gBAAAC,EAACE,KAAM,GAAGH,GAAQ,UAAAA,EAAM,SAAA,CAAS,EAAA,CACnC;AAEJ;AAOA,SAASG,EAAK,EAAE,WAAAC,GAAW,YAAAC,GAAY,SAAAC,KAAwC;AAC7E,EAAAC,EAAuB,kCAAkCF,CAAU,GACnEG,EAAQ,gCAAgC;AACxC,QAAM,EAAE,EAAA,IAAMC,EAAe,gCAAgC,GACvD,EAAE,SAAAC,GAAS,MAAAC,GAAM,QAAAC,GAAQ,OAAAC,EAAA,IAAUC,EAAA,GAEnC,EAAE,MAAAC,GAAM,YAAAC,EAAA,IAAeC,EAA6C;AAAA,IACxE,aAAab;AAAA,EAAA,CACd,GAIKc,KAFsBH,GAAM,0BAA0B,CAAA,GAEhB;AAAA,IAC1C,CAAAI,MAAWA,EAAQ,mBAAmBA,EAAQ,WAAWC,EAAyB;AAAA,EAAA,GAG9EC,IAAe,CAACC,MAA6C;AACjE,YAAQA,GAAA;AAAA,MACN,KAAKC,EAAuB;AAC1B,eAAO,EAAE,yBAAyB;AAAA,MACpC,KAAKA,EAAuB;AAC1B,eAAO,EAAE,yBAAyB;AAAA,MACpC,KAAKA,EAAuB;AAC1B,eAAO,EAAE,sBAAsB;AAAA,MACjC,KAAKA,EAAuB;AAC1B,eAAO,EAAE,oBAAoB;AAAA,MAC/B;AACE,eAAO,EAAE,eAAe;AAAA,IAAA;AAAA,EAE9B,GAEMC,IAAmB,CAACC,MAAwD;AAChF,YAAQA,GAAA;AAAA,MACN,KAAKL,EAAyB;AAC5B,eAAO,EAAE,OAAO,EAAE,mBAAmB,GAAG,aAAa,OAAA;AAAA,MACvD,KAAKA,EAAyB;AAC5B,eAAO,EAAE,OAAO,EAAE,oBAAoB,GAAG,aAAa,UAAA;AAAA,MACxD;AACE,eAAO;AAAA,IAAA;AAAA,EAEb,GAEMM,IAAgBC,EAAY;AAAA,IAChC,MAAMT;AAAA,IACN,YAAAF;AAAA,IACA,SAAS;AAAA,MACP;AAAA,QACE,KAAK;AAAA,QACL,OAAO,EAAE,cAAc;AAAA,QACvB,QAAQ,CAAAG,MACN,gBAAAlB,EAAC2B,GAAA,EAAS,UAAU,GAClB,UAAA,gBAAA3B,EAACU,GAAA,EAAK,QAAO,UAAU,UAAAU,EAAaF,EAAQ,IAAI,GAAE,EAAA,CACpD;AAAA,MAAA;AAAA,MAGJ;AAAA,QACE,KAAK;AAAA,QACL,OAAO,EAAE,gBAAgB;AAAA,QACzB,QAAQ,CAAAA,MAAW;AACjB,gBAAMU,IAAgBL,EAAiBL,EAAQ,MAAM;AACrD,iBAAKU,IAIH,gBAAA5B,EAAC6B,GAAA,EAAK,KAAK,GAAG,YAAW,UACvB,UAAA,gBAAA7B,EAACY,GAAA,EAAM,QAAQgB,EAAc,aAAc,UAAAA,EAAc,OAAM,GACjE,IALO;AAAA,QAOX;AAAA,MAAA;AAAA,IACF;AAAA,IAEF,UAAU,CAAAV,MACkBA,EAAQ,WAAWC,EAAyB,kBAKpE,gBAAAnB;AAAA,MAACW;AAAA,MAAA;AAAA,QACC,SAAQ;AAAA,QACR,SAAS,MAAM;AACb,UAAAN,EAAQyB,EAAyB,6BAA6B;AAAA,YAC5D,WAAWZ,EAAQ;AAAA,UAAA,CACpB;AAAA,QACH;AAAA,QAEC,YAAE,aAAa;AAAA,MAAA;AAAA,IAAA,IAXX;AAAA,EAcX,CACD;AAED,SACE,gBAAAa,EAACF,GAAA,EAAK,eAAc,UAAS,KAAK,IAChC,UAAA;AAAA,IAAA,gBAAAE,EAACF,GAAA,EAAK,eAAc,UAAS,KAAK,GAChC,UAAA;AAAA,MAAA,gBAAA7B,EAACS,KAAQ,IAAG,MAAK,UAAS,MACvB,UAAA,EAAE,OAAO,GACZ;AAAA,MACA,gBAAAT,EAACU,GAAA,EAAM,UAAA,EAAE,aAAa,EAAA,CAAE;AAAA,IAAA,GAC1B;AAAA,sBAECsB,GAAA,EAAU,GAAGP,GAAe,OAAO,EAAE,OAAO,EAAA,CAAG;AAAA,EAAA,GAClD;AAEJ;"}
@@ -1,6 +0,0 @@
1
- import { BaseComponentInterface } from '../../Base';
2
- export interface InformationRequestsProps {
3
- companyId: string;
4
- onEvent?: BaseComponentInterface['onEvent'];
5
- }
6
- export declare function InformationRequests({ companyId, onEvent }: InformationRequestsProps): import("react/jsx-runtime").JSX.Element;
@@ -1,55 +0,0 @@
1
- import { jsxs as O, jsx as e } from "react/jsx-runtime";
2
- import { createMachine as p } from "robot3";
3
- import { useMachine as d } from "react-robot";
4
- import { useState as v, useMemo as C } from "react";
5
- import { informationRequestsMachine as N } from "./informationRequestsStateMachine.js";
6
- import { useComponentContext as h } from "../../../contexts/ComponentAdapter/useComponentContext.js";
7
- import { FlowContext as F } from "../../Flow/useFlow.js";
8
- import { informationRequestEvents as i } from "../../../shared/constants.js";
9
- import { InformationRequestList as I } from "./InformationRequestList/InformationRequestList.js";
10
- function D({ companyId: t, onEvent: c = () => {
11
- } }) {
12
- const { Modal: l } = h(), [u, r] = v(!1), E = C(
13
- () => p(
14
- "list",
15
- N,
16
- () => ({
17
- component: null,
18
- companyId: t,
19
- onEvent: n
20
- })
21
- ),
22
- [t]
23
- ), [m, M] = d(E);
24
- function n(o, a) {
25
- M({ type: o, payload: a }), o === i.INFORMATION_REQUEST_RESPOND && r(!0), (o === i.INFORMATION_REQUEST_FORM_CANCEL || o === i.INFORMATION_REQUEST_FORM_DONE) && r(!1), c(o, a);
26
- }
27
- const R = () => {
28
- r(!1);
29
- }, s = m.context.component, f = s?.Footer || void 0;
30
- return /* @__PURE__ */ O(
31
- F.Provider,
32
- {
33
- value: {
34
- ...m.context,
35
- onEvent: n
36
- },
37
- children: [
38
- /* @__PURE__ */ e(I, { companyId: t, onEvent: n }),
39
- /* @__PURE__ */ e(
40
- l,
41
- {
42
- isOpen: u,
43
- onClose: R,
44
- footer: f && /* @__PURE__ */ e(f, { onEvent: n }),
45
- children: s && /* @__PURE__ */ e(s, {})
46
- }
47
- )
48
- ]
49
- }
50
- );
51
- }
52
- export {
53
- D as InformationRequests
54
- };
55
- //# sourceMappingURL=InformationRequests.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InformationRequests.js","sources":["../../../../src/components/Payroll/InformationRequests/InformationRequests.tsx"],"sourcesContent":["import { createMachine } from 'robot3'\nimport { useMachine } from 'react-robot'\nimport { useMemo, useState } from 'react'\nimport { InformationRequestList } from './InformationRequestList'\nimport { informationRequestsMachine } from './informationRequestsStateMachine'\nimport { type InformationRequestsContextInterface } from './InformationRequestsComponents'\nimport { type BaseComponentInterface } from '@/components/Base'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { FlowContext } from '@/components/Flow/useFlow'\nimport { informationRequestEvents, type EventType } from '@/shared/constants'\n\nexport interface InformationRequestsProps {\n companyId: string\n onEvent?: BaseComponentInterface['onEvent']\n}\n\nexport function InformationRequests({ companyId, onEvent = () => {} }: InformationRequestsProps) {\n const { Modal } = useComponentContext()\n const [isModalOpen, setIsModalOpen] = useState(false)\n\n const informationRequestsMachineInstance = useMemo(\n () =>\n createMachine(\n 'list',\n informationRequestsMachine,\n (): InformationRequestsContextInterface => ({\n component: null,\n companyId,\n onEvent: handleEvent,\n }),\n ),\n [companyId],\n )\n const [current, send] = useMachine(informationRequestsMachineInstance)\n\n function handleEvent(type: EventType, data?: unknown) {\n send({ type, payload: data })\n\n if (type === informationRequestEvents.INFORMATION_REQUEST_RESPOND) {\n setIsModalOpen(true)\n }\n\n if (\n type === informationRequestEvents.INFORMATION_REQUEST_FORM_CANCEL ||\n type === informationRequestEvents.INFORMATION_REQUEST_FORM_DONE\n ) {\n setIsModalOpen(false)\n }\n\n onEvent(type, data)\n }\n\n const handleCloseModal = () => {\n setIsModalOpen(false)\n }\n\n const CurrentComponent = current.context.component\n const Footer = CurrentComponent?.Footer || undefined\n\n return (\n <FlowContext.Provider\n value={{\n ...current.context,\n onEvent: handleEvent,\n }}\n >\n <InformationRequestList companyId={companyId} onEvent={handleEvent} />\n <Modal\n isOpen={isModalOpen}\n onClose={handleCloseModal}\n footer={Footer && <Footer onEvent={handleEvent} />}\n >\n {CurrentComponent && <CurrentComponent />}\n </Modal>\n </FlowContext.Provider>\n )\n}\n"],"names":["InformationRequests","companyId","onEvent","Modal","useComponentContext","isModalOpen","setIsModalOpen","useState","informationRequestsMachineInstance","useMemo","createMachine","informationRequestsMachine","handleEvent","current","send","useMachine","type","data","informationRequestEvents","handleCloseModal","CurrentComponent","Footer","jsxs","FlowContext","jsx","InformationRequestList"],"mappings":";;;;;;;;;AAgBO,SAASA,EAAoB,EAAE,WAAAC,GAAW,SAAAC,IAAU,MAAM;AAAC,KAA+B;AAC/F,QAAM,EAAE,OAAAC,EAAA,IAAUC,EAAA,GACZ,CAACC,GAAaC,CAAc,IAAIC,EAAS,EAAK,GAE9CC,IAAqCC;AAAA,IACzC,MACEC;AAAA,MACE;AAAA,MACAC;AAAA,MACA,OAA4C;AAAA,QAC1C,WAAW;AAAA,QACX,WAAAV;AAAA,QACA,SAASW;AAAA,MAAA;AAAA,IACX;AAAA,IAEJ,CAACX,CAAS;AAAA,EAAA,GAEN,CAACY,GAASC,CAAI,IAAIC,EAAWP,CAAkC;AAErE,WAASI,EAAYI,GAAiBC,GAAgB;AACpD,IAAAH,EAAK,EAAE,MAAAE,GAAM,SAASC,EAAA,CAAM,GAExBD,MAASE,EAAyB,+BACpCZ,EAAe,EAAI,IAInBU,MAASE,EAAyB,mCAClCF,MAASE,EAAyB,kCAElCZ,EAAe,EAAK,GAGtBJ,EAAQc,GAAMC,CAAI;AAAA,EACpB;AAEA,QAAME,IAAmB,MAAM;AAC7B,IAAAb,EAAe,EAAK;AAAA,EACtB,GAEMc,IAAmBP,EAAQ,QAAQ,WACnCQ,IAASD,GAAkB,UAAU;AAE3C,SACE,gBAAAE;AAAA,IAACC,EAAY;AAAA,IAAZ;AAAA,MACC,OAAO;AAAA,QACL,GAAGV,EAAQ;AAAA,QACX,SAASD;AAAA,MAAA;AAAA,MAGX,UAAA;AAAA,QAAA,gBAAAY,EAACC,GAAA,EAAuB,WAAAxB,GAAsB,SAASW,EAAA,CAAa;AAAA,QACpE,gBAAAY;AAAA,UAACrB;AAAA,UAAA;AAAA,YACC,QAAQE;AAAA,YACR,SAASc;AAAA,YACT,QAAQE,KAAU,gBAAAG,EAACH,GAAA,EAAO,SAAST,GAAa;AAAA,YAE/C,UAAAQ,uBAAqBA,GAAA,CAAA,CAAiB;AAAA,UAAA;AAAA,QAAA;AAAA,MACzC;AAAA,IAAA;AAAA,EAAA;AAGN;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InformationRequestsComponents.js","sources":["../../../../src/components/Payroll/InformationRequests/InformationRequestsComponents.tsx"],"sourcesContent":["import { InformationRequestForm } from './InformationRequestForm'\nimport { useFlow } from '@/components/Flow/useFlow'\nimport { ensureRequired } from '@/helpers/ensureRequired'\nimport type { FlowContextInterface } from '@/components/Flow/useFlow'\nimport type { CommonComponentInterface } from '@/components/Base'\nimport type { EventType } from '@/types/Helpers'\nimport type { OnEventType } from '@/components/Base/useBase'\n\nexport interface InformationRequestsContextInterface extends FlowContextInterface {\n companyId: string\n selectedRequestId?: string\n component:\n | (React.ComponentType<CommonComponentInterface> & {\n Footer?: React.ComponentType<{\n onEvent: OnEventType<EventType, unknown>\n }>\n })\n | null\n}\n\nexport function InformationRequestFormContextual() {\n const { companyId, selectedRequestId, onEvent } = useFlow<InformationRequestsContextInterface>()\n\n return (\n <InformationRequestForm\n companyId={companyId}\n requestId={ensureRequired(selectedRequestId)}\n onEvent={onEvent}\n />\n )\n}\n\nInformationRequestFormContextual.Footer = InformationRequestForm.Footer\n"],"names":["InformationRequestFormContextual","companyId","selectedRequestId","onEvent","useFlow","jsx","InformationRequestForm","ensureRequired"],"mappings":";;;;AAoBO,SAASA,IAAmC;AACjD,QAAM,EAAE,WAAAC,GAAW,mBAAAC,GAAmB,SAAAC,EAAA,IAAYC,EAAA;AAElD,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,WAAAL;AAAA,MACA,WAAWM,EAAeL,CAAiB;AAAA,MAC3C,SAAAC;AAAA,IAAA;AAAA,EAAA;AAGN;AAEAH,EAAiC,SAASM,EAAuB;"}
@@ -1,3 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { InformationRequests } from './InformationRequests';
3
- export type { InformationRequestsContextInterface } from './InformationRequestsComponents';
@@ -1 +0,0 @@
1
- {"version":3,"file":"informationRequestsStateMachine.js","sources":["../../../../src/components/Payroll/InformationRequests/informationRequestsStateMachine.tsx"],"sourcesContent":["import { state, transition, reduce } from 'robot3'\nimport type { InformationRequestsContextInterface } from './InformationRequestsComponents'\nimport { InformationRequestFormContextual } from './InformationRequestsComponents'\nimport { informationRequestEvents } from '@/shared/constants'\nimport type { MachineEventType, MachineTransition } from '@/types/Helpers'\n\nexport type EventPayloads = {\n [informationRequestEvents.INFORMATION_REQUEST_RESPOND]: {\n requestId: string\n }\n [informationRequestEvents.INFORMATION_REQUEST_FORM_CANCEL]: undefined\n [informationRequestEvents.INFORMATION_REQUEST_FORM_DONE]: undefined\n}\n\nexport const informationRequestsMachine = {\n list: state<MachineTransition>(\n transition(\n informationRequestEvents.INFORMATION_REQUEST_RESPOND,\n 'form',\n reduce(\n (\n ctx: InformationRequestsContextInterface,\n ev: MachineEventType<\n EventPayloads,\n typeof informationRequestEvents.INFORMATION_REQUEST_RESPOND\n >,\n ): InformationRequestsContextInterface => ({\n ...ctx,\n component: InformationRequestFormContextual,\n selectedRequestId: ev.payload.requestId,\n }),\n ),\n ),\n ),\n form: state<MachineTransition>(\n transition(\n informationRequestEvents.INFORMATION_REQUEST_FORM_DONE,\n 'list',\n reduce(\n (ctx: InformationRequestsContextInterface): InformationRequestsContextInterface => ({\n ...ctx,\n component: null,\n selectedRequestId: undefined,\n }),\n ),\n ),\n transition(\n informationRequestEvents.INFORMATION_REQUEST_FORM_CANCEL,\n 'list',\n reduce(\n (ctx: InformationRequestsContextInterface): InformationRequestsContextInterface => ({\n ...ctx,\n component: null,\n selectedRequestId: undefined,\n }),\n ),\n ),\n ),\n final: state<MachineTransition>(),\n}\n"],"names":["informationRequestsMachine","state","transition","informationRequestEvents","reduce","ctx","ev","InformationRequestFormContextual"],"mappings":";;;AAcO,MAAMA,IAA6B;AAAA,EACxC,MAAMC;AAAA,IACJC;AAAA,MACEC,EAAyB;AAAA,MACzB;AAAA,MACAC;AAAA,QACE,CACEC,GACAC,OAIyC;AAAA,UACzC,GAAGD;AAAA,UACH,WAAWE;AAAA,UACX,mBAAmBD,EAAG,QAAQ;AAAA,QAAA;AAAA,MAChC;AAAA,IACF;AAAA,EACF;AAAA,EAEF,MAAML;AAAA,IACJC;AAAA,MACEC,EAAyB;AAAA,MACzB;AAAA,MACAC;AAAA,QACE,CAACC,OAAmF;AAAA,UAClF,GAAGA;AAAA,UACH,WAAW;AAAA,UACX,mBAAmB;AAAA,QAAA;AAAA,MACrB;AAAA,IACF;AAAA,IAEFH;AAAA,MACEC,EAAyB;AAAA,MACzB;AAAA,MACAC;AAAA,QACE,CAACC,OAAmF;AAAA,UAClF,GAAGA;AAAA,UACH,WAAW;AAAA,UACX,mBAAmB;AAAA,QAAA;AAAA,MACrB;AAAA,IACF;AAAA,EACF;AAAA,EAEF,OAAOJ,EAAA;AACT;"}
@@ -1,6 +0,0 @@
1
- import { BaseComponentInterface } from '../../Base/Base';
2
- interface PayrollBlockerProps extends BaseComponentInterface<'Payroll.PayrollBlocker'> {
3
- companyId: string;
4
- }
5
- export declare function PayrollBlocker(props: PayrollBlockerProps): import("react/jsx-runtime").JSX.Element;
6
- export {};
@@ -1,32 +0,0 @@
1
- import { jsx as l } from "react/jsx-runtime";
2
- import { useTranslation as u } from "react-i18next";
3
- import { usePayrollsGetBlockersSuspense as k } from "@gusto/embedded-api/react-query/payrollsGetBlockers";
4
- import { PayrollBlockerList as f } from "./components/PayrollBlockerList.js";
5
- import { getBlockerTranslationKeys as B } from "./payrollHelpers.js";
6
- import { BaseComponent as d } from "../../Base/Base.js";
7
- import { useComponentDictionary as P, useI18n as g } from "../../../i18n/I18n.js";
8
- function U(o) {
9
- return /* @__PURE__ */ l(d, { ...o, children: /* @__PURE__ */ l(K, { ...o, children: o.children }) });
10
- }
11
- function K({ className: o, dictionary: c, companyId: i }) {
12
- P("Payroll.PayrollBlocker", c), g("Payroll.PayrollBlocker");
13
- const { t: r } = u("Payroll.PayrollBlocker"), { data: s } = k({
14
- companyUuid: i
15
- }), t = (s.payrollBlockerList ?? []).map((n) => {
16
- const e = n.key ?? "unknown", a = B(e), y = r(a.titleKey, {
17
- defaultValue: e.replace(/_/g, " ").replace(/\b\w/g, (p) => p.toUpperCase())
18
- }), m = r(a.descriptionKey, {
19
- defaultValue: n.message || r("defaultBlockerDescription")
20
- });
21
- return {
22
- id: e,
23
- title: y,
24
- description: m
25
- };
26
- });
27
- return t.length === 0 ? null : /* @__PURE__ */ l(f, { className: o, blockers: t });
28
- }
29
- export {
30
- U as PayrollBlocker
31
- };
32
- //# sourceMappingURL=PayrollBlocker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PayrollBlocker.js","sources":["../../../../src/components/Payroll/PayrollBlocker/PayrollBlocker.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { usePayrollsGetBlockersSuspense } from '@gusto/embedded-api/react-query/payrollsGetBlockers'\nimport { PayrollBlockerList, type PayrollBlocker } from './components/PayrollBlockerList'\nimport { getBlockerTranslationKeys } from './payrollHelpers'\nimport { BaseComponent, type BaseComponentInterface } from '@/components/Base/Base'\nimport { useComponentDictionary, useI18n } from '@/i18n'\n\ninterface PayrollBlockerProps extends BaseComponentInterface<'Payroll.PayrollBlocker'> {\n companyId: string\n}\n\nexport function PayrollBlocker(props: PayrollBlockerProps) {\n return (\n <BaseComponent {...props}>\n <Root {...props}>{props.children}</Root>\n </BaseComponent>\n )\n}\n\nfunction Root({ className, dictionary, companyId }: PayrollBlockerProps) {\n useComponentDictionary('Payroll.PayrollBlocker', dictionary)\n useI18n('Payroll.PayrollBlocker')\n const { t } = useTranslation('Payroll.PayrollBlocker')\n\n const { data } = usePayrollsGetBlockersSuspense({\n companyUuid: companyId,\n })\n\n const payrollBlockerList = data.payrollBlockerList ?? []\n\n const blockers: PayrollBlocker[] = payrollBlockerList.map(blocker => {\n const blockerKey = blocker.key ?? 'unknown'\n const translationKeys = getBlockerTranslationKeys(blockerKey)\n\n const title = t(translationKeys.titleKey, {\n defaultValue: blockerKey.replace(/_/g, ' ').replace(/\\b\\w/g, letter => letter.toUpperCase()),\n })\n\n const description = t(translationKeys.descriptionKey, {\n defaultValue: blocker.message || t('defaultBlockerDescription'),\n })\n\n return {\n id: blockerKey,\n title,\n description,\n }\n })\n\n if (blockers.length === 0) {\n return null\n }\n\n return <PayrollBlockerList className={className} blockers={blockers} />\n}\n"],"names":["PayrollBlocker","props","jsx","BaseComponent","Root","className","dictionary","companyId","useComponentDictionary","useI18n","t","useTranslation","data","usePayrollsGetBlockersSuspense","blockers","blocker","blockerKey","translationKeys","getBlockerTranslationKeys","title","letter","description","PayrollBlockerList"],"mappings":";;;;;;;AAWO,SAASA,EAAeC,GAA4B;AACzD,SACE,gBAAAC,EAACC,GAAA,EAAe,GAAGF,GACjB,UAAA,gBAAAC,EAACE,KAAM,GAAGH,GAAQ,UAAAA,EAAM,SAAA,CAAS,EAAA,CACnC;AAEJ;AAEA,SAASG,EAAK,EAAE,WAAAC,GAAW,YAAAC,GAAY,WAAAC,KAAkC;AACvE,EAAAC,EAAuB,0BAA0BF,CAAU,GAC3DG,EAAQ,wBAAwB;AAChC,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,wBAAwB,GAE/C,EAAE,MAAAC,EAAA,IAASC,EAA+B;AAAA,IAC9C,aAAaN;AAAA,EAAA,CACd,GAIKO,KAFqBF,EAAK,sBAAsB,CAAA,GAEA,IAAI,CAAAG,MAAW;AACnE,UAAMC,IAAaD,EAAQ,OAAO,WAC5BE,IAAkBC,EAA0BF,CAAU,GAEtDG,IAAQT,EAAEO,EAAgB,UAAU;AAAA,MACxC,cAAcD,EAAW,QAAQ,MAAM,GAAG,EAAE,QAAQ,SAAS,CAAAI,MAAUA,EAAO,YAAA,CAAa;AAAA,IAAA,CAC5F,GAEKC,IAAcX,EAAEO,EAAgB,gBAAgB;AAAA,MACpD,cAAcF,EAAQ,WAAWL,EAAE,2BAA2B;AAAA,IAAA,CAC/D;AAED,WAAO;AAAA,MACL,IAAIM;AAAA,MACJ,OAAAG;AAAA,MACA,aAAAE;AAAA,IAAA;AAAA,EAEJ,CAAC;AAED,SAAIP,EAAS,WAAW,IACf,OAGF,gBAAAZ,EAACoB,GAAA,EAAmB,WAAAjB,GAAsB,UAAAS,EAAA,CAAoB;AACvE;"}
@@ -1,18 +0,0 @@
1
- const e = "Request for information", o = { title: "This is a payroll blocking request", description: "You will not be able to run payroll until we receive the information requested below." }, t = { document: "Document required", answer: "Answer required" }, l = { textAnswer: { label: "Answer the above question", placeholder: "Your answer" }, fileUpload: { label: "Upload document" } }, i = { required: "This field is required", fileRequired: "Please upload a file" }, n = { cancel: "Cancel", submit: "Submit response" }, r = {
2
- title: e,
3
- blockingAlert: o,
4
- questionTypes: t,
5
- fields: l,
6
- validation: i,
7
- cta: n
8
- };
9
- export {
10
- o as blockingAlert,
11
- n as cta,
12
- r as default,
13
- l as fields,
14
- t as questionTypes,
15
- e as title,
16
- i as validation
17
- };
18
- //# sourceMappingURL=Payroll.InformationRequestForm.json.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Payroll.InformationRequestForm.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Payroll.InformationRequestList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}