@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,77 +1,72 @@
1
- const e = "Deductions", n = "Include deductions for this employee?", t = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", o = "Yes", i = "No", c = "Continue", d = "Add Deduction", u = "Edit Deduction", a = "Deductions from employee net pay will start on their next pay period and appear on their paystub and payroll receipts as a separate line item. Note: All deductions are post-tax.", s = "Deduction description", r = "Deduction frequency", l = "This deduction occurs every payroll", p = "This is a one-time deduction and only applies to the next upcoming payroll", m = "List of current deductions of an employee", y = "Deduction type", D = "Percentage", T = "Fixed dollar amount", h = "Step 4c: Extra withholding", g = "Annual maximum", b = "This is a court-ordered deduction", C = "Deduction", L = "Frequency", f = "Withheld", x = "Actions", O = "Recurring", A = "{{value}} per paycheck", q = "One-time", v = "Once added, your deductions will appear here.", F = "Deduction actions menu", w = "Edit deduction", M = "Delete deduction", R = "+ Add another deduction", E = "Cancel", N = {
2
- description: "Description is required",
3
- amount: "Amount must be a valid number"
4
- }, P = {
1
+ const e = "Deductions", n = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", M = "Yes", N = "No", t = "Continue", c = "Add Deduction", i = "Edit Deduction", d = "Deduction description", u = "Deduction frequency", s = "This deduction occurs every payroll", a = "This is a one-time deduction and only applies to the next upcoming payroll", r = "List of current deductions of an employee", l = "Deduction type", p = "Percentage", m = "Fixed dollar amount", y = "Amount to withhold", D = "Annual maximum", h = "This is a court-ordered deduction", g = "Deduction", T = "Frequency", b = "Withheld", f = "Actions", C = "Recurring", L = "{{value}} per paycheck", A = "One-time", x = "Once added, your deductions will appear here.", O = "Deduction actions menu", q = "Edit deduction", v = "Delete deduction", F = "+ Add another deduction", w = "Cancel", E = { description: "Description is required", amount: "Amount must be a valid number" }, R = {
5
2
  pageTitle: e,
6
3
  includeDeductionsFormLabel: n,
7
- includeDeductionsDescription: t,
8
- includeDeductionsYes: o,
9
- includeDeductionsNo: i,
10
- continueCta: c,
11
- addDeductionTitle: d,
12
- editDeductionTitle: u,
13
- addDeuctionDescription: a,
14
- descriptionLabel: s,
15
- frequencyLabel: r,
16
- frequencyRecurringOption: l,
17
- frequencyOneTimeOption: p,
18
- deductionsTableLabel: m,
19
- deductionTypeLabel: y,
20
- deductionTypePercentageOption: D,
21
- deductionTypeFixedAmountOption: T,
22
- deductionAmountLabel: h,
23
- annualMaxLabel: g,
24
- courtOrderedLabel: b,
25
- nameColumn: C,
26
- frequencyColumn: L,
27
- withheldColumn: f,
28
- actionsColumn: x,
29
- recurringText: O,
30
- recurringAmount: A,
31
- nonRecurringText: q,
32
- emptyListMessage: v,
33
- hamburgerTitle: F,
34
- editCta: w,
35
- deleteCta: M,
36
- addDeductionCta: R,
37
- cancelCta: E,
38
- validations: N
4
+ includeDeductionsDescription: o,
5
+ includeDeductionsYes: "Yes",
6
+ includeDeductionsNo: "No",
7
+ continueCta: t,
8
+ addDeductionTitle: c,
9
+ editDeductionTitle: i,
10
+ descriptionLabel: d,
11
+ frequencyLabel: u,
12
+ frequencyRecurringOption: s,
13
+ frequencyOneTimeOption: a,
14
+ deductionsTableLabel: r,
15
+ deductionTypeLabel: l,
16
+ deductionTypePercentageOption: p,
17
+ deductionTypeFixedAmountOption: m,
18
+ deductionAmountLabel: y,
19
+ annualMaxLabel: D,
20
+ courtOrderedLabel: h,
21
+ nameColumn: g,
22
+ frequencyColumn: T,
23
+ withheldColumn: b,
24
+ actionsColumn: f,
25
+ recurringText: C,
26
+ recurringAmount: L,
27
+ nonRecurringText: A,
28
+ emptyListMessage: x,
29
+ hamburgerTitle: O,
30
+ editCta: q,
31
+ deleteCta: v,
32
+ addDeductionCta: F,
33
+ cancelCta: w,
34
+ validations: E
39
35
  };
