@gusto/embedded-react-sdk 0.11.1 → 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 (511) hide show
  1. package/CHANGELOG.md +13 -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 +19 -18
  22. package/dist/components/Base/Base.js.map +1 -1
  23. package/dist/components/Base/createCompoundContext.js.map +1 -1
  24. package/dist/components/Base/useBase.js.map +1 -1
  25. package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
  26. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  27. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  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 +6 -4
  72. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  73. package/dist/components/Common/SignatureForm/SignatureFormActions.js +12 -10
  74. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  75. package/dist/components/Common/SignatureForm/SignatureFormFields.js +8 -6
  76. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  77. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  78. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  79. package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
  80. package/dist/components/Common/UI/Badge/Badge.js +4 -4
  81. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  82. package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
  83. package/dist/components/Common/UI/Button/Button.d.ts +1 -1
  84. package/dist/components/Common/UI/Button/Button.js +22 -24
  85. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  86. package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
  87. package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
  88. package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
  89. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  90. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
  91. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
  92. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
  93. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
  94. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
  95. package/dist/components/Common/UI/Card/Card.js.map +1 -1
  96. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  97. package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +8 -8
  98. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  99. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
  100. package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
  101. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  102. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
  103. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  104. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
  105. package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
  106. package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
  107. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  108. package/dist/components/Common/UI/Input/Input.module.scss.js +10 -10
  109. package/dist/components/Common/UI/Link/Link.js.map +1 -1
  110. package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
  111. package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
  112. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  113. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  114. package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
  115. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  116. package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
  117. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  118. package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
  119. package/dist/components/Common/UI/Select/Select.js +13 -13
  120. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  121. package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
  122. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  123. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  124. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  125. package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
  126. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  127. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
  128. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  129. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  130. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  131. package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
  132. package/dist/components/Common/hooks/useMenu.js.map +1 -1
  133. package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
  134. package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
  135. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  136. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +8 -6
  137. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  138. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +10 -8
  139. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  140. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  141. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +11 -11
  142. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  143. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  144. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +1 -1
  145. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  146. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +8 -6
  147. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  148. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  149. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
  150. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  151. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +1 -1
  152. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  153. package/dist/components/Company/AssignSignatory/TitleSelect.js +8 -7
  154. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  155. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +1 -1
  156. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  157. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  158. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
  159. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  160. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  161. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +11 -9
  162. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  163. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  164. package/dist/components/Company/BankAccount/BankAccountForm/context.js +1 -1
  165. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  166. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +12 -10
  167. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  168. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  169. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  170. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +13 -11
  171. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  172. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  173. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -4
  174. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  175. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  176. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  177. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +7 -5
  178. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  179. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +7 -6
  180. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  181. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  182. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  183. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  184. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +1 -1
  185. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  186. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  187. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  188. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
  189. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
  190. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  191. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
  192. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  193. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
  194. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  195. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  196. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  197. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  198. package/dist/components/Company/FederalTaxes/Actions.js +9 -7
  199. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  200. package/dist/components/Company/FederalTaxes/FederalTaxes.js +7 -6
  201. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  202. package/dist/components/Company/FederalTaxes/Form.js +5 -3
  203. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  204. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  205. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +1 -1
  206. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  207. package/dist/components/Company/Industry/Actions.js +7 -5
  208. package/dist/components/Company/Industry/Actions.js.map +1 -1
  209. package/dist/components/Company/Industry/Context.js +1 -1
  210. package/dist/components/Company/Industry/Edit.js +12 -10
  211. package/dist/components/Company/Industry/Edit.js.map +1 -1
  212. package/dist/components/Company/Industry/Head.js.map +1 -1
  213. package/dist/components/Company/Industry/Industry.js.map +1 -1
  214. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  215. package/dist/components/Company/Locations/LocationForm/Actions.js +8 -6
  216. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  217. package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
  218. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  219. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  220. package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
  221. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  222. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +1 -1
  223. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  224. package/dist/components/Company/Locations/Locations.js.map +1 -1
  225. package/dist/components/Company/Locations/LocationsList/Actions.js +8 -6
  226. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  227. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  228. package/dist/components/Company/Locations/LocationsList/List.js +4 -2
  229. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  230. package/dist/components/Company/Locations/LocationsList/LocationsList.js +9 -8
  231. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  232. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +1 -1
  233. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  234. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  235. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  236. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  237. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  238. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  239. package/dist/components/Company/OnboardingOverview/Completed.js +14 -12
  240. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  241. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
  242. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  243. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
  244. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  245. package/dist/components/Company/OnboardingOverview/context.js +1 -1
  246. package/dist/components/Company/PaySchedule/PaySchedule.js +33 -31
  247. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  248. package/dist/components/Company/PaySchedule/_parts/Actions.js +12 -10
  249. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  250. package/dist/components/Company/PaySchedule/_parts/Edit.js +51 -52
  251. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  252. package/dist/components/Company/PaySchedule/_parts/Head.js +8 -6
  253. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  254. package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
  255. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  256. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
  257. package/dist/components/Company/PaySchedule/usePaySchedule.js +8 -9
  258. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  259. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  260. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  261. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +7 -5
  262. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  263. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  264. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  265. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  266. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +1 -1
  267. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +8 -6
  268. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  269. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  270. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +7 -5
  271. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  272. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  273. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +1 -1
  274. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  275. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  276. package/dist/components/Contractor/Address/Address.js +5 -4
  277. package/dist/components/Contractor/Address/Address.js.map +1 -1
  278. package/dist/components/Contractor/Address/Form.js +1 -1
  279. package/dist/components/Contractor/Address/Form.js.map +1 -1
  280. package/dist/components/Contractor/Address/Head.js.map +1 -1
  281. package/dist/components/Contractor/Address/useAddress.js +1 -1
  282. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  283. package/dist/components/Contractor/List/index.js.map +1 -1
  284. package/dist/components/Contractor/List/useContractorList.js.map +1 -1
  285. package/dist/components/Contractor/NewHireReport/NewHireReport.js +17 -16
  286. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  287. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +7 -5
  288. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  289. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
  290. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  291. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
  292. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  293. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  294. package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -10
  295. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  296. package/dist/components/Contractor/Profile/useContractorProfile.js +1 -1
  297. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  298. package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
  299. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  300. package/dist/components/Contractor/Submit/index.js +11 -9
  301. package/dist/components/Contractor/Submit/index.js.map +1 -1
  302. package/dist/components/Employee/Compensation/Actions.js +6 -5
  303. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  304. package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
  305. package/dist/components/Employee/Compensation/Edit.js +15 -14
  306. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  307. package/dist/components/Employee/Compensation/Head.js.map +1 -1
  308. package/dist/components/Employee/Compensation/List.js +25 -23
  309. package/dist/components/Employee/Compensation/List.js.map +1 -1
  310. package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
  311. package/dist/components/Employee/Deductions/Actions.js +12 -10
  312. package/dist/components/Employee/Deductions/Actions.js.map +1 -1
  313. package/dist/components/Employee/Deductions/DeductionForm.js +12 -10
  314. package/dist/components/Employee/Deductions/DeductionForm.js.map +1 -1
  315. package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
  316. package/dist/components/Employee/Deductions/DeductionsList.js +7 -5
  317. package/dist/components/Employee/Deductions/DeductionsList.js.map +1 -1
  318. package/dist/components/Employee/Deductions/Head.js.map +1 -1
  319. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +9 -7
  320. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +1 -1
  321. package/dist/components/Employee/Deductions/useDeductions.js +1 -1
  322. package/dist/components/Employee/Deductions/useDeductions.js.map +1 -1
  323. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +8 -6
  324. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  325. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +7 -6
  326. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  327. package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
  328. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
  329. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  330. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +1 -1
  331. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
  332. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  333. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
  334. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
  335. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  336. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
  337. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  338. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
  339. package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  340. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  341. package/dist/components/Employee/EmployeeList/Actions.js +6 -4
  342. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  343. package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
  344. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  345. package/dist/components/Employee/EmployeeList/Head.js +7 -5
  346. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  347. package/dist/components/Employee/EmployeeList/List.js +15 -14
  348. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  349. package/dist/components/Employee/EmployeeList/useEmployeeList.js +1 -1
  350. package/dist/components/Employee/Landing/Landing.js +13 -12
  351. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  352. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  353. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  354. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  355. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  356. package/dist/components/Employee/PaymentMethod/Actions.js +9 -7
  357. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  358. package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
  359. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +6 -5
  360. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  361. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +10 -8
  362. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  363. package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
  364. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
  365. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +3 -2
  366. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  367. package/dist/components/Employee/PaymentMethod/Split.js +11 -10
  368. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  369. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
  370. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  371. package/dist/components/Employee/Profile/Actions.js +9 -7
  372. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  373. package/dist/components/Employee/Profile/AdminPersonalDetails.js +10 -9
  374. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  375. package/dist/components/Employee/Profile/Head.js.map +1 -1
  376. package/dist/components/Employee/Profile/HomeAddress.js +1 -1
  377. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  378. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
  379. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  380. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  381. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
  382. package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
  383. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
  384. package/dist/components/Employee/Profile/useProfile.js +1 -1
  385. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  386. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  387. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  388. package/dist/components/Employee/Taxes/Actions.js +10 -8
  389. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  390. package/dist/components/Employee/Taxes/FederalForm.js +14 -12
  391. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  392. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  393. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  394. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  395. package/dist/components/Employee/Taxes/useTaxes.js +1 -1
  396. package/dist/components/Flow/Flow.js.map +1 -1
  397. package/dist/components/Flow/useFlow.js.map +1 -1
  398. package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
  399. package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
  400. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  401. package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
  402. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  403. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  404. package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
  405. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +3 -1
  406. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +16 -14
  407. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  408. package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
  409. package/dist/contexts/GustoProvider/index.d.ts +2 -0
  410. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
  411. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
  412. package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
  413. package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
  414. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +4 -1
  415. package/dist/contexts/ThemeProvider/ThemeProvider.js +60 -22
  416. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  417. package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -1
  418. package/dist/contexts/ThemeProvider/createTheme.js +14 -16
  419. package/dist/contexts/ThemeProvider/createTheme.js.map +1 -1
  420. package/dist/contexts/ThemeProvider/theme.d.ts +59 -0
  421. package/dist/contexts/ThemeProvider/theme.js +101 -0
  422. package/dist/contexts/ThemeProvider/theme.js.map +1 -0
  423. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  424. package/dist/contexts/index.d.ts +4 -0
  425. package/dist/helpers/LRUCache.js.map +1 -1
  426. package/dist/helpers/dateFormatting.d.ts +10 -2
  427. package/dist/helpers/dateFormatting.js +30 -7
  428. package/dist/helpers/dateFormatting.js.map +1 -1
  429. package/dist/helpers/dateFormatting.test.d.ts +1 -0
  430. package/dist/helpers/ensureRequired.js.map +1 -1
  431. package/dist/helpers/federalEin.js.map +1 -1
  432. package/dist/helpers/formattedStrings.js.map +1 -1
  433. package/dist/helpers/getDataProps.js.map +1 -1
  434. package/dist/helpers/mask.js.map +1 -1
  435. package/dist/helpers/payRateCalculator.js.map +1 -1
  436. package/dist/helpers/rem.js +2 -3
  437. package/dist/helpers/rem.js.map +1 -1
  438. package/dist/helpers/responsive.js.map +1 -1
  439. package/dist/helpers/ssn.js.map +1 -1
  440. package/dist/helpers/validations.js.map +1 -1
  441. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  442. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  443. package/dist/i18n/I18n.js.map +1 -1
  444. package/dist/i18n/en/Company.AddBank.json.js +12 -12
  445. package/dist/i18n/en/Company.Addresses.json.js +12 -12
  446. package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
  447. package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
  448. package/dist/i18n/en/Company.BankAccount.json.js +19 -40
  449. package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
  450. package/dist/i18n/en/Company.DocumentList.json.js +15 -15
  451. package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
  452. package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
  453. package/dist/i18n/en/Company.Locations.json.js +43 -49
  454. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  455. package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
  456. package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
  457. package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
  458. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  459. package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
  460. package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
  461. package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
  462. package/dist/i18n/en/Contractor.Address.json.js +19 -24
  463. package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
  464. package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
  465. package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
  466. package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
  467. package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
  468. package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
  469. package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
  470. package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
  471. package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
  472. package/dist/i18n/en/Contractor.Profile.json.js +1 -58
  473. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  474. package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
  475. package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
  476. package/dist/i18n/en/Employee.Compensation.json.js +31 -65
  477. package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
  478. package/dist/i18n/en/Employee.Deductions.json.js +56 -59
  479. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  480. package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
  481. package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
  482. package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
  483. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  484. package/dist/i18n/en/Employee.Landing.json.js +11 -15
  485. package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
  486. package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
  487. package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
  488. package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
  489. package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
  490. package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
  491. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  492. package/dist/i18n/en/Employee.Profile.json.js +16 -22
  493. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  494. package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
  495. package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
  496. package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
  497. package/dist/i18n/en/Employee.Taxes.json.js +26 -29
  498. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  499. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
  500. package/dist/i18n/en/common.json.d.ts +1 -1
  501. package/dist/i18n/en/common.json.js +1 -147
  502. package/dist/i18n/en/common.json.js.map +1 -1
  503. package/dist/index.d.ts +1 -0
  504. package/dist/index.js +11 -9
  505. package/dist/index.js.map +1 -1
  506. package/dist/models/NAICSValues.js.map +1 -1
  507. package/dist/models/WA_RISK_CODES.js.map +1 -1
  508. package/dist/style.css +1 -1
  509. package/dist/types/GTheme.d.ts +0 -1
  510. package/dist/types/hooks.d.ts +36 -0
  511. package/package.json +5 -5
