@gusto/embedded-react-sdk 0.11.0 → 0.11.2

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 (426) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/assets/icons/alert-circle.svg.js.map +1 -1
  3. package/dist/assets/icons/caret-down.svg.js +1 -1
  4. package/dist/assets/icons/caret-down.svg.js.map +1 -1
  5. package/dist/assets/icons/caret-left.svg.js.map +1 -1
  6. package/dist/assets/icons/caret-right.svg.js.map +1 -1
  7. package/dist/assets/icons/checkbox.svg.js.map +1 -1
  8. package/dist/assets/icons/error.svg.js.map +1 -1
  9. package/dist/assets/icons/hamburger.svg.js.map +1 -1
  10. package/dist/assets/icons/info.svg.js.map +1 -1
  11. package/dist/assets/icons/list.svg.js.map +1 -1
  12. package/dist/assets/icons/magnifyingGlass.png.js.map +1 -1
  13. package/dist/assets/icons/pagination_next.svg.js.map +1 -1
  14. package/dist/assets/icons/pagination_previous.svg.js.map +1 -1
  15. package/dist/assets/icons/pencil.svg.js.map +1 -1
  16. package/dist/assets/icons/success_check.svg.js.map +1 -1
  17. package/dist/assets/icons/trashcan.svg.js.map +1 -1
  18. package/dist/assets/icons/unchecked_circular.svg.js.map +1 -1
  19. package/dist/assets/icons/verification_pending.svg.js.map +1 -1
  20. package/dist/assets/icons/warning.svg.js.map +1 -1
  21. package/dist/components/Base/Base.js.map +1 -1
  22. package/dist/components/Base/createCompoundContext.js.map +1 -1
  23. package/dist/components/Base/useBase.js.map +1 -1
  24. package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
  25. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  26. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  27. package/dist/components/Common/DataView/DataView.js +20 -20
  28. package/dist/components/Common/DataView/DataView.js.map +1 -1
  29. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  30. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  31. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  32. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  33. package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
  34. package/dist/components/Common/FieldCaption/FieldCaption.js +7 -4
  35. package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
  36. package/dist/components/Common/FieldCaption/FieldCaption.module.scss.js +1 -1
  37. package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
  38. package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
  39. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
  40. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.module.scss.js +1 -1
  41. package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
  42. package/dist/components/Common/FieldLayout/FieldLayout.module.scss.js +11 -11
  43. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  44. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  45. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  46. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -0
  47. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +35 -20
  48. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  49. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  50. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  51. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  52. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  53. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  54. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  55. package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
  56. package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
  57. package/dist/components/Common/Flex/Flex.js.map +1 -1
  58. package/dist/components/Common/Form/Form.js.map +1 -1
  59. package/dist/components/Common/Grid/Grid.js.map +1 -1
  60. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
  61. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
  62. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.module.scss.js +1 -1
  63. package/dist/components/Common/InternalError/InternalError.js.map +1 -1
  64. package/dist/components/Common/Loading/Loading.js.map +1 -1
  65. package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
  66. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  67. package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
  68. package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
  69. package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
  70. package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
  71. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  72. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  73. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  74. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  75. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  76. package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
  77. package/dist/components/Common/UI/Badge/Badge.js +4 -4
  78. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  79. package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
  80. package/dist/components/Common/UI/Button/Button.d.ts +1 -1
  81. package/dist/components/Common/UI/Button/Button.js +22 -24
  82. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  83. package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
  84. package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
  85. package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
  86. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  87. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
  88. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
  89. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
  90. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
  91. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
  92. package/dist/components/Common/UI/Card/Card.js.map +1 -1
  93. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  94. package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +8 -8
  95. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  96. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
  97. package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
  98. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  99. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
  100. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  101. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
  102. package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
  103. package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
  104. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  105. package/dist/components/Common/UI/Input/Input.module.scss.js +10 -10
  106. package/dist/components/Common/UI/Link/Link.js.map +1 -1
  107. package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
  108. package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
  109. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  110. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  111. package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
  112. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  113. package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
  114. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  115. package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
  116. package/dist/components/Common/UI/Select/Select.js +13 -13
  117. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  118. package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
  119. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  120. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  121. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  122. package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
  123. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  124. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
  125. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  126. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  127. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  128. package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
  129. package/dist/components/Common/hooks/useMenu.js.map +1 -1
  130. package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
  131. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  132. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  133. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  134. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  135. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  136. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  137. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  138. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  139. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  140. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  141. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  142. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  143. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  144. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  145. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  146. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  147. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  148. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  149. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  150. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  151. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  152. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  153. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  154. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  155. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  156. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  157. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  158. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  159. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  160. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  161. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  162. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  163. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  164. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  165. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  166. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
  167. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
  168. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  169. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  170. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  171. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  172. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  173. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  174. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  175. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  176. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  177. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  178. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  179. package/dist/components/Company/Industry/Actions.js.map +1 -1
  180. package/dist/components/Company/Industry/Edit.js.map +1 -1
  181. package/dist/components/Company/Industry/Head.js.map +1 -1
  182. package/dist/components/Company/Industry/Industry.js.map +1 -1
  183. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  184. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  185. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  186. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  187. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  188. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  189. package/dist/components/Company/Locations/Locations.js.map +1 -1
  190. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  191. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  192. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  193. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  194. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  195. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  196. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  197. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  198. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  199. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  200. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  201. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  202. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  203. package/dist/components/Company/PaySchedule/PaySchedule.js +29 -28
  204. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  205. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  206. package/dist/components/Company/PaySchedule/_parts/Edit.js +50 -51
  207. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  208. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  209. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  210. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
  211. package/dist/components/Company/PaySchedule/usePaySchedule.js +7 -8
  212. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  213. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  214. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  215. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  216. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  217. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  218. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  219. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  220. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  221. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  222. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  223. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  224. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  225. package/dist/components/Contractor/Address/Address.js.map +1 -1
  226. package/dist/components/Contractor/Address/Form.js.map +1 -1
  227. package/dist/components/Contractor/Address/Head.js.map +1 -1
  228. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  229. package/dist/components/Contractor/List/index.js.map +1 -1
  230. package/dist/components/Contractor/List/useContractorList.js.map +1 -1
  231. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  232. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +1 -0
  233. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  234. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  235. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  236. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  237. package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -8
  238. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  239. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  240. package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
  241. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  242. package/dist/components/Contractor/Submit/index.js.map +1 -1
  243. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  244. package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
  245. package/dist/components/Employee/Compensation/Edit.js +17 -16
  246. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  247. package/dist/components/Employee/Compensation/Head.js.map +1 -1
  248. package/dist/components/Employee/Compensation/List.js.map +1 -1
  249. package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
  250. package/dist/components/Employee/Deductions/Actions.js.map +1 -1
  251. package/dist/components/Employee/Deductions/DeductionForm.js.map +1 -1
  252. package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
  253. package/dist/components/Employee/Deductions/DeductionsList.js.map +1 -1
  254. package/dist/components/Employee/Deductions/Head.js.map +1 -1
  255. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +9 -8
  256. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +1 -1
  257. package/dist/components/Employee/Deductions/useDeductions.js.map +1 -1
  258. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  259. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  260. package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
  261. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  262. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
  263. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  264. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
  265. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
  266. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  267. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  268. package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  269. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  270. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  271. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  272. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  273. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  274. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  275. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  276. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  277. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  278. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  279. package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
  280. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
  281. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  282. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  283. package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
  284. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
  285. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  286. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  287. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  288. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  289. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  290. package/dist/components/Employee/Profile/Head.js.map +1 -1
  291. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  292. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +51 -49
  293. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  294. package/dist/components/Employee/Profile/Profile.js +1 -1
  295. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  296. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
  297. package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
  298. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
  299. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  300. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  301. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  302. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  303. package/dist/components/Employee/Taxes/FederalForm.js +1 -0
  304. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  305. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  306. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  307. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  308. package/dist/components/Flow/Flow.js.map +1 -1
  309. package/dist/components/Flow/useFlow.js.map +1 -1
  310. package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
  311. package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
  312. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  313. package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
  314. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  315. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  316. package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
  317. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +3 -1
  318. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +12 -12
  319. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  320. package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
  321. package/dist/contexts/GustoProvider/index.d.ts +2 -0
  322. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
  323. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
  324. package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
  325. package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
  326. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +4 -1
  327. package/dist/contexts/ThemeProvider/ThemeProvider.js +60 -22
  328. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  329. package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -1
  330. package/dist/contexts/ThemeProvider/createTheme.js +14 -16
  331. package/dist/contexts/ThemeProvider/createTheme.js.map +1 -1
  332. package/dist/contexts/ThemeProvider/theme.d.ts +59 -0
  333. package/dist/contexts/ThemeProvider/theme.js +101 -0
  334. package/dist/contexts/ThemeProvider/theme.js.map +1 -0
  335. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  336. package/dist/contexts/index.d.ts +4 -0
  337. package/dist/helpers/LRUCache.js.map +1 -1
  338. package/dist/helpers/dateFormatting.d.ts +10 -2
  339. package/dist/helpers/dateFormatting.js +30 -7
  340. package/dist/helpers/dateFormatting.js.map +1 -1
  341. package/dist/helpers/dateFormatting.test.d.ts +1 -0
  342. package/dist/helpers/ensureRequired.js.map +1 -1
  343. package/dist/helpers/federalEin.js.map +1 -1
  344. package/dist/helpers/formattedStrings.js.map +1 -1
  345. package/dist/helpers/getDataProps.js.map +1 -1
  346. package/dist/helpers/mask.js.map +1 -1
  347. package/dist/helpers/payRateCalculator.js.map +1 -1
  348. package/dist/helpers/rem.js +2 -3
  349. package/dist/helpers/rem.js.map +1 -1
  350. package/dist/helpers/responsive.js.map +1 -1
  351. package/dist/helpers/ssn.js.map +1 -1
  352. package/dist/helpers/validations.js.map +1 -1
  353. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js +34 -23
  354. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  355. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  356. package/dist/i18n/I18n.js.map +1 -1
  357. package/dist/i18n/en/Company.AddBank.json.js +12 -12
  358. package/dist/i18n/en/Company.Addresses.json.js +12 -12
  359. package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
  360. package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
  361. package/dist/i18n/en/Company.BankAccount.json.js +19 -40
  362. package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
  363. package/dist/i18n/en/Company.DocumentList.json.js +15 -15
  364. package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
  365. package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
  366. package/dist/i18n/en/Company.Locations.json.js +43 -49
  367. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  368. package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
  369. package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
  370. package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
  371. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  372. package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
  373. package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
  374. package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
  375. package/dist/i18n/en/Contractor.Address.json.js +19 -24
  376. package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
  377. package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
  378. package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
  379. package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
  380. package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
  381. package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
  382. package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
  383. package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
  384. package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
  385. package/dist/i18n/en/Contractor.Profile.json.js +1 -58
  386. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  387. package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
  388. package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
  389. package/dist/i18n/en/Employee.Compensation.json.js +31 -65
  390. package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
  391. package/dist/i18n/en/Employee.Deductions.json.js +56 -59
  392. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  393. package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
  394. package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
  395. package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
  396. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  397. package/dist/i18n/en/Employee.Landing.json.js +11 -15
  398. package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
  399. package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
  400. package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
  401. package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
  402. package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
  403. package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
  404. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  405. package/dist/i18n/en/Employee.Profile.json.js +16 -22
  406. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  407. package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
  408. package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
  409. package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
  410. package/dist/i18n/en/Employee.Taxes.json.js +26 -29
  411. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  412. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
  413. package/dist/i18n/en/common.json.d.ts +1 -1
  414. package/dist/i18n/en/common.json.js +1 -147
  415. package/dist/i18n/en/common.json.js.map +1 -1
  416. package/dist/index.d.ts +1 -0
  417. package/dist/index.js +11 -9
  418. package/dist/index.js.map +1 -1
  419. package/dist/models/NAICSValues.js.map +1 -1
  420. package/dist/models/WA_RISK_CODES.js.map +1 -1
  421. package/dist/style.css +1 -1
  422. package/dist/types/GTheme.d.ts +0 -1
  423. package/dist/types/hooks.d.ts +36 -0
  424. package/package.json +10 -10
  425. package/dist/hooks/useDebounce/useDebounce.js +0 -19
  426. package/dist/hooks/useDebounce/useDebounce.js.map +0 -1