40
36
  export {
41
- x as actionsColumn,
42
- R as addDeductionCta,
43
- d as addDeductionTitle,
44
- a as addDeuctionDescription,
45
- g as annualMaxLabel,
46
- E as cancelCta,
47
- c as continueCta,
48
- b as courtOrderedLabel,
49
- h as deductionAmountLabel,
50
- T as deductionTypeFixedAmountOption,
51
- y as deductionTypeLabel,
52
- D as deductionTypePercentageOption,
53
- m as deductionsTableLabel,
54
- P as default,
55
- M as deleteCta,
56
- s as descriptionLabel,
57
- w as editCta,
58
- u as editDeductionTitle,
59
- v as emptyListMessage,
60
- L as frequencyColumn,
61
- r as frequencyLabel,
62
- p as frequencyOneTimeOption,
63
- l as frequencyRecurringOption,
64
- F as hamburgerTitle,
65
- t as includeDeductionsDescription,
37
+ f as actionsColumn,
38
+ F as addDeductionCta,
39
+ c as addDeductionTitle,
40
+ D as annualMaxLabel,
41
+ w as cancelCta,
42
+ t as continueCta,
43
+ h as courtOrderedLabel,
44
+ y as deductionAmountLabel,
45
+ m as deductionTypeFixedAmountOption,
46
+ l as deductionTypeLabel,
47
+ p as deductionTypePercentageOption,
48
+ r as deductionsTableLabel,
49
+ R as default,
50
+ v as deleteCta,
51
+ d as descriptionLabel,
52
+ q as editCta,
53
+ i as editDeductionTitle,
54
+ x as emptyListMessage,
55
+ T as frequencyColumn,
56
+ u as frequencyLabel,
57
+ a as frequencyOneTimeOption,
58
+ s as frequencyRecurringOption,
59
+ O as hamburgerTitle,
60
+ o as includeDeductionsDescription,
66
61
  n as includeDeductionsFormLabel,
67
- i as includeDeductionsNo,
68
- o as includeDeductionsYes,
69
- C as nameColumn,
70
- q as nonRecurringText,
62
+ N as includeDeductionsNo,
63
+ M as includeDeductionsYes,
64
+ g as nameColumn,
65
+ A as nonRecurringText,
71
66
  e as pageTitle,
72
- A as recurringAmount,
73
- O as recurringText,
74
- N as validations,
75
- f as withheldColumn
67
+ L as recurringAmount,
68
+ C as recurringText,
69
+ E as validations,
70
+ b as withheldColumn
76
71
  };
77
72
  //# sourceMappingURL=Employee.Deductions.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,48 +1,48 @@
