@gusto/embedded-react-sdk 0.11.1 → 0.11.3-rc.1

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 (583) hide show
  1. package/CHANGELOG.md +17 -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/DataCards/DataCards.module.scss.js +1 -1
  28. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  29. package/dist/components/Common/DataView/DataView.js.map +1 -1
  30. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  31. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  32. package/dist/components/Common/DocumentList/DocumentList.module.scss.js +1 -1
  33. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  34. package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +1 -1
  35. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  36. package/dist/components/Common/EmptyData/EmptyData.module.scss.js +1 -1
  37. package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
  38. package/dist/components/Common/FieldCaption/FieldCaption.js +7 -4
  39. package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
  40. package/dist/components/Common/FieldCaption/FieldCaption.module.scss.js +1 -1
  41. package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
  42. package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
  43. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
  44. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.module.scss.js +1 -1
  45. package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
  46. package/dist/components/Common/FieldLayout/FieldLayout.module.scss.js +10 -10
  47. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  48. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  49. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  50. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -0
  51. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +35 -20
  52. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  53. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  54. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  55. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  56. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  57. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  58. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  59. package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
  60. package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
  61. package/dist/components/Common/Flex/Flex.d.ts +2 -2
  62. package/dist/components/Common/Flex/Flex.js +5 -5
  63. package/dist/components/Common/Flex/Flex.js.map +1 -1
  64. package/dist/components/Common/Form/Form.js.map +1 -1
  65. package/dist/components/Common/Form/Form.module.scss.js +2 -2
  66. package/dist/components/Common/Grid/Grid.d.ts +2 -2
  67. package/dist/components/Common/Grid/Grid.js +13 -13
  68. package/dist/components/Common/Grid/Grid.js.map +1 -1
  69. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
  70. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
  71. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.module.scss.js +12 -12
  72. package/dist/components/Common/InternalError/InternalError.js.map +1 -1
  73. package/dist/components/Common/InternalError/InternalError.module.scss.js +1 -1
  74. package/dist/components/Common/Loading/Loading.js.map +1 -1
  75. package/dist/components/Common/Loading/Loading.module.scss.js +1 -1
  76. package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
  77. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  78. package/dist/components/Common/PaginationControl/PaginationControl.module.scss.js +1 -1
  79. package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
  80. package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
  81. package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
  82. package/dist/components/Common/ReorderableList/ReorderableList.module.scss.js +15 -15
  83. package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
  84. package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +1 -1
  85. package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
  86. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  87. package/dist/components/Common/SignatureForm/SignatureForm.module.scss.js +6 -6
  88. package/dist/components/Common/SignatureForm/SignatureFormActions.js +12 -10
  89. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  90. package/dist/components/Common/SignatureForm/SignatureFormFields.js +8 -6
  91. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  92. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  93. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  94. package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
  95. package/dist/components/Common/UI/Badge/Badge.js +4 -4
  96. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  97. package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
  98. package/dist/components/Common/UI/Button/Button.d.ts +1 -1
  99. package/dist/components/Common/UI/Button/Button.js +22 -24
  100. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  101. package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
  102. package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
  103. package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
  104. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  105. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
  106. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
  107. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
  108. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
  109. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
  110. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.module.scss.js +5 -5
  111. package/dist/components/Common/UI/Card/Card.js.map +1 -1
  112. package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
  113. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  114. package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +6 -6
  115. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  116. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
  117. package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
  118. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  119. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
  120. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  121. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +6 -6
  122. package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
  123. package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
  124. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  125. package/dist/components/Common/UI/Input/Input.module.scss.js +12 -12
  126. package/dist/components/Common/UI/Link/Link.js.map +1 -1
  127. package/dist/components/Common/UI/Link/Link.module.scss.js +1 -1
  128. package/dist/components/Common/UI/List/List.module.scss.js +1 -1
  129. package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
  130. package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
  131. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  132. package/dist/components/Common/UI/Menu/Menu.module.scss.js +5 -5
  133. package/dist/components/Common/UI/NumberInput/NumberInput.js +36 -38
  134. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  135. package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
  136. package/dist/components/Common/UI/ProgressBar/ProgressBar.module.scss.js +1 -1
  137. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  138. package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
  139. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  140. package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
  141. package/dist/components/Common/UI/Select/Select.js +13 -13
  142. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  143. package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
  144. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  145. package/dist/components/Common/UI/Switch/Switch.module.scss.js +4 -4
  146. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  147. package/dist/components/Common/UI/Table/Table.module.scss.js +1 -1
  148. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  149. package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
  150. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  151. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
  152. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  153. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  154. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  155. package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
  156. package/dist/components/Common/hooks/useMenu.js.map +1 -1
  157. package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
  158. package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
  159. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  160. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +8 -6
  161. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  162. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +10 -8
  163. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  164. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  165. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +11 -11
  166. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  167. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  168. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +4 -3
  169. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  170. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  171. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +8 -6
  172. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  173. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  174. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
  175. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  176. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +4 -3
  177. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  178. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  179. package/dist/components/Company/AssignSignatory/TitleSelect.js +8 -7
  180. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  181. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +6 -5
  182. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  183. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  184. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  185. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
  186. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  187. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  188. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +11 -9
  189. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  190. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  191. package/dist/components/Company/BankAccount/BankAccountForm/context.js +4 -3
  192. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  193. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  194. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +12 -10
  195. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  196. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  197. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  198. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +13 -11
  199. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  200. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  201. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -4
  202. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  203. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  204. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  205. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +7 -5
  206. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  207. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +7 -6
  208. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  209. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  210. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  211. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  212. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  213. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  214. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  215. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  216. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
  217. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
  218. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  219. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
  220. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  221. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
  222. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  223. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  224. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  225. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  226. package/dist/components/Company/FederalTaxes/Actions.js +9 -7
  227. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  228. package/dist/components/Company/FederalTaxes/FederalTaxes.js +7 -6
  229. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  230. package/dist/components/Company/FederalTaxes/Form.js +5 -3
  231. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  232. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  233. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +6 -5
  234. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  235. package/dist/components/Company/Industry/Actions.js +7 -5
  236. package/dist/components/Company/Industry/Actions.js.map +1 -1
  237. package/dist/components/Company/Industry/Context.js +7 -6
  238. package/dist/components/Company/Industry/Context.js.map +1 -1
  239. package/dist/components/Company/Industry/Edit.js +12 -10
  240. package/dist/components/Company/Industry/Edit.js.map +1 -1
  241. package/dist/components/Company/Industry/Head.js.map +1 -1
  242. package/dist/components/Company/Industry/Industry.js.map +1 -1
  243. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  244. package/dist/components/Company/Locations/LocationForm/Actions.js +8 -6
  245. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  246. package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
  247. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  248. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  249. package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
  250. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  251. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +4 -3
  252. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  253. package/dist/components/Company/Locations/Locations.js.map +1 -1
  254. package/dist/components/Company/Locations/LocationsList/Actions.js +8 -6
  255. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  256. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  257. package/dist/components/Company/Locations/LocationsList/List.js +4 -2
  258. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  259. package/dist/components/Company/Locations/LocationsList/LocationsList.js +9 -8
  260. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  261. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +4 -3
  262. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  263. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  264. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  265. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  266. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  267. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  268. package/dist/components/Company/OnboardingOverview/Completed.js +14 -12
  269. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  270. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
  271. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  272. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
  273. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  274. package/dist/components/Company/OnboardingOverview/context.js +4 -3
  275. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  276. package/dist/components/Company/PaySchedule/PaySchedule.js +33 -31
  277. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  278. package/dist/components/Company/PaySchedule/_parts/Actions.js +12 -10
  279. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  280. package/dist/components/Company/PaySchedule/_parts/Edit.js +51 -52
  281. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  282. package/dist/components/Company/PaySchedule/_parts/Edit.module.scss.js +1 -1
  283. package/dist/components/Company/PaySchedule/_parts/Head.js +8 -6
  284. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  285. package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
  286. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  287. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
  288. package/dist/components/Company/PaySchedule/usePaySchedule.js +8 -8
  289. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  290. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  291. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  292. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +7 -5
  293. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  294. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js +8 -8
  295. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  296. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  297. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  298. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +4 -3
  299. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  300. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +8 -6
  301. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  302. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  303. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +7 -5
  304. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  305. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  306. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +4 -3
  307. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  308. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  309. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  310. package/dist/components/Contractor/Address/Address.js +5 -4
  311. package/dist/components/Contractor/Address/Address.js.map +1 -1
  312. package/dist/components/Contractor/Address/Form.js +1 -1
  313. package/dist/components/Contractor/Address/Form.js.map +1 -1
  314. package/dist/components/Contractor/Address/Head.js.map +1 -1
  315. package/dist/components/Contractor/Address/useAddress.js +6 -5
  316. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  317. package/dist/components/Contractor/List/index.js.map +1 -1
  318. package/dist/components/Contractor/List/useContractorList.js.map +1 -1
  319. package/dist/components/Contractor/NewHireReport/NewHireReport.js +17 -16
  320. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  321. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +7 -5
  322. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  323. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
  324. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  325. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
  326. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  327. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  328. package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -10
  329. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  330. package/dist/components/Contractor/Profile/useContractorProfile.js +3 -2
  331. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  332. package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
  333. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  334. package/dist/components/Contractor/Submit/index.js +11 -9
  335. package/dist/components/Contractor/Submit/index.js.map +1 -1
  336. package/dist/components/Contractor/Submit/index.module.scss.js +2 -2
  337. package/dist/components/Employee/Compensation/Actions.js +6 -5
  338. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  339. package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
  340. package/dist/components/Employee/Compensation/Edit.js +15 -14
  341. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  342. package/dist/components/Employee/Compensation/Head.js.map +1 -1
  343. package/dist/components/Employee/Compensation/List.js +25 -23
  344. package/dist/components/Employee/Compensation/List.js.map +1 -1
  345. package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
  346. package/dist/components/Employee/Deductions/Deductions.d.ts +8 -14
  347. package/dist/components/Employee/Deductions/Deductions.js +47 -140
  348. package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
  349. package/dist/components/Employee/Deductions/DeductionsComponents.d.ts +23 -0
  350. package/dist/components/Employee/Deductions/DeductionsComponents.js +31 -0
  351. package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -0
  352. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +41 -0
  353. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +135 -0
  354. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -0
  355. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.d.ts +6 -0
  356. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +99 -0
  357. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -0
  358. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.d.ts +15 -0
  359. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +49 -0
  360. package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -0
  361. package/dist/components/Employee/Deductions/stateMachine.d.ts +7 -0
  362. package/dist/components/Employee/Deductions/stateMachine.js +107 -0
  363. package/dist/components/Employee/Deductions/stateMachine.js.map +1 -0
  364. package/dist/components/Employee/Deductions/useDeductions.d.ts +2 -2
  365. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +8 -6
  366. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  367. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +7 -6
  368. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  369. package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
  370. package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
  371. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  372. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +4 -3
  373. package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  374. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
  375. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  376. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
  377. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
  378. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  379. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
  380. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  381. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +4 -3
  382. package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  383. package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  384. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  385. package/dist/components/Employee/EmployeeList/Actions.js +6 -4
  386. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  387. package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
  388. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  389. package/dist/components/Employee/EmployeeList/Head.js +7 -5
  390. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  391. package/dist/components/Employee/EmployeeList/List.js +15 -14
  392. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  393. package/dist/components/Employee/EmployeeList/useEmployeeList.js +4 -3
  394. package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +1 -1
  395. package/dist/components/Employee/Landing/Landing.js +13 -12
  396. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  397. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  398. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  399. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
  400. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  401. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.module.scss.js +6 -6
  402. package/dist/components/Employee/PaymentMethod/Actions.js +9 -7
  403. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  404. package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
  405. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +6 -5
  406. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  407. package/dist/components/Employee/PaymentMethod/BankAccountsList.js +10 -8
  408. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  409. package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
  410. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
  411. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +3 -2
  412. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  413. package/dist/components/Employee/PaymentMethod/Split.js +11 -10
  414. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  415. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +6 -5
  416. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  417. package/dist/components/Employee/Profile/Actions.js +9 -7
  418. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  419. package/dist/components/Employee/Profile/AdminPersonalDetails.js +10 -9
  420. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  421. package/dist/components/Employee/Profile/Head.js.map +1 -1
  422. package/dist/components/Employee/Profile/HomeAddress.js +1 -1
  423. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  424. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
  425. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  426. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  427. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
  428. package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
  429. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
  430. package/dist/components/Employee/Profile/useProfile.js +4 -3
  431. package/dist/components/Employee/Profile/useProfile.js.map +1 -1
  432. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  433. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  434. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  435. package/dist/components/Employee/Taxes/Actions.js +10 -8
  436. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  437. package/dist/components/Employee/Taxes/FederalForm.js +14 -12
  438. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  439. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  440. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  441. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  442. package/dist/components/Employee/Taxes/useTaxes.js +4 -3
  443. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  444. package/dist/components/Flow/Flow.js.map +1 -1
  445. package/dist/components/Flow/useFlow.js.map +1 -1
  446. package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
  447. package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
  448. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  449. package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
  450. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  451. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  452. package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
  453. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +6 -4
  454. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +16 -14
  455. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  456. package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
  457. package/dist/contexts/GustoProvider/index.d.ts +2 -0
  458. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
  459. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
  460. package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
  461. package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
  462. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +2 -3
  463. package/dist/contexts/ThemeProvider/ThemeProvider.js +20 -24
  464. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  465. package/dist/contexts/ThemeProvider/theme.d.ts +90 -0
  466. package/dist/contexts/ThemeProvider/theme.js +117 -0
  467. package/dist/contexts/ThemeProvider/theme.js.map +1 -0
  468. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  469. package/dist/contexts/index.d.ts +4 -0
  470. package/dist/helpers/LRUCache.js.map +1 -1
  471. package/dist/helpers/dateFormatting.d.ts +10 -2
  472. package/dist/helpers/dateFormatting.js +30 -7
  473. package/dist/helpers/dateFormatting.js.map +1 -1
  474. package/dist/helpers/dateFormatting.test.d.ts +1 -0
  475. package/dist/helpers/ensureRequired.js.map +1 -1
  476. package/dist/helpers/federalEin.js.map +1 -1
  477. package/dist/helpers/formattedStrings.js.map +1 -1
  478. package/dist/helpers/getDataProps.js.map +1 -1
  479. package/dist/helpers/mask.js.map +1 -1
  480. package/dist/helpers/payRateCalculator.js.map +1 -1
  481. package/dist/helpers/rem.js +2 -3
  482. package/dist/helpers/rem.js.map +1 -1
  483. package/dist/helpers/responsive.d.ts +0 -3
  484. package/dist/helpers/responsive.js +20 -34
  485. package/dist/helpers/responsive.js.map +1 -1
  486. package/dist/helpers/ssn.js.map +1 -1
  487. package/dist/helpers/validations.js.map +1 -1
  488. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  489. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  490. package/dist/i18n/I18n.js.map +1 -1
  491. package/dist/i18n/en/Company.AddBank.json.js +12 -12
  492. package/dist/i18n/en/Company.Addresses.json.js +12 -12
  493. package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
  494. package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
  495. package/dist/i18n/en/Company.BankAccount.json.js +19 -40
  496. package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
  497. package/dist/i18n/en/Company.DocumentList.json.js +15 -15
  498. package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
  499. package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
  500. package/dist/i18n/en/Company.Locations.json.js +43 -49
  501. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  502. package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
  503. package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
  504. package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
  505. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  506. package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
  507. package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
  508. package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
  509. package/dist/i18n/en/Contractor.Address.json.js +19 -24
  510. package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
  511. package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
  512. package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
  513. package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
  514. package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
  515. package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
  516. package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
  517. package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
  518. package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
  519. package/dist/i18n/en/Contractor.Profile.json.js +1 -58
  520. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  521. package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
  522. package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
  523. package/dist/i18n/en/Employee.Compensation.json.js +31 -65
  524. package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
  525. package/dist/i18n/en/Employee.Deductions.json.js +64 -69
  526. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  527. package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
  528. package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
  529. package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
  530. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  531. package/dist/i18n/en/Employee.Landing.json.js +11 -15
  532. package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
  533. package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
  534. package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
  535. package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
  536. package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
  537. package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
  538. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  539. package/dist/i18n/en/Employee.Profile.json.js +16 -22
  540. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  541. package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
  542. package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
  543. package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
  544. package/dist/i18n/en/Employee.Taxes.json.js +26 -29
  545. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  546. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
  547. package/dist/i18n/en/common.json.d.ts +1 -1
  548. package/dist/i18n/en/common.json.js +1 -147
  549. package/dist/i18n/en/common.json.js.map +1 -1
  550. package/dist/index.d.ts +1 -0
  551. package/dist/index.js +11 -9
  552. package/dist/index.js.map +1 -1
  553. package/dist/models/NAICSValues.js.map +1 -1
  554. package/dist/models/WA_RISK_CODES.js.map +1 -1
  555. package/dist/shared/constants.d.ts +8 -0
  556. package/dist/shared/constants.js +9 -5
  557. package/dist/shared/constants.js.map +1 -1
  558. package/dist/style.css +1 -1
  559. package/dist/types/hooks.d.ts +36 -0
  560. package/dist/types/i18next.d.ts +0 -1
  561. package/package.json +5 -5
  562. package/dist/components/Common/UI/NumberInput/NumberInput.module.scss.js +0 -8
  563. package/dist/components/Common/UI/NumberInput/NumberInput.module.scss.js.map +0 -1
  564. package/dist/components/Employee/Deductions/Actions.js +0 -25
  565. package/dist/components/Employee/Deductions/Actions.js.map +0 -1
  566. package/dist/components/Employee/Deductions/DeductionForm.d.ts +0 -1
  567. package/dist/components/Employee/Deductions/DeductionForm.js +0 -76
  568. package/dist/components/Employee/Deductions/DeductionForm.js.map +0 -1
  569. package/dist/components/Employee/Deductions/DeductionsList.d.ts +0 -2
  570. package/dist/components/Employee/Deductions/DeductionsList.js +0 -58
  571. package/dist/components/Employee/Deductions/DeductionsList.js.map +0 -1
  572. package/dist/components/Employee/Deductions/Head.js +0 -13
  573. package/dist/components/Employee/Deductions/Head.js.map +0 -1
  574. package/dist/components/Employee/Deductions/IncludeDeductionsForm.d.ts +0 -1
  575. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +0 -25
  576. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +0 -1
  577. package/dist/components/Employee/Deductions/useDeductions.js +0 -33
  578. package/dist/components/Employee/Deductions/useDeductions.js.map +0 -1
  579. package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -22
  580. package/dist/contexts/ThemeProvider/createTheme.js +0 -271
  581. package/dist/contexts/ThemeProvider/createTheme.js.map +0 -1
  582. package/dist/types/GTheme.d.ts +0 -255
  583. /package/dist/contexts/ThemeProvider/{createTheme.test.d.ts → theme.test.d.ts} +0 -0