@@ -1,50 +1,34 @@
1
- const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", t = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", a = "Taxpayer type", o = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", _ = "Legal entity name is required", y = {
2
- "C-Corporation": "C-Corporation",
3
- "S-Corporation": "S-Corporation",
4
- "Sole proprietor": "Sole proprietor",
5
- LLC: "LLC",
6
- LLP: "LLP",
7
- "Limited partnership": "Limited partnership",
8
- "Co-ownership": "Co-ownership",
9
- Association: "Association",
10
- Trusteeship: "Trusteeship",
11
- "General partnership": "General partnership",
12
- "Joint venture": "Joint venture",
13
- "Non-Profit": "Non-Profit"
14
- }, d = {
15
- 941: "941 - Employer's Quarterly Federal Tax Return",
16
- 944: "944 - Employer's Annual Federal Tax Return"
17
- }, m = "Continue", f = {
1
+ const e = "Federal Tax Information", n = "Enter your entity type and the legal name of your company. You can find this info on your <einLink>FEIN assignment form (Form CP575)</einLink>. We need this to file and pay your taxes correctly.", o = "Federal EIN", r = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <applyLink>apply online.</applyLink>", t = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", i = "Federal filing form", l = "To learn more about the different Federal Tax Form filings for payroll, please review the <irsLink>IRS website.</irsLink>", p = "Legal entity name", s = "Make sure this is the legal name of the company, not your DBA.", y = "Legal entity name is required", m = { "C-Corporation": "C-Corporation", "S-Corporation": "S-Corporation", "Sole proprietor": "Sole proprietor", LLC: "LLC", LLP: "LLP", "Limited partnership": "Limited partnership", "Co-ownership": "Co-ownership", Association: "Association", Trusteeship: "Trusteeship", "General partnership": "General partnership", "Joint venture": "Joint venture", "Non-Profit": "Non-Profit" }, c = { 941: "941 - Employer's Quarterly Federal Tax Return", 944: "944 - Employer's Annual Federal Tax Return" }, d = "Continue", _ = {
18
2
  pageTitle: e,
19
3
  entity_type_and_legal_name_intro: n,
20
- federal_ein_label: t,
4
+ federal_ein_label: o,
21
5
  federal_ein_description: r,
22
- taxpayer_type_label: a,
23
- taxpayer_type_description: o,
6
+ taxpayer_type_label: t,
7
+ taxpayer_type_description: a,
24
8
  federal_filing_form_label: i,
25
9
  federal_filing_form_description: l,
26
10
  legal_entity_name_label: p,
27
11
  legal_entity_name_description: s,
28
- legal_entity_name_error: _,
29
- taxPayerType: y,
30
- filingForm: d,
31
- continueCta: m
12
+ legal_entity_name_error: y,
13
+ taxPayerType: m,
14
+ filingForm: c,
15
+ continueCta: d
32
16
  };
33
17
  export {
34
- m as continueCta,
35
- f as default,
18
+ d as continueCta,
19
+ _ as default,
36
20
  n as entity_type_and_legal_name_intro,
37
21
  r as federal_ein_description,
38
- t as federal_ein_label,
22
+ o as federal_ein_label,
39
23
  l as federal_filing_form_description,
40
24
  i as federal_filing_form_label,
41
- d as filingForm,
25
+ c as filingForm,
42
26
  s as legal_entity_name_description,
43
- _ as legal_entity_name_error,
27
+ y as legal_entity_name_error,
44
28
  p as legal_entity_name_label,
45
29
  e as pageTitle,
46
- y as taxPayerType,
47
- o as taxpayer_type_description,
48
- a as taxpayer_type_label
30
+ m as taxPayerType,
31
+ a as taxpayer_type_description,
32
+ t as taxpayer_type_label
49
33
  };
50
34
  //# sourceMappingURL=Company.FederalTaxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Company.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.FederalTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,74 +1,68 @@
1
- const e = "Company addresses", s = "To automate your payroll filings, we need to have your company's accurate addresses. Please enter your mailing and filing addresses and all addresses where you have employees physically working in the United States.", t = "List of company addresses", a = "Addresses", i = "Address status", o = "Filing Address", n = "Mailing Address", l = "Location actions", d = "Edit", r = "No addresses", c = "Once you’ve added addresses they will appear here", p = "+ Add another address", m = "+ Add an address", y = "Add company address", L = "We will need to collect and add any employee’s physical working address in the US including remote employees and employees who work from home", h = "Street 1", b = "Street 2", u = "City", g = "State", C = "Select state...", f = "Zip", A = "Phone number", T = "Address types", v = "Mailing address", w = "This is where you'd like to receive mail. It's usually the same as your filing address.", D = "Filing address", P = "This is your primary physical place of business. It can't be a P.O. Box. The filing address should match the address you have on file with the IRS, which you can find on your federal EIN assignment form (Form CP575). We'll use it for all local, state, and federal filings.", F = "Save", S = "Cancel", k = "Continue", z = {
2
- street1: "Street address is required",
3
- city: "Please provide valid city name",
4
- state: "Please select a state",
5
- zip: "Please provide valid zip code",
6
- phone: "Please provide valid phone number"
7
- }, I = {
1
+ const e = "Company addresses", s = "To automate your payroll filings, we need to have your company's accurate addresses. Please enter your mailing and filing addresses and all addresses where you have employees physically working in the United States.", t = "List of company addresses", a = "Addresses", o = "Address status", i = "Filing Address", n = "Mailing Address", d = "Location actions", l = "Edit", r = "No addresses", c = "Once you’ve added addresses they will appear here", p = "+ Add another address", y = "+ Add an address", m = "Add company address", h = "We will need to collect and add any employee’s physical working address in the US including remote employees and employees who work from home", u = "Street 1", g = "Street 2", L = "City", b = "State", f = "Select state...", z = "Zip", v = "Phone number", A = "Address types", C = "Mailing address", w = "This is where you'd like to receive mail. It's usually the same as your filing address.", T = "Filing address", P = "This is your primary physical place of business. It can't be a P.O. Box. The filing address should match the address you have on file with the IRS, which you can find on your federal EIN assignment form (Form CP575). We'll use it for all local, state, and federal filings.", S = "Save", F = "Cancel", D = "Continue", k = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code", phone: "Please provide valid phone number" }, I = {
8
2
  locationsListTitle: e,
9
3
  locationsListDescription: s,
10
4
  locationListLabel: t,
11
5
  locationListCol1: a,
12
- locationListCol2: i,
13
- filingAddress: o,
6
+ locationListCol2: o,
7
+ filingAddress: i,
14
8
  mailingAddress: n,
15
- hamburgerTitle: l,
16
- editCta: d,
9
+ hamburgerTitle: d,
10
+ editCta: l,
17
11
  emptyTableTitle: r,
18
12
  emptyTableDescription: c,
19
13
  addLocationCta: p,
20
- addFirstLocationCta: m,
21
- locationFormTitle: y,
22
- locationFormDescription: L,
23
- street1Label: h,
24
- street2Label: b,
25
- cityLabel: u,
26
- stateLabel: g,
27
- statePlaceholder: C,
28
- zipLabel: f,
29
- phoneNumberLabel: A,
30
- addressTypeLabel: T,
31
- mailingAddressLabel: v,
14
+ addFirstLocationCta: y,
15
+ locationFormTitle: m,
16
+ locationFormDescription: h,
17
+ street1Label: u,
18
+ street2Label: g,
19
+ cityLabel: L,
20
+ stateLabel: b,
21
+ statePlaceholder: f,
22
+ zipLabel: "Zip",
23
+ phoneNumberLabel: v,
24
+ addressTypeLabel: A,
25
+ mailingAddressLabel: C,
32
26
  mailingAddressDescription: w,
33
- filingAddressLabel: D,
27
+ filingAddressLabel: T,
34
28
  filingAddressDescription: P,
35
- saveCta: F,
36
- cancelCta: S,
37
- continueCta: k,
38
- validations: z
29
+ saveCta: S,
30
+ cancelCta: F,
31
+ continueCta: D,
32
+ validations: k
39
33
  };
40
34
  export {
41
- m as addFirstLocationCta,
35
+ y as addFirstLocationCta,
42
36
  p as addLocationCta,
43
- T as addressTypeLabel,
44
- S as cancelCta,
45
- u as cityLabel,
46
- k as continueCta,
37
+ A as addressTypeLabel,
38
+ F as cancelCta,
39
+ L as cityLabel,
40
+ D as continueCta,
47
41
  I as default,
48
- d as editCta,
42
+ l as editCta,
49
43
  c as emptyTableDescription,
50
44
  r as emptyTableTitle,
51
- o as filingAddress,
45
+ i as filingAddress,
52
46
  P as filingAddressDescription,
53
- D as filingAddressLabel,
54
- l as hamburgerTitle,
55
- L as locationFormDescription,
56
- y as locationFormTitle,
47
+ T as filingAddressLabel,
48
+ d as hamburgerTitle,
49
+ h as locationFormDescription,
50
+ m as locationFormTitle,
57
51
  a as locationListCol1,
58
- i as locationListCol2,
52
+ o as locationListCol2,
59
53
  t as locationListLabel,
60
54
  s as locationsListDescription,
61
55
  e as locationsListTitle,
62
56
  n as mailingAddress,
63
57
  w as mailingAddressDescription,
64
- v as mailingAddressLabel,
65
- A as phoneNumberLabel,
66
- F as saveCta,
67
- g as stateLabel,
68
- C as statePlaceholder,
69
- h as street1Label,
70
- b as street2Label,
71
- z as validations,
72
- f as zipLabel
58
+ C as mailingAddressLabel,
59
+ v as phoneNumberLabel,
60
+ S as saveCta,
61
+ b as stateLabel,
62
+ f as statePlaceholder,
63
+ u as street1Label,
64
+ g as street2Label,
65
+ k as validations,
66
+ z as zipLabel
73
67
  };
74
68
  //# sourceMappingURL=Company.Locations.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Company.Locations.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.Locations.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,50 +1,28 @@
1
- const e = "Nice! We’ll take it from here.", t = "We’ll review the details to make sure we have everything we need to pay your team. Look out for an email once your payroll is approved.", o = "Done", n = "We need a few more details", i = "We need a bit more information to get your company ready for payroll.", a = "Let’s get started", s = "We need some information to get your company ready for payroll.", r = "Continue onboarding", l = "Start onboarding", d = {
2
- add_addresses: "Add company addresses",
3
- federal_tax_setup: "Company federal tax information",
4
- select_industry: "Select industry",
5
- add_bank_info: "Payroll account",
6
- add_employees: "Add employees",
7
- state_setup: "State tax",
8
- payroll_schedule: "Select a Pay Schedule",
9
- sign_all_forms: "Sign documents",
10
- verify_bank_info: "Verify bank account",
11
- external_payroll: "External payroll"
12
- }, p = {
13
- add_addresses: "Your mailing and filing addresses and all addresses where you have employees physically working in the United States.",
14
- federal_tax_setup: "Enter your federal tax account information.",
15
- select_industry: "Set the industry of your company",
16
- add_bank_info: "The bank account you will use for payroll.",
17
- add_employees: "Add your employees to run payroll.",
18
- state_setup: "Enter state tax details for the states where your employees will be physically working.",
19
- payroll_schedule: "Select a Pay Schedule",
20
- sign_all_forms: "Sign required documents to complete setup.",
21
- verify_bank_info: "Verify your bank account information.",
22
- external_payroll: "External payroll"
23
- }, y = {
1
+ const e = "Nice! We’ll take it from here.", t = "We’ll review the details to make sure we have everything we need to pay your team. Look out for an email once your payroll is approved.", o = "Done", a = "We need a few more details", n = "We need a bit more information to get your company ready for payroll.", r = "Let’s get started", i = "We need some information to get your company ready for payroll.", s = "Continue onboarding", l = "Start onboarding", d = { add_addresses: "Add company addresses", federal_tax_setup: "Company federal tax information", select_industry: "Select industry", add_bank_info: "Payroll account", add_employees: "Add employees", state_setup: "State tax", payroll_schedule: "Select a Pay Schedule", sign_all_forms: "Sign documents", verify_bank_info: "Verify bank account", external_payroll: "External payroll" }, y = { add_addresses: "Your mailing and filing addresses and all addresses where you have employees physically working in the United States.", federal_tax_setup: "Enter your federal tax account information.", select_industry: "Set the industry of your company", add_bank_info: "The bank account you will use for payroll.", add_employees: "Add your employees to run payroll.", state_setup: "Enter state tax details for the states where your employees will be physically working.", payroll_schedule: "Select a Pay Schedule", sign_all_forms: "Sign required documents to complete setup.", verify_bank_info: "Verify your bank account information.", external_payroll: "External payroll" }, p = {
24
2
  onboardingCompletedTitle: e,
25
3
  onboardingCompletedDescription: t,
26
4
  onboardingCompletedCta: o,
27
- missingRequirementsTitle: n,
28
- missingRequirementsDescription: i,
29
- initialSetupTitle: a,
30
- initialSetupDescription: s,
31
- missingRequirementsCta: r,
5
+ missingRequirementsTitle: a,
6
+ missingRequirementsDescription: n,
7
+ initialSetupTitle: r,
8
+ initialSetupDescription: i,
9
+ missingRequirementsCta: s,
32
10
  initialSetupCta: l,
33
11
  stepTitles: d,
34
- stepDescriptions: p
12
+ stepDescriptions: y
35
13
  };
36
14
  export {
37
- y as default,
15
+ p as default,
38
16
  l as initialSetupCta,
39
- s as initialSetupDescription,
40
- a as initialSetupTitle,
41
- r as missingRequirementsCta,
42
- i as missingRequirementsDescription,
43
- n as missingRequirementsTitle,
17
+ i as initialSetupDescription,
18
+ r as initialSetupTitle,
19
+ s as missingRequirementsCta,
20
+ n as missingRequirementsDescription,
21
+ a as missingRequirementsTitle,
44
22
  o as onboardingCompletedCta,
45
23
  t as onboardingCompletedDescription,
46
24
  e as onboardingCompletedTitle,
47
- p as stepDescriptions,
25
+ y as stepDescriptions,
48
26
  d as stepTitles
49
27
  };
50
28
  //# sourceMappingURL=Company.OnboardingOverview.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Company.OnboardingOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.OnboardingOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -1,47 +1,4 @@
1
- const e = 'Pick what frequency you’d like to run payroll. If you need help, you can read more about <how_to_choose_schedule href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</how_to_choose_schedule>', t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <payment_law_doc href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</payment_law_doc> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", s = "Continue", n = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = {
2
- name: "Name",
3
- actions: "Actions",
4
- active: "Active",
5
- inactive: "Inactive",
6
- edit: "Edit"
7
- }, r = {
8
- addPaySchedule: "Add pay schedule",
9
- editPaySchedule: "Edit pay schedule",
10
- pageTitle: "Set up pay schedule"
11
- }, c = {
12
- payfrequency: "Pay frequency",
13
- frequency: "Frequency",
14
- deadline: "Deadline to run payroll",
15
- frequencyOptions: "Frequency Options",
16
- firstPayDate: "First pay date",
17
- firstPayPeriodEndDate: "First pay period end date",
18
- firstPayDayOfTheMonth: "First pay day of the month",
19
- lastPayDayOfTheMonth: "Last pay day of the month",
20
- preview: "Preview",
21
- legend: "Legend"
22
- }, y = "Loading...", l = {
23
- frequencyOptionsDescription: "Select the pay days for the month.",
24
- anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.",
25
- anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date."
26
- }, d = {
27
- payPeriod: "Pay period",
28
- payday: "Payday",
29
- payrollDeadline: "Run payroll by 1:00PM (PDT) on "
30
- }, h = {
31
- cancel: "Cancel",
32
- save: "Save"
33
- }, p = {
34
- everyWeek: "Every week",
35
- everyOtherWeek: "Every other week",
36
- twicePerMonth: "Twice per month",
37
- monthly: "Monthly"
38
- }, u = {
39
- "15thAndLast": "15th and Last day of the month",
40
- custom: "Custom"
41
- }, f = {
42
- title: "Pay Schedule Preview",
43
- description: "Complete all the required fields to see a preview of your pay schedule."
44
- }, w = {
1
+ const e = 'Pick what frequency you’d like to run payroll. If you need help, you can read more about <how_to_choose_schedule href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</how_to_choose_schedule>', t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <payment_law_doc href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</payment_law_doc> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", s = "Continue", n = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = { name: "Name", actions: "Actions", active: "Active", inactive: "Inactive", edit: "Edit" }, r = { addPaySchedule: "Add pay schedule", editPaySchedule: "Edit pay schedule", pageTitle: "Set up pay schedule" }, c = { payfrequency: "Pay frequency", frequency: "Frequency", deadline: "Deadline to run payroll", frequencyOptions: "Frequency Options", firstPayDate: "First pay date", firstPayPeriodEndDate: "First pay period end date", firstPayDayOfTheMonth: "First pay day of the month", lastPayDayOfTheMonth: "Last pay day of the month", preview: "Preview", legend: "Legend" }, y = "Loading...", l = { frequencyOptionsDescription: "Select the pay days for the month.", anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.", anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date." }, d = { payPeriod: "Pay period", payday: "Payday", payrollDeadline: "Run payroll by 1:00PM (PDT) on " }, h = { cancel: "Cancel", save: "Save" }, p = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" }, u = { "15thAndLast": "15th and Last day of the month", custom: "Custom" }, f = { title: "Pay Schedule Preview", description: "Complete all the required fields to see a preview of your pay schedule." }, w = {
45
2
  listDescription: e,
46
3
  listDescription2: t,
47
4
  addAnotherPayScheduleCta: a,
@@ -1 +1 @@
1
- {"version":3,"file":"Company.PaySchedule.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.PaySchedule.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,15 +1,15 @@
1
- const o = "Signature required for {{formTitle}}", n = "Please review the document. When you're finished, sign below.", t = "View document", e = "Signature", r = "Type your full, legal name.", i = "Signature is required", a = "I am the signatory and I agree to sign electronically", s = "You must agree to sign electronically", c = "Back", u = "Sign form", l = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = {
1
+ const o = "Signature required for {{formTitle}}", n = "Please review the document. When you're finished, sign below.", t = "View document", e = "Signature", i = "Type your full, legal name.", r = "Signature is required", a = "I am the signatory and I agree to sign electronically", s = "You must agree to sign electronically", c = "Back", l = "Sign form", u = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = {
2
2
  signatureFormTitle: o,
3
3
  downloadInstructions: n,
4
4
  viewDocumentCta: t,
5
5
  signatureLabel: e,
6
- signatureDescription: r,
7
- signatureError: i,
6
+ signatureDescription: i,
7
+ signatureError: r,
8
8
  confirmationLabel: a,
9
9
  confirmationError: s,
10
10
  backCta: c,
11
- submitCta: u,
12
- downloadPrompt: l
11
+ submitCta: l,
12
+ downloadPrompt: u
13
13
  };
14
14
  export {
15
15
  c as backCta,
@@ -17,12 +17,12 @@ export {
17
17
  a as confirmationLabel,
18
18
  d as default,
19
19
  n as downloadInstructions,
20
- l as downloadPrompt,
21
- r as signatureDescription,
22
- i as signatureError,
20
+ u as downloadPrompt,
21
+ i as signatureDescription,
22
+ r as signatureError,
23
23
  o as signatureFormTitle,
24
24
  e as signatureLabel,
25
- u as submitCta,
25
+ l as submitCta,
26
26
  t as viewDocumentCta
27
27
  };
28
28
  //# sourceMappingURL=Company.SignatureForm.json.js.map
@@ -1,28 +1,4 @@
1
- const e = {
2
- selfOnboardingWarningLabel: "Self-onboarding employees can change your company tax requirements",
3
- selfOnboardingWarningDescription: "If your employees are self-onboarding and enter details that change your company's state tax requirements (such as a home address in a new state), you may need to complete state tax setup again.",
4
- continueCta: "Continue",
5
- editStateTaxCta: "Edit",
6
- continueStateTaxSetupCta: "Continue setup",
7
- requirementsListCol1: "State",
8
- requirementsListCol2: "Status",
9
- completeBadge: "Complete",
10
- incompleteBadge: "Missing information",
11
- requirementsListLabel: "State tax requirements",
12
- emptyTableTitle: "No state tax requirements",
13
- emptyTableDescription: "Add company location or an employee to get started."
14
- }, t = {
15
- saveCta: "Save",
16
- cancelCta: "Cancel",
17
- title: "{{state}} tax requirements",
18
- effectiveFromLabel: "Effective: {{date}}",
19
- validations: {
20
- minValue: "Minimum value is {{min}}",
21
- maxValue: "Maximum value is {{max}}",
22
- oneOf: "Value must be one of: {{values}}",
23
- required: "This field is required"
24
- }
25
- }, a = {
1
+ const e = { selfOnboardingWarningLabel: "Self-onboarding employees can change your company tax requirements", selfOnboardingWarningDescription: "If your employees are self-onboarding and enter details that change your company's state tax requirements (such as a home address in a new state), you may need to complete state tax setup again.", continueCta: "Continue", editStateTaxCta: "Edit", continueStateTaxSetupCta: "Continue setup", requirementsListCol1: "State", requirementsListCol2: "Status", completeBadge: "Complete", incompleteBadge: "Missing information", requirementsListLabel: "State tax requirements", emptyTableTitle: "No state tax requirements", emptyTableDescription: "Add company location or an employee to get started." }, t = { saveCta: "Save", cancelCta: "Cancel", title: "{{state}} tax requirements", effectiveFromLabel: "Effective: {{date}}", validations: { minValue: "Minimum value is {{min}}", maxValue: "Maximum value is {{max}}", oneOf: "Value must be one of: {{values}}", required: "This field is required" } }, a = {
26
2
  list: e,
27
3
  form: t
28
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Company.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,35 +1,30 @@
1
- const s = "Business address", e = "Contractor's business address, within the United States.", t = "Home address", i = "Contractor's home mailing address, within the United States.", d = "Street 1", r = "Street 2", o = "City", n = "State", a = "Select state...", c = "Zip", l = "Continue", p = {
2
- street1: "Street address is required",
3
- city: "Please provide valid city name",
4
- state: "Please select a state",
5
- zip: "Please provide valid zip code"
6
- }, h = {
7
- businessAddressTitle: s,
1
+ const t = "Business address", e = "Contractor's business address, within the United States.", s = "Home address", i = "Contractor's home mailing address, within the United States.", o = "Street 1", d = "Street 2", n = "City", r = "State", a = "Select state...", p = "Zip", c = "Continue", l = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, h = {
2
+ businessAddressTitle: t,
8
3
  businessAddressDescription: e,
9
- homeAddressTitle: t,
4
+ homeAddressTitle: s,
10
5
  homeAddressDescription: i,
11
- street1: d,
12
- street2: r,
13
- city: o,
14
- state: n,
6
+ street1: o,
7
+ street2: d,
8
+ city: n,
9
+ state: r,
15
10
  statePlaceholder: a,
16
- zip: c,
17
- submit: l,
18
- validations: p
11
+ zip: "Zip",
12
+ submit: c,
13
+ validations: l
19
14
  };
20
15
  export {
21
16
  e as businessAddressDescription,
22
- s as businessAddressTitle,
23
- o as city,
17
+ t as businessAddressTitle,
18
+ n as city,
24
19
  h as default,
25
20
  i as homeAddressDescription,
26
- t as homeAddressTitle,
27
- n as state,
21
+ s as homeAddressTitle,
22
+ r as state,
28
23
  a as statePlaceholder,
29
- d as street1,
30
- r as street2,
31
- l as submit,
32
- p as validations,
33
- c as zip
24
+ o as street1,
25
+ d as street2,
26
+ c as submit,
27
+ l as validations,
28
+ p as zip
34
29
  };
35
30
  //# sourceMappingURL=Contractor.Address.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
@@ -1,15 +1,12 @@
1
- const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", r = "Edit contractor", e = "Add contractors to get them setup for payroll.", c = "You haven't added any contractors yet", n = {
2
- name: "Name",
3
- status: "Status"
4
- }, s = "Contractors", d = {
1
+ const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", r = "Edit contractor", c = "Add contractors to get them setup for payroll.", n = "You haven't added any contractors yet", s = { name: "Name", status: "Status" }, e = "Contractors", d = {
5
2
  addContractorCTA: t,
6
3
  addAnotherCTA: o,
7
4
  contractorListLabel: a,
8
5
  editCTA: r,
9
- emptyTableDescription: e,
10
- emptyTableTitle: c,
11
- listHeaders: n,
12
- title: s
6
+ emptyTableDescription: c,
7
+ emptyTableTitle: n,
8
+ listHeaders: s,
9
+ title: e
13
10
  };
14
11
  export {
15
12
  o as addAnotherCTA,
@@ -17,9 +14,9 @@ export {
17
14
  a as contractorListLabel,
18
15
  d as default,
19
16
  r as editCTA,
20
- e as emptyTableDescription,
21
- c as emptyTableTitle,
22
- n as listHeaders,
23
- s as title
17
+ c as emptyTableDescription,
18
+ n as emptyTableTitle,
19
+ s as listHeaders,
20
+ e as title
24
21
  };
25
22
  //# sourceMappingURL=Contractor.ContractorList.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.ContractorList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.ContractorList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -1,22 +1,18 @@
1
- const t = "Contractor Onboarded", e = "This contractor has been successfully onboarded.", n = "Done", o = "Submit and complete onboarding", a = "Please note that after submitting", s = [
2
- "The contractor type cannot be changed.",
3
- "The new hire report cannot be modified.",
4
- "This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."
5
- ], c = {
1
+ const t = "Contractor Onboarded", o = "This contractor has been successfully onboarded.", e = "Done", n = "Submit and complete onboarding", a = "Please note that after submitting", c = ["The contractor type cannot be changed.", "The new hire report cannot be modified.", "This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."], s = {
6
2
  doneTitle: t,
7
- doneText: e,
8
- doneCTA: n,
9
- submitCTA: o,
3
+ doneText: o,
4
+ doneCTA: e,
5
+ submitCTA: n,
10
6
  title: a,
11
- warningItems: s
7
+ warningItems: c
12
8
  };
13
9
  export {
14
- c as default,
15
- n as doneCTA,
16
- e as doneText,
10
+ s as default,
11
+ e as doneCTA,
12
+ o as doneText,
17
13
  t as doneTitle,
18
- o as submitCTA,
14
+ n as submitCTA,
19
15
  a as title,
20
- s as warningItems
16
+ c as warningItems
21
17
  };
22
18
  //# sourceMappingURL=Contractor.ContractorSubmit.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.ContractorSubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.ContractorSubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -1,11 +1,9 @@
1
- const e = "File new hire report?", t = "Most states require that employers file a new hire report for contractors within 20 days of their start date. Even if the report is overdue, it is generally better to file a late report than to risk penalties for being out of compliance.", o = "Select whether or not you'd like us to file new hire report", i = "Yes, file the report for me", r = "No, I have already filed or will file the report myself", s = "Work state", n = "Continue", a = {
2
- state: "Please select work state"
3
- }, l = {
1
+ const e = "File new hire report?", t = "Most states require that employers file a new hire report for contractors within 20 days of their start date. Even if the report is overdue, it is generally better to file a late report than to risk penalties for being out of compliance.", o = "Select whether or not you'd like us to file new hire report", r = "Yes, file the report for me", i = "No, I have already filed or will file the report myself", s = "Work state", n = "Continue", a = { state: "Please select work state" }, l = {
4
2
  title: e,
5
3
  description: t,
6
4
  doFileLegend: o,
7
- yesOption: i,
8
- noOption: r,
5
+ yesOption: r,
6
+ noOption: i,
9
7
  stateSelectionLabel: s,
10
8
  submitCta: n,
11
9
  validations: a
@@ -14,11 +12,11 @@ export {
14
12
  l as default,
15
13
  t as description,
16
14
  o as doFileLegend,
17
- r as noOption,
15
+ i as noOption,
18
16
  s as stateSelectionLabel,
19
17
  n as submitCta,
20
18
  e as title,
21
19
  a as validations,
22
- i as yesOption
20
+ r as yesOption
23
21
  };
24
22
  //# sourceMappingURL=Contractor.NewHireReport.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.NewHireReport.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.NewHireReport.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -1,17 +1,4 @@
1
- const e = "Contractor payment details", t = "Select payment method", c = "Direct deposit", n = "We recommend direct deposit – we’ll deposit paychecks directly into your employee’s bank account.", o = "Check", i = "If you select check as the payment method, you’ll need to write a physical check to this employee each payday.", a = "Continue", r = {
2
- nameLabel: "Account nickname",
3
- routingNumberLabel: "Routing number",
4
- routingNumberDescription: "9-digits",
5
- accountNumberLabel: "Account number",
6
- accountTypeLabel: "Account type",
7
- accountTypeChecking: "Checking",
8
- accountTypeSavings: "Savings",
9
- validations: {
10
- accountName: "Account nickname is required",
11
- routingNumber: "Routing number is required (9-digits)",
12
- accountNumber: "Please enter valid account number"
13
- }
14
- }, s = {
1
+ const e = "Contractor payment details", t = "Select payment method", c = "Direct deposit", n = "We recommend direct deposit – we’ll deposit paychecks directly into your employee’s bank account.", o = "Check", i = "If you select check as the payment method, you’ll need to write a physical check to this employee each payday.", a = "Continue", u = { nameLabel: "Account nickname", routingNumberLabel: "Routing number", routingNumberDescription: "9-digits", accountNumberLabel: "Account number", accountTypeLabel: "Account type", accountTypeChecking: "Checking", accountTypeSavings: "Savings", validations: { accountName: "Account nickname is required", routingNumber: "Routing number is required (9-digits)", accountNumber: "Please enter valid account number" } }, r = {
15
2
  title: e,
16
3
  paymentFieldsetLegend: t,
17
4
  directDepositLabel: c,
@@ -19,14 +6,14 @@ const e = "Contractor payment details", t = "Select payment method", c = "Direct
19
6
  checkLabel: o,
20
7
  checkDescription: i,
21
8
  continueCta: a,
22
- bankAccountForm: r
9
+ bankAccountForm: u
23
10
  };
24
11
  export {
25
- r as bankAccountForm,
12
+ u as bankAccountForm,
26
13
  i as checkDescription,
27
14
  o as checkLabel,
28
15
  a as continueCta,
29
- s as default,
16
+ r as default,
30
17
  n as directDepositDescription,
31
18
  c as directDepositLabel,
32
19
  t as paymentFieldsetLegend,
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}