1
- const e = "Documents", o = "Documents", n = "Form", t = "Action", i = "Continue", r = "Sign document", a = "Complete", c = "Not signed", s = "Could not load your documents, try again later.", l = "No documents found", u = "Signature required for {{formTitle}}", m = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = "Signature", g = "Type your full, legal name.", C = "Signature is required", L = "I am the employee and I agree to sign electronically", b = "You must agree to sign electronically", p = "Back", w = "Sign form", f = "View document", y = "Please review the document. When you're finished, sign below.", S = {
2
- documentListTitle: e,
3
- documentListLabel: o,
4
- formColumnLabel: n,
1
+ const o = "Documents", n = "Documents", e = "Form", t = "Action", i = "Continue", c = "Sign document", s = "Complete", r = "Not signed", a = "Could not load your documents, try again later.", l = "No documents found", u = "Signature required for {{formTitle}}", m = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = "Signature", g = "Type your full, legal name.", C = "Signature is required", y = "I am the employee and I agree to sign electronically", f = "You must agree to sign electronically", p = "Back", w = "Sign form", L = "View document", b = "Please review the document. When you're finished, sign below.", S = {
2
+ documentListTitle: o,
3
+ documentListLabel: n,
4
+ formColumnLabel: e,
5
5
  actionColumnLabel: t,
6
6
  continueCta: i,
7
- signDocumentCta: r,
8
- signDocumentComplete: a,
9
- notSigned: c,
10
- documentListError: s,
7
+ signDocumentCta: c,
8
+ signDocumentComplete: s,
9
+ notSigned: r,
10
+ documentListError: a,
11
11
  emptyTableTitle: l,
12
12
  signatureFormTitle: u,
13
13
  downloadPrompt: m,
14
14
  signatureFieldLabel: d,
15
15
  signatureFieldDescription: g,
16
16
  signatureFieldError: C,
17
- confirmSignatureCheckboxLabel: L,
18
- confirmSignatureError: b,
17
+ confirmSignatureCheckboxLabel: y,
18
+ confirmSignatureError: f,
19
19
  backCta: p,
20
20
  signFormCta: w,
21
- viewDocumentCta: f,
22
- downloadAndReviewInstructions: y
21
+ viewDocumentCta: L,
22
+ downloadAndReviewInstructions: b
23
23
  };
24
24
  export {
25
25
  t as actionColumnLabel,
26
26
  p as backCta,
27
- L as confirmSignatureCheckboxLabel,
28
- b as confirmSignatureError,
27
+ y as confirmSignatureCheckboxLabel,
28
+ f as confirmSignatureError,
29
29
  i as continueCta,
30
30
  S as default,
31
- s as documentListError,
32
- o as documentListLabel,
33
- e as documentListTitle,
34
- y as downloadAndReviewInstructions,
31
+ a as documentListError,
32
+ n as documentListLabel,
33
+ o as documentListTitle,
34
+ b as downloadAndReviewInstructions,
35
35
  m as downloadPrompt,
36
36
  l as emptyTableTitle,
37
- n as formColumnLabel,
38
- c as notSigned,
39
- a as signDocumentComplete,
40
- r as signDocumentCta,
37
+ e as formColumnLabel,
38
+ r as notSigned,
39
+ s as signDocumentComplete,
40
+ c as signDocumentCta,
41
41
  w as signFormCta,
42
42
  g as signatureFieldDescription,
43
43
  C as signatureFieldError,
44
44
  d as signatureFieldLabel,
45
45
  u as signatureFormTitle,
46
- f as viewDocumentCta
46
+ L as viewDocumentCta
47
47
  };
48
48
  //# sourceMappingURL=Employee.DocumentSigner.json.js.map
@@ -1,44 +1,44 @@
1
- const e = "Actions", t = "Add an employee", a = "I'll do this later", o = "+ Add another employee", s = "Continue", n = "Addresses", l = "Deductions", d = "Delete employee", c = "Edit employee", i = "Cancel self-onboarding", p = "Review", r = "List of current employees", m = "Once you’ve added employees they will appear here", C = "No employees", y = "Federal Taxes", b = "Employee actions menu", u = "Employee name", T = "Status", L = "Your employees", h = {
1
+ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", T = "Your employees", h = {
2
2
  actionLabel: e,
3
3
  addEmployeeCTA: t,
4
- skipCta: a,
5
- addAnotherCta: o,
6
- continueCta: s,
7
- addressesCta: n,
4
+ skipCta: o,
5
+ addAnotherCta: s,
6
+ continueCta: n,
7
+ addressesCta: a,
8
8
  deductionsCta: l,
9
- deleteCta: d,
10
- editCta: c,
9
+ deleteCta: c,
10
+ editCta: d,
11
11
  cancelSelfOnboardingCta: i,
12
12
  reviewCta: p,
13
- employeeListLabel: r,
14
- emptyTableDescription: m,
15
- emptyTableTitle: C,
16
- federalTaxesCta: y,
17
- hamburgerTitle: b,
18
- nameLabel: u,
19
- statusLabel: T,
20
- title: L
13
+ employeeListLabel: m,
14
+ emptyTableDescription: r,
15
+ emptyTableTitle: y,
16
+ federalTaxesCta: C,
17
+ hamburgerTitle: u,
18
+ nameLabel: b,
19
+ statusLabel: L,
20
+ title: T
21
21
  };
22
22
  export {
23
23
  e as actionLabel,
24
- o as addAnotherCta,
24
+ s as addAnotherCta,
25
25
  t as addEmployeeCTA,
26
- n as addressesCta,
26
+ a as addressesCta,
27
27
  i as cancelSelfOnboardingCta,
28
- s as continueCta,
28
+ n as continueCta,
29
29
  l as deductionsCta,
30
30
  h as default,
31
- d as deleteCta,
32
- c as editCta,
33
- r as employeeListLabel,
34
- m as emptyTableDescription,
35
- C as emptyTableTitle,
36
- y as federalTaxesCta,
37
- b as hamburgerTitle,
38
- u as nameLabel,
31
+ c as deleteCta,
32
+ d as editCta,
33
+ m as employeeListLabel,
34
+ r as emptyTableDescription,
35
+ y as emptyTableTitle,
36
+ C as federalTaxesCta,
37
+ u as hamburgerTitle,
38
+ b as nameLabel,
39
39
  p as reviewCta,
40
- a as skipCta,
41
- T as statusLabel,
42
- L as title
40
+ o as skipCta,
41
+ L as statusLabel,
42
+ T as title
43
43
  };
44
44
  //# sourceMappingURL=Employee.EmployeeList.json.js.map
@@ -1,45 +1,40 @@
1
- const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", a = "State", n = "Select state...", r = "Zip", l = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", d = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', h = "Courtesy withholding", p = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", y = "Edit Address", m = "Cancel", u = "Submit", g = {
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
- }, w = {
1
+ const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', d = "Courtesy withholding", h = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", p = "Edit Address", y = "Cancel", m = "Submit", u = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, w = {
7
2
  formTitle: e,
8
3
  desc: t,
9
4
  street1: o,
10
5
  street2: s,
11
6
  city: i,
12
- state: a,
13
- statePlaceholder: n,
14
- zip: r,
15
- courtesyWithholdingLabel: l,
7
+ state: n,
8
+ statePlaceholder: a,
9
+ zip: "Zip",
10
+ courtesyWithholdingLabel: r,
16
11
  courtesyWhithholdingDescription: c,
17
- learnMoreCta: d,
18
- withholdingTitle: h,
19
- withholdingNote: p,
20
- editAddress: y,
21
- cancel: m,
22
- submit: u,
23
- validations: g
12
+ learnMoreCta: l,
13
+ withholdingTitle: d,
14
+ withholdingNote: h,
15
+ editAddress: p,
16
+ cancel: y,
17
+ submit: m,
18
+ validations: u
24
19
  };
