@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,10 +1,4 @@
1
- const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", p = "***-**-****", f = "Your employee’s first day of work at your company.", h = "Start date", k = "Continue", u = "Basics", w = {
2
- email: "Valid email is required",
3
- firstName: "Please enter valid first name",
4
- lastName: "Please enter valid last name",
5
- startDate: "Please select valid start date",
6
- startDateOutOfRange: "An employee must have a start date that is within six months from today."
7
- }, y = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", A = "Work Address", L = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", N = {
1
+ const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", h = "***-**-****", y = "Your employee’s first day of work at your company.", f = "Start date", p = "Continue", u = "Basics", w = { email: "Valid email is required", firstName: "Please enter valid first name", lastName: "Please enter valid last name", startDate: "Please select valid start date", startDateOutOfRange: "An employee must have a start date that is within six months from today." }, k = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", P = "Work Address", A = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", g = {
8
2
  cancelCta: e,
9
3
  description: t,
10
4
  dobLabel: s,
@@ -17,21 +11,21 @@ const e = "Cancel", t = "This information will be used for payroll and taxes, so
17
11
  preferredFirstName: c,
18
12
  selfOnboardingLabel: d,
19
13
  ssnLabel: m,
20
- ssnMask: p,
21
- startDateDescription: f,
22
- startDateLabel: h,
23
- submitCta: k,
14
+ ssnMask: h,
15
+ startDateDescription: y,
16
+ startDateLabel: f,
17
+ submitCta: p,
24
18
  title: u,
25
19
  validations: w,
26
- workAddress: y,
20
+ workAddress: k,
27
21
  workAddressDescription: b,
28
22
  workAddressPlaceholder: D,
29
- workAddressSectionTitle: A,
30
- workAddressSectionDescription: L
23
+ workAddressSectionTitle: P,
24
+ workAddressSectionDescription: A
31
25
  };