@@ -1,31 +1,9 @@
1
- const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", s = "We'll begin withholding and reporting their taxes.", o = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = {
2
- personal_details: "Personal details",
3
- compensation_details: "Job and compensation",
4
- add_work_address: "Work address",
5
- add_home_address: "Home address",
6
- federal_tax_setup: "Federal tax details",
7
- state_tax_setup: "State tax details",
8
- direct_deposit_setup: "Payment method",
9
- employee_form_signing: "Employee form signing",
10
- file_new_hire_report: "File new hire report",
11
- admin_review: "Admin review"
12
- }, m = {
13
- personal_details: "Basic employee information and their home address.",
14
- compensation_details: " What the employee’s role(s) will be and their compensation.",
15
- add_work_address: "Work address",
16
- add_home_address: "Home address",
17
- federal_tax_setup: "Federal tax withholdings.",
18
- state_tax_setup: "State tax withholdings",
19
- direct_deposit_setup: "How the employee will be paid.",
20
- employee_form_signing: "Documents requering employee signature",
21
- file_new_hire_report: "Indicate if new hire report needs to be filed",
22
- admin_review: "Admin review"
23
- }, c = {
1
+ const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requering employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
24
2
  subTitle: e,
25
3
  description: t,
26
4
  onboardedAdminSubtitle: i,
27
- onboardedAdminDescription: s,
28
- onboardedSelfSubtitle: o,
5
+ onboardedAdminDescription: o,
6
+ onboardedSelfSubtitle: s,
29
7
  onboardedSelfDescription: n,
30
8
  doneCta: r,
31
9
  newHireReportCta: d,
@@ -35,16 +13,16 @@ const e = "Missing Requirements", t = "Please complete the following steps in or
35
13
  stepsDescriptions: m
36
14
  };