25
20
  export {
26
- m as cancel,
21
+ y as cancel,
27
22
  i as city,
28
23
  c as courtesyWhithholdingDescription,
29
- l as courtesyWithholdingLabel,
24
+ r as courtesyWithholdingLabel,
30
25
  w as default,
31
26
  t as desc,
32
- y as editAddress,
27
+ p as editAddress,
33
28
  e as formTitle,
34
- d as learnMoreCta,
35
- a as state,
36
- n as statePlaceholder,
29
+ l as learnMoreCta,
30
+ n as state,
31
+ a as statePlaceholder,
37
32
  o as street1,
38
33
  s as street2,
39
- u as submit,
40
- g as validations,
41
- p as withholdingNote,
42
- h as withholdingTitle,
43
- r as zip
34
+ m as submit,
35
+ u as validations,
36
+ h as withholdingNote,
37
+ d as withholdingTitle,
38
+ g as zip
44
39
  };
45
40
  //# sourceMappingURL=Employee.HomeAddress.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
@@ -1,22 +1,18 @@
1
- const t = "Hi, {{firstName}}. Welcome to {{companyName}}!", e = "Let's get you onboarded so you can get paid.", n = "What you'll need:", o = {
2
- personalInfo: "Your personal information (home address, SSN)",
3
- taxInfo: "Tax withholding information (we'll help you figure this one out)",
4
- bankInfo: "Your bank information (account and routing numbers)"
5
- }, s = "Let's get started", a = "This process usually takes about 8 minutes.", i = {
1
+ const t = "Hi, {{firstName}}. Welcome to {{companyName}}!", o = "Let's get you onboarded so you can get paid.", e = "What you'll need:", n = { personalInfo: "Your personal information (home address, SSN)", taxInfo: "Tax withholding information (we'll help you figure this one out)", bankInfo: "Your bank information (account and routing numbers)" }, a = "Let's get started", s = "This process usually takes about 8 minutes.", i = {
6
2
  landingSubtitle: t,
7
- landingDescription: e,
8
- stepsSubtitle: n,
9
- steps: o,
10
- getStartedCta: s,
11
- getStartedDescription: a
3
+ landingDescription: o,
4
+ stepsSubtitle: e,
5
+ steps: n,
6
+ getStartedCta: a,
7
+ getStartedDescription: s
12
8
  };
13
9
  export {
14
10
  i as default,
15
- s as getStartedCta,
16
- a as getStartedDescription,
17
- e as landingDescription,
11
+ a as getStartedCta,
12
+ s as getStartedDescription,
13
+ o as landingDescription,
18
14
  t as landingSubtitle,
19
- o as steps,
20
- n as stepsSubtitle
15
+ n as steps,
16
+ e as stepsSubtitle
21
17
  };
22
18
  //# sourceMappingURL=Employee.Landing.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}