@gusto/embedded-react-sdk 0.46.2 → 0.47.0

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 (1728) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/dist/components/Base/Base.d.ts +92 -3
  3. package/dist/components/Base/Base.js +2 -3
  4. package/dist/components/Base/Base.js.map +1 -1
  5. package/dist/components/Base/createCompoundContext.d.ts +14 -0
  6. package/dist/components/Base/createCompoundContext.js.map +1 -1
  7. package/dist/components/Base/index.d.ts +1 -1
  8. package/dist/components/Base/useBase.d.ts +25 -0
  9. package/dist/components/Base/useBase.js.map +1 -1
  10. package/dist/components/Base/useBaseSubmit.d.ts +15 -0
  11. package/dist/components/Base/useBaseSubmit.js +4 -4
  12. package/dist/components/Base/useBaseSubmit.js.map +1 -1
  13. package/dist/components/Common/ActionsLayout/ActionsLayout.d.ts +1 -1
  14. package/dist/components/Common/Alert/Alert.d.ts +1 -1
  15. package/dist/components/Common/DataView/DataCards/DataCards.d.ts +1 -1
  16. package/dist/components/Common/DataView/DataTable/DataTable.d.ts +1 -1
  17. package/dist/components/Common/DataView/DataTable/DataTable.js +76 -72
  18. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  19. package/dist/components/Common/DataView/DataTable/DataTable.module.scss.js +8 -0
  20. package/dist/components/Common/DataView/DataTable/DataTable.module.scss.js.map +1 -0
  21. package/dist/components/Common/DataView/DataView.d.ts +1 -1
  22. package/dist/components/Common/DataView/useDataView.d.ts +2 -0
  23. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  24. package/dist/components/Common/DateRangeFilter/DateRangeFilter.d.ts +1 -1
  25. package/dist/components/Common/DetailViewLayout/DetailViewLayout.d.ts +1 -1
  26. package/dist/components/Common/DocumentList/DocumentList.d.ts +1 -1
  27. package/dist/components/Common/DocumentViewer/DocumentViewer.d.ts +1 -1
  28. package/dist/components/Common/DocumentViewer/DocumentViewer.js +10 -10
  29. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  30. package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +9 -9
  31. package/dist/components/Common/EmptyData/EmptyData.d.ts +1 -1
  32. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.d.ts +1 -1
  33. package/dist/components/Common/Fields/CheckboxField/CheckboxField.d.ts +2 -0
  34. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  35. package/dist/components/Common/Fields/CheckboxField/index.d.ts +1 -1
  36. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.d.ts +3 -1
  37. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  38. package/dist/components/Common/Fields/CheckboxGroupField/index.d.ts +1 -1
  39. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.d.ts +3 -1
  40. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  41. package/dist/components/Common/Fields/ComboBoxField/index.d.ts +0 -1
  42. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +4 -2
  43. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  44. package/dist/components/Common/Fields/FileInputField/FileInputField.d.ts +2 -0
  45. package/dist/components/Common/Fields/FileInputField/FileInputField.js.map +1 -1
  46. package/dist/components/Common/Fields/FileInputField/index.d.ts +1 -1
  47. package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.d.ts +2 -0
  48. package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js.map +1 -1
  49. package/dist/components/Common/Fields/MultiSelectComboBoxField/index.d.ts +1 -1
  50. package/dist/components/Common/Fields/NumberInputField/NumberInputField.d.ts +2 -0
  51. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  52. package/dist/components/Common/Fields/NumberInputField/index.d.ts +1 -1
  53. package/dist/components/Common/Fields/PercentageField/PercentageField.d.ts +3 -1
  54. package/dist/components/Common/Fields/PercentageField/PercentageField.js.map +1 -1
  55. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +3 -1
  56. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  57. package/dist/components/Common/Fields/RadioGroupField/index.d.ts +0 -1
  58. package/dist/components/Common/Fields/SelectField/SelectField.d.ts +3 -1
  59. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  60. package/dist/components/Common/Fields/SelectField/index.d.ts +0 -1
  61. package/dist/components/Common/Fields/SwitchField/SwitchField.d.ts +2 -0
  62. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  63. package/dist/components/Common/Fields/TextAreaField/TextAreaField.d.ts +2 -0
  64. package/dist/components/Common/Fields/TextAreaField/TextAreaField.js.map +1 -1
  65. package/dist/components/Common/Fields/TextAreaField/index.d.ts +0 -1
  66. package/dist/components/Common/Fields/TextInputField/TextInputField.d.ts +2 -0
  67. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  68. package/dist/components/Common/Fields/TextInputField/index.d.ts +1 -1
  69. package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.d.ts +3 -1
  70. package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.js.map +1 -1
  71. package/dist/components/Common/Fields/hooks/fieldElementRegistry.d.ts +6 -0
  72. package/dist/components/Common/Fields/hooks/fieldElementRegistry.js.map +1 -1
  73. package/dist/components/Common/Fields/hooks/useField.d.ts +3 -0
  74. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  75. package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.d.ts +4 -0
  76. package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
  77. package/dist/components/Common/Flex/Flex.d.ts +2 -2
  78. package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.d.ts +1 -1
  79. package/dist/components/Common/Form/Form.d.ts +1 -1
  80. package/dist/components/Common/Grid/Grid.d.ts +1 -1
  81. package/dist/components/Common/HamburgerMenu/HamburgerMenu.d.ts +1 -1
  82. package/dist/components/Common/InlineSpinner/InlineSpinner.d.ts +1 -1
  83. package/dist/components/Common/InternalError/InternalError.d.ts +1 -1
  84. package/dist/components/Common/Loading/Loading.d.ts +1 -1
  85. package/dist/components/Common/OnboardingStatusBadge/index.d.ts +5 -5
  86. package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
  87. package/dist/components/Common/PaginationControl/PaginationControl.d.ts +2 -1
  88. package/dist/components/Common/PaginationControl/PaginationControl.js +11 -10
  89. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  90. package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +18 -1
  91. package/dist/components/Common/PayrollLoading/PayrollLoading.d.ts +2 -1
  92. package/dist/components/Common/PayrollLoading/PayrollLoading.js.map +1 -1
  93. package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +8 -0
  94. package/dist/components/Common/ReorderableList/ReorderableList.d.ts +1 -1
  95. package/dist/components/Common/RequirementsList/RequirementsList.d.ts +1 -1
  96. package/dist/components/Common/TaxInputs/TaxInputs.d.ts +9 -9
  97. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  98. package/dist/components/Common/Toast/Toast.d.ts +1 -1
  99. package/dist/components/Common/UI/Alert/Alert.d.ts +11 -1
  100. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  101. package/dist/components/Common/UI/Alert/AlertTypes.d.ts +10 -0
  102. package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
  103. package/dist/components/Common/UI/Badge/Badge.d.ts +7 -0
  104. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  105. package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +10 -0
  106. package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
  107. package/dist/components/Common/UI/Banner/Banner.d.ts +7 -0
  108. package/dist/components/Common/UI/Banner/Banner.js.map +1 -1
  109. package/dist/components/Common/UI/Banner/BannerTypes.d.ts +10 -0
  110. package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
  111. package/dist/components/Common/UI/Box/Box.d.ts +8 -1
  112. package/dist/components/Common/UI/Box/Box.js.map +1 -1
  113. package/dist/components/Common/UI/Box/BoxTypes.d.ts +21 -0
  114. package/dist/components/Common/UI/BoxHeader/BoxHeader.d.ts +8 -1
  115. package/dist/components/Common/UI/BoxHeader/BoxHeader.js.map +1 -1
  116. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +25 -0
  117. package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
  118. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.d.ts +8 -1
  119. package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js.map +1 -1
  120. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +23 -0
  121. package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
  122. package/dist/components/Common/UI/Breadcrumbs/index.d.ts +1 -1
  123. package/dist/components/Common/UI/Button/Button.d.ts +8 -1
  124. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  125. package/dist/components/Common/UI/Button/ButtonIcon.d.ts +8 -1
  126. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  127. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +22 -0
  128. package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
  129. package/dist/components/Common/UI/Button/index.d.ts +0 -2
  130. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.d.ts +13 -1
  131. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
  132. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.d.ts +8 -1
  133. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
  134. package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +6 -0
  135. package/dist/components/Common/UI/CalendarPreview/index.d.ts +0 -2
  136. package/dist/components/Common/UI/Card/Card.d.ts +8 -1
  137. package/dist/components/Common/UI/Card/Card.js.map +1 -1
  138. package/dist/components/Common/UI/Card/CardTypes.d.ts +6 -0
  139. package/dist/components/Common/UI/Checkbox/Checkbox.d.ts +8 -1
  140. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  141. package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +12 -0
  142. package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
  143. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.d.ts +9 -1
  144. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  145. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +18 -1
  146. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
  147. package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +8 -1
  148. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  149. package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +12 -0
  150. package/dist/components/Common/UI/DatePicker/DatePicker.d.ts +8 -1
  151. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  152. package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +6 -0
  153. package/dist/components/Common/UI/DateRangePicker/DateRangePicker.d.ts +8 -1
  154. package/dist/components/Common/UI/DateRangePicker/DateRangePicker.js.map +1 -1
  155. package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +41 -0
  156. package/dist/components/Common/UI/DescriptionList/DescriptionList.d.ts +8 -1
  157. package/dist/components/Common/UI/DescriptionList/DescriptionList.js +11 -10
  158. package/dist/components/Common/UI/DescriptionList/DescriptionList.js.map +1 -1
  159. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +4 -4
  160. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +38 -0
  161. package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
  162. package/dist/components/Common/UI/DescriptionList/index.d.ts +0 -1
  163. package/dist/components/Common/UI/Dialog/Dialog.d.ts +12 -1
  164. package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -1
  165. package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +13 -1
  166. package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
  167. package/dist/components/Common/UI/Dialog/index.d.ts +0 -2
  168. package/dist/components/Common/UI/FileInput/FileInput.d.ts +13 -1
  169. package/dist/components/Common/UI/FileInput/FileInput.js.map +1 -1
  170. package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +13 -0
  171. package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
  172. package/dist/components/Common/UI/FileInput/index.d.ts +0 -2
  173. package/dist/components/Common/UI/Heading/Heading.d.ts +14 -1
  174. package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
  175. package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +6 -0
  176. package/dist/components/Common/UI/Heading/index.d.ts +0 -1
  177. package/dist/components/Common/UI/Input/Input.d.ts +10 -1
  178. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  179. package/dist/components/Common/UI/Input/InputTypes.d.ts +14 -3
  180. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
  181. package/dist/components/Common/UI/Input/index.d.ts +0 -1
  182. package/dist/components/Common/UI/Link/Link.d.ts +8 -1
  183. package/dist/components/Common/UI/Link/Link.js.map +1 -1
  184. package/dist/components/Common/UI/Link/LinkTypes.d.ts +6 -0
  185. package/dist/components/Common/UI/List/ListTypes.d.ts +14 -1
  186. package/dist/components/Common/UI/List/OrderedList.d.ts +8 -1
  187. package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
  188. package/dist/components/Common/UI/List/UnorderedList.d.ts +8 -1
  189. package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
  190. package/dist/components/Common/UI/List/index.d.ts +1 -1
  191. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinner.d.ts +7 -0
  192. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinner.js.map +1 -1
  193. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +13 -1
  194. package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
  195. package/dist/components/Common/UI/LoadingSpinner/index.d.ts +0 -2
  196. package/dist/components/Common/UI/Menu/Menu.d.ts +8 -1
  197. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  198. package/dist/components/Common/UI/Menu/MenuTypes.d.ts +19 -1
  199. package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
  200. package/dist/components/Common/UI/Modal/Modal.d.ts +11 -1
  201. package/dist/components/Common/UI/Modal/Modal.js.map +1 -1
  202. package/dist/components/Common/UI/Modal/ModalTypes.d.ts +13 -1
  203. package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
  204. package/dist/components/Common/UI/Modal/index.d.ts +0 -1
  205. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.d.ts +8 -1
  206. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
  207. package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +45 -0
  208. package/dist/components/Common/UI/NumberInput/NumberInput.d.ts +8 -1
  209. package/dist/components/Common/UI/NumberInput/NumberInput.js +51 -48
  210. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  211. package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +6 -0
  212. package/dist/components/Common/UI/ProgressBar/ProgressBar.d.ts +8 -1
  213. package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
  214. package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +6 -0
  215. package/dist/components/Common/UI/Radio/Radio.d.ts +12 -1
  216. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  217. package/dist/components/Common/UI/Radio/RadioTypes.d.ts +13 -1
  218. package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
  219. package/dist/components/Common/UI/RadioGroup/RadioGroup.d.ts +9 -1
  220. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  221. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +18 -1
  222. package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
  223. package/dist/components/Common/UI/Select/Select.d.ts +8 -1
  224. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  225. package/dist/components/Common/UI/Select/SelectTypes.d.ts +11 -0
  226. package/dist/components/Common/UI/Switch/Switch.d.ts +8 -1
  227. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  228. package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +13 -1
  229. package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
  230. package/dist/components/Common/UI/Table/Table.d.ts +8 -1
  231. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  232. package/dist/components/Common/UI/Table/TableTypes.d.ts +23 -1
  233. package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
  234. package/dist/components/Common/UI/Tabs/Tabs.d.ts +13 -1
  235. package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
  236. package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +6 -8
  237. package/dist/components/Common/UI/Tabs/index.d.ts +0 -1
  238. package/dist/components/Common/UI/Text/Text.d.ts +8 -1
  239. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  240. package/dist/components/Common/UI/Text/TextTypes.d.ts +13 -1
  241. package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
  242. package/dist/components/Common/UI/Text/index.d.ts +0 -1
  243. package/dist/components/Common/UI/TextArea/TextArea.d.ts +8 -1
  244. package/dist/components/Common/UI/TextArea/TextArea.js.map +1 -1
  245. package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +20 -3
  246. package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
  247. package/dist/components/Common/UI/TextArea/index.d.ts +0 -2
  248. package/dist/components/Common/UI/TextInput/TextInput.d.ts +8 -1
  249. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  250. package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +13 -2
  251. package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
  252. package/dist/components/Common/UI/hooks/useFieldIds.d.ts +1 -0
  253. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  254. package/dist/components/Common/VisuallyHidden/VisuallyHidden.d.ts +2 -2
  255. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  256. package/dist/components/Company/AssignSignatory/AssignSignatory.d.ts +1 -1
  257. package/dist/components/Company/AssignSignatory/AssignSignatory.js +2 -3
  258. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  259. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.d.ts +1 -1
  260. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +2 -3
  261. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  262. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.d.ts +1 -1
  263. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +2 -3
  264. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  265. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.d.ts +1 -1
  266. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
  267. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  268. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.d.ts +1 -1
  269. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
  270. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +8 -9
  271. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  272. package/dist/components/Company/AssignSignatory/Head.d.ts +1 -1
  273. package/dist/components/Company/AssignSignatory/Head.js +8 -10
  274. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  275. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.d.ts +1 -1
  276. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +2 -3
  277. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  278. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.d.ts +1 -1
  279. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
  280. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  281. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +1 -1
  282. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
  283. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +8 -9
  284. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  285. package/dist/components/Company/AssignSignatory/SignatoryForm.d.ts +1 -1
  286. package/dist/components/Company/AssignSignatory/TitleSelect.d.ts +1 -1
  287. package/dist/components/Company/AssignSignatory/TitleSelect.js +2 -3
  288. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  289. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +10 -11
  290. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  291. package/dist/components/Company/BankAccount/BankAccount.d.ts +1 -1
  292. package/dist/components/Company/BankAccount/BankAccount.js +1 -1
  293. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  294. package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +4 -4
  295. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  296. package/dist/components/Company/BankAccount/BankAccountForm/Actions.d.ts +1 -1
  297. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +2 -3
  298. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  299. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.d.ts +1 -1
  300. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
  301. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  302. package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +1 -1
  303. package/dist/components/Company/BankAccount/BankAccountForm/Form.js +9 -11
  304. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  305. package/dist/components/Company/BankAccount/BankAccountForm/Head.d.ts +1 -1
  306. package/dist/components/Company/BankAccount/BankAccountForm/Head.js +5 -7
  307. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  308. package/dist/components/Company/BankAccount/BankAccountForm/context.js +8 -9
  309. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  310. package/dist/components/Company/BankAccount/BankAccountList/AccountView.d.ts +1 -1
  311. package/dist/components/Company/BankAccount/BankAccountList/Actions.d.ts +1 -1
  312. package/dist/components/Company/BankAccount/BankAccountList/Actions.js +8 -9
  313. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  314. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.d.ts +1 -1
  315. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
  316. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  317. package/dist/components/Company/BankAccount/BankAccountList/Head.d.ts +1 -1
  318. package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
  319. package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
  320. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.d.ts +1 -1
  321. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +7 -8
  322. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  323. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.d.ts +1 -1
  324. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
  325. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  326. package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +1 -1
  327. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -6
  328. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  329. package/dist/components/Company/BankAccount/BankAccountVerify/Head.d.ts +1 -1
  330. package/dist/components/Company/DocumentSigner/DocumentList/Actions.d.ts +1 -1
  331. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +2 -3
  332. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  333. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.d.ts +1 -1
  334. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -11
  335. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  336. package/dist/components/Company/DocumentSigner/DocumentList/Head.d.ts +1 -1
  337. package/dist/components/Company/DocumentSigner/DocumentList/List.d.ts +1 -1
  338. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.d.ts +1 -1
  339. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
  340. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +8 -9
  341. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  342. package/dist/components/Company/DocumentSigner/DocumentSigner.d.ts +1 -1
  343. package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
  344. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  345. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +1 -1
  346. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +10 -11
  347. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  348. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +5 -5
  349. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  350. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +2 -2
  351. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js +4 -4
  352. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +1 -1
  353. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +3 -3
  354. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
  355. package/dist/components/Company/FederalTaxes/Actions.d.ts +1 -1
  356. package/dist/components/Company/FederalTaxes/Actions.js +5 -6
  357. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  358. package/dist/components/Company/FederalTaxes/FederalTaxes.d.ts +1 -1
  359. package/dist/components/Company/FederalTaxes/FederalTaxes.js +8 -9
  360. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  361. package/dist/components/Company/FederalTaxes/Form.d.ts +1 -1
  362. package/dist/components/Company/FederalTaxes/Form.js +3 -5
  363. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  364. package/dist/components/Company/FederalTaxes/Head.d.ts +1 -1
  365. package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
  366. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +11 -12
  367. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  368. package/dist/components/Company/Industry/Actions.d.ts +1 -1
  369. package/dist/components/Company/Industry/Actions.js +2 -3
  370. package/dist/components/Company/Industry/Actions.js.map +1 -1
  371. package/dist/components/Company/Industry/Context.js +11 -12
  372. package/dist/components/Company/Industry/Context.js.map +1 -1
  373. package/dist/components/Company/Industry/Edit.d.ts +1 -1
  374. package/dist/components/Company/Industry/Edit.js +4 -5
  375. package/dist/components/Company/Industry/Edit.js.map +1 -1
  376. package/dist/components/Company/Industry/Head.d.ts +1 -1
  377. package/dist/components/Company/Industry/Industry.d.ts +1 -1
  378. package/dist/components/Company/Industry/Industry.js +2 -2
  379. package/dist/components/Company/Industry/Industry.js.map +1 -1
  380. package/dist/components/Company/Industry/IndustrySelect.d.ts +1 -1
  381. package/dist/components/Company/Industry/IndustrySelect.js +6 -8
  382. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  383. package/dist/components/Company/Locations/LocationForm/Actions.d.ts +1 -1
  384. package/dist/components/Company/Locations/LocationForm/Actions.js +6 -7
  385. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  386. package/dist/components/Company/Locations/LocationForm/Form.d.ts +1 -1
  387. package/dist/components/Company/Locations/LocationForm/Head.d.ts +1 -1
  388. package/dist/components/Company/Locations/LocationForm/LocationForm.d.ts +1 -1
  389. package/dist/components/Company/Locations/LocationForm/LocationForm.js +13 -14
  390. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  391. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +8 -9
  392. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  393. package/dist/components/Company/Locations/Locations.d.ts +1 -1
  394. package/dist/components/Company/Locations/LocationsList/Actions.d.ts +1 -1
  395. package/dist/components/Company/Locations/LocationsList/Actions.js +6 -7
  396. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  397. package/dist/components/Company/Locations/LocationsList/Head.d.ts +1 -1
  398. package/dist/components/Company/Locations/LocationsList/List.d.ts +1 -1
  399. package/dist/components/Company/Locations/LocationsList/List.js +7 -8
  400. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  401. package/dist/components/Company/Locations/LocationsList/LocationsList.d.ts +1 -1
  402. package/dist/components/Company/Locations/LocationsList/LocationsList.js +6 -7
  403. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  404. package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
  405. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +8 -9
  406. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  407. package/dist/components/Company/Locations/locationsStateMachine.d.ts +2 -2
  408. package/dist/components/Company/OnboardingFlow/OnboardingFlow.d.ts +1 -1
  409. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +9 -9
  410. package/dist/components/Company/OnboardingOverview/Completed.d.ts +1 -1
  411. package/dist/components/Company/OnboardingOverview/Completed.js +12 -14
  412. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  413. package/dist/components/Company/OnboardingOverview/MissingRequirements.d.ts +1 -1
  414. package/dist/components/Company/OnboardingOverview/MissingRequirements.js +5 -7
  415. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  416. package/dist/components/Company/OnboardingOverview/OnboardingOverview.d.ts +1 -1
  417. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -4
  418. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  419. package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
  420. package/dist/components/Company/OnboardingOverview/context.js +8 -9
  421. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  422. package/dist/components/Company/PaySchedule/PaySchedule.d.ts +1 -1
  423. package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
  424. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  425. package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +2 -2
  426. package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +1 -1
  427. package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +1 -1
  428. package/dist/components/Company/PaySchedule/PayScheduleList.js +4 -5
  429. package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
  430. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +7 -7
  431. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js +5 -5
  432. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +2 -2
  433. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +6 -6
  434. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
  435. package/dist/components/Company/StateTaxes/StateTaxes.d.ts +1 -1
  436. package/dist/components/Company/StateTaxes/StateTaxesComponents.d.ts +2 -2
  437. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.d.ts +1 -1
  438. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +2 -3
  439. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  440. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.d.ts +1 -1
  441. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.d.ts +1 -1
  442. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.d.ts +1 -1
  443. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
  444. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  445. package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
  446. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +8 -9
  447. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  448. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.d.ts +1 -1
  449. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +2 -3
  450. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  451. package/dist/components/Company/StateTaxes/StateTaxesList/Head.d.ts +1 -1
  452. package/dist/components/Company/StateTaxes/StateTaxesList/List.d.ts +1 -1
  453. package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -5
  454. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  455. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.d.ts +1 -1
  456. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
  457. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  458. package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
  459. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +8 -9
  460. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  461. package/dist/components/Contractor/Address/Actions.d.ts +1 -1
  462. package/dist/components/Contractor/Address/Address.d.ts +1 -1
  463. package/dist/components/Contractor/Address/Address.js +6 -7
  464. package/dist/components/Contractor/Address/Address.js.map +1 -1
  465. package/dist/components/Contractor/Address/Form.d.ts +1 -1
  466. package/dist/components/Contractor/Address/Form.js +4 -4
  467. package/dist/components/Contractor/Address/Head.d.ts +1 -1
  468. package/dist/components/Contractor/Address/Head.js +7 -9
  469. package/dist/components/Contractor/Address/Head.js.map +1 -1
  470. package/dist/components/Contractor/Address/useAddress.d.ts +2 -2
  471. package/dist/components/Contractor/Address/useAddress.js +10 -11
  472. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  473. package/dist/components/Contractor/ContractorList/index.d.ts +3 -3
  474. package/dist/components/Contractor/ContractorList/index.js +20 -21
  475. package/dist/components/Contractor/ContractorList/index.js.map +1 -1
  476. package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
  477. package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
  478. package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
  479. package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +1 -1
  480. package/dist/components/Contractor/NewHireReport/NewHireReport.js +4 -5
  481. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  482. package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.d.ts +1 -1
  483. package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.d.ts +7 -7
  484. package/dist/components/Contractor/PaymentMethod/BankAccountForm.d.ts +1 -1
  485. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -4
  486. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  487. package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +1 -1
  488. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +7 -8
  489. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  490. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +1 -1
  491. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
  492. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  493. package/dist/components/Contractor/PaymentMethod/types.d.ts +1 -1
  494. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +2 -2
  495. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
  496. package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
  497. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +3 -3
  498. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +2 -4
  499. package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
  500. package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +1 -1
  501. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +3 -3
  502. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +5 -7
  503. package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
  504. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +2 -2
  505. package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
  506. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +5 -5
  507. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -4
  508. package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
  509. package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
  510. package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
  511. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +1 -1
  512. package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +6 -6
  513. package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
  514. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +2 -2
  515. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
  516. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
  517. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +3 -3
  518. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +2 -4
  519. package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
  520. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.d.ts +2 -2
  521. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
  522. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
  523. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +4 -4
  524. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +13 -15
  525. package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
  526. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +1 -1
  527. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
  528. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
  529. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +4 -4
  530. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +2 -4
  531. package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
  532. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +2 -2
  533. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
  534. package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
  535. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +2 -2
  536. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +7 -9
  537. package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
  538. package/dist/components/Contractor/Payments/types.d.ts +2 -2
  539. package/dist/components/Contractor/Profile/ContractorProfile.d.ts +1 -1
  540. package/dist/components/Contractor/Profile/ContractorProfile.js +1 -1
  541. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  542. package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +2 -2
  543. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  544. package/dist/components/Contractor/Profile/useContractorProfile.d.ts +1 -1
  545. package/dist/components/Contractor/Profile/useContractorProfile.js +30 -31
  546. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  547. package/dist/components/Contractor/Submit/Submit.d.ts +2 -2
  548. package/dist/components/Contractor/Submit/Submit.js +6 -7
  549. package/dist/components/Contractor/Submit/Submit.js.map +1 -1
  550. package/dist/components/Contractor/Submit/SubmitDone.d.ts +1 -1
  551. package/dist/components/Employee/Compensation/management/Compensation.d.ts +8 -0
  552. package/dist/components/Employee/Compensation/management/Compensation.js +40 -0
  553. package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -0
  554. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.d.ts +11 -0
  555. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js +86 -0
  556. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -0
  557. package/dist/components/Employee/Compensation/management/{EditCompensation/EditCompensation.module.scss.js → CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.module.scss.js} +1 -1
  558. package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.module.scss.js.map +1 -0
  559. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.d.ts +20 -0
  560. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js +34 -0
  561. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -0
  562. package/dist/components/Employee/Compensation/management/CompensationAddJobForm/index.d.ts +3 -0
  563. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.d.ts +16 -0
  564. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +324 -0
  565. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -0
  566. package/dist/components/Employee/{Dashboard/JobAndPayView.module.scss.js → Compensation/management/CompensationCard/CompensationCard.module.scss.js} +1 -1
  567. package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.module.scss.js.map +1 -0
  568. package/dist/components/Employee/Compensation/management/CompensationCard/index.d.ts +3 -0
  569. package/dist/components/Employee/Compensation/management/CompensationComponents.d.ts +13 -0
  570. package/dist/components/Employee/Compensation/management/CompensationComponents.js +53 -0
  571. package/dist/components/Employee/Compensation/management/CompensationComponents.js.map +1 -0
  572. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.d.ts +26 -0
  573. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +45 -0
  574. package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -0
  575. package/dist/components/Employee/Compensation/management/CompensationEditForm/index.d.ts +3 -0
  576. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.d.ts +12 -0
  577. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +91 -0
  578. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -0
  579. package/dist/components/Employee/Compensation/management/{AddAnotherJob/AddAnotherJob.module.scss.js → CompensationEditJobForm/CompensationEditJobForm.module.scss.js} +1 -1
  580. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.module.scss.js.map +1 -0
  581. package/dist/components/Employee/Compensation/management/CompensationEditJobForm/index.d.ts +3 -0
  582. package/dist/components/Employee/Compensation/management/{EditPendingCompensation/EditPendingCompensation.d.ts → CompensationEditPendingJobForm/CompensationEditPendingJobForm.d.ts} +5 -5
  583. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js +85 -0
  584. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js.map +1 -0
  585. package/dist/components/Employee/Compensation/management/{EditPendingCompensation/EditPendingCompensation.module.scss.js → CompensationEditPendingJobForm/CompensationEditPendingJobForm.module.scss.js} +1 -1
  586. package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.module.scss.js.map +1 -0
  587. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.d.ts +1 -1
  588. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js +202 -154
  589. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
  590. package/dist/components/Employee/Compensation/management/compensationStateMachine.d.ts +6 -0
  591. package/dist/components/Employee/Compensation/management/compensationStateMachine.js +102 -0
  592. package/dist/components/Employee/Compensation/management/compensationStateMachine.js.map +1 -0
  593. package/dist/components/Employee/Compensation/management/index.d.ts +10 -5
  594. package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.d.ts +11 -0
  595. package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.js +81 -0
  596. package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.js.map +1 -0
  597. package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +4 -4
  598. package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
  599. package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
  600. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +5 -5
  601. package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
  602. package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +1 -1
  603. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.d.ts +1 -1
  604. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
  605. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
  606. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +2 -2
  607. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js +43 -44
  608. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
  609. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.d.ts +17 -2
  610. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js +204 -153
  611. package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
  612. package/dist/components/Employee/{Dashboard → Compensation/shared}/PendingChangesReviewModal.d.ts +1 -1
  613. package/dist/components/Employee/Compensation/shared/PendingChangesReviewModal.js +64 -0
  614. package/dist/components/Employee/Compensation/shared/PendingChangesReviewModal.js.map +1 -0
  615. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
  616. package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
  617. package/dist/components/Employee/{Dashboard → Compensation/shared}/getPendingCompensationChanges.d.ts +2 -2
  618. package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js +58 -0
  619. package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -0
  620. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +10 -10
  621. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js +4 -4
  622. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
  623. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +28 -5
  624. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +179 -176
  625. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
  626. package/dist/components/Employee/Compensation/shared/useCompensationManagement/index.d.ts +3 -0
  627. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +31 -0
  628. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +57 -0
  629. package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -0
  630. package/dist/components/Employee/Compensation/shared/useJobForm/fields.d.ts +5 -5
  631. package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +6 -6
  632. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +9 -8
  633. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +162 -131
  634. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
  635. package/dist/components/Employee/{Dashboard → Compensation/shared}/usePendingChangeDetailRenderer.d.ts +3 -2
  636. package/dist/components/Employee/Compensation/shared/usePendingChangeDetailRenderer.js +61 -0
  637. package/dist/components/Employee/Compensation/shared/usePendingChangeDetailRenderer.js.map +1 -0
  638. package/dist/components/Employee/Dashboard/BasicDetailsView.d.ts +8 -26
  639. package/dist/components/Employee/Dashboard/BasicDetailsView.js +11 -150
  640. package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
  641. package/dist/components/Employee/Dashboard/Dashboard.d.ts +1 -1
  642. package/dist/components/Employee/Dashboard/Dashboard.js +56 -114
  643. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  644. package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +17 -18
  645. package/dist/components/Employee/Dashboard/DashboardComponents.js +76 -126
  646. package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
  647. package/dist/components/Employee/Dashboard/DashboardFlow.d.ts +1 -1
  648. package/dist/components/Employee/Dashboard/JobAndPayView.d.ts +1 -8
  649. package/dist/components/Employee/Dashboard/JobAndPayView.js +14 -630
  650. package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
  651. package/dist/components/Employee/Dashboard/TaxesView.d.ts +9 -26
  652. package/dist/components/Employee/Dashboard/TaxesView.js +12 -129
  653. package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
  654. package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +1 -1
  655. package/dist/components/Employee/Dashboard/dashboardStateMachine.js +232 -164
  656. package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
  657. package/dist/components/Employee/Dashboard/dashboardStateMachine.test.d.ts +1 -0
  658. package/dist/components/Employee/Dashboard/index.d.ts +0 -3
  659. package/dist/components/Employee/Deductions/index.d.ts +1 -1
  660. package/dist/components/Employee/Deductions/management/Deductions.d.ts +8 -0
  661. package/dist/components/Employee/Deductions/management/Deductions.js +40 -0
  662. package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -0
  663. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.d.ts +17 -0
  664. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js +124 -0
  665. package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -0
  666. package/dist/components/Employee/Deductions/management/DeductionsCard/index.d.ts +3 -0
  667. package/dist/components/Employee/Deductions/management/DeductionsComponents.d.ts +12 -0
  668. package/dist/components/Employee/Deductions/management/DeductionsComponents.js +41 -0
  669. package/dist/components/Employee/Deductions/management/DeductionsComponents.js.map +1 -0
  670. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.d.ts +18 -0
  671. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +54 -0
  672. package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -0
  673. package/dist/components/Employee/Deductions/management/DeductionsEditForm/index.d.ts +2 -0
  674. package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.d.ts +9 -0
  675. package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.js +92 -0
  676. package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.js.map +1 -0
  677. package/dist/components/Employee/Deductions/management/deductionsStateMachine.d.ts +4 -0
  678. package/dist/components/Employee/Deductions/management/deductionsStateMachine.js +76 -0
  679. package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -0
  680. package/dist/components/Employee/Deductions/management/index.d.ts +7 -0
  681. package/dist/components/Employee/Deductions/{Deductions.d.ts → onboarding/Deductions.d.ts} +2 -2
  682. package/dist/components/Employee/Deductions/{Deductions.js → onboarding/Deductions.js} +4 -4
  683. package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -0
  684. package/dist/components/Employee/Deductions/{DeductionsList → onboarding/DeductionsList}/DeductionsList.d.ts +3 -3
  685. package/dist/components/Employee/Deductions/{DeductionsList → onboarding/DeductionsList}/DeductionsList.js +24 -26
  686. package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -0
  687. package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.d.ts +1 -1
  688. package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.js +7 -7
  689. package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js.map +1 -0
  690. package/dist/components/Employee/Deductions/{deductionsContextualComponents.d.ts → onboarding/deductionsContextualComponents.d.ts} +6 -6
  691. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js +76 -0
  692. package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -0
  693. package/dist/components/{Common/UI/Badge → Employee/Deductions/onboarding}/index.d.ts +1 -1
  694. package/dist/components/Employee/Deductions/{stateMachine.js → onboarding/stateMachine.js} +1 -1
  695. package/dist/components/Employee/Deductions/onboarding/stateMachine.js.map +1 -0
  696. package/dist/components/Employee/Deductions/onboarding/useFormDictionary.d.ts +13 -0
  697. package/dist/components/Employee/Deductions/onboarding/useFormDictionary.js +92 -0
  698. package/dist/components/Employee/Deductions/onboarding/useFormDictionary.js.map +1 -0
  699. package/dist/components/Employee/Deductions/{DeductionsForm → shared/DeductionsForm}/ChildSupportFormView.d.ts +2 -2
  700. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js +143 -0
  701. package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -0
  702. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +19 -0
  703. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js +138 -0
  704. package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -0
  705. package/dist/components/Employee/Deductions/{DeductionsForm → shared/DeductionsForm}/StandardDeductionForm.d.ts +2 -2
  706. package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js +135 -0
  707. package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -0
  708. package/dist/components/Employee/Deductions/shared/DeductionsForm/index.d.ts +2 -0
  709. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +13 -3
  710. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js +19 -18
  711. package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
  712. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +2 -2
  713. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js +14 -6
  714. package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
  715. package/dist/components/Employee/Deductions/shared/index.d.ts +1 -0
  716. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +15 -6
  717. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +55 -36
  718. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
  719. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +9 -9
  720. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +8 -8
  721. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
  722. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +2 -2
  723. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +23 -23
  724. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
  725. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
  726. package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
  727. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +8 -8
  728. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +4 -4
  729. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
  730. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +4 -4
  731. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +65 -65
  732. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
  733. package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
  734. package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
  735. package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
  736. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
  737. package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
  738. package/dist/components/Employee/Documents/management/DocumentManager.d.ts +7 -1
  739. package/dist/components/Employee/Documents/management/DocumentManager.js +23 -25
  740. package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
  741. package/dist/components/Employee/Documents/management/Documents.d.ts +8 -0
  742. package/dist/components/Employee/Documents/management/Documents.js +39 -0
  743. package/dist/components/Employee/Documents/management/Documents.js.map +1 -0
  744. package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.d.ts +18 -0
  745. package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js +61 -0
  746. package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -0
  747. package/dist/components/Employee/Documents/management/DocumentsCard/index.d.ts +3 -0
  748. package/dist/components/Employee/Documents/management/DocumentsComponents.d.ts +9 -0
  749. package/dist/components/Employee/Documents/management/DocumentsComponents.js +25 -0
  750. package/dist/components/Employee/Documents/management/DocumentsComponents.js.map +1 -0
  751. package/dist/components/Employee/Documents/management/documentsStateMachine.d.ts +4 -0
  752. package/dist/components/Employee/Documents/management/documentsStateMachine.js +29 -0
  753. package/dist/components/Employee/Documents/management/documentsStateMachine.js.map +1 -0
  754. package/dist/components/Employee/Documents/management/index.d.ts +4 -0
  755. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.d.ts +1 -1
  756. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js +6 -7
  757. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js.map +1 -1
  758. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +1 -1
  759. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +6 -7
  760. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  761. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Head.d.ts +1 -1
  762. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.d.ts +1 -1
  763. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js +2 -4
  764. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js.map +1 -1
  765. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
  766. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +8 -9
  767. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  768. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.d.ts +1 -1
  769. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
  770. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
  771. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.d.ts +1 -1
  772. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
  773. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
  774. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +1 -1
  775. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +15 -17
  776. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
  777. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
  778. package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
  779. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +1 -1
  780. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +8 -9
  781. package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
  782. package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +5 -5
  783. package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  784. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.d.ts +2 -2
  785. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
  786. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
  787. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -1
  788. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js +2 -4
  789. package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
  790. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +1 -1
  791. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js +12 -13
  792. package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
  793. package/dist/components/Employee/Documents/shared/index.d.ts +3 -0
  794. package/dist/components/Employee/Documents/shared/useDocumentsList/index.d.ts +3 -0
  795. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +19 -0
  796. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +15 -0
  797. package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -0
  798. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.d.ts +39 -39
  799. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js +1 -1
  800. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +1 -1
  801. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +4 -4
  802. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
  803. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.d.ts +1 -1
  804. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.d.ts +1 -1
  805. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +35 -35
  806. package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
  807. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.d.ts +1 -1
  808. package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
  809. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +2 -2
  810. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +40 -42
  811. package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
  812. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +2 -2
  813. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
  814. package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
  815. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.d.ts +1 -1
  816. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.d.ts +4 -4
  817. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js +13 -13
  818. package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js.map +1 -1
  819. package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js +39 -37
  820. package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js.map +1 -1
  821. package/dist/components/Employee/FederalTaxes/index.d.ts +3 -1
  822. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.d.ts +5 -5
  823. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +30 -61
  824. package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
  825. package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.d.ts +14 -0
  826. package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.js +61 -0
  827. package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.js.map +1 -0
  828. package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/index.d.ts +3 -0
  829. package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.d.ts +8 -0
  830. package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.js +34 -0
  831. package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.js.map +1 -0
  832. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.d.ts +8 -0
  833. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +67 -0
  834. package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -0
  835. package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.d.ts +4 -0
  836. package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js +51 -0
  837. package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js.map +1 -0
  838. package/dist/components/Employee/FederalTaxes/management/index.d.ts +6 -1
  839. package/dist/components/Employee/FederalTaxes/management/useViewDictionary.d.ts +8 -0
  840. package/dist/components/Employee/FederalTaxes/management/useViewDictionary.js +38 -0
  841. package/dist/components/Employee/FederalTaxes/management/useViewDictionary.js.map +1 -0
  842. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.d.ts +1 -1
  843. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +23 -22
  844. package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
  845. package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.d.ts +8 -0
  846. package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.js +38 -0
  847. package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.js.map +1 -0
  848. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.d.ts +20 -1
  849. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +29 -26
  850. package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
  851. package/dist/components/Employee/FederalTaxes/shared/index.d.ts +2 -1
  852. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
  853. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
  854. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.d.ts +6 -6
  855. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +4 -4
  856. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +1 -1
  857. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +2 -2
  858. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
  859. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/index.d.ts +3 -0
  860. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +20 -0
  861. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +23 -0
  862. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -0
  863. package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +6 -4
  864. package/dist/components/Employee/HomeAddress/management/HomeAddress.js +29 -41
  865. package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
  866. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.d.ts +14 -0
  867. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.js +39 -0
  868. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.js.map +1 -0
  869. package/dist/components/Employee/HomeAddress/management/HomeAddressCard/index.d.ts +3 -0
  870. package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.d.ts +6 -0
  871. package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.js +18 -0
  872. package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.js.map +1 -0
  873. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.d.ts +6 -0
  874. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js +51 -0
  875. package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -0
  876. package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +2 -2
  877. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +261 -231
  878. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  879. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
  880. package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
  881. package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.d.ts +4 -0
  882. package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js +33 -0
  883. package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js.map +1 -0
  884. package/dist/components/Employee/HomeAddress/management/index.d.ts +7 -0
  885. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
  886. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +55 -54
  887. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
  888. package/dist/components/Employee/HomeAddress/shared/index.d.ts +3 -0
  889. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/index.d.ts +3 -0
  890. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +21 -0
  891. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +23 -0
  892. package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -0
  893. package/dist/components/Employee/Landing/Landing.d.ts +1 -1
  894. package/dist/components/Employee/Landing/Landing.js +16 -17
  895. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  896. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.d.ts +16 -0
  897. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js +49 -0
  898. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js.map +1 -0
  899. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +24 -0
  900. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js +24 -0
  901. package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -0
  902. package/dist/components/Employee/OnboardingExecutionFlow/index.d.ts +4 -0
  903. package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.d.ts +14 -0
  904. package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.js +98 -0
  905. package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.js.map +1 -0
  906. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.d.ts +1 -1
  907. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.d.ts +4 -25
  908. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +33 -24
  909. package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  910. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.d.ts +1 -8
  911. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +34 -120
  912. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  913. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.d.ts +2 -2
  914. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +9 -9
  915. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  916. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.d.ts +2 -2
  917. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +31 -30
  918. package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
  919. package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.d.ts +16 -0
  920. package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.js +29 -0
  921. package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.js.map +1 -0
  922. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.d.ts +16 -0
  923. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.js +151 -0
  924. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.js.map +1 -0
  925. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.module.scss.js +8 -0
  926. package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.module.scss.js.map +1 -0
  927. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.d.ts +5 -3
  928. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js +30 -14
  929. package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js.map +1 -1
  930. package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.d.ts +16 -0
  931. package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.js +29 -0
  932. package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.js.map +1 -0
  933. package/dist/components/Employee/PaymentMethod/management/index.d.ts +6 -1
  934. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js +56 -52
  935. package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js.map +1 -1
  936. package/dist/components/Employee/PaymentMethod/management/useFormDictionary.d.ts +17 -0
  937. package/dist/components/Employee/PaymentMethod/management/useFormDictionary.js +60 -0
  938. package/dist/components/Employee/PaymentMethod/management/useFormDictionary.js.map +1 -0
  939. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.d.ts +1 -1
  940. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js +21 -62
  941. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js.map +1 -1
  942. package/dist/components/Employee/PaymentMethod/onboarding/ListView.d.ts +1 -1
  943. package/dist/components/Employee/PaymentMethod/onboarding/ListView.js +51 -46
  944. package/dist/components/Employee/PaymentMethod/onboarding/ListView.js.map +1 -1
  945. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.d.ts +2 -2
  946. package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.d.ts +3 -3
  947. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.d.ts +1 -1
  948. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js +19 -91
  949. package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js.map +1 -1
  950. package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.d.ts +18 -0
  951. package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.js +60 -0
  952. package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.js.map +1 -0
  953. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +24 -0
  954. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js +71 -0
  955. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -0
  956. package/dist/components/Employee/PaymentMethod/shared/BankFormBody/index.d.ts +2 -0
  957. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.d.ts +12 -2
  958. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js +18 -17
  959. package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js.map +1 -1
  960. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +23 -0
  961. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js +105 -0
  962. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -0
  963. package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/index.d.ts +2 -0
  964. package/dist/components/Employee/PaymentMethod/shared/index.d.ts +2 -0
  965. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.d.ts +4 -4
  966. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +1 -1
  967. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +1 -1
  968. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +1 -1
  969. package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
  970. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.d.ts +1 -1
  971. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +1 -1
  972. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +2 -2
  973. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
  974. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
  975. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
  976. package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
  977. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.d.ts +1 -1
  978. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.d.ts +1 -1
  979. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +4 -4
  980. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js.map +1 -1
  981. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +2 -2
  982. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
  983. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
  984. package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.d.ts +16 -0
  985. package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.js +153 -0
  986. package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.js.map +1 -0
  987. package/dist/components/Employee/Paystubs/management/PaystubsCard/index.d.ts +3 -0
  988. package/dist/components/Employee/Paystubs/management/index.d.ts +3 -0
  989. package/dist/components/Employee/Paystubs/shared/index.d.ts +3 -0
  990. package/dist/components/Employee/Paystubs/shared/usePaystubsList/index.d.ts +3 -0
  991. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +33 -0
  992. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +55 -0
  993. package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -0
  994. package/dist/components/Employee/Profile/management/Profile.d.ts +5 -3
  995. package/dist/components/Employee/Profile/management/Profile.js +31 -113
  996. package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
  997. package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.d.ts +15 -0
  998. package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.js +50 -0
  999. package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.js.map +1 -0
  1000. package/dist/components/Employee/Profile/management/ProfileCard/index.d.ts +3 -0
  1001. package/dist/components/Employee/Profile/management/ProfileComponents.d.ts +8 -0
  1002. package/dist/components/Employee/Profile/management/ProfileComponents.js +34 -0
  1003. package/dist/components/Employee/Profile/management/ProfileComponents.js.map +1 -0
  1004. package/dist/components/Employee/Profile/management/ProfileEditForm.d.ts +6 -0
  1005. package/dist/components/Employee/Profile/management/ProfileEditForm.js +129 -0
  1006. package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -0
  1007. package/dist/components/Employee/Profile/management/index.d.ts +7 -0
  1008. package/dist/components/Employee/Profile/management/profileStateMachine.d.ts +4 -0
  1009. package/dist/components/Employee/Profile/management/profileStateMachine.js +43 -0
  1010. package/dist/components/Employee/Profile/management/profileStateMachine.js.map +1 -0
  1011. package/dist/components/Employee/Profile/onboarding/AdminProfile.d.ts +1 -1
  1012. package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
  1013. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.d.ts +1 -1
  1014. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +2 -2
  1015. package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
  1016. package/dist/components/Employee/Profile/onboarding/Profile.d.ts +2 -2
  1017. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.d.ts +7 -7
  1018. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js +8 -8
  1019. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +1 -1
  1020. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +5 -5
  1021. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
  1022. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/index.d.ts +3 -0
  1023. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +18 -0
  1024. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +20 -0
  1025. package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -0
  1026. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +7 -7
  1027. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +5 -5
  1028. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +0 -1
  1029. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js +11 -12
  1030. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -1
  1031. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.test.d.ts +1 -0
  1032. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
  1033. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
  1034. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +7 -2
  1035. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +95 -94
  1036. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  1037. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +3 -3
  1038. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js +4 -4
  1039. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
  1040. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
  1041. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
  1042. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +8 -3
  1043. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +87 -86
  1044. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
  1045. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +8 -8
  1046. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  1047. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.d.ts +1 -1
  1048. package/dist/components/Employee/StateTaxes/index.d.ts +1 -1
  1049. package/dist/components/Employee/StateTaxes/management/StateTaxes.d.ts +6 -4
  1050. package/dist/components/Employee/StateTaxes/management/StateTaxes.js +30 -50
  1051. package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
  1052. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.d.ts +15 -0
  1053. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js +66 -0
  1054. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -0
  1055. package/dist/components/Employee/StateTaxes/management/StateTaxesCard/index.d.ts +3 -0
  1056. package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.d.ts +8 -0
  1057. package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.js +34 -0
  1058. package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.js.map +1 -0
  1059. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.d.ts +17 -0
  1060. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +60 -0
  1061. package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -0
  1062. package/dist/components/Employee/StateTaxes/management/index.d.ts +6 -1
  1063. package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.d.ts +4 -0
  1064. package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js +51 -0
  1065. package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js.map +1 -0
  1066. package/dist/components/Employee/StateTaxes/management/useViewDictionary.d.ts +8 -0
  1067. package/dist/components/Employee/StateTaxes/management/useViewDictionary.js +21 -0
  1068. package/dist/components/Employee/StateTaxes/management/useViewDictionary.js.map +1 -0
  1069. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.d.ts +1 -1
  1070. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +25 -24
  1071. package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
  1072. package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.d.ts +8 -0
  1073. package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.js +21 -0
  1074. package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.js.map +1 -0
  1075. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.d.ts +20 -1
  1076. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +27 -24
  1077. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
  1078. package/dist/components/Employee/StateTaxes/shared/index.d.ts +2 -1
  1079. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
  1080. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
  1081. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +2 -2
  1082. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
  1083. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.d.ts +6 -6
  1084. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +9 -9
  1085. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js.map +1 -1
  1086. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
  1087. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
  1088. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +1 -1
  1089. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
  1090. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +1 -1
  1091. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +2 -2
  1092. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
  1093. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/index.d.ts +3 -0
  1094. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +20 -0
  1095. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +23 -0
  1096. package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -0
  1097. package/dist/components/Employee/Taxes/Actions.d.ts +1 -1
  1098. package/dist/components/Employee/Taxes/Actions.js +8 -9
  1099. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  1100. package/dist/components/Employee/Taxes/FederalForm.d.ts +1 -1
  1101. package/dist/components/Employee/Taxes/FederalForm.js +5 -7
  1102. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  1103. package/dist/components/Employee/Taxes/FederalHead.d.ts +1 -1
  1104. package/dist/components/Employee/Taxes/FederalHead.js +2 -4
  1105. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  1106. package/dist/components/Employee/Taxes/StateForm.d.ts +1 -1
  1107. package/dist/components/Employee/Taxes/StateForm.js +8 -10
  1108. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  1109. package/dist/components/Employee/Taxes/Taxes.d.ts +2 -2
  1110. package/dist/components/Employee/Taxes/Taxes.js +7 -8
  1111. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  1112. package/dist/components/Employee/Taxes/useTaxes.d.ts +1 -1
  1113. package/dist/components/Employee/Taxes/useTaxes.js +8 -9
  1114. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  1115. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.d.ts +1 -1
  1116. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
  1117. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
  1118. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +2 -2
  1119. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +2 -4
  1120. package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
  1121. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.d.ts +1 -1
  1122. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.d.ts +4 -4
  1123. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +12 -13
  1124. package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
  1125. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.d.ts +1 -1
  1126. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
  1127. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
  1128. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.d.ts +1 -1
  1129. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +2 -4
  1130. package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
  1131. package/dist/components/Employee/Terminations/TerminationsData.d.ts +1 -1
  1132. package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +6 -4
  1133. package/dist/components/Employee/WorkAddress/management/WorkAddress.js +30 -42
  1134. package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
  1135. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.d.ts +15 -0
  1136. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.js +47 -0
  1137. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.js.map +1 -0
  1138. package/dist/components/Employee/WorkAddress/management/WorkAddressCard/index.d.ts +3 -0
  1139. package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.d.ts +6 -0
  1140. package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.js +18 -0
  1141. package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.js.map +1 -0
  1142. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.d.ts +6 -0
  1143. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js +51 -0
  1144. package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -0
  1145. package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +2 -2
  1146. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +6 -2
  1147. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  1148. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
  1149. package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
  1150. package/dist/components/Employee/WorkAddress/management/index.d.ts +7 -0
  1151. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
  1152. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +51 -50
  1153. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
  1154. package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.d.ts +4 -0
  1155. package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js +36 -0
  1156. package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js.map +1 -0
  1157. package/dist/components/Employee/WorkAddress/shared/index.d.ts +3 -0
  1158. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/index.d.ts +3 -0
  1159. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +18 -0
  1160. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +23 -0
  1161. package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -0
  1162. package/dist/components/Employee/exports/employeeManagement.d.ts +19 -7
  1163. package/dist/components/Employee/exports/employeeManagement.js +76 -26
  1164. package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
  1165. package/dist/components/Employee/exports/employeeOnboarding.d.ts +1 -0
  1166. package/dist/components/Employee/exports/employeeOnboarding.js +19 -17
  1167. package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -1
  1168. package/dist/components/Employee/index.d.ts +3 -2
  1169. package/dist/components/Employee/index.js +36 -34
  1170. package/dist/components/Employee/index.js.map +1 -1
  1171. package/dist/components/Flow/Flow.d.ts +18 -1
  1172. package/dist/components/Flow/Flow.js.map +1 -1
  1173. package/dist/components/Flow/FlowHeader.d.ts +16 -12
  1174. package/dist/components/Flow/FlowHeader.js +3 -4
  1175. package/dist/components/Flow/FlowHeader.js.map +1 -1
  1176. package/dist/components/Flow/useFlow.d.ts +46 -13
  1177. package/dist/components/Flow/useFlow.js.map +1 -1
  1178. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +2 -2
  1179. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +29 -30
  1180. package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
  1181. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +1 -1
  1182. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +13 -14
  1183. package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
  1184. package/dist/components/InformationRequests/InformationRequests.d.ts +1 -1
  1185. package/dist/components/InformationRequests/InformationRequests.js +3 -4
  1186. package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
  1187. package/dist/components/InformationRequests/InformationRequestsComponents.d.ts +2 -2
  1188. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +1 -1
  1189. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
  1190. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
  1191. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +1 -1
  1192. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
  1193. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
  1194. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +4 -4
  1195. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +2 -2
  1196. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -4
  1197. package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
  1198. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +3 -3
  1199. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
  1200. package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
  1201. package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +1 -1
  1202. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +2 -2
  1203. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
  1204. package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
  1205. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +1 -1
  1206. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
  1207. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
  1208. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +1 -1
  1209. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +8 -10
  1210. package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
  1211. package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -1
  1212. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +8 -9
  1213. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  1214. package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +1 -1
  1215. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +2 -2
  1216. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
  1217. package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
  1218. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +1 -1
  1219. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
  1220. package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
  1221. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -1
  1222. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +18 -20
  1223. package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
  1224. package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +1 -1
  1225. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -1
  1226. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +0 -1
  1227. package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
  1228. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +1 -1
  1229. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +1 -1
  1230. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -7
  1231. package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
  1232. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +1 -1
  1233. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -4
  1234. package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
  1235. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +1 -1
  1236. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
  1237. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
  1238. package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
  1239. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +1 -1
  1240. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +11 -13
  1241. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
  1242. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +1 -1
  1243. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +16 -16
  1244. package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
  1245. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +2 -2
  1246. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
  1247. package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
  1248. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +2 -2
  1249. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
  1250. package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
  1251. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +6 -6
  1252. package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
  1253. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
  1254. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
  1255. package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
  1256. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +2 -2
  1257. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +63 -57
  1258. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
  1259. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +11 -5
  1260. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +360 -220
  1261. package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
  1262. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +5 -5
  1263. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +16 -18
  1264. package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
  1265. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +2 -2
  1266. package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
  1267. package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
  1268. package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -1
  1269. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.d.ts +1 -1
  1270. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
  1271. package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
  1272. package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +1 -1
  1273. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +8 -8
  1274. package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
  1275. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -1
  1276. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
  1277. package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
  1278. package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
  1279. package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +2 -2
  1280. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
  1281. package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
  1282. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +3 -3
  1283. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +2 -4
  1284. package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
  1285. package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +2 -2
  1286. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +3 -3
  1287. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
  1288. package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
  1289. package/dist/components/Payroll/PayrollList/PayrollList.d.ts +17 -1
  1290. package/dist/components/Payroll/PayrollList/PayrollList.js +39 -37
  1291. package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
  1292. package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +5 -4
  1293. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +113 -112
  1294. package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
  1295. package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +2 -2
  1296. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +36 -37
  1297. package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
  1298. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +6 -6
  1299. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +113 -117
  1300. package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
  1301. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +3 -3
  1302. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +2 -4
  1303. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
  1304. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +2 -2
  1305. package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
  1306. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +2 -2
  1307. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
  1308. package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
  1309. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +2 -2
  1310. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
  1311. package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
  1312. package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.d.ts +1 -1
  1313. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
  1314. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
  1315. package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
  1316. package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +1 -1
  1317. package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.d.ts +2 -2
  1318. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +1 -1
  1319. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +7 -8
  1320. package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
  1321. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +2 -2
  1322. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +8 -9
  1323. package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
  1324. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +2 -4
  1325. package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
  1326. package/dist/components/Payroll/Transition/TransitionFlow.d.ts +1 -1
  1327. package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +2 -2
  1328. package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
  1329. package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
  1330. package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +1 -1
  1331. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
  1332. package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
  1333. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +1 -1
  1334. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +2 -4
  1335. package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
  1336. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +1 -1
  1337. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +55 -67
  1338. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
  1339. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +2 -2
  1340. package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
  1341. package/dist/components/Payroll/helpers.d.ts +25 -8
  1342. package/dist/components/Payroll/helpers.js +92 -81
  1343. package/dist/components/Payroll/helpers.js.map +1 -1
  1344. package/dist/components/Payroll/payrollTypes.js +1 -1
  1345. package/dist/components/Payroll/payrollTypes.js.map +1 -1
  1346. package/dist/components/Payroll/usePreparedPayrollData.d.ts +3 -3
  1347. package/dist/components/Payroll/usePreparedPayrollData.js +9 -10
  1348. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  1349. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +7 -0
  1350. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +26 -0
  1351. package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -0
  1352. package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +1 -1
  1353. package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -1
  1354. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +1 -1
  1355. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
  1356. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
  1357. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -1
  1358. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js +2 -3
  1359. package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
  1360. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +1 -1
  1361. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
  1362. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
  1363. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +1 -1
  1364. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +14 -16
  1365. package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
  1366. package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +1 -1
  1367. package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
  1368. package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
  1369. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -1
  1370. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +8 -10
  1371. package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
  1372. package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +1 -1
  1373. package/dist/components/TimeOff/PolicySettings/PolicySettings.js +8 -8
  1374. package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
  1375. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +1 -1
  1376. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +45 -47
  1377. package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
  1378. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +1 -1
  1379. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
  1380. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
  1381. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -1
  1382. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +2 -4
  1383. package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
  1384. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +1 -1
  1385. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +12 -12
  1386. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js +33 -35
  1387. package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
  1388. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
  1389. package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
  1390. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +1 -1
  1391. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +4 -4
  1392. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
  1393. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -1
  1394. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +2 -4
  1395. package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
  1396. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +1 -1
  1397. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +8 -9
  1398. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  1399. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
  1400. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +53 -71
  1401. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
  1402. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js +4 -4
  1403. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -12
  1404. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +1 -1
  1405. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +134 -160
  1406. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  1407. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +39 -38
  1408. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
  1409. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +1 -1
  1410. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +5 -7
  1411. package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
  1412. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +1 -1
  1413. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +28 -28
  1414. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
  1415. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +1 -1
  1416. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js +34 -34
  1417. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
  1418. package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +1 -1
  1419. package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +1 -1
  1420. package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +1 -1
  1421. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -1
  1422. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +8 -10
  1423. package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
  1424. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -1
  1425. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js +6 -7
  1426. package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
  1427. package/dist/contexts/ApiProvider/ApiProvider.d.ts +29 -1
  1428. package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
  1429. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  1430. package/dist/contexts/ApiProvider/apiVersionHook.d.ts +1 -0
  1431. package/dist/contexts/ApiProvider/apiVersionHook.js +1 -1
  1432. package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
  1433. package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +9 -9
  1434. package/dist/contexts/ApiProvider/createSdkQueryClient.js +2 -2
  1435. package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
  1436. package/dist/contexts/ComponentAdapter/ComponentsProvider.d.ts +3 -1
  1437. package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
  1438. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.d.ts +1 -0
  1439. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  1440. package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +2 -0
  1441. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +3 -0
  1442. package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
  1443. package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +114 -18
  1444. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  1445. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +10 -11
  1446. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  1447. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.d.ts +13 -1
  1448. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
  1449. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.d.ts +18 -2
  1450. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
  1451. package/dist/contexts/LocaleProvider/LocaleProvider.d.ts +17 -1
  1452. package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
  1453. package/dist/contexts/LocaleProvider/index.d.ts +1 -1
  1454. package/dist/contexts/LocaleProvider/useLocale.d.ts +39 -0
  1455. package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
  1456. package/dist/contexts/ObservabilityProvider/ObservabilityContext.d.ts +11 -0
  1457. package/dist/contexts/ObservabilityProvider/ObservabilityContext.js.map +1 -1
  1458. package/dist/contexts/ObservabilityProvider/ObservabilityProvider.d.ts +18 -1
  1459. package/dist/contexts/ObservabilityProvider/ObservabilityProvider.js.map +1 -1
  1460. package/dist/contexts/ObservabilityProvider/index.d.ts +1 -1
  1461. package/dist/contexts/ObservabilityProvider/sanitization.d.ts +49 -0
  1462. package/dist/contexts/ObservabilityProvider/sanitization.js.map +1 -1
  1463. package/dist/contexts/ObservabilityProvider/useObservability.d.ts +14 -0
  1464. package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -1
  1465. package/dist/contexts/ObservabilityProvider/useSanitizedObservability.d.ts +14 -0
  1466. package/dist/contexts/ObservabilityProvider/useSanitizedObservability.js.map +1 -1
  1467. package/dist/contexts/ThemeProvider/test-utils.d.ts +1 -1
  1468. package/dist/contexts/index.d.ts +1 -1
  1469. package/dist/helpers/LRUCache.d.ts +9 -0
  1470. package/dist/helpers/LRUCache.js.map +1 -1
  1471. package/dist/helpers/apiErrorToList.d.ts +20 -4
  1472. package/dist/helpers/apiErrorToList.js.map +1 -1
  1473. package/dist/helpers/applyMissingDefaults.d.ts +11 -2
  1474. package/dist/helpers/applyMissingDefaults.js.map +1 -1
  1475. package/dist/helpers/breadcrumbHelpers.d.ts +66 -25
  1476. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  1477. package/dist/helpers/currencyHelpers.d.ts +14 -0
  1478. package/dist/helpers/currencyHelpers.js.map +1 -1
  1479. package/dist/helpers/dateFormatting.d.ts +149 -14
  1480. package/dist/helpers/dateFormatting.js +0 -1
  1481. package/dist/helpers/dateFormatting.js.map +1 -1
  1482. package/dist/helpers/ensureRequired.d.ts +12 -0
  1483. package/dist/helpers/ensureRequired.js.map +1 -1
  1484. package/dist/helpers/federalEin.d.ts +16 -4
  1485. package/dist/helpers/federalEin.js +0 -1
  1486. package/dist/helpers/federalEin.js.map +1 -1
  1487. package/dist/helpers/formattedStrings.d.ts +148 -11
  1488. package/dist/helpers/formattedStrings.js +0 -1
  1489. package/dist/helpers/formattedStrings.js.map +1 -1
  1490. package/dist/helpers/getDataProps.d.ts +11 -0
  1491. package/dist/helpers/getDataProps.js.map +1 -1
  1492. package/dist/helpers/mask.d.ts +33 -12
  1493. package/dist/helpers/mask.js.map +1 -1
  1494. package/dist/helpers/payRateCalculator.d.ts +9 -1
  1495. package/dist/helpers/payRateCalculator.js +0 -1
  1496. package/dist/helpers/payRateCalculator.js.map +1 -1
  1497. package/dist/helpers/percentageConversion.d.ts +36 -0
  1498. package/dist/helpers/percentageConversion.js.map +1 -1
  1499. package/dist/helpers/readableStreamToBlob.d.ts +13 -0
  1500. package/dist/helpers/readableStreamToBlob.js.map +1 -1
  1501. package/dist/helpers/rem.d.ts +26 -4
  1502. package/dist/helpers/rem.js.map +1 -1
  1503. package/dist/helpers/responsive.d.ts +55 -0
  1504. package/dist/helpers/responsive.js.map +1 -1
  1505. package/dist/helpers/retryAsync.d.ts +14 -0
  1506. package/dist/helpers/retryAsync.js.map +1 -1
  1507. package/dist/helpers/ssn.d.ts +16 -1
  1508. package/dist/helpers/ssn.js +0 -1
  1509. package/dist/helpers/ssn.js.map +1 -1
  1510. package/dist/helpers/validations.d.ts +38 -0
  1511. package/dist/helpers/validations.js.map +1 -1
  1512. package/dist/hooks/useAsyncError.d.ts +12 -2
  1513. package/dist/hooks/useAsyncError.js.map +1 -1
  1514. package/dist/hooks/useClientPagination/useClientPagination.d.ts +21 -1
  1515. package/dist/hooks/useClientPagination/useClientPagination.js.map +1 -1
  1516. package/dist/hooks/useCompanyPaymentSpeed.d.ts +18 -1
  1517. package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
  1518. package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
  1519. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.d.ts +20 -2
  1520. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  1521. package/dist/hooks/useDateFormatter.d.ts +19 -0
  1522. package/dist/hooks/useDateFormatter.js.map +1 -1
  1523. package/dist/hooks/useDateRangeFilter/useDateRangeFilter.d.ts +18 -0
  1524. package/dist/hooks/useDateRangeFilter/useDateRangeFilter.js.map +1 -1
  1525. package/dist/hooks/useForkRef/useForkRef.d.ts +6 -3
  1526. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  1527. package/dist/hooks/useMenu.d.ts +13 -0
  1528. package/dist/hooks/useMenu.js.map +1 -1
  1529. package/dist/hooks/useNumberFormatter.d.ts +13 -1
  1530. package/dist/hooks/useNumberFormatter.js.map +1 -1
  1531. package/dist/hooks/useOverflowDetection/useOverflowDetection.d.ts +13 -1
  1532. package/dist/hooks/useOverflowDetection/useOverflowDetection.js.map +1 -1
  1533. package/dist/hooks/usePagination/usePagination.d.ts +13 -0
  1534. package/dist/hooks/usePagination/usePagination.js.map +1 -1
  1535. package/dist/i18n/I18n.d.ts +9 -1
  1536. package/dist/i18n/I18n.js +23 -8
  1537. package/dist/i18n/I18n.js.map +1 -1
  1538. package/dist/i18n/en/Company.TimeOff.EmployeeTable.json.js +14 -14
  1539. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +12 -18
  1540. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -1
  1541. package/dist/i18n/en/Employee.BankFormBody.json.js +26 -0
  1542. package/dist/i18n/en/Employee.BankFormBody.json.js.map +1 -0
  1543. package/dist/i18n/en/Employee.Compensation.json.js +63 -63
  1544. package/dist/i18n/en/Employee.Dashboard.json.js +10 -28
  1545. package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
  1546. package/dist/i18n/en/Employee.DeductionsForm.json.js +30 -0
  1547. package/dist/i18n/en/Employee.DeductionsForm.json.js.map +1 -0
  1548. package/dist/i18n/en/Employee.FederalTaxesView.json.js +44 -0
  1549. package/dist/i18n/en/Employee.FederalTaxesView.json.js.map +1 -0
  1550. package/dist/i18n/en/Employee.Management.Compensation.json.js +76 -0
  1551. package/dist/i18n/en/Employee.Management.Compensation.json.js.map +1 -0
  1552. package/dist/i18n/en/Employee.Management.Deductions.json.js +34 -0
  1553. package/dist/i18n/en/Employee.Management.Deductions.json.js.map +1 -0
  1554. package/dist/i18n/en/Employee.Management.Documents.json.js +20 -0
  1555. package/dist/i18n/en/Employee.Management.Documents.json.js.map +1 -0
  1556. package/dist/i18n/en/Employee.Management.FederalTaxes.json.js +54 -0
  1557. package/dist/i18n/en/Employee.Management.FederalTaxes.json.js.map +1 -0
  1558. package/dist/i18n/en/Employee.Management.HomeAddress.json.js +70 -0
  1559. package/dist/i18n/en/Employee.Management.HomeAddress.json.js.map +1 -0
  1560. package/dist/i18n/en/Employee.Management.PaymentMethod.json.js +36 -0
  1561. package/dist/i18n/en/Employee.Management.PaymentMethod.json.js.map +1 -0
  1562. package/dist/i18n/en/Employee.Management.PaymentMethodBankForm.json.js +26 -0
  1563. package/dist/i18n/en/Employee.Management.PaymentMethodBankForm.json.js.map +1 -0
  1564. package/dist/i18n/en/Employee.Management.PaymentMethodSplitForm.json.js +28 -0
  1565. package/dist/i18n/en/Employee.Management.PaymentMethodSplitForm.json.js.map +1 -0
  1566. package/dist/i18n/en/Employee.Management.Paystubs.json.js +30 -0
  1567. package/dist/i18n/en/Employee.Management.Paystubs.json.js.map +1 -0
  1568. package/dist/i18n/en/Employee.Management.Profile.json.js +26 -0
  1569. package/dist/i18n/en/Employee.Management.Profile.json.js.map +1 -0
  1570. package/dist/i18n/en/Employee.Management.StateTaxes.json.js +20 -0
  1571. package/dist/i18n/en/Employee.Management.StateTaxes.json.js.map +1 -0
  1572. package/dist/i18n/en/Employee.Management.WorkAddress.json.js +70 -0
  1573. package/dist/i18n/en/Employee.Management.WorkAddress.json.js.map +1 -0
  1574. package/dist/i18n/en/Employee.PaymentMethod.json.js +25 -25
  1575. package/dist/i18n/en/Employee.SplitPaymentsFormBody.json.js +28 -0
  1576. package/dist/i18n/en/Employee.SplitPaymentsFormBody.json.js.map +1 -0
  1577. package/dist/i18n/en/Employee.StateTaxes.json.js +12 -10
  1578. package/dist/i18n/en/Employee.StateTaxes.json.js.map +1 -1
  1579. package/dist/i18n/en/Employee.StateTaxesView.json.js +12 -0
  1580. package/dist/i18n/en/Employee.StateTaxesView.json.js.map +1 -0
  1581. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +52 -32
  1582. package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
  1583. package/dist/i18n/en/Payroll.TransitionPayrollAlert.json.js +8 -8
  1584. package/dist/models/NAICSCodes.d.ts +6 -0
  1585. package/dist/models/NAICSCodes.js.map +1 -1
  1586. package/dist/models/NAICSValues.d.ts +5 -0
  1587. package/dist/models/NAICSValues.js.map +1 -1
  1588. package/dist/models/WA_RISK_CODES.d.ts +11 -0
  1589. package/dist/models/WA_RISK_CODES.js.map +1 -1
  1590. package/dist/partner-hook-utils/collectErrors.d.ts +1 -0
  1591. package/dist/partner-hook-utils/collectErrors.js.map +1 -1
  1592. package/dist/partner-hook-utils/composeErrorHandler.d.ts +63 -6
  1593. package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -1
  1594. package/dist/partner-hook-utils/form/FormFieldsMetadataContext.d.ts +18 -0
  1595. package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js.map +1 -1
  1596. package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.d.ts +8 -1
  1597. package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.js.map +1 -1
  1598. package/dist/partner-hook-utils/form/SDKFormProvider.d.ts +29 -1
  1599. package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -1
  1600. package/dist/partner-hook-utils/form/buildFormSchema.d.ts +70 -2
  1601. package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
  1602. package/dist/partner-hook-utils/form/composeSubmitHandler.d.ts +23 -8
  1603. package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -1
  1604. package/dist/partner-hook-utils/form/fields/CheckboxHookField.d.ts +20 -0
  1605. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +6 -7
  1606. package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
  1607. package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +22 -0
  1608. package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
  1609. package/dist/partner-hook-utils/form/fields/NumberInputHookField.d.ts +25 -0
  1610. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +8 -9
  1611. package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
  1612. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.d.ts +24 -0
  1613. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +8 -9
  1614. package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
  1615. package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +27 -1
  1616. package/dist/partner-hook-utils/form/fields/SelectHookField.js +10 -11
  1617. package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
  1618. package/dist/partner-hook-utils/form/fields/SwitchHookField.d.ts +20 -0
  1619. package/dist/partner-hook-utils/form/fields/SwitchHookField.js +6 -7
  1620. package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
  1621. package/dist/partner-hook-utils/form/fields/TextInputHookField.d.ts +25 -0
  1622. package/dist/partner-hook-utils/form/fields/TextInputHookField.js +2 -3
  1623. package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
  1624. package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.d.ts +13 -5
  1625. package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.js.map +1 -1
  1626. package/dist/partner-hook-utils/form/getFieldWithOptions.d.ts +11 -0
  1627. package/dist/partner-hook-utils/form/getFieldWithOptions.js.map +1 -1
  1628. package/dist/partner-hook-utils/form/getFormSubmissionValues.d.ts +10 -1
  1629. package/dist/partner-hook-utils/form/getFormSubmissionValues.js.map +1 -1
  1630. package/dist/partner-hook-utils/form/index.d.ts +1 -8
  1631. package/dist/partner-hook-utils/form/preprocessors.d.ts +28 -0
  1632. package/dist/partner-hook-utils/form/preprocessors.js.map +1 -1
  1633. package/dist/partner-hook-utils/form/resolveFieldError.d.ts +22 -0
  1634. package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -1
  1635. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.d.ts +17 -7
  1636. package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js.map +1 -1
  1637. package/dist/partner-hook-utils/form/useFieldErrorMessage.d.ts +39 -0
  1638. package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -1
  1639. package/dist/partner-hook-utils/form/useHookFieldResolution.d.ts +10 -2
  1640. package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -1
  1641. package/dist/partner-hook-utils/form/useHookFormInternals.d.ts +11 -4
  1642. package/dist/partner-hook-utils/form/useHookFormInternals.js.map +1 -1
  1643. package/dist/partner-hook-utils/form/withOptions.d.ts +25 -0
  1644. package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
  1645. package/dist/partner-hook-utils/types.d.ts +173 -20
  1646. package/dist/shared/constants.d.ts +352 -17
  1647. package/dist/shared/constants.js +112 -67
  1648. package/dist/shared/constants.js.map +1 -1
  1649. package/dist/style.css +1 -1
  1650. package/dist/types/hooks.d.ts +30 -16
  1651. package/dist/types/i18next.d.ts +881 -437
  1652. package/dist/types/observability.d.ts +59 -33
  1653. package/dist/types/sdkError.d.ts +45 -13
  1654. package/dist/types/sdkError.js +3 -3
  1655. package/dist/types/sdkError.js.map +1 -1
  1656. package/docs/reference/endpoint-inventory.json +90 -104
  1657. package/package.json +42 -36
  1658. package/dist/components/Common/Fields/PercentageField/index.d.ts +0 -2
  1659. package/dist/components/Common/UI/Alert/index.d.ts +0 -2
  1660. package/dist/components/Common/UI/Banner/index.d.ts +0 -4
  1661. package/dist/components/Common/UI/Box/index.d.ts +0 -2
  1662. package/dist/components/Common/UI/MultiSelectComboBox/index.d.ts +0 -3
  1663. package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.d.ts +0 -9
  1664. package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js +0 -76
  1665. package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js.map +0 -1
  1666. package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.module.scss.js.map +0 -1
  1667. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.d.ts +0 -11
  1668. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js +0 -85
  1669. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js.map +0 -1
  1670. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.module.scss.js.map +0 -1
  1671. package/dist/components/Employee/Compensation/management/EditCompensation/index.d.ts +0 -3
  1672. package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js +0 -81
  1673. package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js.map +0 -1
  1674. package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.module.scss.js.map +0 -1
  1675. package/dist/components/Employee/Dashboard/CompensationCard.d.ts +0 -13
  1676. package/dist/components/Employee/Dashboard/DocumentsView.d.ts +0 -18
  1677. package/dist/components/Employee/Dashboard/DocumentsView.js +0 -64
  1678. package/dist/components/Employee/Dashboard/DocumentsView.js.map +0 -1
  1679. package/dist/components/Employee/Dashboard/JobAndPayView.module.scss.js.map +0 -1
  1680. package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js +0 -64
  1681. package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js.map +0 -1
  1682. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js +0 -58
  1683. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +0 -1
  1684. package/dist/components/Employee/Dashboard/hooks/index.d.ts +0 -9
  1685. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +0 -24
  1686. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +0 -32
  1687. package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +0 -1
  1688. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +0 -44
  1689. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +0 -74
  1690. package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +0 -1
  1691. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +0 -19
  1692. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +0 -20
  1693. package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +0 -1
  1694. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +0 -24
  1695. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +0 -29
  1696. package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +0 -1
  1697. package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js +0 -61
  1698. package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js.map +0 -1
  1699. package/dist/components/Employee/Deductions/Deductions.js.map +0 -1
  1700. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js +0 -137
  1701. package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js.map +0 -1
  1702. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +0 -11
  1703. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +0 -137
  1704. package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +0 -1
  1705. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js +0 -137
  1706. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js.map +0 -1
  1707. package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +0 -1
  1708. package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +0 -1
  1709. package/dist/components/Employee/Deductions/deductionsContextualComponents.js +0 -74
  1710. package/dist/components/Employee/Deductions/deductionsContextualComponents.js.map +0 -1
  1711. package/dist/components/Employee/Deductions/stateMachine.js.map +0 -1
  1712. package/dist/components/Employee/PaymentMethod/management/ListView.d.ts +0 -8
  1713. package/dist/components/Employee/PaymentMethod/management/ListView.js +0 -138
  1714. package/dist/components/Employee/PaymentMethod/management/ListView.js.map +0 -1
  1715. package/dist/hooks/useDebounce/useDebounce.d.ts +0 -2
  1716. package/dist/hooks/useForkRef/index.d.ts +0 -2
  1717. package/dist/hooks/useOverflowDetection/index.d.ts +0 -3
  1718. package/dist/i18n/en/Employee.HomeAddress.Management.json.js +0 -62
  1719. package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +0 -1
  1720. package/dist/i18n/en/Employee.WorkAddress.Management.json.js +0 -64
  1721. package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +0 -1
  1722. package/dist/models/PayPeriod.d.ts +0 -18
  1723. package/dist/models/Payroll.d.ts +0 -40
  1724. package/dist/models/PayrollTotals.d.ts +0 -24
  1725. /package/dist/components/Employee/{Dashboard → Compensation/shared}/getPendingCompensationChanges.test.d.ts +0 -0
  1726. /package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.module.scss.js +0 -0
  1727. /package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.module.scss.js.map +0 -0
  1728. /package/dist/components/Employee/Deductions/{stateMachine.d.ts → onboarding/stateMachine.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gusto/embedded-react-sdk",
3
- "version": "0.46.2",
3
+ "version": "0.47.0",
4
4
  "homepage": "https://github.com/Gusto/embedded-react-sdk",
5
5
  "bugs": {
6
6
  "url": "https://github.com/Gusto/embedded-react-sdk/issues"
@@ -32,6 +32,7 @@
32
32
  ],
33
33
  "scripts": {
34
34
  "build": "npm run build:clean && npm run i18n:generate && vite build && npm run endpoints:derive",
35
+ "api-report:derive": "api-extractor run --local --config .reports/config/api-extractor.json",
35
36
  "endpoints:derive": "npx tsx ./build/deriveEndpointInventory.ts",
36
37
  "endpoints:verify": "npx tsx ./build/deriveEndpointInventory.ts --verify",
37
38
  "build:ci": "npm run build && npm run lint:check && npm run format:check && npm run test:ci",
@@ -43,11 +44,12 @@
43
44
  "watch:translations": "node ./build/translationWatcher.js",
44
45
  "dev": "node ./build/prompt.js && npm run i18n:generate && npm-run-all --parallel watch:vite watch:translations",
45
46
  "dev:setup": "npm link ../gws-flows/node_modules/react ../gws-flows/node_modules/react-dom && (cd ../gws-flows && yarn link -r ../embedded-react-sdk)",
47
+ "docs": "npm --prefix docs-site start",
48
+ "docs:build": "npm --prefix docs-site run build",
49
+ "docs:clear": "npm --prefix docs-site run clear",
46
50
  "docs:events": "npx tsx ./build/eventTypeDocsEmitter.ts",
47
- "docs:sync": "npx tsx .docs/src/sync/syncManager.ts",
48
- "docs": "npx tsx .docs/src/preview/previewGenerator.ts",
49
- "docs:watch": "npx tsx .docs/src/preview/previewGenerator.ts --watch",
50
- "docs:publish": "npx tsx .docs/src/publish/readmePublisher.ts",
51
+ "docs:install": "npm --prefix docs-site install",
52
+ "docs:serve": "npm --prefix docs-site run serve",
51
53
  "format": "prettier . --write --log-level warn",
52
54
  "format:check": "prettier . --check --log-level warn",
53
55
  "format:staged": "prettier --write --log-level warn",
@@ -87,29 +89,32 @@
87
89
  "sdk-app:analyze-props": "npx tsx sdk-app/scripts/analyze-component-props.ts"
88
90
  },
89
91
  "devDependencies": {
90
- "@commitlint/cli": "^21.0.1",
91
- "@commitlint/config-conventional": "^21.0.1",
92
+ "@commitlint/cli": "^21.0.2",
93
+ "@commitlint/config-conventional": "^21.0.2",
92
94
  "@eslint/js": "^9.39.2",
95
+ "@microsoft/api-extractor": "^7.58.7",
93
96
  "@playwright/test": "^1.60.0",
94
- "@release-it/conventional-changelog": "^11.0.0",
95
- "@storybook/addon-a11y": "^10.4.0",
96
- "@storybook/addon-docs": "^10.4.0",
97
- "@storybook/addon-onboarding": "^10.4.0",
98
- "@storybook/react-vite": "^10.4.0",
97
+ "@release-it/conventional-changelog": "^11.0.1",
98
+ "@storybook/addon-a11y": "^10.4.2",
99
+ "@storybook/addon-docs": "^10.4.1",
100
+ "@storybook/addon-onboarding": "^10.4.2",
101
+ "@storybook/react-vite": "^10.4.2",
99
102
  "@storybook/test-runner": "^0.24.4",
100
103
  "@testing-library/jest-dom": "^6.9.1",
101
104
  "@testing-library/react": "^16.3.2",
102
105
  "@testing-library/user-event": "^14.6.1",
106
+ "@types/eslint-plugin-jsx-a11y": "^6.10.1",
103
107
  "@types/jest": "^30.0.0",
104
108
  "@types/jest-axe": "^3.5.9",
105
- "@types/js-yaml": "^4.0.9",
106
109
  "@types/pngjs": "^6.0.5",
107
- "@types/react": "^19.2.15",
110
+ "@types/react": "^19.2.16",
108
111
  "@types/react-dom": "^19.2.3",
112
+ "@typescript-eslint/rule-tester": "^8.60.1",
113
+ "@typescript-eslint/utils": "^8.60.0",
109
114
  "@vitejs/plugin-react-swc": "^4.3.1",
110
- "@vitest/coverage-v8": "^4.1.7",
115
+ "@vitest/coverage-v8": "^4.1.8",
111
116
  "ajv": "^8.20.0",
112
- "axe-core": "^4.11.4",
117
+ "axe-core": "^4.12.0",
113
118
  "dotenv": "^17.4.2",
114
119
  "eslint": "^9.39.4",
115
120
  "eslint-plugin-import": "^2.31.0",
@@ -117,16 +122,16 @@
117
122
  "eslint-plugin-react": "^7.37.5",
118
123
  "eslint-plugin-react-hooks": "^7.1.1",
119
124
  "eslint-plugin-react-refresh": "^0.4.24",
120
- "eslint-plugin-storybook": "^10.4.0",
121
- "fuse.js": "^7.3.0",
125
+ "eslint-plugin-storybook": "^10.4.2",
126
+ "eslint-plugin-tsdoc": "^0.5.2",
127
+ "fuse.js": "^7.4.2",
122
128
  "globals": "^17.6.0",
123
129
  "husky": "^9.1.7",
124
130
  "jest-axe": "^9.0.0",
125
- "js-yaml": "^4.1.1",
126
131
  "jsdom": "^26.1.0",
127
132
  "jsdom-testing-mocks": "^1.16.0",
128
133
  "json-schema-to-typescript": "^15.0.4",
129
- "lint-staged": "^17.0.5",
134
+ "lint-staged": "^17.0.7",
130
135
  "msw": "^2.14.6",
131
136
  "npm-run-all": "^4.1.5",
132
137
  "pixelmatch": "^7.2.0",
@@ -135,16 +140,16 @@
135
140
  "prism-react-renderer": "^2.4.1",
136
141
  "react-dnd": "^16.0.1",
137
142
  "react-dnd-html5-backend": "^16.0.1",
138
- "react-router-dom": "^7.15.1",
139
- "release-it": "^20.0.1",
140
- "sass-embedded": "^1.99.0",
143
+ "react-router-dom": "^7.17.0",
144
+ "release-it": "^20.2.0",
145
+ "sass-embedded": "^1.100.0",
141
146
  "storybook": "^10.3.4",
142
147
  "stylelint-config-standard": "^40.0.0",
143
148
  "ts-morph": "^28.0.0",
144
- "tsx": "^4.22.3",
145
- "typescript-eslint": "^8.59.4",
146
- "vite": "^6.4.2",
147
- "vite-plugin-checker": "^0.13.0",
149
+ "tsx": "^4.22.4",
150
+ "typescript-eslint": "^8.60.1",
151
+ "vite": "^6.4.3",
152
+ "vite-plugin-checker": "^0.14.1",
148
153
  "vite-plugin-circular-dependency": "^0.6.0",
149
154
  "vite-plugin-dts": "^4.5.3",
150
155
  "vite-plugin-externalize-deps": "^0.10.0",
@@ -159,19 +164,19 @@
159
164
  "typescript": "^5.8.3"
160
165
  },
161
166
  "dependencies": {
162
- "@gusto/embedded-api": "0.13.0",
167
+ "@gusto/embedded-api-v-2025-11-15": "^0.0.2",
163
168
  "@hookform/error-message": "^2.0.1",
164
- "@hookform/resolvers": "^5.2.2",
165
- "@internationalized/date": "^3.12.1",
166
- "@internationalized/number": "^3.6.6",
169
+ "@hookform/resolvers": "^5.4.0",
170
+ "@internationalized/date": "^3.12.2",
171
+ "@internationalized/number": "^3.6.7",
167
172
  "classnames": "^2.5.1",
168
173
  "deepmerge": "^4.3.1",
169
- "dompurify": "^3.4.5",
170
- "i18next": "^26.2.0",
174
+ "dompurify": "^3.4.8",
175
+ "i18next": "^26.3.1",
171
176
  "react-aria": "^3.47.0",
172
177
  "react-aria-components": "1.16.0",
173
- "react-error-boundary": "^6.1.1",
174
- "react-hook-form": "^7.76.0",
178
+ "react-error-boundary": "^6.1.2",
179
+ "react-hook-form": "^7.78.0",
175
180
  "react-i18next": "^17.0.8",
176
181
  "react-robot": "^1.2.1",
177
182
  "robot3": "^1.2.0",
@@ -186,7 +191,8 @@
186
191
  "msw": {
187
192
  "workerDirectory": [
188
193
  "e2e",
189
- "e2e/public"
194
+ "e2e/public",
195
+ "sdk-app/public"
190
196
  ]
191
197
  }
192
198
  }
@@ -1,2 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { PercentageField, type PercentageFieldProps } from './PercentageField';
@@ -1,2 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { Alert } from './Alert';
@@ -1,4 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { Banner } from './Banner';
3
- export type { BannerProps } from './BannerTypes';
4
- export { BannerDefaults } from './BannerTypes';
@@ -1,2 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { Box } from './Box';
@@ -1,3 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { MultiSelectComboBox } from './MultiSelectComboBox';
3
- export type { MultiSelectComboBoxProps, MultiSelectComboBoxOption, } from './MultiSelectComboBoxTypes';
@@ -1,9 +0,0 @@
1
- import { CommonComponentInterface } from '../../../../Base';
2
- import { OnEventType } from '../../../../Base/useBase';
3
- import { EventType } from '../../../../../shared/constants';
4
- export interface AddAnotherJobProps extends CommonComponentInterface<'Employee.Compensation'> {
5
- employeeId: string;
6
- onCancel?: () => void;
7
- onEvent: OnEventType<EventType, unknown>;
8
- }
9
- export declare function AddAnotherJob({ dictionary, ...props }: AddAnotherJobProps): import("react/jsx-runtime").JSX.Element;
@@ -1,76 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { useState as y } from "react";
3
- import D from "classnames";
4
- import { useTranslation as I } from "react-i18next";
5
- import { useJobForm as J } from "../../shared/useJobForm/useJobForm.js";
6
- import { useCompensationForm as L } from "../../shared/useCompensationForm/useCompensationForm.js";
7
- import { AddCompensationFormBody as R } from "../../shared/AddCompensationFormBody.js";
8
- import S from "./AddAnotherJob.module.scss.js";
9
- import { BaseBoundaries as j, BaseLayout as p } from "../../../../Base/Base.js";
10
- import "../../../../Base/useBase.js";
11
- import { Form as A } from "../../../../Common/Form/Form.js";
12
- import { useComponentDictionary as P, useI18n as T } from "../../../../../i18n/I18n.js";
13
- import { composeErrorHandler as c } from "../../../../../partner-hook-utils/composeErrorHandler.js";
14
- import { composeSubmitHandler as H } from "../../../../../partner-hook-utils/form/composeSubmitHandler.js";
15
- import { componentEvents as l } from "../../../../../shared/constants.js";
16
- function W({ dictionary: n, ...r }) {
17
- return P("Employee.Compensation", n), /* @__PURE__ */ e(j, { componentName: "Employee.Compensation", children: /* @__PURE__ */ e(N, { ...r }) });
18
- }
19
- function N({
20
- employeeId: n,
21
- onCancel: r,
22
- className: f,
23
- onEvent: s
24
- }) {
25
- T("Employee.Compensation");
26
- const { t: a } = I("Employee.Compensation"), [m, b] = y(void 0), t = J({
27
- employeeId: n,
28
- jobId: m,
29
- withHireDateField: !1,
30
- optionalFieldsToRequire: { update: ["title"] },
31
- shouldFocusError: !1
32
- }), E = t.isLoading ? void 0 : t.data.currentJob?.currentCompensationUuid ?? void 0, i = L({
33
- employeeId: n,
34
- jobId: m,
35
- compensationId: E,
36
- withEffectiveDateField: !0,
37
- optionalFieldsToRequire: { update: ["flsaStatus", "rate", "paymentUnit"] },
38
- shouldFocusError: !1
39
- });
40
- if (t.isLoading || i.isLoading) {
41
- const o = c([t, i]);
42
- return /* @__PURE__ */ e(p, { isLoading: !0, error: o.errors });
43
- }
44
- const C = t.data.jobs?.find((o) => o.primary)?.hireDate ?? void 0, d = H([t, i], async () => {
45
- const o = await t.actions.onSubmit({ employeeId: n, hireDate: C });
46
- if (!o) return;
47
- s(l.EMPLOYEE_JOB_CREATED, o.data);
48
- const F = o.data.compensations?.find(
49
- (g) => g.uuid === o.data.currentCompensationUuid
50
- ), u = await i.actions.onSubmit({
51
- jobId: o.data.uuid,
52
- compensationId: o.data.currentCompensationUuid ?? void 0,
53
- compensationVersion: F?.version ?? void 0
54
- });
55
- if (!u) {
56
- b(o.data.uuid);
57
- return;
58
- }
59
- s(l.EMPLOYEE_COMPENSATION_UPDATED, u.data);
60
- }), h = c([d]), v = t.status.isPending || i.status.isPending;
61
- return /* @__PURE__ */ e("section", { className: D(S.container, f), children: /* @__PURE__ */ e(p, { error: h.errors, children: /* @__PURE__ */ e(A, { onSubmit: d.handleSubmit, children: /* @__PURE__ */ e(
62
- R,
63
- {
64
- jobForm: t,
65
- compensationForm: i,
66
- title: a("addAnotherJobTitle"),
67
- submitCtaLabel: a("saveNewJobCta"),
68
- isPending: v,
69
- onCancel: r
70
- }
71
- ) }) }) });
72
- }
73
- export {
74
- W as AddAnotherJob
75
- };
76
- //# sourceMappingURL=AddAnotherJob.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AddAnotherJob.js","sources":["../../../../../../src/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.tsx"],"sourcesContent":["import { useState } from 'react'\nimport classNames from 'classnames'\nimport { useTranslation } from 'react-i18next'\nimport { useJobForm } from '../../shared/useJobForm'\nimport { useCompensationForm } from '../../shared/useCompensationForm'\nimport { AddCompensationFormBody } from '../../shared/AddCompensationFormBody'\nimport styles from './AddAnotherJob.module.scss'\nimport { BaseBoundaries, BaseLayout, type CommonComponentInterface } from '@/components/Base'\nimport type { OnEventType } from '@/components/Base/useBase'\nimport { Form } from '@/components/Common/Form'\nimport { useComponentDictionary, useI18n } from '@/i18n'\nimport { composeErrorHandler } from '@/partner-hook-utils/composeErrorHandler'\nimport { composeSubmitHandler } from '@/partner-hook-utils/form/composeSubmitHandler'\nimport { componentEvents, type EventType } from '@/shared/constants'\n\nexport interface AddAnotherJobProps extends CommonComponentInterface<'Employee.Compensation'> {\n employeeId: string\n onCancel?: () => void\n onEvent: OnEventType<EventType, unknown>\n}\n\nexport function AddAnotherJob({ dictionary, ...props }: AddAnotherJobProps) {\n useComponentDictionary('Employee.Compensation', dictionary)\n return (\n <BaseBoundaries componentName=\"Employee.Compensation\">\n <Root {...props} />\n </BaseBoundaries>\n )\n}\n\nfunction Root({\n employeeId,\n onCancel,\n className,\n onEvent,\n}: Omit<AddAnotherJobProps, 'dictionary'>) {\n useI18n('Employee.Compensation')\n const { t } = useTranslation('Employee.Compensation')\n\n // Track jobId locally so a partial-failure submit chain (job POST succeeds,\n // comp PUT fails) doesn't re-POST and create a duplicate job on retry.\n const [resolvedJobId, setResolvedJobId] = useState<string | undefined>(undefined)\n\n const jobForm = useJobForm({\n employeeId,\n jobId: resolvedJobId,\n withHireDateField: false,\n optionalFieldsToRequire: { update: ['title'] },\n shouldFocusError: false,\n })\n\n const resolvedCompensationId = jobForm.isLoading\n ? undefined\n : (jobForm.data.currentJob?.currentCompensationUuid ?? undefined)\n\n const compensationForm = useCompensationForm({\n employeeId,\n jobId: resolvedJobId,\n compensationId: resolvedCompensationId,\n withEffectiveDateField: true,\n optionalFieldsToRequire: { update: ['flsaStatus', 'rate', 'paymentUnit'] },\n shouldFocusError: false,\n })\n\n if (jobForm.isLoading || compensationForm.isLoading) {\n const loadingErrorHandling = composeErrorHandler([jobForm, compensationForm])\n return <BaseLayout isLoading error={loadingErrorHandling.errors} />\n }\n\n // The API defaults a secondary job's hire_date to the primary job's hire_date\n // when omitted. We pass it explicitly to satisfy the SDK hook's requirement\n // and mirror the API's own default behavior. React Query dedupes this query\n // since useJobForm has already loaded it.\n const primaryHireDate = jobForm.data.jobs?.find(j => j.primary)?.hireDate ?? undefined\n\n const submitResult = composeSubmitHandler([jobForm, compensationForm], async () => {\n const jobResult = await jobForm.actions.onSubmit({ employeeId, hireDate: primaryHireDate })\n if (!jobResult) return\n\n onEvent(componentEvents.EMPLOYEE_JOB_CREATED, jobResult.data)\n\n const stubCompensation = jobResult.data.compensations?.find(\n c => c.uuid === jobResult.data.currentCompensationUuid,\n )\n\n const compensationResult = await compensationForm.actions.onSubmit({\n jobId: jobResult.data.uuid,\n compensationId: jobResult.data.currentCompensationUuid ?? undefined,\n compensationVersion: stubCompensation?.version ?? undefined,\n })\n if (!compensationResult) {\n setResolvedJobId(jobResult.data.uuid)\n return\n }\n\n onEvent(componentEvents.EMPLOYEE_COMPENSATION_UPDATED, compensationResult.data)\n })\n\n const errorHandling = composeErrorHandler([submitResult])\n const isPending = jobForm.status.isPending || compensationForm.status.isPending\n\n return (\n <section className={classNames(styles.container, className)}>\n <BaseLayout error={errorHandling.errors}>\n <Form onSubmit={submitResult.handleSubmit}>\n <AddCompensationFormBody\n jobForm={jobForm}\n compensationForm={compensationForm}\n title={t('addAnotherJobTitle')}\n submitCtaLabel={t('saveNewJobCta')}\n isPending={isPending}\n onCancel={onCancel}\n />\n </Form>\n </BaseLayout>\n </section>\n )\n}\n"],"names":["AddAnotherJob","dictionary","props","useComponentDictionary","jsx","BaseBoundaries","Root","employeeId","onCancel","className","onEvent","useI18n","t","useTranslation","resolvedJobId","setResolvedJobId","useState","jobForm","useJobForm","resolvedCompensationId","compensationForm","useCompensationForm","loadingErrorHandling","composeErrorHandler","BaseLayout","primaryHireDate","j","submitResult","composeSubmitHandler","jobResult","componentEvents","stubCompensation","c","compensationResult","errorHandling","isPending","classNames","styles","Form","AddCompensationFormBody"],"mappings":";;;;;;;;;;;;;;;AAqBO,SAASA,EAAc,EAAE,YAAAC,GAAY,GAAGC,KAA6B;AAC1E,SAAAC,EAAuB,yBAAyBF,CAAU,GAExD,gBAAAG,EAACC,KAAe,eAAc,yBAC5B,4BAACC,GAAA,EAAM,GAAGJ,GAAO,EAAA,CACnB;AAEJ;AAEA,SAASI,EAAK;AAAA,EACZ,YAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AACF,GAA2C;AACzC,EAAAC,EAAQ,uBAAuB;AAC/B,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,uBAAuB,GAI9C,CAACC,GAAeC,CAAgB,IAAIC,EAA6B,MAAS,GAE1EC,IAAUC,EAAW;AAAA,IACzB,YAAAX;AAAA,IACA,OAAOO;AAAA,IACP,mBAAmB;AAAA,IACnB,yBAAyB,EAAE,QAAQ,CAAC,OAAO,EAAA;AAAA,IAC3C,kBAAkB;AAAA,EAAA,CACnB,GAEKK,IAAyBF,EAAQ,YACnC,SACCA,EAAQ,KAAK,YAAY,2BAA2B,QAEnDG,IAAmBC,EAAoB;AAAA,IAC3C,YAAAd;AAAA,IACA,OAAOO;AAAA,IACP,gBAAgBK;AAAA,IAChB,wBAAwB;AAAA,IACxB,yBAAyB,EAAE,QAAQ,CAAC,cAAc,QAAQ,aAAa,EAAA;AAAA,IACvE,kBAAkB;AAAA,EAAA,CACnB;AAED,MAAIF,EAAQ,aAAaG,EAAiB,WAAW;AACnD,UAAME,IAAuBC,EAAoB,CAACN,GAASG,CAAgB,CAAC;AAC5E,6BAAQI,GAAA,EAAW,WAAS,IAAC,OAAOF,EAAqB,QAAQ;AAAA,EACnE;AAMA,QAAMG,IAAkBR,EAAQ,KAAK,MAAM,KAAK,CAAAS,MAAKA,EAAE,OAAO,GAAG,YAAY,QAEvEC,IAAeC,EAAqB,CAACX,GAASG,CAAgB,GAAG,YAAY;AACjF,UAAMS,IAAY,MAAMZ,EAAQ,QAAQ,SAAS,EAAE,YAAAV,GAAY,UAAUkB,GAAiB;AAC1F,QAAI,CAACI,EAAW;AAEhB,IAAAnB,EAAQoB,EAAgB,sBAAsBD,EAAU,IAAI;AAE5D,UAAME,IAAmBF,EAAU,KAAK,eAAe;AAAA,MACrD,CAAAG,MAAKA,EAAE,SAASH,EAAU,KAAK;AAAA,IAAA,GAG3BI,IAAqB,MAAMb,EAAiB,QAAQ,SAAS;AAAA,MACjE,OAAOS,EAAU,KAAK;AAAA,MACtB,gBAAgBA,EAAU,KAAK,2BAA2B;AAAA,MAC1D,qBAAqBE,GAAkB,WAAW;AAAA,IAAA,CACnD;AACD,QAAI,CAACE,GAAoB;AACvB,MAAAlB,EAAiBc,EAAU,KAAK,IAAI;AACpC;AAAA,IACF;AAEA,IAAAnB,EAAQoB,EAAgB,+BAA+BG,EAAmB,IAAI;AAAA,EAChF,CAAC,GAEKC,IAAgBX,EAAoB,CAACI,CAAY,CAAC,GAClDQ,IAAYlB,EAAQ,OAAO,aAAaG,EAAiB,OAAO;AAEtE,2BACG,WAAA,EAAQ,WAAWgB,EAAWC,EAAO,WAAW5B,CAAS,GACxD,UAAA,gBAAAL,EAACoB,GAAA,EAAW,OAAOU,EAAc,QAC/B,4BAACI,GAAA,EAAK,UAAUX,EAAa,cAC3B,UAAA,gBAAAvB;AAAA,IAACmC;AAAA,IAAA;AAAA,MACC,SAAAtB;AAAA,MACA,kBAAAG;AAAA,MACA,OAAOR,EAAE,oBAAoB;AAAA,MAC7B,gBAAgBA,EAAE,eAAe;AAAA,MACjC,WAAAuB;AAAA,MACA,UAAA3B;AAAA,IAAA;AAAA,EAAA,EACF,CACF,GACF,GACF;AAEJ;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AddAnotherJob.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,11 +0,0 @@
1
- import { CommonComponentInterface } from '../../../../Base';
2
- import { OnEventType } from '../../../../Base/useBase';
3
- import { EventType } from '../../../../../shared/constants';
4
- export interface EditCompensationProps extends CommonComponentInterface<'Employee.Compensation'> {
5
- employeeId: string;
6
- jobId: string;
7
- onCancel?: () => void;
8
- /** Called with `EMPLOYEE_COMPENSATION_UPDATED` then `EMPLOYEE_COMPENSATION_DONE` on a successful save. Use `EMPLOYEE_COMPENSATION_DONE` to trigger navigation. */
9
- onEvent: OnEventType<EventType, unknown>;
10
- }
11
- export declare function EditCompensation({ dictionary, ...props }: EditCompensationProps): import("react/jsx-runtime").JSX.Element;
@@ -1,85 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import C from "classnames";
3
- import { useTranslation as F } from "react-i18next";
4
- import { useJobsAndCompensationsGetJobs as L } from "@gusto/embedded-api/react-query/jobsAndCompensationsGetJobs";
5
- import { useJobForm as h } from "../../shared/useJobForm/useJobForm.js";
6
- import { useCompensationForm as D } from "../../shared/useCompensationForm/useCompensationForm.js";
7
- import { ManagementCompensationFormBody as P } from "../ManagementCompensationFormBody.js";
8
- import y from "./EditCompensation.module.scss.js";
9
- import { BaseBoundaries as M, BaseLayout as c } from "../../../../Base/Base.js";
10
- import "../../../../Base/useBase.js";
11
- import { Form as N } from "../../../../Common/Form/Form.js";
12
- import { useComponentDictionary as O, useI18n as S } from "../../../../../i18n/I18n.js";
13
- import { composeErrorHandler as p } from "../../../../../partner-hook-utils/composeErrorHandler.js";
14
- import { composeSubmitHandler as T } from "../../../../../partner-hook-utils/form/composeSubmitHandler.js";
15
- import { componentEvents as d } from "../../../../../shared/constants.js";
16
- function k({ dictionary: n, ...r }) {
17
- return O("Employee.Compensation", n), /* @__PURE__ */ e(M, { componentName: "Employee.Compensation.Management", children: /* @__PURE__ */ e(_, { ...r }) });
18
- }
19
- function _({
20
- employeeId: n,
21
- jobId: r,
22
- defaultValues: f,
23
- ...u
24
- }) {
25
- const s = L({ employeeId: n }, { enabled: !!n });
26
- if (s.isLoading || !s.data) {
27
- const o = p([s]);
28
- return /* @__PURE__ */ e(c, { isLoading: !0, error: o.errors });
29
- }
30
- const a = s.data.jobs?.find((o) => o.uuid === r), t = a?.compensations?.find((o) => o.uuid === a.currentCompensationUuid), i = t ? {
31
- title: t.title ?? a?.title ?? void 0,
32
- flsaStatus: t.flsaStatus ?? void 0,
33
- rate: Number(t.rate),
34
- paymentUnit: t.paymentUnit ?? void 0,
35
- adjustForMinimumWage: t.adjustForMinimumWage ?? !1,
36
- minimumWageId: t.minimumWages?.[0]?.uuid ?? ""
37
- // effectiveDate intentionally omitted — user must choose a future date
38
- } : void 0;
39
- return /* @__PURE__ */ e(j, { employeeId: n, jobId: r, defaultValues: i, ...u });
40
- }
41
- function j({ employeeId: n, jobId: r, defaultValues: f, onCancel: u, className: s, onEvent: a }) {
42
- S("Employee.Compensation");
43
- const { t } = F("Employee.Compensation"), i = h({
44
- employeeId: n,
45
- jobId: r,
46
- withTitleField: !1,
47
- withHireDateField: !1,
48
- shouldFocusError: !1
49
- }), o = D({
50
- employeeId: n,
51
- jobId: r,
52
- defaultValues: f,
53
- withEffectiveDateField: !0,
54
- optionalFieldsToRequire: {
55
- create: ["title"]
56
- },
57
- shouldFocusError: !1
58
- });
59
- if (i.isLoading || o.isLoading) {
60
- const m = p([i, o]);
61
- return /* @__PURE__ */ e(c, { isLoading: !0, error: m.errors });
62
- }
63
- const E = T([i, o], async () => {
64
- const m = await i.actions.onSubmit();
65
- if (!m) return;
66
- a(d.EMPLOYEE_JOB_UPDATED, m.data);
67
- const l = await o.actions.onSubmit();
68
- l && (a(d.EMPLOYEE_COMPENSATION_UPDATED, l.data), a(d.EMPLOYEE_COMPENSATION_DONE, l.data));
69
- }), g = p([E]), b = i.status.isPending || o.status.isPending;
70
- return /* @__PURE__ */ e("section", { className: C(y.container, s), children: /* @__PURE__ */ e(c, { error: g.errors, children: /* @__PURE__ */ e(N, { onSubmit: E.handleSubmit, children: /* @__PURE__ */ e(
71
- P,
72
- {
73
- jobForm: i,
74
- compensationForm: o,
75
- title: t("management.editCompensationTitle"),
76
- submitCtaLabel: t("management.saveCta"),
77
- isPending: b,
78
- onCancel: u
79
- }
80
- ) }) }) });
81
- }
82
- export {
83
- k as EditCompensation
84
- };
85
- //# sourceMappingURL=EditCompensation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditCompensation.js","sources":["../../../../../../src/components/Employee/Compensation/management/EditCompensation/EditCompensation.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport { useTranslation } from 'react-i18next'\nimport { useJobsAndCompensationsGetJobs } from '@gusto/embedded-api/react-query/jobsAndCompensationsGetJobs'\nimport { useJobForm } from '../../shared/useJobForm'\nimport { useCompensationForm, type CompensationFormData } from '../../shared/useCompensationForm'\nimport { ManagementCompensationFormBody } from '../ManagementCompensationFormBody'\nimport styles from './EditCompensation.module.scss'\nimport { BaseBoundaries, BaseLayout, type CommonComponentInterface } from '@/components/Base'\nimport type { OnEventType } from '@/components/Base/useBase'\nimport { Form } from '@/components/Common/Form'\nimport { useComponentDictionary, useI18n } from '@/i18n'\nimport { composeErrorHandler } from '@/partner-hook-utils/composeErrorHandler'\nimport { composeSubmitHandler } from '@/partner-hook-utils/form/composeSubmitHandler'\nimport { componentEvents, type EventType } from '@/shared/constants'\n\nexport interface EditCompensationProps extends CommonComponentInterface<'Employee.Compensation'> {\n employeeId: string\n jobId: string\n onCancel?: () => void\n /** Called with `EMPLOYEE_COMPENSATION_UPDATED` then `EMPLOYEE_COMPENSATION_DONE` on a successful save. Use `EMPLOYEE_COMPENSATION_DONE` to trigger navigation. */\n onEvent: OnEventType<EventType, unknown>\n}\n\nexport function EditCompensation({ dictionary, ...props }: EditCompensationProps) {\n useComponentDictionary('Employee.Compensation', dictionary)\n return (\n <BaseBoundaries componentName=\"Employee.Compensation.Management\">\n <CompensationDefaultsLoader {...props} />\n </BaseBoundaries>\n )\n}\n\ntype LoaderProps = Omit<EditCompensationProps, 'dictionary'>\n\n// Fetches the current job's compensation data to pre-populate the form as\n// defaultValues before rendering Root. Uses the same non-suspense query that\n// useCompensationForm uses internally — React Query dedupes the request so no\n// extra network call is made once Root mounts.\n// defaultValues from CommonComponentInterface (unknown) is excluded from the\n// spread so it doesn't conflict with Root's typed defaultValues prop.\nfunction CompensationDefaultsLoader({\n employeeId,\n jobId,\n defaultValues: _baseDefaults,\n ...rest\n}: LoaderProps) {\n const jobsQuery = useJobsAndCompensationsGetJobs({ employeeId }, { enabled: !!employeeId })\n\n if (jobsQuery.isLoading || !jobsQuery.data) {\n const errorHandling = composeErrorHandler([jobsQuery])\n return <BaseLayout isLoading error={errorHandling.errors} />\n }\n\n const job = jobsQuery.data.jobs?.find(j => j.uuid === jobId)\n const currentComp = job?.compensations?.find(c => c.uuid === job.currentCompensationUuid)\n\n const defaultValues: Partial<CompensationFormData> | undefined = currentComp\n ? {\n title: currentComp.title ?? job?.title ?? undefined,\n flsaStatus: currentComp.flsaStatus ?? undefined,\n rate: Number(currentComp.rate),\n paymentUnit: currentComp.paymentUnit ?? undefined,\n adjustForMinimumWage: currentComp.adjustForMinimumWage ?? false,\n minimumWageId: currentComp.minimumWages?.[0]?.uuid ?? '',\n // effectiveDate intentionally omitted — user must choose a future date\n }\n : undefined\n\n return <Root employeeId={employeeId} jobId={jobId} defaultValues={defaultValues} {...rest} />\n}\n\ninterface RootProps extends LoaderProps {\n defaultValues?: Partial<CompensationFormData>\n}\n\nfunction Root({ employeeId, jobId, defaultValues, onCancel, className, onEvent }: RootProps) {\n useI18n('Employee.Compensation')\n const { t } = useTranslation('Employee.Compensation')\n\n // Job form handles the non-effective-dated fields: 2% shareholder + WA WC.\n // Title is suppressed here because the compensation form owns title\n // (effective-dated alongside rate/unit/FLSA on the future-dated row).\n // Hire-date is suppressed because this surface never edits it.\n const jobForm = useJobForm({\n employeeId,\n jobId,\n withTitleField: false,\n withHireDateField: false,\n shouldFocusError: false,\n })\n\n // Compensation form runs in create mode (no compensationId) → POST\n // /v1/jobs/:jobId/compensations, creating a new future-dated compensation.\n // The form is pre-populated with the current comp's values via defaultValues\n // (fetched by CompensationDefaultsLoader) so the user can edit from the\n // current state, and picks a future effectiveDate to schedule the change.\n const compensationForm = useCompensationForm({\n employeeId,\n jobId,\n defaultValues,\n withEffectiveDateField: true,\n optionalFieldsToRequire: {\n create: ['title'],\n },\n shouldFocusError: false,\n })\n\n if (jobForm.isLoading || compensationForm.isLoading) {\n const loadingErrorHandling = composeErrorHandler([jobForm, compensationForm])\n return <BaseLayout isLoading error={loadingErrorHandling.errors} />\n }\n\n // PUT job first (immediate mutation of 2% shareholder / WC), then POST\n // the new compensation (the future-dated change). composeSubmitHandler\n // validates both forms in parallel and short-circuits before any network\n // I/O if either fails.\n const submitResult = composeSubmitHandler([jobForm, compensationForm], async () => {\n const jobResult = await jobForm.actions.onSubmit()\n if (!jobResult) return\n\n onEvent(componentEvents.EMPLOYEE_JOB_UPDATED, jobResult.data)\n\n const compensationResult = await compensationForm.actions.onSubmit()\n if (!compensationResult) return\n\n onEvent(componentEvents.EMPLOYEE_COMPENSATION_UPDATED, compensationResult.data)\n onEvent(componentEvents.EMPLOYEE_COMPENSATION_DONE, compensationResult.data)\n })\n\n const errorHandling = composeErrorHandler([submitResult])\n const isPending = jobForm.status.isPending || compensationForm.status.isPending\n\n return (\n <section className={classNames(styles.container, className)}>\n <BaseLayout error={errorHandling.errors}>\n <Form onSubmit={submitResult.handleSubmit}>\n <ManagementCompensationFormBody\n jobForm={jobForm}\n compensationForm={compensationForm}\n title={t('management.editCompensationTitle')}\n submitCtaLabel={t('management.saveCta')}\n isPending={isPending}\n onCancel={onCancel}\n />\n </Form>\n </BaseLayout>\n </section>\n )\n}\n"],"names":["EditCompensation","dictionary","props","useComponentDictionary","jsx","BaseBoundaries","CompensationDefaultsLoader","employeeId","jobId","_baseDefaults","rest","jobsQuery","useJobsAndCompensationsGetJobs","errorHandling","composeErrorHandler","BaseLayout","job","j","currentComp","c","defaultValues","Root","onCancel","className","onEvent","useI18n","useTranslation","jobForm","useJobForm","compensationForm","useCompensationForm","loadingErrorHandling","submitResult","composeSubmitHandler","jobResult","componentEvents","compensationResult","isPending","classNames","styles","Form","ManagementCompensationFormBody"],"mappings":";;;;;;;;;;;;;;;AAuBO,SAASA,EAAiB,EAAE,YAAAC,GAAY,GAAGC,KAAgC;AAChF,SAAAC,EAAuB,yBAAyBF,CAAU,GAExD,gBAAAG,EAACC,KAAe,eAAc,oCAC5B,4BAACC,GAAA,EAA4B,GAAGJ,GAAO,EAAA,CACzC;AAEJ;AAUA,SAASI,EAA2B;AAAA,EAClC,YAAAC;AAAA,EACA,OAAAC;AAAA,EACA,eAAeC;AAAA,EACf,GAAGC;AACL,GAAgB;AACd,QAAMC,IAAYC,EAA+B,EAAE,YAAAL,EAAA,GAAc,EAAE,SAAS,CAAC,CAACA,GAAY;AAE1F,MAAII,EAAU,aAAa,CAACA,EAAU,MAAM;AAC1C,UAAME,IAAgBC,EAAoB,CAACH,CAAS,CAAC;AACrD,6BAAQI,GAAA,EAAW,WAAS,IAAC,OAAOF,EAAc,QAAQ;AAAA,EAC5D;AAEA,QAAMG,IAAML,EAAU,KAAK,MAAM,KAAK,CAAAM,MAAKA,EAAE,SAAST,CAAK,GACrDU,IAAcF,GAAK,eAAe,KAAK,OAAKG,EAAE,SAASH,EAAI,uBAAuB,GAElFI,IAA2DF,IAC7D;AAAA,IACE,OAAOA,EAAY,SAASF,GAAK,SAAS;AAAA,IAC1C,YAAYE,EAAY,cAAc;AAAA,IACtC,MAAM,OAAOA,EAAY,IAAI;AAAA,IAC7B,aAAaA,EAAY,eAAe;AAAA,IACxC,sBAAsBA,EAAY,wBAAwB;AAAA,IAC1D,eAAeA,EAAY,eAAe,CAAC,GAAG,QAAQ;AAAA;AAAA,EAAA,IAGxD;AAEJ,2BAAQG,GAAA,EAAK,YAAAd,GAAwB,OAAAC,GAAc,eAAAY,GAA+B,GAAGV,GAAM;AAC7F;AAMA,SAASW,EAAK,EAAE,YAAAd,GAAY,OAAAC,GAAO,eAAAY,GAAe,UAAAE,GAAU,WAAAC,GAAW,SAAAC,KAAsB;AAC3F,EAAAC,EAAQ,uBAAuB;AAC/B,QAAM,EAAE,EAAA,IAAMC,EAAe,uBAAuB,GAM9CC,IAAUC,EAAW;AAAA,IACzB,YAAArB;AAAA,IACA,OAAAC;AAAA,IACA,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,kBAAkB;AAAA,EAAA,CACnB,GAOKqB,IAAmBC,EAAoB;AAAA,IAC3C,YAAAvB;AAAA,IACA,OAAAC;AAAA,IACA,eAAAY;AAAA,IACA,wBAAwB;AAAA,IACxB,yBAAyB;AAAA,MACvB,QAAQ,CAAC,OAAO;AAAA,IAAA;AAAA,IAElB,kBAAkB;AAAA,EAAA,CACnB;AAED,MAAIO,EAAQ,aAAaE,EAAiB,WAAW;AACnD,UAAME,IAAuBjB,EAAoB,CAACa,GAASE,CAAgB,CAAC;AAC5E,6BAAQd,GAAA,EAAW,WAAS,IAAC,OAAOgB,EAAqB,QAAQ;AAAA,EACnE;AAMA,QAAMC,IAAeC,EAAqB,CAACN,GAASE,CAAgB,GAAG,YAAY;AACjF,UAAMK,IAAY,MAAMP,EAAQ,QAAQ,SAAA;AACxC,QAAI,CAACO,EAAW;AAEhB,IAAAV,EAAQW,EAAgB,sBAAsBD,EAAU,IAAI;AAE5D,UAAME,IAAqB,MAAMP,EAAiB,QAAQ,SAAA;AAC1D,IAAKO,MAELZ,EAAQW,EAAgB,+BAA+BC,EAAmB,IAAI,GAC9EZ,EAAQW,EAAgB,4BAA4BC,EAAmB,IAAI;AAAA,EAC7E,CAAC,GAEKvB,IAAgBC,EAAoB,CAACkB,CAAY,CAAC,GAClDK,IAAYV,EAAQ,OAAO,aAAaE,EAAiB,OAAO;AAEtE,2BACG,WAAA,EAAQ,WAAWS,EAAWC,EAAO,WAAWhB,CAAS,GACxD,UAAA,gBAAAnB,EAACW,GAAA,EAAW,OAAOF,EAAc,QAC/B,4BAAC2B,GAAA,EAAK,UAAUR,EAAa,cAC3B,UAAA,gBAAA5B;AAAA,IAACqC;AAAA,IAAA;AAAA,MACC,SAAAd;AAAA,MACA,kBAAAE;AAAA,MACA,OAAO,EAAE,kCAAkC;AAAA,MAC3C,gBAAgB,EAAE,oBAAoB;AAAA,MACtC,WAAAQ;AAAA,MACA,UAAAf;AAAA,IAAA;AAAA,EAAA,EACF,CACF,GACF,GACF;AAEJ;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditCompensation.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,3 +0,0 @@
1
- import "./types/i18next.d.ts"
2
- export { EditCompensation } from './EditCompensation';
3
- export type { EditCompensationProps } from './EditCompensation';
@@ -1,81 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import O from "classnames";
3
- import { useTranslation as N } from "react-i18next";
4
- import { useJobForm as S } from "../../shared/useJobForm/useJobForm.js";
5
- import { useCompensationForm as T } from "../../shared/useCompensationForm/useCompensationForm.js";
6
- import { ManagementCompensationFormBody as v } from "../ManagementCompensationFormBody.js";
7
- import L from "./EditPendingCompensation.module.scss.js";
8
- import { BaseBoundaries as M, BaseLayout as f } from "../../../../Base/Base.js";
9
- import "../../../../Base/useBase.js";
10
- import { Form as w } from "../../../../Common/Form/Form.js";
11
- import { useComponentDictionary as R, useI18n as _ } from "../../../../../i18n/I18n.js";
12
- import { composeErrorHandler as E } from "../../../../../partner-hook-utils/composeErrorHandler.js";
13
- import { composeSubmitHandler as B } from "../../../../../partner-hook-utils/form/composeSubmitHandler.js";
14
- import { componentEvents as p } from "../../../../../shared/constants.js";
15
- function W({ dictionary: n, ...r }) {
16
- return R("Employee.Compensation", n), /* @__PURE__ */ e(M, { componentName: "Employee.Compensation.Management", children: /* @__PURE__ */ e(H, { ...r }) });
17
- }
18
- function H({
19
- employeeId: n,
20
- jobId: r,
21
- compensationId: u,
22
- isNewJob: h,
23
- isPrimaryJob: g,
24
- onCancel: C,
25
- className: F,
26
- onEvent: s
27
- }) {
28
- _("Employee.Compensation");
29
- const { t: c } = N("Employee.Compensation"), i = h && g, o = S({
30
- employeeId: n,
31
- jobId: r,
32
- withTitleField: !1,
33
- withHireDateField: i,
34
- // hireDate is optional by default in update mode — promote it so the form
35
- // validates it and the label doesn't show "(optional)".
36
- optionalFieldsToRequire: i ? { update: ["hireDate"] } : void 0,
37
- shouldFocusError: !1
38
- }), t = T({
39
- employeeId: n,
40
- jobId: r,
41
- compensationId: u,
42
- // Primary new job: comp date is set via jobForm's hire date on submit —
43
- // hide it here to avoid showing two date fields.
44
- withEffectiveDateField: !i,
45
- optionalFieldsToRequire: {
46
- update: i ? ["title", "flsaStatus", "rate", "paymentUnit"] : ["title", "flsaStatus", "rate", "paymentUnit", "effectiveDate"]
47
- },
48
- shouldFocusError: !1
49
- });
50
- if (o.isLoading || t.isLoading) {
51
- const a = E([o, t]);
52
- return /* @__PURE__ */ e(f, { isLoading: !0, error: a.errors });
53
- }
54
- const d = B([o, t], async () => {
55
- const a = i ? o.form.hookFormInternals.formMethods.getValues("hireDate") ?? void 0 : void 0, m = await o.actions.onSubmit();
56
- if (!m) return;
57
- s(p.EMPLOYEE_JOB_UPDATED, m.data);
58
- const b = m.data.compensations?.find(
59
- (y) => y.uuid === u
60
- )?.version, l = await t.actions.onSubmit({
61
- ...a ? { effectiveDate: a } : {},
62
- compensationVersion: b
63
- });
64
- l && (s(p.EMPLOYEE_COMPENSATION_UPDATED, l.data), s(p.EMPLOYEE_COMPENSATION_DONE, l.data));
65
- }), D = E([d]), P = o.status.isPending || t.status.isPending;
66
- return /* @__PURE__ */ e("section", { className: O(L.container, F), children: /* @__PURE__ */ e(f, { error: D.errors, children: /* @__PURE__ */ e(w, { onSubmit: d.handleSubmit, children: /* @__PURE__ */ e(
67
- v,
68
- {
69
- jobForm: o,
70
- compensationForm: t,
71
- title: c("management.editCompensationTitle"),
72
- submitCtaLabel: c("management.saveCta"),
73
- isPending: P,
74
- onCancel: C
75
- }
76
- ) }) }) });
77
- }
78
- export {
79
- W as EditPendingCompensation
80
- };
81
- //# sourceMappingURL=EditPendingCompensation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditPendingCompensation.js","sources":["../../../../../../src/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.tsx"],"sourcesContent":["import classNames from 'classnames'\nimport { useTranslation } from 'react-i18next'\nimport { useJobForm } from '../../shared/useJobForm'\nimport { useCompensationForm } from '../../shared/useCompensationForm'\nimport { ManagementCompensationFormBody } from '../ManagementCompensationFormBody'\nimport styles from './EditPendingCompensation.module.scss'\nimport { BaseBoundaries, BaseLayout, type CommonComponentInterface } from '@/components/Base'\nimport type { OnEventType } from '@/components/Base/useBase'\nimport { Form } from '@/components/Common/Form'\nimport { useComponentDictionary, useI18n } from '@/i18n'\nimport { composeErrorHandler } from '@/partner-hook-utils/composeErrorHandler'\nimport { composeSubmitHandler } from '@/partner-hook-utils/form/composeSubmitHandler'\nimport { componentEvents, type EventType } from '@/shared/constants'\n\nexport interface EditPendingCompensationProps extends CommonComponentInterface<'Employee.Compensation'> {\n employeeId: string\n jobId: string\n /** The UUID of the pending (future-dated) compensation to update. Always required — this\n * component only operates in update mode. */\n compensationId: string\n /**\n * True when the job has no current (on-or-before-today) compensation — i.e. it hasn't\n * started yet. Drives which date field is shown and how the submit syncs hire_date.\n */\n isNewJob: boolean\n /**\n * True when this is the employee's primary job. Combined with `isNewJob`, determines\n * whether to show a Hire date field (primary) or Effective date field (secondary/change).\n */\n isPrimaryJob: boolean\n onCancel?: () => void\n /** Called with `EMPLOYEE_COMPENSATION_UPDATED` then `EMPLOYEE_COMPENSATION_DONE` on a\n * successful save. Use `EMPLOYEE_COMPENSATION_DONE` to trigger navigation. */\n onEvent: OnEventType<EventType, unknown>\n}\n\nexport function EditPendingCompensation({ dictionary, ...props }: EditPendingCompensationProps) {\n useComponentDictionary('Employee.Compensation', dictionary)\n return (\n <BaseBoundaries componentName=\"Employee.Compensation.Management\">\n <Root {...props} />\n </BaseBoundaries>\n )\n}\n\ntype RootProps = Omit<EditPendingCompensationProps, 'dictionary'>\n\nfunction Root({\n employeeId,\n jobId,\n compensationId,\n isNewJob,\n isPrimaryJob,\n onCancel,\n className,\n onEvent,\n}: RootProps) {\n useI18n('Employee.Compensation')\n const { t } = useTranslation('Employee.Compensation')\n\n // For a primary new job (hire date in the future, no current comp), the hire\n // date field is shown instead of the effective date field. This keeps\n // hire_date and comp effective_date in sync so the API doesn't auto-create a\n // second compensation when the initial comp moves off the hire date.\n const isPrimaryNewJob = isNewJob && isPrimaryJob\n\n const jobForm = useJobForm({\n employeeId,\n jobId,\n withTitleField: false,\n withHireDateField: isPrimaryNewJob,\n // hireDate is optional by default in update mode — promote it so the form\n // validates it and the label doesn't show \"(optional)\".\n optionalFieldsToRequire: isPrimaryNewJob ? { update: ['hireDate'] } : undefined,\n shouldFocusError: false,\n })\n\n const compensationForm = useCompensationForm({\n employeeId,\n jobId,\n compensationId,\n // Primary new job: comp date is set via jobForm's hire date on submit —\n // hide it here to avoid showing two date fields.\n withEffectiveDateField: !isPrimaryNewJob,\n optionalFieldsToRequire: {\n update: isPrimaryNewJob\n ? ['title', 'flsaStatus', 'rate', 'paymentUnit']\n : ['title', 'flsaStatus', 'rate', 'paymentUnit', 'effectiveDate'],\n },\n shouldFocusError: false,\n })\n\n if (jobForm.isLoading || compensationForm.isLoading) {\n const loadingErrorHandling = composeErrorHandler([jobForm, compensationForm])\n return <BaseLayout isLoading error={loadingErrorHandling.errors} />\n }\n\n const submitResult = composeSubmitHandler([jobForm, compensationForm], async () => {\n // For a primary new job, the user edits the hire date field. We read it\n // back here and pass it to the comp submit so both the job's hire_date and\n // the comp's effective_date land on the same value — preventing the API\n // from auto-creating a second compensation to fill the gap at the old date.\n const hireDateOverride = isPrimaryNewJob\n ? (jobForm.form.hookFormInternals.formMethods.getValues('hireDate') ?? undefined)\n : undefined\n\n const jobResult = await jobForm.actions.onSubmit()\n if (!jobResult) return\n\n onEvent(componentEvents.EMPLOYEE_JOB_UPDATED, jobResult.data)\n\n // When the hire date moves forward, the API auto-syncs the compensation's\n // effective_date to the new hire_date as part of the job PUT, which bumps\n // the compensation's version. Read it from the job response so the\n // subsequent compensation PUT doesn't send a stale version.\n const freshCompVersion = jobResult.data.compensations?.find(\n c => c.uuid === compensationId,\n )?.version\n\n const compensationResult = await compensationForm.actions.onSubmit({\n ...(hireDateOverride ? { effectiveDate: hireDateOverride } : {}),\n compensationVersion: freshCompVersion,\n })\n if (!compensationResult) return\n\n onEvent(componentEvents.EMPLOYEE_COMPENSATION_UPDATED, compensationResult.data)\n onEvent(componentEvents.EMPLOYEE_COMPENSATION_DONE, compensationResult.data)\n })\n\n const errorHandling = composeErrorHandler([submitResult])\n const isPending = jobForm.status.isPending || compensationForm.status.isPending\n\n return (\n <section className={classNames(styles.container, className)}>\n <BaseLayout error={errorHandling.errors}>\n <Form onSubmit={submitResult.handleSubmit}>\n <ManagementCompensationFormBody\n jobForm={jobForm}\n compensationForm={compensationForm}\n title={t('management.editCompensationTitle')}\n submitCtaLabel={t('management.saveCta')}\n isPending={isPending}\n onCancel={onCancel}\n />\n </Form>\n </BaseLayout>\n </section>\n )\n}\n"],"names":["EditPendingCompensation","dictionary","props","useComponentDictionary","jsx","BaseBoundaries","Root","employeeId","jobId","compensationId","isNewJob","isPrimaryJob","onCancel","className","onEvent","useI18n","t","useTranslation","isPrimaryNewJob","jobForm","useJobForm","compensationForm","useCompensationForm","loadingErrorHandling","composeErrorHandler","BaseLayout","submitResult","composeSubmitHandler","hireDateOverride","jobResult","componentEvents","freshCompVersion","c","compensationResult","errorHandling","isPending","classNames","styles","Form","ManagementCompensationFormBody"],"mappings":";;;;;;;;;;;;;;AAoCO,SAASA,EAAwB,EAAE,YAAAC,GAAY,GAAGC,KAAuC;AAC9F,SAAAC,EAAuB,yBAAyBF,CAAU,GAExD,gBAAAG,EAACC,KAAe,eAAc,oCAC5B,4BAACC,GAAA,EAAM,GAAGJ,GAAO,EAAA,CACnB;AAEJ;AAIA,SAASI,EAAK;AAAA,EACZ,YAAAC;AAAA,EACA,OAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,UAAAC;AAAA,EACA,cAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AACF,GAAc;AACZ,EAAAC,EAAQ,uBAAuB;AAC/B,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,uBAAuB,GAM9CC,IAAkBR,KAAYC,GAE9BQ,IAAUC,EAAW;AAAA,IACzB,YAAAb;AAAA,IACA,OAAAC;AAAA,IACA,gBAAgB;AAAA,IAChB,mBAAmBU;AAAA;AAAA;AAAA,IAGnB,yBAAyBA,IAAkB,EAAE,QAAQ,CAAC,UAAU,MAAM;AAAA,IACtE,kBAAkB;AAAA,EAAA,CACnB,GAEKG,IAAmBC,EAAoB;AAAA,IAC3C,YAAAf;AAAA,IACA,OAAAC;AAAA,IACA,gBAAAC;AAAA;AAAA;AAAA,IAGA,wBAAwB,CAACS;AAAA,IACzB,yBAAyB;AAAA,MACvB,QAAQA,IACJ,CAAC,SAAS,cAAc,QAAQ,aAAa,IAC7C,CAAC,SAAS,cAAc,QAAQ,eAAe,eAAe;AAAA,IAAA;AAAA,IAEpE,kBAAkB;AAAA,EAAA,CACnB;AAED,MAAIC,EAAQ,aAAaE,EAAiB,WAAW;AACnD,UAAME,IAAuBC,EAAoB,CAACL,GAASE,CAAgB,CAAC;AAC5E,6BAAQI,GAAA,EAAW,WAAS,IAAC,OAAOF,EAAqB,QAAQ;AAAA,EACnE;AAEA,QAAMG,IAAeC,EAAqB,CAACR,GAASE,CAAgB,GAAG,YAAY;AAKjF,UAAMO,IAAmBV,IACpBC,EAAQ,KAAK,kBAAkB,YAAY,UAAU,UAAU,KAAK,SACrE,QAEEU,IAAY,MAAMV,EAAQ,QAAQ,SAAA;AACxC,QAAI,CAACU,EAAW;AAEhB,IAAAf,EAAQgB,EAAgB,sBAAsBD,EAAU,IAAI;AAM5D,UAAME,IAAmBF,EAAU,KAAK,eAAe;AAAA,MACrD,CAAAG,MAAKA,EAAE,SAASvB;AAAA,IAAA,GACf,SAEGwB,IAAqB,MAAMZ,EAAiB,QAAQ,SAAS;AAAA,MACjE,GAAIO,IAAmB,EAAE,eAAeA,EAAA,IAAqB,CAAA;AAAA,MAC7D,qBAAqBG;AAAA,IAAA,CACtB;AACD,IAAKE,MAELnB,EAAQgB,EAAgB,+BAA+BG,EAAmB,IAAI,GAC9EnB,EAAQgB,EAAgB,4BAA4BG,EAAmB,IAAI;AAAA,EAC7E,CAAC,GAEKC,IAAgBV,EAAoB,CAACE,CAAY,CAAC,GAClDS,IAAYhB,EAAQ,OAAO,aAAaE,EAAiB,OAAO;AAEtE,2BACG,WAAA,EAAQ,WAAWe,EAAWC,EAAO,WAAWxB,CAAS,GACxD,UAAA,gBAAAT,EAACqB,GAAA,EAAW,OAAOS,EAAc,QAC/B,4BAACI,GAAA,EAAK,UAAUZ,EAAa,cAC3B,UAAA,gBAAAtB;AAAA,IAACmC;AAAA,IAAA;AAAA,MACC,SAAApB;AAAA,MACA,kBAAAE;AAAA,MACA,OAAOL,EAAE,kCAAkC;AAAA,MAC3C,gBAAgBA,EAAE,oBAAoB;AAAA,MACtC,WAAAmB;AAAA,MACA,UAAAvB;AAAA,IAAA;AAAA,EAAA,EACF,CACF,GACF,GACF;AAEJ;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditPendingCompensation.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,13 +0,0 @@
1
- import { Job } from '@gusto/embedded-api/models/components/job';
2
- import { PendingCompensationChange } from './getPendingCompensationChanges';
3
- export interface CompensationCardProps {
4
- job?: Job;
5
- pendingChanges: PendingCompensationChange[];
6
- hasMultipleJobs: boolean;
7
- employeeFirstName: string | null | undefined;
8
- cancellingCompensationUuid: string | null;
9
- onEditCompensation?: () => void;
10
- onAddJob?: () => void;
11
- onCancelChange: (pendingChange: PendingCompensationChange) => void;
12
- }
13
- export declare function CompensationCard({ job, pendingChanges, hasMultipleJobs, employeeFirstName, cancellingCompensationUuid, onEditCompensation, onAddJob, onCancelChange, }: CompensationCardProps): import("react/jsx-runtime").JSX.Element;
@@ -1,18 +0,0 @@
1
- import { Form } from '@gusto/embedded-api/models/components/form';
2
- export interface DocumentsViewProps {
3
- forms?: Form[];
4
- isLoading?: boolean;
5
- onViewForm?: (formUuid: string) => void;
6
- }
7
- export interface DocumentsViewWithDataProps {
8
- employeeId: string;
9
- onViewForm?: (formUuid: string) => void;
10
- }
11
- /**
12
- * Tab-mounted container for the Documents tab. Owns the
13
- * `useEmployeeForms` fetch so the request only fires when the user
14
- * actually opens this tab (or whatever the parent chooses to mount).
15
- * The presentational `DocumentsView` stays pure for testing/stories.
16
- */
17
- export declare function DocumentsViewWithData({ employeeId, onViewForm }: DocumentsViewWithDataProps): import("react/jsx-runtime").JSX.Element;
18
- export declare function DocumentsView({ forms, isLoading, onViewForm }: DocumentsViewProps): import("react/jsx-runtime").JSX.Element;
@@ -1,64 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { useTranslation as c } from "react-i18next";
3
- import { Flex as m } from "../../Common/Flex/Flex.js";
4
- import { useComponentContext as d } from "../../../contexts/ComponentAdapter/useComponentContext.js";
5
- import "classnames";
6
- import "../../../shared/constants.js";
7
- import { Loading as l } from "../../Common/Loading/Loading.js";
8
- import { EmptyData as f } from "../../Common/EmptyData/EmptyData.js";
9
- import { BaseLayout as p } from "../../Base/Base.js";
10
- import { useEmployeeForms as g } from "./hooks/useEmployeeForms.js";
11
- import { useDataView as y } from "../../Common/DataView/useDataView.js";
12
- import { DataView as h } from "../../Common/DataView/DataView.js";
13
- function v({ employeeId: i, onViewForm: s }) {
14
- const n = g({ employeeId: i });
15
- return /* @__PURE__ */ e(p, { error: n.errorHandling.errors, children: /* @__PURE__ */ e(
16
- D,
17
- {
18
- forms: n.data.formList,
19
- isLoading: n.status.isFormsLoading,
20
- onViewForm: s
21
- }
22
- ) });
23
- }
24
- function D({ forms: i = [], isLoading: s = !1, onViewForm: n }) {
25
- const { t } = c("Employee.Dashboard"), o = d(), a = [
26
- {
27
- key: "title",
28
- title: t("documents.columns.title"),
29
- render: (r) => r.title || "-"
30
- },
31
- {
32
- key: "year",
33
- title: t("documents.columns.year"),
34
- render: (r) => r.year ? String(r.year) : "-"
35
- },
36
- {
37
- key: "status",
38
- title: t("documents.columns.status"),
39
- render: (r) => r.draft ? t("documents.status.draft") : t("documents.status.final")
40
- },
41
- {
42
- key: "requiresSigning",
43
- title: t("documents.columns.requiresSigning"),
44
- render: (r) => r.requiresSigning ? /* @__PURE__ */ e(o.Badge, { status: "warning", children: t("documents.signingStatus.notSigned") }) : /* @__PURE__ */ e(o.Badge, { status: "success", children: t("documents.signingStatus.signed") })
45
- }
46
- ], u = y({
47
- data: i,
48
- columns: a,
49
- itemMenu: (r) => /* @__PURE__ */ e(o.Button, { variant: "secondary", onClick: () => n?.(r.uuid), children: t("documents.viewCta") }),
50
- emptyState: () => /* @__PURE__ */ e(
51
- f,
52
- {
53
- title: t("documents.emptyState.title"),
54
- description: t("documents.emptyState.description")
55
- }
56
- )
57
- });
58
- return /* @__PURE__ */ e(m, { flexDirection: "column", gap: 24, children: /* @__PURE__ */ e(o.Box, { header: /* @__PURE__ */ e(o.BoxHeader, { title: t("documents.title") }), children: /* @__PURE__ */ e(m, { flexDirection: "column", gap: 16, children: s ? /* @__PURE__ */ e(l, {}) : /* @__PURE__ */ e(h, { label: t("documents.listLabel"), ...u }) }) }) });
59
- }
60
- export {
61
- D as DocumentsView,
62
- v as DocumentsViewWithData
63
- };
64
- //# sourceMappingURL=DocumentsView.js.map