37
15
  export {
38
- c as default,
16
+ _ as default,
39
17
  t as description,
40
18
  r as doneCta,
41
19
  l as missingRequirementsDescription,
42
20
  a as missingRequirementsSubtitle,
43
21
  d as newHireReportCta,
44
- s as onboardedAdminDescription,
22
+ o as onboardedAdminDescription,
45
23
  i as onboardedAdminSubtitle,
46
24
  n as onboardedSelfDescription,
47
- o as onboardedSelfSubtitle,
25
+ s as onboardedSelfSubtitle,
48
26
  p as steps,
49
27
  m as stepsDescriptions,
50
28
  e as subTitle
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.OnboardingSummary.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.OnboardingSummary.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
@@ -1,8 +1,4 @@
1
- const e = "Set up pay schedule", a = "Save & continue", t = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", n = {
2
- frequency: "Pay frequency",
3
- firstPayDate: "First pay date",
4
- deadline: "Deadline to run payroll"
5
- }, i = {
1
+ const e = "Set up pay schedule", a = "Save & continue", t = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", n = { frequency: "Pay frequency", firstPayDate: "First pay date", deadline: "Deadline to run payroll" }, i = {
6
2
  pageTitle: e,
7
3
  saveAndContinueCta: a,
8
4
  pleaseVerify: t,
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.PaySchedules.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.PaySchedules.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
@@ -1,11 +1,4 @@
1
- const t = "Account number", e = "Account type", n = "Account type", o = "Checking", c = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", m = "Cancel", d = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", b = "Check", y = "Delete", h = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "Direct Deposit", k = "Bank account actions", L = "Account nickname", C = "Nickname", A = "Select payment method", f = "Routing number", T = "Routing number", D = "(9 digits)", N = "Split paycheck", _ = "Continue", v = "Employee payment details", B = "Fixed amount", S = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", w = "Reorderable list of bank accounts", E = "Percentage", P = "{{name}} ({{account_number}})", R = "Split by", W = "Priority", x = "Remainder", F = "Split employee paycheck", q = "{{count}}st", I = "{{count}}nd", M = "{{count}}rd", Y = "{{count}}th", j = {
2
- percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.",
3
- percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.",
4
- amountError: "Please enter valid amount",
5
- accountName: "Account name is required",
6
- routingNumber: "Routing number should be a number (9 digits)",
7
- accountNumber: "Account number is a required field"
8
- }, z = {
1
+ const t = "Account number", e = "Account type", n = "Account type", o = "Checking", c = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", m = "Cancel", d = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "Check", b = "Delete", h = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "Direct Deposit", k = "Bank account actions", C = "Account nickname", L = "Nickname", A = "Select payment method", f = "Routing number", D = "Routing number", T = "(9 digits)", N = "Split paycheck", S = "Continue", v = "Employee payment details", B = "Fixed amount", _ = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", E = "Reorderable list of bank accounts", P = "Percentage", R = "{{name}} ({{account_number}})", w = "Split by", W = "Priority", x = "Remainder", q = "Split employee paycheck", F = "{{count}}st", I = "{{count}}nd", M = "{{count}}rd", Y = "{{count}}th", j = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, z = {
9
2
  accountNumberLabel: t,
10
3
  accountTypeColumn: e,
11
4
  accountTypeLabel: n,
@@ -20,30 +13,30 @@ const t = "Account number", e = "Account type", n = "Account type", o = "Checkin
20
13
  saveCta: p,
21
14
  cancelAddCta: m,
22
15
  checkDescription: d,
23
- checkLabel: b,
24
- deleteBankAccountCTA: y,
16
+ checkLabel: y,
17
+ deleteBankAccountCTA: b,
25
18
  directDepositDescription: h,
26
19
  directDepositLabel: g,
27
20
  hamburgerTitle: k,
28
- nameLabel: L,
29
- nicknameColumn: C,
21
+ nameLabel: C,
22
+ nicknameColumn: L,
30
23
  paymentFieldsetLegend: A,
31
24
  routingNumberColumn: f,
32
- routingNumberLabel: T,
33
- routingNumberDescription: D,
25
+ routingNumberLabel: D,
26
+ routingNumberDescription: T,
34
27
  splitCta: N,
35
- submitCta: _,
28
+ submitCta: S,
36
29
  title: v,
37
30
  amountLabel: B,
38
- splitDescription: S,
39
- draggableListLabel: w,
40
- percentageLabel: E,
41
- splitAmountLabel: P,
42
- splitByLabel: R,
31
+ splitDescription: _,
32
+ draggableListLabel: E,
33
+ percentageLabel: P,
34
+ splitAmountLabel: R,
35
+ splitByLabel: w,
43
36
  priorityLabel: W,
44
37
  remainderLabel: x,
45
- splitTitle: F,
46
- priority_one: q,
38
+ splitTitle: q,
39
+ priority_one: F,
47
40
  priority_two: I,
48
41
  priority_few: M,
49
42
  priority_other: Y,
@@ -64,33 +57,33 @@ export {
64
57
  m as cancelAddCta,
65
58
  u as cancelCta,
66
59
  d as checkDescription,
67
- b as checkLabel,
60
+ y as checkLabel,
68
61
  z as default,
69
- y as deleteBankAccountCTA,
62
+ b as deleteBankAccountCTA,
70
63
  h as directDepositDescription,
71
64
  g as directDepositLabel,
72
- w as draggableListLabel,
65
+ E as draggableListLabel,
73
66
  k as hamburgerTitle,
74
- L as nameLabel,
75
- C as nicknameColumn,
67
+ C as nameLabel,
68
+ L as nicknameColumn,
76
69
  A as paymentFieldsetLegend,
77
- E as percentageLabel,
70
+ P as percentageLabel,
78
71
  W as priorityLabel,
79
72
  M as priority_few,
80
- q as priority_one,
73
+ F as priority_one,
81
74
  Y as priority_other,
82
75
  I as priority_two,
83
76
  x as remainderLabel,
84
77
  f as routingNumberColumn,
85
- D as routingNumberDescription,
86
- T as routingNumberLabel,
78
+ T as routingNumberDescription,
79
+ D as routingNumberLabel,
87
80
  p as saveCta,
88
- P as splitAmountLabel,
89
- R as splitByLabel,
81
+ R as splitAmountLabel,
82
+ w as splitByLabel,
90
83
  N as splitCta,
91
- S as splitDescription,
92
- F as splitTitle,
93
- _ as submitCta,
84
+ _ as splitDescription,
85
+ q as splitTitle,
86
+ S as submitCta,
94
87
  v as title,
95
88
  j as validations
96
89
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,10 +1,4 @@
1
- const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", p = "***-**-****", f = "Your employee’s first day of work at your company.", h = "Start date", k = "Continue", u = "Basics", w = {
2
- email: "Valid email is required",
3
- firstName: "Please enter valid first name",
4
- lastName: "Please enter valid last name",
5
- startDate: "Please select valid start date",
6
- startDateOutOfRange: "An employee must have a start date that is within six months from today."
7
- }, y = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", A = "Work Address", L = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", N = {
1
+ const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", h = "***-**-****", y = "Your employee’s first day of work at your company.", f = "Start date", p = "Continue", u = "Basics", w = { email: "Valid email is required", firstName: "Please enter valid first name", lastName: "Please enter valid last name", startDate: "Please select valid start date", startDateOutOfRange: "An employee must have a start date that is within six months from today." }, k = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", P = "Work Address", A = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", g = {
8
2
  cancelCta: e,
9
3
  description: t,
10
4
  dobLabel: s,
@@ -17,21 +11,21 @@ const e = "Cancel", t = "This information will be used for payroll and taxes, so
17
11
  preferredFirstName: c,
18
12
  selfOnboardingLabel: d,
19
13
  ssnLabel: m,
20
- ssnMask: p,
21
- startDateDescription: f,
22
- startDateLabel: h,
23
- submitCta: k,
14
+ ssnMask: h,
15
+ startDateDescription: y,
16
+ startDateLabel: f,
17
+ submitCta: p,
24
18
  title: u,
25
19
  validations: w,
26
- workAddress: y,
20
+ workAddress: k,
27
21
  workAddressDescription: b,
28
22
  workAddressPlaceholder: D,
29
- workAddressSectionTitle: A,
30
- workAddressSectionDescription: L
23
+ workAddressSectionTitle: P,
24
+ workAddressSectionDescription: A
31
25
  };
32
26
  export {
33
27
  e as cancelCta,
34
- N as default,
28
+ g as default,
35
29
  t as description,
36
30
  s as dobLabel,
37
31
  a as email,
@@ -43,16 +37,16 @@ export {
43
37
  c as preferredFirstName,
44
38
  d as selfOnboardingLabel,
45
39
  m as ssnLabel,
46
- p as ssnMask,
47
- f as startDateDescription,
48
- h as startDateLabel,
49
- k as submitCta,
40
+ h as ssnMask,
41
+ y as startDateDescription,
42
+ f as startDateLabel,
43
+ p as submitCta,
50
44
  u as title,
51
45
  w as validations,
52
- y as workAddress,
46
+ k as workAddress,
53
47
  b as workAddressDescription,
54
48
  D as workAddressPlaceholder,
55
- L as workAddressSectionDescription,
56
- A as workAddressSectionTitle
49
+ A as workAddressSectionDescription,
50
+ P as workAddressSectionTitle
57
51
  };
58
52
  //# sourceMappingURL=Employee.Profile.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,42 +1,38 @@
1
- const t = "Amount", e = "Select the amount to split to this account.", o = "Here you can split the employee’s paycheck. Select between a whole value or percentage split. Then set the priority and amount to complete the setup.", i = "Percentage", n = "Split amount", a = "Split by", r = "Priority", c = "Split employee paycheck", l = "Select if this account will recieve any remaining payments", s = "{{count}}st", p = "{{count}}nd", u = "{{count}}rd", y = "{{count}}th", m = {
2
- percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.",
3
- priorityError: "Priorities must be sequential",
4
- amountError: "Please enter valid amount"
5
- }, b = "Cancel", h = "Submit", d = {
1
+ const t = "Amount", e = "Select the amount to split to this account.", o = "Here you can split the employee’s paycheck. Select between a whole value or percentage split. Then set the priority and amount to complete the setup.", n = "Percentage", i = "Split amount", a = "Split by", c = "Priority", r = "Split employee paycheck", s = "Select if this account will recieve any remaining payments", l = "{{count}}st", p = "{{count}}nd", u = "{{count}}rd", m = "{{count}}th", y = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", priorityError: "Priorities must be sequential", amountError: "Please enter valid amount" }, h = "Cancel", b = "Submit", d = {
6
2
  amountLabel: t,
7
3
  bankDescription: e,
8
4
  description: o,
9
- percentageLabel: i,
10
- splitAmountLabel: n,
5
+ percentageLabel: n,
6
+ splitAmountLabel: i,
11
7
  splitByLabel: a,
12
- priorityLabel: r,
13
- title: c,
14
- remainderLabel: l,
15
- priority_one: s,
8
+ priorityLabel: c,
9
+ title: r,
10
+ remainderLabel: s,
11
+ priority_one: l,
16
12
  priority_two: p,
17
13
  priority_few: u,
18
- priority_other: y,
19
- validations: m,
20
- cancelCta: b,
21
- submitCta: h
14
+ priority_other: m,
15
+ validations: y,
16
+ cancelCta: h,
17
+ submitCta: b
22
18
  };
23
19
  export {
24
20
  t as amountLabel,
25
21
  e as bankDescription,
26
- b as cancelCta,
22
+ h as cancelCta,
27
23
  d as default,
28
24
  o as description,
29
- i as percentageLabel,
30
- r as priorityLabel,
25
+ n as percentageLabel,
26
+ c as priorityLabel,
31
27
  u as priority_few,
32
- s as priority_one,
33
- y as priority_other,
28
+ l as priority_one,
29
+ m as priority_other,
34
30
  p as priority_two,
35
- l as remainderLabel,
36
- n as splitAmountLabel,
31
+ s as remainderLabel,
32
+ i as splitAmountLabel,
37
33
  a as splitByLabel,
38
- h as submitCta,
39
- c as title,
40
- m as validations
34
+ b as submitCta,
35
+ r as title,
36
+ y as validations
41
37
  };
42
38
  //# sourceMappingURL=Employee.SplitPaycheck.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.SplitPaycheck.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.SplitPaycheck.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
- const t = "State tax", a = "Filing Status", e = "Cancel", l = "Submit", s = {
1
+ const t = "State tax", a = "Filing Status", e = "Cancel", s = "Submit", n = {
2
2
  title: t,
3
3
  filingStatusLabel: a,
4
4
  cancelCta: e,
5
- submitCta: l
5
+ submitCta: s
6
6
  };
7
7
  export {
8
8
  e as cancelCta,
9
- s as default,
9
+ n as default,
10
10
  a as filingStatusLabel,
11
- l as submitCta,
11
+ s as submitCta,
12
12
  t as title
13
13
  };
14
14
  //# sourceMappingURL=Employee.StateTaxes.json.js.map
@@ -1,55 +1,52 @@
1
- const e = "Back", t = "Step 4b: Deductions", i = "Step 3: Dependents (if applicable)", l = "Step 4c: Extra withholding", o = "Step 1c: Federal filing status (1c)", a = "Select filing status...", s = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", u = "Single", d = "This field is a required field. Please enter a value.", h = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = 'We’ll use this info to withhold the appropriate federal taxes from each paycheck. If you’re unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', f = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', g = "Step 2c: Multiple jobs (2c)", w = "Step 4a: Other income", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", S = "Continue", x = "Yes", _ = "No", T = {
2
- federalFilingStatus: "Please select filing status",
3
- federalTwoJobs: "Please select an option"
4
- }, W = {
1
+ const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", l = "Step 4c: Extra withholding", s = "Step 1c: Federal filing status (1c)", i = "Select filing status...", a = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", u = "This field is a required field. Please enter a value.", d = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = 'We’ll use this info to withhold the appropriate federal taxes from each paycheck. If you’re unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', f = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', w = "Step 2c: Multiple jobs (2c)", g = "Step 4a: Other income", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", S = "Continue", _ = "Yes", k = "No", x = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, v = {
5
2
  cancelCta: e,
6
3
  deductions: t,
7
- dependentsTotalIfApplicable: i,
4
+ dependentsTotalIfApplicable: o,
8
5
  extraWithholding: l,
9
- federalFilingStatus1c: o,
10
- federalFillingStatusPlaceholder: a,
11
- federalTaxesTitle: s,
6
+ federalFilingStatus1c: s,
7
+ federalFillingStatusPlaceholder: i,
8
+ federalTaxesTitle: a,
12
9
  filingStatusExemptFromWithholding: n,
13
10
  filingStatusHeadOfHousehold: r,
14
11
  filingStatusMarried: c,
15
- filingStatusSingle: u,
16
- fieldIsRequired: d,
17
- includesSpouseExplanation: h,
12
+ filingStatusSingle: h,
13
+ fieldIsRequired: u,
14
+ includesSpouseExplanation: d,
18
15
  irs_calculator: p,
19
16
  irsCalculatorOrW4Line: f,
20
- multipleJobs2c: g,
21
- otherIncome: w,
17
+ multipleJobs2c: w,
18
+ otherIncome: g,
22
19
  selectWithholdingDescription: m,
23
20
  stateTaxesTitle: b,
24
21
  submitCta: S,
25
- twoJobYesLabel: x,
26
- twoJobNoLabel: _,
27
- validations: T
22
+ twoJobYesLabel: "Yes",
23
+ twoJobNoLabel: "No",
24
+ validations: x
28
25
  };
29
26
  export {
30
27
  e as cancelCta,
31
28
  t as deductions,
32
- W as default,
33
- i as dependentsTotalIfApplicable,
29
+ v as default,
30
+ o as dependentsTotalIfApplicable,
34
31
  l as extraWithholding,
35
- o as federalFilingStatus1c,
36
- a as federalFillingStatusPlaceholder,
37
- s as federalTaxesTitle,
38
- d as fieldIsRequired,
32
+ s as federalFilingStatus1c,
33
+ i as federalFillingStatusPlaceholder,
34
+ a as federalTaxesTitle,
35
+ u as fieldIsRequired,
39
36
  n as filingStatusExemptFromWithholding,
40
37
  r as filingStatusHeadOfHousehold,
41
38
  c as filingStatusMarried,
42
- u as filingStatusSingle,
43
- h as includesSpouseExplanation,
39
+ h as filingStatusSingle,
40
+ d as includesSpouseExplanation,
44
41
  f as irsCalculatorOrW4Line,
45
42
  p as irs_calculator,
46
- g as multipleJobs2c,
47
- w as otherIncome,
43
+ w as multipleJobs2c,
44
+ g as otherIncome,
48
45
  m as selectWithholdingDescription,
49
46
  b as stateTaxesTitle,
50
47
  S as submitCta,
51
- _ as twoJobNoLabel,
52
- x as twoJobYesLabel,
53
- T as validations
48
+ k as twoJobNoLabel,
49
+ _ as twoJobYesLabel,
50
+ x as validations
54
51
  };
55
52
  //# sourceMappingURL=Employee.Taxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,16 +1,16 @@
1
- const l = "period", a = "type", o = "cancellable", e = "check date", t = "total", c = {
1
+ const l = "period", o = "type", t = "cancellable", a = "check date", e = "total", c = {
2
2
  period: l,
3
- payrollType: a,
4
- payrollCancellable: o,
5
- checkDate: e,
6
- payrollTotal: t
3
+ payrollType: o,
4
+ payrollCancellable: t,
5
+ checkDate: a,
6
+ payrollTotal: e
7
7
  };
8
8
  export {
9
- e as checkDate,
9
+ a as checkDate,
10
10
  c as default,
11
- o as payrollCancellable,
12
- t as payrollTotal,
13
- a as payrollType,
11
+ t as payrollCancellable,
12
+ e as payrollTotal,
13
+ o as payrollType,
14
14
  l as period
15
15
  };
16
16
  //# sourceMappingURL=Payroll.PayrollHistoryList.json.js.map
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  "requiredField": "is a required field",
5
5
  "errorEncountered": "There was a problem with your submission"
6
6
  },
7
- "optionalLabel": " (optional)",
7
+ "optionalLabel": "(optional)",
8
8
  "progressBarLabel": "You are on step {{currentStep}} of {{totalSteps}}",
9
9
  "errors": {
10
10
  "errorHeading": "Error",