32
26
  export {
33
27
  e as cancelCta,
34
- N as default,
28
+ g as default,
35
29
  t as description,
36
30
  s as dobLabel,
37
31
  a as email,
@@ -43,16 +37,16 @@ export {
43
37
  c as preferredFirstName,
44
38
  d as selfOnboardingLabel,
45
39
  m as ssnLabel,
46
- p as ssnMask,
47
- f as startDateDescription,
48
- h as startDateLabel,
49
- k as submitCta,
40
+ h as ssnMask,
41
+ y as startDateDescription,
42
+ f as startDateLabel,
43
+ p as submitCta,
50
44
  u as title,
51
45
  w as validations,
52
- y as workAddress,
46
+ k as workAddress,
53
47
  b as workAddressDescription,
54
48
  D as workAddressPlaceholder,
55
- L as workAddressSectionDescription,
56
- A as workAddressSectionTitle
49
+ A as workAddressSectionDescription,
50
+ P as workAddressSectionTitle
57
51
  };
58
52
  //# sourceMappingURL=Employee.Profile.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,42 +1,38 @@
1
- const t = "Amount", e = "Select the amount to split to this account.", o = "Here you can split the employee’s paycheck. Select between a whole value or percentage split. Then set the priority and amount to complete the setup.", i = "Percentage", n = "Split amount", a = "Split by", r = "Priority", c = "Split employee paycheck", l = "Select if this account will recieve any remaining payments", s = "{{count}}st", p = "{{count}}nd", u = "{{count}}rd", y = "{{count}}th", m = {
2
- percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.",
3
- priorityError: "Priorities must be sequential",
4
- amountError: "Please enter valid amount"
5
- }, b = "Cancel", h = "Submit", d = {
1
+ const t = "Amount", e = "Select the amount to split to this account.", o = "Here you can split the employee’s paycheck. Select between a whole value or percentage split. Then set the priority and amount to complete the setup.", n = "Percentage", i = "Split amount", a = "Split by", c = "Priority", r = "Split employee paycheck", s = "Select if this account will recieve any remaining payments", l = "{{count}}st", p = "{{count}}nd", u = "{{count}}rd", m = "{{count}}th", y = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", priorityError: "Priorities must be sequential", amountError: "Please enter valid amount" }, h = "Cancel", b = "Submit", d = {
6
2
  amountLabel: t,
7
3
  bankDescription: e,
8
4
  description: o,
9
- percentageLabel: i,
10
- splitAmountLabel: n,
5
+ percentageLabel: n,
6
+ splitAmountLabel: i,
11
7
  splitByLabel: a,
12
- priorityLabel: r,
13
- title: c,
14
- remainderLabel: l,
15
- priority_one: s,
8
+ priorityLabel: c,
9
+ title: r,
10
+ remainderLabel: s,
11
+ priority_one: l,
16
12
  priority_two: p,
17
13
  priority_few: u,
18
- priority_other: y,
19
- validations: m,
20
- cancelCta: b,
21
- submitCta: h
14
+ priority_other: m,
15
+ validations: y,
16
+ cancelCta: h,
17
+ submitCta: b
22
18
  };
23
19
  export {
24
20
  t as amountLabel,
25
21
  e as bankDescription,
26
- b as cancelCta,
22
+ h as cancelCta,
27
23
  d as default,
28
24
  o as description,
29
- i as percentageLabel,
30
- r as priorityLabel,
25
+ n as percentageLabel,
26
+ c as priorityLabel,
31
27
  u as priority_few,
32
- s as priority_one,
33
- y as priority_other,
28
+ l as priority_one,
29
+ m as priority_other,
34
30
  p as priority_two,
35
- l as remainderLabel,
36
- n as splitAmountLabel,
31
+ s as remainderLabel,
32
+ i as splitAmountLabel,
37
33
  a as splitByLabel,
38
- h as submitCta,
39
- c as title,
40
- m as validations
34
+ b as submitCta,
35
+ r as title,
36
+ y as validations
41
37
  };
42
38
  //# sourceMappingURL=Employee.SplitPaycheck.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.SplitPaycheck.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.SplitPaycheck.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -1,14 +1,14 @@
1
- const t = "State tax", a = "Filing Status", e = "Cancel", l = "Submit", s = {
1
+ const t = "State tax", a = "Filing Status", e = "Cancel", s = "Submit", n = {
2
2
  title: t,
3
3
  filingStatusLabel: a,
4
4
  cancelCta: e,
5
- submitCta: l
5
+ submitCta: s
6
6
  };
7
7
  export {
8
8
  e as cancelCta,
9
- s as default,
9
+ n as default,
10
10
  a as filingStatusLabel,
11
- l as submitCta,
11
+ s as submitCta,
12
12
  t as title
13
13
  };
14
14
  //# sourceMappingURL=Employee.StateTaxes.json.js.map
@@ -1,55 +1,52 @@
1
- const e = "Back", t = "Step 4b: Deductions", i = "Step 3: Dependents (if applicable)", l = "Step 4c: Extra withholding", o = "Step 1c: Federal filing status (1c)", a = "Select filing status...", s = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", u = "Single", d = "This field is a required field. Please enter a value.", h = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = 'We’ll use this info to withhold the appropriate federal taxes from each paycheck. If you’re unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', f = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', g = "Step 2c: Multiple jobs (2c)", w = "Step 4a: Other income", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", S = "Continue", x = "Yes", _ = "No", T = {
2
- federalFilingStatus: "Please select filing status",
3
- federalTwoJobs: "Please select an option"
4
- }, W = {
1
+ const e = "Back", t = "Step 4b: Deductions", o = "Step 3: Dependents (if applicable)", l = "Step 4c: Extra withholding", s = "Step 1c: Federal filing status (1c)", i = "Select filing status...", a = "Federal tax withholdings (Form W-4)", n = "Exempt from withholding", r = "Head of household", c = "Married", h = "Single", u = "This field is a required field. Please enter a value.", d = 'Includes spouse, if applicable. Answering 2c will result in a higher withholding, but to preserve privacy, this can be left unchecked. <irs_link href="https://www.irs.gov/newsroom/faqs-on-the-2020-form-w-4" target="_blank">Learn more on the IRS website</irs_link>.', p = 'We’ll use this info to withhold the appropriate federal taxes from each paycheck. If you’re unsure what to enter here, refer to <irs_calculator href="https://www.irs.gov/pub/irs-pdf/fw4.pdf" target="_blank">Form W4</irs_calculator> to calculate the values, visit our <help_center href="https://support.gusto.com" target="_blank">Help Center</help_center>, or consult your tax advisor.', f = 'Enter the results for {{lineNum}} from the <irs_calculator href="https://www.irs.gov/individuals/tax-withholding-estimator" target="_blank">IRS Calculator</irs_calculator> or <w4_link>form W-4</w4_link>.', w = "Step 2c: Multiple jobs (2c)", g = "Step 4a: Other income", m = "If you select Exempt from withholding, we wont withhold federal income taxes, but well still report taxable wages on a W-2. Keep in mind that anyone who claims exemption from withholding needs to submit a new W-4 each year.", b = "{{state}} Tax Requirements", S = "Continue", _ = "Yes", k = "No", x = { federalFilingStatus: "Please select filing status", federalTwoJobs: "Please select an option" }, v = {
5
2
  cancelCta: e,
6
3
  deductions: t,
7
- dependentsTotalIfApplicable: i,
4
+ dependentsTotalIfApplicable: o,
8
5
  extraWithholding: l,
9
- federalFilingStatus1c: o,
10
- federalFillingStatusPlaceholder: a,
11
- federalTaxesTitle: s,
6
+ federalFilingStatus1c: s,
7
+ federalFillingStatusPlaceholder: i,
8
+ federalTaxesTitle: a,
12
9
  filingStatusExemptFromWithholding: n,
13
10
  filingStatusHeadOfHousehold: r,
14
11
  filingStatusMarried: c,
15
- filingStatusSingle: u,
16
- fieldIsRequired: d,
17
- includesSpouseExplanation: h,
12
+ filingStatusSingle: h,
13
+ fieldIsRequired: u,
14
+ includesSpouseExplanation: d,
18
15
  irs_calculator: p,
19
16
  irsCalculatorOrW4Line: f,
20
- multipleJobs2c: g,
21
- otherIncome: w,
17
+ multipleJobs2c: w,
18
+ otherIncome: g,
22
19
  selectWithholdingDescription: m,
23
20
  stateTaxesTitle: b,
24
21
  submitCta: S,
25
- twoJobYesLabel: x,
26
- twoJobNoLabel: _,
27
- validations: T
22
+ twoJobYesLabel: "Yes",
23
+ twoJobNoLabel: "No",
24
+ validations: x
28
25
  };
29
26
  export {
30
27
  e as cancelCta,
31
28
  t as deductions,
32
- W as default,
33
- i as dependentsTotalIfApplicable,
29
+ v as default,
30
+ o as dependentsTotalIfApplicable,
34
31
  l as extraWithholding,
35
- o as federalFilingStatus1c,
36
- a as federalFillingStatusPlaceholder,
37
- s as federalTaxesTitle,
38
- d as fieldIsRequired,
32
+ s as federalFilingStatus1c,
33
+ i as federalFillingStatusPlaceholder,
34
+ a as federalTaxesTitle,
35
+ u as fieldIsRequired,
39
36
  n as filingStatusExemptFromWithholding,
40
37
  r as filingStatusHeadOfHousehold,
41
38
  c as filingStatusMarried,
42
- u as filingStatusSingle,
43
- h as includesSpouseExplanation,
39
+ h as filingStatusSingle,
40
+ d as includesSpouseExplanation,
44
41
  f as irsCalculatorOrW4Line,
45
42
  p as irs_calculator,
46
- g as multipleJobs2c,
47
- w as otherIncome,
43
+ w as multipleJobs2c,
44
+ g as otherIncome,
48
45
  m as selectWithholdingDescription,
49
46
  b as stateTaxesTitle,
50
47
  S as submitCta,
51
- _ as twoJobNoLabel,
52
- x as twoJobYesLabel,
53
- T as validations
48
+ k as twoJobNoLabel,
49
+ _ as twoJobYesLabel,
50
+ x as validations
54
51
  };
55
52
  //# sourceMappingURL=Employee.Taxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Taxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,16 +1,16 @@
1
- const l = "period", a = "type", o = "cancellable", e = "check date", t = "total", c = {
1
+ const l = "period", o = "type", t = "cancellable", a = "check date", e = "total", c = {
2
2
  period: l,
3
- payrollType: a,
4
- payrollCancellable: o,
5
- checkDate: e,
6
- payrollTotal: t
3
+ payrollType: o,
4
+ payrollCancellable: t,
5
+ checkDate: a,
6
+ payrollTotal: e
7
7
  };
8
8
  export {
9
- e as checkDate,
9
+ a as checkDate,
10
10
  c as default,
11
- o as payrollCancellable,
12
- t as payrollTotal,
13
- a as payrollType,
11
+ t as payrollCancellable,
12
+ e as payrollTotal,
13
+ o as payrollType,
14
14
  l as period
15
15
  };
16
16
  //# sourceMappingURL=Payroll.PayrollHistoryList.json.js.map
@@ -4,7 +4,7 @@ declare const _default: {
4
4
  "requiredField": "is a required field",
5
5
  "errorEncountered": "There was a problem with your submission"
6
6
  },
7
- "optionalLabel": " (optional)",
7
+ "optionalLabel": "(optional)",
8
8
  "progressBarLabel": "You are on step {{currentStep}} of {{totalSteps}}",
9
9
  "errors": {
10
10
  "errorHeading": "Error",
@@ -1,150 +1,4 @@
1
- const e = {
2
- loading: "Loading component...",
3
- requiredField: "is a required field",
4
- errorEncountered: "There was a problem with your submission"
5
- }, o = " (optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = {
6
- errorHeading: "Error",
7
- globalReactError: "Error while rendering SDK component: {{error}}",
8
- resetGlobalError: "Try again",
9
- unknownError: "Unknown Error",
10
- missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}",
11
- unhandledEvent: "Unhandled event type: {{event}}",
12
- unknownEventType: "Unprocessed event type",
13
- ensureRequired: "Required prop is missing"
14
- }, r = {
15
- selectArrow: "Show options",
16
- calendarArrow: "Show calendar",
17
- nextMonth: "Show next month",
18
- previousMonth: "Show previous month",
19
- magnifyingGlass: "Magnifying glass",
20
- paginationFirst: "Navigate to first page",
21
- paginationPrev: "Navigate to previous page",
22
- paginationNext: "Navigate to next page",
23
- paginationLast: "Navigate to last page"
24
- }, t = {
25
- paginationControllCountLabel: "Items per page",
26
- openMenu: "Open menu",
27
- menuLabel: "Menu"
28
- }, a = {
29
- contractor: {
30
- undefined: "N/A",
31
- admin_onboarding_incomplete: "Admin-onboarding Incomplete",
32
- admin_onboarding_review: "Admin-onboarding review",
33
- onboarding_completed: "Completed",
34
- self_onboarding_not_invited: "Self-onboarding: Not Invited",
35
- self_onboarding_invited: "Self-onboarding: Invited",
36
- self_onboarding_started: "Self-onboarding started",
37
- self_onboarding_review: "Self-onboarding: Review"
38
- },
39
- employee: {
40
- undefined: "N/A",
41
- admin_onboarding_incomplete: "Admin-onboarding Incomplete",
42
- onboarding_completed: "Completed",
43
- self_onboarding_pending_invite: "Self-onboarding: Pending Invite",
44
- self_onboarding_invited: "Self-onboarding: Invited",
45
- self_onboarding_invited_started: "Self-onboarding started",
46
- self_onboarding_invited_overdue: "Self-onboarding: Overdue",
47
- self_onboarding_completed_by_employee: "Self-onboarding: Completed",
48
- self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review"
49
- }
50
- }, s = {
51
- ssn: {
52
- placeholder: "***-**-****"
53
- },
54
- ein: {
55
- placeholder: "**-*******"
56
- },
57
- workersCompensationRatePerHourAdornment: "/hr"
58
- }, d = {
59
- accountName: "Account name is required",
60
- routingNumber: "Routing number should be a number (9 digits)",
61
- accountNumber: "Account number is a required field",
62
- ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.",
63
- location: "Location is not valid",
64
- dob: "Date of birth is required"
65
- }, l = {
66
- AL: "Alabama",
67
- AK: "Alaska",
68
- AZ: "Arizona",
69
- AR: "Arkansas",
70
- CA: "California",
71
- CO: "Colorado",
72
- CT: "Connecticut",
73
- DE: "Delaware",
74
- FL: "Florida",
75
- GA: "Georgia",
76
- HI: "Hawaii",
77
- ID: "Idaho",
78
- IL: "Illinois",
79
- IN: "Indiana",
80
- IA: "Iowa",
81
- KS: "Kansas",
82
- KY: "Kentucky",
83
- LA: "Louisiana",
84
- ME: "Maine",
85
- MD: "Maryland",
86
- MA: "Massachusetts",
87
- MI: "Michigan",
88
- MN: "Minnesota",
89
- MS: "Mississippi",
90
- MO: "Missouri",
91
- MT: "Montana",
92
- NE: "Nebraska",
93
- NV: "Nevada",
94
- NH: "New Hampshire",
95
- NJ: "New Jersey",
96
- NM: "New Mexico",
97
- NY: "New York",
98
- NC: "North Carolina",
99
- ND: "North Dakota",
100
- OH: "Ohio",
101
- OK: "Oklahoma",
102
- OR: "Oregon",
103
- PA: "Pennsylvania",
104
- RI: "Rhode Island",
105
- SC: "South Carolina",
106
- SD: "South Dakota",
107
- TN: "Tennessee",
108
- TX: "Texas",
109
- UT: "Utah",
110
- VT: "Vermont",
111
- VA: "Virginia",
112
- WA: "Washington",
113
- WV: "West Virginia",
114
- WI: "Wisconsin",
115
- WY: "Wyoming"
116
- }, g = {
117
- selectRowHeader: "Select row",
118
- selectRowLabel: "Select row",
119
- actionsColumnHeader: "Actions"
120
- }, m = {
121
- selectRowLabel: "Select row"
122
- }, p = {
123
- owner: "Owner",
124
- president: "President",
125
- vice_president: "Vice President",
126
- treasurer: "Treasurer",
127
- corporate_officer: "Corporate Officer",
128
- partner: "Partner",
129
- member: "Member"
130
- }, c = {
131
- itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}",
132
- itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}",
133
- dragStarted: "Started dragging item {{item}}",
134
- dragEnded: "Finished dragging item {{item}}",
135
- movedUp: "Item {{item}} moved up to position {{position}} of {{total}}",
136
- movedDown: "Item {{item}} moved down to position {{position}} of {{total}}",
137
- reorderingCanceled: "Reordering mode canceled for item {{item}}",
138
- reorderingExited: "Exited reordering mode for item {{item}}",
139
- reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.",
140
- reorderingComplete: "Reordering complete for item {{item}}",
141
- draggableLabel: "Press Space or Enter to start reordering item {{item}}",
142
- draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering",
143
- draggablePosition: "Item {{item}} at position {{position}} of {{total}}",
144
- item: "Item {{position}}",
145
- dropItemHere: "Drop item here",
146
- draggableItem: "Draggable item"
147
- }, b = {
1
+ const e = { loading: "Loading component...", requiredField: "is a required field", errorEncountered: "There was a problem with your submission" }, o = "(optional)", n = "You are on step {{currentStep}} of {{totalSteps}}", i = { errorHeading: "Error", globalReactError: "Error while rendering SDK component: {{error}}", resetGlobalError: "Try again", unknownError: "Unknown Error", missingParamsOrContext: "{{component}} is missing {{param}} parameter or is used outside {{provider}}", unhandledEvent: "Unhandled event type: {{event}}", unknownEventType: "Unprocessed event type", ensureRequired: "Required prop is missing" }, r = { selectArrow: "Show options", calendarArrow: "Show calendar", nextMonth: "Show next month", previousMonth: "Show previous month", magnifyingGlass: "Magnifying glass", paginationFirst: "Navigate to first page", paginationPrev: "Navigate to previous page", paginationNext: "Navigate to next page", paginationLast: "Navigate to last page" }, t = { paginationControllCountLabel: "Items per page", openMenu: "Open menu", menuLabel: "Menu" }, a = { contractor: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", admin_onboarding_review: "Admin-onboarding review", onboarding_completed: "Completed", self_onboarding_not_invited: "Self-onboarding: Not Invited", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_started: "Self-onboarding started", self_onboarding_review: "Self-onboarding: Review" }, employee: { undefined: "N/A", admin_onboarding_incomplete: "Admin-onboarding Incomplete", onboarding_completed: "Completed", self_onboarding_pending_invite: "Self-onboarding: Pending Invite", self_onboarding_invited: "Self-onboarding: Invited", self_onboarding_invited_started: "Self-onboarding started", self_onboarding_invited_overdue: "Self-onboarding: Overdue", self_onboarding_completed_by_employee: "Self-onboarding: Completed", self_onboarding_awaiting_admin_review: "Self-onboarding: Admin review" } }, s = { ssn: { placeholder: "***-**-****" }, ein: { placeholder: "**-*******" }, workersCompensationRatePerHourAdornment: "/hr" }, d = { accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field", ssn: "The SSN must be exactly 9 digits long, cannot contain all zeros in any group, and the first three digits cannot be '666' or in the range 900–999.", location: "Location is not valid", dob: "Date of birth is required" }, l = { AL: "Alabama", AK: "Alaska", AZ: "Arizona", AR: "Arkansas", CA: "California", CO: "Colorado", CT: "Connecticut", DE: "Delaware", FL: "Florida", GA: "Georgia", HI: "Hawaii", ID: "Idaho", IL: "Illinois", IN: "Indiana", IA: "Iowa", KS: "Kansas", KY: "Kentucky", LA: "Louisiana", ME: "Maine", MD: "Maryland", MA: "Massachusetts", MI: "Michigan", MN: "Minnesota", MS: "Mississippi", MO: "Missouri", MT: "Montana", NE: "Nebraska", NV: "Nevada", NH: "New Hampshire", NJ: "New Jersey", NM: "New Mexico", NY: "New York", NC: "North Carolina", ND: "North Dakota", OH: "Ohio", OK: "Oklahoma", OR: "Oregon", PA: "Pennsylvania", RI: "Rhode Island", SC: "South Carolina", SD: "South Dakota", TN: "Tennessee", TX: "Texas", UT: "Utah", VT: "Vermont", VA: "Virginia", WA: "Washington", WV: "West Virginia", WI: "Wisconsin", WY: "Wyoming" }, g = { selectRowHeader: "Select row", selectRowLabel: "Select row", actionsColumnHeader: "Actions" }, m = { selectRowLabel: "Select row" }, p = { owner: "Owner", president: "President", vice_president: "Vice President", treasurer: "Treasurer", corporate_officer: "Corporate Officer", partner: "Partner", member: "Member" }, c = { itemMovedDown: "Item {{item}} moved down to position {{position}} of {{total}}", itemMovedUp: "Item {{item}} moved up to position {{position}} of {{total}}", dragStarted: "Started dragging item {{item}}", dragEnded: "Finished dragging item {{item}}", movedUp: "Item {{item}} moved up to position {{position}} of {{total}}", movedDown: "Item {{item}} moved down to position {{position}} of {{total}}", reorderingCanceled: "Reordering mode canceled for item {{item}}", reorderingExited: "Exited reordering mode for item {{item}}", reorderingStarted: "Entered reordering mode for item {{item}}. Use arrow keys to move, Escape to cancel, or Space to finish.", reorderingComplete: "Reordering complete for item {{item}}", draggableLabel: "Press Space or Enter to start reordering item {{item}}", draggableLabelActive: "Press arrow keys to move item {{item}}, or press Space/Enter to finish reordering", draggablePosition: "Item {{item}} at position {{position}} of {{total}}", item: "Item {{position}}", dropItemHere: "Drop item here", draggableItem: "Draggable item" }, b = {
148
2
  status: e,
149
3
  optionalLabel: o,
150
4
  progressBarLabel: n,
@@ -1 +1 @@
1
- {"version":3,"file":"common.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"common.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ import "./types/i18next.d.ts"
2
2
  export * from './components';
3
3
  export * from './contexts';
4
4
  export { componentEvents } from './shared/constants';
5
+ export type { BeforeCreateRequestHook, BeforeRequestHook, AfterSuccessHook, AfterErrorHook, BeforeCreateRequestContext, BeforeRequestContext, AfterSuccessContext, AfterErrorContext, SDKHooks, } from './types/hooks';
package/dist/index.js CHANGED
@@ -1,16 +1,18 @@
1
1
  import * as o from "./components/Company/index.js";
2
2
  import * as r from "./components/Contractor/index.js";
3
- import * as t from "./components/Employee/index.js";
4
- import { componentEvents as m } from "./shared/constants.js";
5
- import { GustoApiProvider as i, GustoProvider as a } from "./contexts/GustoProvider/GustoProvider.js";
6
- import { GustoProviderCustomUIAdapter as n } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
3
+ import * as e from "./components/Employee/index.js";
4
+ import { ApiProvider as m } from "./contexts/ApiProvider/ApiProvider.js";
5
+ import { componentEvents as s } from "./shared/constants.js";
6
+ import { GustoApiProvider as a, GustoProvider as d } from "./contexts/GustoProvider/GustoProvider.js";
7
+ import { GustoProviderCustomUIAdapter as f } from "./contexts/GustoProvider/GustoProviderCustomUIAdapter.js";
7
8
  export {
9
+ m as ApiProvider,
8
10
  o as Company,
9
11
  r as Contractor,
10
- t as Employee,
11
- i as GustoApiProvider,
12
- a as GustoProvider,
13
- n as GustoProviderCustomUIAdapter,
14
- m as componentEvents
12
+ e as Employee,
13
+ a as GustoApiProvider,
14
+ d as GustoProvider,
15
+ f as GustoProviderCustomUIAdapter,
16
+ s as componentEvents
15
17
  };
16
18
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}