@@ -1,20 +1,20 @@
1
- const e = "Company addresses", a = "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.", s = "Mailing Address", d = "Filing Address", t = "Edit", i = "Add address", n = "I've added all addresses", l = {
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.", a = "Mailing Address", d = "Filing Address", n = "Edit", t = "Add address", i = "I've added all addresses", o = {
2
2
  title: e,
3
- description: a,
4
- mailingLabel: s,
3
+ description: s,
4
+ mailingLabel: a,
5
5
  filingLabel: d,
6
- editCta: t,
7
- addCta: i,
8
- continueCta: n
6
+ editCta: n,
7
+ addCta: t,
8
+ continueCta: i
9
9
  };
10
10
  export {
11
- i as addCta,
12
- n as continueCta,
13
- l as default,
14
- a as description,
15
- t as editCta,
11
+ t as addCta,
12
+ i as continueCta,
13
+ o as default,
14
+ s as description,
15
+ n as editCta,
16
16
  d as filingLabel,
17
- s as mailingLabel,
17
+ a as mailingLabel,
18
18
  e as title
19
19
  };
20
20
  //# sourceMappingURL=Company.Addresses.json.js.map
@@ -1,71 +1,22 @@
1
- const e = "Assign a company signatory", t = `The company signatory is responsible for electronically signing all government forms Gusto creates and is generally a member of the business or partnership. Each time a signatory is updated, we'll file a new Form 8655 with the IRS to give Gusto the "Reporting Agent Authorization" we need to file and pay your taxes. Your signatory must be authorized by the IRS.`, i = {
2
- label: "Signing options",
3
- selfSign: "I'm authorized to sign official documents for the company.",
4
- appointOther: "I'll appoint another person to sign official documents."
5
- }, s = {
6
- title: "Signatory person details",
7
- description: "Make sure this information is accurate. We'll use it to submit IRS Form 8655 so we can file and pay your federal taxes. If you don't know who your authorized signatory is, please call the IRS at (800) 829-4933.",
8
- firstName: "First name",
9
- lastName: "Last name",
10
- email: "Email address",
11
- phone: "Phone number",
12
- ssn: "Social security number",
13
- birthday: "Date of birth",
14
- titleSelect: {
15
- label: "Title"
16
- }
17
- }, a = {
18
- title: "Signatory home address",
19
- description: "To verify your identity, please enter your home address. If you're unsure what address to use, use the one listed on your driver's license.",
20
- street1: "Street 1",
21
- street2: "Street 2",
22
- city: "City",
23
- state: "State",
24
- statePlaceholder: "Select state...",
25
- zip: "Zip"
26
- }, o = {
27
- title: "Invite a signatory",
28
- description: "Make sure this information is accurate. We'll use it to submit IRS Form 8655 so we can file and pay your federal taxes. If you don't know who your authorized signatory is, please call the IRS at (800) 829-4933.",
29
- signatoryEmail: "Signatory email",
30
- confirmEmail: "Confirm signatory email",
31
- firstName: "First name",
32
- lastName: "Last name"
33
- }, n = {
34
- signDocuments: "Sign documents",
35
- inviteSignatory: "Invite signatory"
36
- }, r = {
37
- dob: "Date of birth is required",
38
- email: "Email address is required and must be valid",
39
- emailMismatch: "Email addresses must match",
40
- firstName: "First name is required",
41
- lastName: "Last name is required",
42
- phone: "Phone number must be 10 digits",
43
- title: "Title is required",
44
- address: {
45
- street1: "Street address is required",
46
- city: "City is required",
47
- state: "State is required",
48
- zip: "ZIP code must be 5 digits"
49
- }
50
- }, l = {
1
+ const e = "Assign a company signatory", t = `The company signatory is responsible for electronically signing all government forms Gusto creates and is generally a member of the business or partnership. Each time a signatory is updated, we'll file a new Form 8655 with the IRS to give Gusto the "Reporting Agent Authorization" we need to file and pay your taxes. Your signatory must be authorized by the IRS.`, i = { label: "Signing options", selfSign: "I'm authorized to sign official documents for the company.", appointOther: "I'll appoint another person to sign official documents." }, s = { title: "Signatory person details", description: "Make sure this information is accurate. We'll use it to submit IRS Form 8655 so we can file and pay your federal taxes. If you don't know who your authorized signatory is, please call the IRS at (800) 829-4933.", firstName: "First name", lastName: "Last name", email: "Email address", phone: "Phone number", ssn: "Social security number", birthday: "Date of birth", titleSelect: { label: "Title" } }, a = { title: "Signatory home address", description: "To verify your identity, please enter your home address. If you're unsure what address to use, use the one listed on your driver's license.", street1: "Street 1", street2: "Street 2", city: "City", state: "State", statePlaceholder: "Select state...", zip: "Zip" }, o = { title: "Invite a signatory", description: "Make sure this information is accurate. We'll use it to submit IRS Form 8655 so we can file and pay your federal taxes. If you don't know who your authorized signatory is, please call the IRS at (800) 829-4933.", signatoryEmail: "Signatory email", confirmEmail: "Confirm signatory email", firstName: "First name", lastName: "Last name" }, r = { signDocuments: "Sign documents", inviteSignatory: "Invite signatory" }, n = { dob: "Date of birth is required", email: "Email address is required and must be valid", emailMismatch: "Email addresses must match", firstName: "First name is required", lastName: "Last name is required", phone: "Phone number must be 10 digits", title: "Title is required", address: { street1: "Street address is required", city: "City is required", state: "State is required", zip: "ZIP code must be 5 digits" } }, l = {
51
2
  title: e,
52
3
  description: t,
53
4
  signingOptions: i,
54
5
  signatoryDetails: s,
55
6
  address: a,
56
7
  inviteSignatory: o,
57
- buttons: n,
58
- validations: r
8
+ buttons: r,
9
+ validations: n
59
10
  };
60
11
  export {
61
12
  a as address,
62
- n as buttons,
13
+ r as buttons,
63
14
  l as default,
64
15
  t as description,
65
16
  o as inviteSignatory,
66
17
  s as signatoryDetails,
67
18
  i as signingOptions,
68
19
  e as title,
69
- r as validations
20
+ n as validations
70
21
  };
71
22
  //# sourceMappingURL=Company.AssignSignatory.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Company.AssignSignatory.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.AssignSignatory.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
@@ -1,63 +1,42 @@
1
- const e = "Company bank account", t = "We’ll use your checking account info to debit for wages and taxes. Your account must be linked to a checking bank account. Credit payments, credit cards, and savings accounts are not accepted.", n = "Routing number", o = "Account", i = {
2
- awaiting_deposits: {
3
- label: "Verification pending",
4
- description: "We’re sending two test deposits to the bank account below. You should expect to see them in 1-2 business days. After receiving the deposits, please add them on the Bank verification step."
5
- },
6
- ready_for_verification: {
7
- label: "Verify your bank account",
8
- description: "Two test deposits were successfully sent to account ending in {{number}}."
9
- },
10
- verified: {
11
- label: "Your bank account has been verified!"
12
- }
13
- }, c = "Continue", a = "Change bank account", s = "Verify bank account", r = "Cancel", u = {
14
- routingNumberLabel: "Routing number",
15
- routingNumberDescription: "Enter your 9-digit routing number",
16
- accountNumberLabel: "Account number"
17
- }, d = {
18
- routingNumber: "Routing number is required",
19
- accountNumber: "Account number is required",
20
- deposit1: "Deposit 1 is required",
21
- deposit2: "Deposit 2 is required"
22
- }, p = "Verify bank account", l = "Find the two small deposits Gusto made into your company bank account. Input the values below and click “Verify deposits” to continue setup.", b = "Test deposit #1", f = "Enter first deposit amount in dollars, e.g. 0.02 for 2 cents", m = "Test deposit #2", k = "Enter second deposit amount in dollars, e.g. 0.02 for 2 cents", g = "Verify deposits", y = {
1
+ const e = "Company bank account", t = "We’ll use your checking account info to debit for wages and taxes. Your account must be linked to a checking bank account. Credit payments, credit cards, and savings accounts are not accepted.", n = "Routing number", o = "Account", i = { awaiting_deposits: { label: "Verification pending", description: "We’re sending two test deposits to the bank account below. You should expect to see them in 1-2 business days. After receiving the deposits, please add them on the Bank verification step." }, ready_for_verification: { label: "Verify your bank account", description: "Two test deposits were successfully sent to account ending in {{number}}." }, verified: { label: "Your bank account has been verified!" } }, c = "Continue", s = "Change bank account", a = "Verify bank account", r = "Cancel", u = { routingNumberLabel: "Routing number", routingNumberDescription: "Enter your 9-digit routing number", accountNumberLabel: "Account number" }, d = { routingNumber: "Routing number is required", accountNumber: "Account number is required", deposit1: "Deposit 1 is required", deposit2: "Deposit 2 is required" }, b = "Verify bank account", p = "Find the two small deposits Gusto made into your company bank account. Input the values below and click “Verify deposits” to continue setup.", l = "Test deposit #1", m = "Enter first deposit amount in dollars, e.g. 0.02 for 2 cents", f = "Test deposit #2", g = "Enter second deposit amount in dollars, e.g. 0.02 for 2 cents", k = "Verify deposits", y = {
23
2
  addBankAccountTitle: e,
24
3
  addBankAccountDescription: t,
25
4
  routingNumberLabel: n,
26
5
  accountNumberLabel: o,
27
6
  verificationAlert: i,
28
7
  continueCta: c,
29
- changeBankAccountCta: a,
30
- verifyBankAccountCta: s,
8
+ changeBankAccountCta: s,
9
+ verifyBankAccountCta: a,
31
10
  cancelCta: r,
32
11
  form: u,
33
12
  validations: d,
34
- verifyBankAccountTitle: p,
35
- verifyBankAccountDescription: l,
36
- deposit1Label: b,
37
- deposit1Description: f,
38
- deposit2Label: m,
39
- deposit2Description: k,
40
- verifyCta: g
13
+ verifyBankAccountTitle: b,
14
+ verifyBankAccountDescription: p,
15
+ deposit1Label: l,
16
+ deposit1Description: m,
17
+ deposit2Label: f,
18
+ deposit2Description: g,
19
+ verifyCta: k
41
20
  };
42
21
  export {
43
22
  o as accountNumberLabel,
44
23
  t as addBankAccountDescription,
45
24
  e as addBankAccountTitle,
46
25
  r as cancelCta,
47
- a as changeBankAccountCta,
26
+ s as changeBankAccountCta,
48
27
  c as continueCta,
49
28
  y as default,
50
- f as deposit1Description,
51
- b as deposit1Label,
52
- k as deposit2Description,
53
- m as deposit2Label,
29
+ m as deposit1Description,
30
+ l as deposit1Label,
31
+ g as deposit2Description,
32
+ f as deposit2Label,
54
33
  u as form,
55
34
  n as routingNumberLabel,
56
35
  d as validations,
57
36
  i as verificationAlert,
58
- s as verifyBankAccountCta,
59
- l as verifyBankAccountDescription,
60
- p as verifyBankAccountTitle,
61
- g as verifyCta
37
+ a as verifyBankAccountCta,
38
+ p as verifyBankAccountDescription,
39
+ b as verifyBankAccountTitle,
40
+ k as verifyCta
62
41
  };
63
42
  //# sourceMappingURL=Company.BankAccount.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Company.BankAccount.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Company.BankAccount.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
@@ -1,40 +1,40 @@
1
- const t = "Documents", n = "Documents", o = "Form", e = "Action", s = "Please note, only the signatory can sign documents.", i = "Only the signatory can sign documents.", a = "You are the assigned signatory.", c = "Your signatory is {{signatory}}, {{title}}.", g = "A signatory has not yet been assigned", r = "Change signatory", u = "Assign signatory", l = "Sign document", m = "Complete", y = "Not signed", S = "Could not load your documents, try again later.", d = "No documents found", C = "Continue", b = {
1
+ const t = "Documents", n = "Documents", o = "Form", e = "Action", s = "Please note, only the signatory can sign documents.", a = "Only the signatory can sign documents.", i = "You are the assigned signatory.", c = "Your signatory is {{signatory}}, {{title}}.", g = "A signatory has not yet been assigned", r = "Change signatory", u = "Assign signatory", l = "Sign document", y = "Complete", m = "Not signed", d = "Could not load your documents, try again later.", C = "No documents found", S = "Continue", b = {
2
2
  documentListTitle: t,
3
3
  documentListLabel: n,
4
4
  formColumnLabel: o,
5
5
  actionColumnLabel: e,
6
6
  selfSignatoryTitle: s,
7
- otherSignatoryTitle: i,
8
- selfSignatorySubtext: a,
7
+ otherSignatoryTitle: a,
8
+ selfSignatorySubtext: i,
9
9
  otherSignatorySubtext: c,
10
10
  noSignatorySubtext: g,
11
11
  changeSignatoryCta: r,
12
12
  assignSignatoryCta: u,
13
13
  signDocumentCta: l,
14
- signDocumentComplete: m,
15
- notSigned: y,
16
- documentListError: S,
17
- emptyTableTitle: d,
18
- continueCta: C
14
+ signDocumentComplete: y,
15
+ notSigned: m,
16
+ documentListError: d,
17
+ emptyTableTitle: C,
18
+ continueCta: S
19
19
  };
20
20
  export {
21
21
  e as actionColumnLabel,
22
22
  u as assignSignatoryCta,
23
23
  r as changeSignatoryCta,
24
- C as continueCta,
24
+ S as continueCta,
25
25
  b as default,
26
- S as documentListError,
26
+ d as documentListError,
27
27
  n as documentListLabel,
28
28
  t as documentListTitle,
29
- d as emptyTableTitle,
29
+ C as emptyTableTitle,
30
30
  o as formColumnLabel,
31
31
  g as noSignatorySubtext,
32
- y as notSigned,
32
+ m as notSigned,
33
33
  c as otherSignatorySubtext,
34
- i as otherSignatoryTitle,
35
- a as selfSignatorySubtext,
34
+ a as otherSignatoryTitle,
35
+ i as selfSignatorySubtext,
36
36
  s as selfSignatoryTitle,
37
- m as signDocumentComplete,
37
+ y as signDocumentComplete,
38
38
  l as signDocumentCta
39
39
  };
40
40
  //# sourceMappingURL=Company.DocumentList.json.js.map
@@ -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