@gusto/embedded-react-sdk 0.11.0 → 0.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (426) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/assets/icons/alert-circle.svg.js.map +1 -1
  3. package/dist/assets/icons/caret-down.svg.js +1 -1
  4. package/dist/assets/icons/caret-down.svg.js.map +1 -1
  5. package/dist/assets/icons/caret-left.svg.js.map +1 -1
  6. package/dist/assets/icons/caret-right.svg.js.map +1 -1
  7. package/dist/assets/icons/checkbox.svg.js.map +1 -1
  8. package/dist/assets/icons/error.svg.js.map +1 -1
  9. package/dist/assets/icons/hamburger.svg.js.map +1 -1
  10. package/dist/assets/icons/info.svg.js.map +1 -1
  11. package/dist/assets/icons/list.svg.js.map +1 -1
  12. package/dist/assets/icons/magnifyingGlass.png.js.map +1 -1
  13. package/dist/assets/icons/pagination_next.svg.js.map +1 -1
  14. package/dist/assets/icons/pagination_previous.svg.js.map +1 -1
  15. package/dist/assets/icons/pencil.svg.js.map +1 -1
  16. package/dist/assets/icons/success_check.svg.js.map +1 -1
  17. package/dist/assets/icons/trashcan.svg.js.map +1 -1
  18. package/dist/assets/icons/unchecked_circular.svg.js.map +1 -1
  19. package/dist/assets/icons/verification_pending.svg.js.map +1 -1
  20. package/dist/assets/icons/warning.svg.js.map +1 -1
  21. package/dist/components/Base/Base.js.map +1 -1
  22. package/dist/components/Base/createCompoundContext.js.map +1 -1
  23. package/dist/components/Base/useBase.js.map +1 -1
  24. package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
  25. package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
  26. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  27. package/dist/components/Common/DataView/DataView.js +20 -20
  28. package/dist/components/Common/DataView/DataView.js.map +1 -1
  29. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  30. package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
  31. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  32. package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
  33. package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
  34. package/dist/components/Common/FieldCaption/FieldCaption.js +7 -4
  35. package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
  36. package/dist/components/Common/FieldCaption/FieldCaption.module.scss.js +1 -1
  37. package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
  38. package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
  39. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
  40. package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.module.scss.js +1 -1
  41. package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
  42. package/dist/components/Common/FieldLayout/FieldLayout.module.scss.js +11 -11
  43. package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
  44. package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
  45. package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
  46. package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -0
  47. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +35 -20
  48. package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
  49. package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
  50. package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
  51. package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
  52. package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
  53. package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
  54. package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
  55. package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
  56. package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
  57. package/dist/components/Common/Flex/Flex.js.map +1 -1
  58. package/dist/components/Common/Form/Form.js.map +1 -1
  59. package/dist/components/Common/Grid/Grid.js.map +1 -1
  60. package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
  61. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
  62. package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.module.scss.js +1 -1
  63. package/dist/components/Common/InternalError/InternalError.js.map +1 -1
  64. package/dist/components/Common/Loading/Loading.js.map +1 -1
  65. package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
  66. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  67. package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
  68. package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
  69. package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
  70. package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
  71. package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
  72. package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
  73. package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
  74. package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
  75. package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
  76. package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
  77. package/dist/components/Common/UI/Badge/Badge.js +4 -4
  78. package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
  79. package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
  80. package/dist/components/Common/UI/Button/Button.d.ts +1 -1
  81. package/dist/components/Common/UI/Button/Button.js +22 -24
  82. package/dist/components/Common/UI/Button/Button.js.map +1 -1
  83. package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
  84. package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
  85. package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
  86. package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
  87. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
  88. package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
  89. package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
  90. package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
  91. package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
  92. package/dist/components/Common/UI/Card/Card.js.map +1 -1
  93. package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
  94. package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +8 -8
  95. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
  96. package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
  97. package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
  98. package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
  99. package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
  100. package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
  101. package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
  102. package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
  103. package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
  104. package/dist/components/Common/UI/Input/Input.js.map +1 -1
  105. package/dist/components/Common/UI/Input/Input.module.scss.js +10 -10
  106. package/dist/components/Common/UI/Link/Link.js.map +1 -1
  107. package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
  108. package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
  109. package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
  110. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  111. package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
  112. package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
  113. package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
  114. package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
  115. package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
  116. package/dist/components/Common/UI/Select/Select.js +13 -13
  117. package/dist/components/Common/UI/Select/Select.js.map +1 -1
  118. package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
  119. package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
  120. package/dist/components/Common/UI/Table/Table.js.map +1 -1
  121. package/dist/components/Common/UI/Text/Text.js.map +1 -1
  122. package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
  123. package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
  124. package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
  125. package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
  126. package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
  127. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  128. package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
  129. package/dist/components/Common/hooks/useMenu.js.map +1 -1
  130. package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
  131. package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
  132. package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
  133. package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
  134. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
  135. package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
  136. package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
  137. package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
  138. package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
  139. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
  140. package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
  141. package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
  142. package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
  143. package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
  144. package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
  145. package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
  146. package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
  147. package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
  148. package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
  149. package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
  150. package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
  151. package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
  152. package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
  153. package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
  154. package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
  155. package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
  156. package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
  157. package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
  158. package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
  159. package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  160. package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
  161. package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
  162. package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
  163. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  164. package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
  165. package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  166. package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
  167. package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
  168. package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  169. package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  170. package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
  171. package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
  172. package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  173. package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
  174. package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
  175. package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
  176. package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
  177. package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
  178. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  179. package/dist/components/Company/Industry/Actions.js.map +1 -1
  180. package/dist/components/Company/Industry/Edit.js.map +1 -1
  181. package/dist/components/Company/Industry/Head.js.map +1 -1
  182. package/dist/components/Company/Industry/Industry.js.map +1 -1
  183. package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
  184. package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
  185. package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
  186. package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
  187. package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
  188. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  189. package/dist/components/Company/Locations/Locations.js.map +1 -1
  190. package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
  191. package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
  192. package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
  193. package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
  194. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  195. package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
  196. package/dist/components/Company/Locations/stateMachine.js.map +1 -1
  197. package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
  198. package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
  199. package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  200. package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
  201. package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
  202. package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
  203. package/dist/components/Company/PaySchedule/PaySchedule.js +29 -28
  204. package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
  205. package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
  206. package/dist/components/Company/PaySchedule/_parts/Edit.js +50 -51
  207. package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
  208. package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
  209. package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
  210. package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
  211. package/dist/components/Company/PaySchedule/usePaySchedule.js +7 -8
  212. package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
  213. package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
  214. package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
  215. package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
  216. package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
  217. package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
  218. package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
  219. package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
  220. package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
  221. package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
  222. package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
  223. package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
  224. package/dist/components/Contractor/Address/Actions.js.map +1 -1
  225. package/dist/components/Contractor/Address/Address.js.map +1 -1
  226. package/dist/components/Contractor/Address/Form.js.map +1 -1
  227. package/dist/components/Contractor/Address/Head.js.map +1 -1
  228. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  229. package/dist/components/Contractor/List/index.js.map +1 -1
  230. package/dist/components/Contractor/List/useContractorList.js.map +1 -1
  231. package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
  232. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +1 -0
  233. package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
  234. package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
  235. package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
  236. package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
  237. package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -8
  238. package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
  239. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  240. package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
  241. package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
  242. package/dist/components/Contractor/Submit/index.js.map +1 -1
  243. package/dist/components/Employee/Compensation/Actions.js.map +1 -1
  244. package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
  245. package/dist/components/Employee/Compensation/Edit.js +17 -16
  246. package/dist/components/Employee/Compensation/Edit.js.map +1 -1
  247. package/dist/components/Employee/Compensation/Head.js.map +1 -1
  248. package/dist/components/Employee/Compensation/List.js.map +1 -1
  249. package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
  250. package/dist/components/Employee/Deductions/Actions.js.map +1 -1
  251. package/dist/components/Employee/Deductions/DeductionForm.js.map +1 -1
  252. package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
  253. package/dist/components/Employee/Deductions/DeductionsList.js.map +1 -1
  254. package/dist/components/Employee/Deductions/Head.js.map +1 -1
  255. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +9 -8
  256. package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +1 -1
  257. package/dist/components/Employee/Deductions/useDeductions.js.map +1 -1
  258. package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
  259. package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
  260. package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
  261. package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
  262. package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
  263. package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
  264. package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
  265. package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
  266. package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
  267. package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
  268. package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
  269. package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
  270. package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
  271. package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
  272. package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
  273. package/dist/components/Employee/EmployeeList/List.js.map +1 -1
  274. package/dist/components/Employee/Landing/Landing.js.map +1 -1
  275. package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
  276. package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
  277. package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
  278. package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
  279. package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
  280. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +5 -4
  281. package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
  282. package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
  283. package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
  284. package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
  285. package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
  286. package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
  287. package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
  288. package/dist/components/Employee/Profile/Actions.js.map +1 -1
  289. package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
  290. package/dist/components/Employee/Profile/Head.js.map +1 -1
  291. package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
  292. package/dist/components/Employee/Profile/PersonalDetailsInputs.js +51 -49
  293. package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
  294. package/dist/components/Employee/Profile/Profile.js +1 -1
  295. package/dist/components/Employee/Profile/Profile.js.map +1 -1
  296. package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
  297. package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
  298. package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
  299. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
  300. package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
  301. package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
  302. package/dist/components/Employee/Taxes/Actions.js.map +1 -1
  303. package/dist/components/Employee/Taxes/FederalForm.js +1 -0
  304. package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
  305. package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
  306. package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
  307. package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
  308. package/dist/components/Flow/Flow.js.map +1 -1
  309. package/dist/components/Flow/useFlow.js.map +1 -1
  310. package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
  311. package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
  312. package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
  313. package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
  314. package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
  315. package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
  316. package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
  317. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +3 -1
  318. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +12 -12
  319. package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
  320. package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
  321. package/dist/contexts/GustoProvider/index.d.ts +2 -0
  322. package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
  323. package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
  324. package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
  325. package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
  326. package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +4 -1
  327. package/dist/contexts/ThemeProvider/ThemeProvider.js +60 -22
  328. package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
  329. package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -1
  330. package/dist/contexts/ThemeProvider/createTheme.js +14 -16
  331. package/dist/contexts/ThemeProvider/createTheme.js.map +1 -1
  332. package/dist/contexts/ThemeProvider/theme.d.ts +59 -0
  333. package/dist/contexts/ThemeProvider/theme.js +101 -0
  334. package/dist/contexts/ThemeProvider/theme.js.map +1 -0
  335. package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
  336. package/dist/contexts/index.d.ts +4 -0
  337. package/dist/helpers/LRUCache.js.map +1 -1
  338. package/dist/helpers/dateFormatting.d.ts +10 -2
  339. package/dist/helpers/dateFormatting.js +30 -7
  340. package/dist/helpers/dateFormatting.js.map +1 -1
  341. package/dist/helpers/dateFormatting.test.d.ts +1 -0
  342. package/dist/helpers/ensureRequired.js.map +1 -1
  343. package/dist/helpers/federalEin.js.map +1 -1
  344. package/dist/helpers/formattedStrings.js.map +1 -1
  345. package/dist/helpers/getDataProps.js.map +1 -1
  346. package/dist/helpers/mask.js.map +1 -1
  347. package/dist/helpers/payRateCalculator.js.map +1 -1
  348. package/dist/helpers/rem.js +2 -3
  349. package/dist/helpers/rem.js.map +1 -1
  350. package/dist/helpers/responsive.js.map +1 -1
  351. package/dist/helpers/ssn.js.map +1 -1
  352. package/dist/helpers/validations.js.map +1 -1
  353. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js +34 -23
  354. package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
  355. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  356. package/dist/i18n/I18n.js.map +1 -1
  357. package/dist/i18n/en/Company.AddBank.json.js +12 -12
  358. package/dist/i18n/en/Company.Addresses.json.js +12 -12
  359. package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
  360. package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
  361. package/dist/i18n/en/Company.BankAccount.json.js +19 -40
  362. package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
  363. package/dist/i18n/en/Company.DocumentList.json.js +15 -15
  364. package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
  365. package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
  366. package/dist/i18n/en/Company.Locations.json.js +43 -49
  367. package/dist/i18n/en/Company.Locations.json.js.map +1 -1
  368. package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
  369. package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
  370. package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
  371. package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
  372. package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
  373. package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
  374. package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
  375. package/dist/i18n/en/Contractor.Address.json.js +19 -24
  376. package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
  377. package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
  378. package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
  379. package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
  380. package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
  381. package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
  382. package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
  383. package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
  384. package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
  385. package/dist/i18n/en/Contractor.Profile.json.js +1 -58
  386. package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
  387. package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
  388. package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
  389. package/dist/i18n/en/Employee.Compensation.json.js +31 -65
  390. package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
  391. package/dist/i18n/en/Employee.Deductions.json.js +56 -59
  392. package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
  393. package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
  394. package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
  395. package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
  396. package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
  397. package/dist/i18n/en/Employee.Landing.json.js +11 -15
  398. package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
  399. package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
  400. package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
  401. package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
  402. package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
  403. package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
  404. package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
  405. package/dist/i18n/en/Employee.Profile.json.js +16 -22
  406. package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
  407. package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
  408. package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
  409. package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
  410. package/dist/i18n/en/Employee.Taxes.json.js +26 -29
  411. package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
  412. package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
  413. package/dist/i18n/en/common.json.d.ts +1 -1
  414. package/dist/i18n/en/common.json.js +1 -147
  415. package/dist/i18n/en/common.json.js.map +1 -1
  416. package/dist/index.d.ts +1 -0
  417. package/dist/index.js +11 -9
  418. package/dist/index.js.map +1 -1
  419. package/dist/models/NAICSValues.js.map +1 -1
  420. package/dist/models/WA_RISK_CODES.js.map +1 -1
  421. package/dist/style.css +1 -1
  422. package/dist/types/GTheme.d.ts +0 -1
  423. package/dist/types/hooks.d.ts +36 -0
  424. package/package.json +10 -10
  425. package/dist/hooks/useDebounce/useDebounce.js +0 -19
  426. package/dist/hooks/useDebounce/useDebounce.js.map +0 -1
@@ -1,61 +1,4 @@
1
- const e = "Contractor profile", t = "This information will be used for payments and on tax documents, so double-check that it's accurate.", a = {
2
- inviteContractor: {
3
- label: "Invite this contractor to enter some of their own details online",
4
- description: "Your contractor will be invited to enter their information on their own time."
5
- },
6
- email: {
7
- label: "Contractor's email address"
8
- },
9
- contractorType: {
10
- label: "Type"
11
- },
12
- firstName: {
13
- label: "First Name"
14
- },
15
- lastName: {
16
- label: "Last Name"
17
- },
18
- middleInitial: {
19
- label: "Middle Initial"
20
- },
21
- ssn: {
22
- label: "Social Security Number",
23
- placeholder: "XXX-XX-XXXX"
24
- },
25
- businessName: {
26
- label: "Business Name"
27
- },
28
- startDate: {
29
- label: "Start Date",
30
- description: "Your contractor's first day of work at your company"
31
- },
32
- wageType: {
33
- label: "Wage Type"
34
- },
35
- hourlyRate: {
36
- label: "Hourly Rate"
37
- },
38
- ein: {
39
- label: "EIN",
40
- placeholder: "XX-XXXXXXX"
41
- }
42
- }, r = {
43
- email: "Email is required when inviting contractor",
44
- firstName: "First name is required for individual contractors",
45
- lastName: "Last name is required for individual contractors",
46
- ssn: "SSN is required for individual contractors",
47
- ssnFormat: "SSN must be valid format",
48
- businessName: "Business name is required for business contractors",
49
- ein: "EIN is required for business contractors",
50
- einFormat: "EIN must be valid format (XX-XXXXXXX)",
51
- hourlyRate: "Hourly rate is required for hourly contractors"
52
- }, i = {
53
- cancel: "Cancel",
54
- create: "Create Contractor",
55
- update: "Update Contractor",
56
- creating: "Creating...",
57
- updating: "Updating..."
58
- }, o = {
1
+ const e = "Contractor profile", t = "This information will be used for payments and on tax documents, so double-check that it's accurate.", a = { inviteContractor: { label: "Invite this contractor to enter some of their own details online", description: "Your contractor will be invited to enter their information on their own time." }, email: { label: "Contractor's email address" }, contractorType: { label: "Type" }, firstName: { label: "First Name" }, lastName: { label: "Last Name" }, middleInitial: { label: "Middle Initial" }, ssn: { label: "Social Security Number", placeholder: "XXX-XX-XXXX" }, businessName: { label: "Business Name" }, startDate: { label: "Start Date", description: "Your contractor's first day of work at your company" }, wageType: { label: "Wage Type" }, hourlyRate: { label: "Hourly Rate" }, ein: { label: "EIN", placeholder: "XX-XXXXXXX" } }, r = { email: "Email is required when inviting contractor", firstName: "First name is required for individual contractors", lastName: "Last name is required for individual contractors", ssn: "SSN is required for individual contractors", ssnFormat: "SSN must be valid format", businessName: "Business name is required for business contractors", ein: "EIN is required for business contractors", einFormat: "EIN must be valid format (XX-XXXXXXX)", hourlyRate: "Hourly rate is required for hourly contractors" }, i = { cancel: "Cancel", create: "Create Contractor", update: "Update Contractor", creating: "Creating...", updating: "Updating..." }, o = {
59
2
  title: e,
60
3
  subtitle: t,
61
4
  fields: a,
@@ -1 +1 @@
1
- {"version":3,"file":"Contractor.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Contractor.Profile.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -1,36 +1,34 @@
1
- const e = "Account number", t = "Checking", c = "Account type", n = "Savings", o = "Select...", a = "Back", i = "Image of the sample bank check showing location of routing and account numbers", s = "Enter the details of the bank account the employee wishes to be paid with. We’ll send a small test deposit to confirm the account.", u = "Account Nickname", l = "Routing number", b = "(9 digits)", m = "Save & continue", p = "Employee bank account", r = {
2
- accountType: "Please select account type"
3
- }, g = {
4
- accountNumberLabel: e,
5
- accountTypeChecking: t,
6
- accountTypeLabel: c,
1
+ const t = "Account number", c = "Checking", e = "Account type", n = "Savings", o = "Select...", a = "Back", s = "Image of the sample bank check showing location of routing and account numbers", i = "Enter the details of the bank account the employee wishes to be paid with. We’ll send a small test deposit to confirm the account.", u = "Account Nickname", l = "Routing number", m = "(9 digits)", p = "Save & continue", b = "Employee bank account", r = { accountType: "Please select account type" }, g = {
2
+ accountNumberLabel: t,
3
+ accountTypeChecking: c,
4
+ accountTypeLabel: e,
7
5
  accountTypeSavings: n,
8
6
  accountTypeSelect: o,
9
7
  cancelCta: a,
10
- checkImageAlt: i,
11
- description: s,
8
+ checkImageAlt: s,
9
+ description: i,
12
10
  nameLabel: u,
13
11
  routingNumberLabel: l,
14
- routingNumberDescription: b,
15
- submitCta: m,
16
- title: p,
12
+ routingNumberDescription: m,
13
+ submitCta: p,
14
+ title: b,
17
15
  validations: r
18
16
  };
19
17
  export {
20
- e as accountNumberLabel,
21
- t as accountTypeChecking,
22
- c as accountTypeLabel,
18
+ t as accountNumberLabel,
19
+ c as accountTypeChecking,
20
+ e as accountTypeLabel,
23
21
  n as accountTypeSavings,
24
22
  o as accountTypeSelect,
25
23
  a as cancelCta,
26
- i as checkImageAlt,
24
+ s as checkImageAlt,
27
25
  g as default,
28
- s as description,
26
+ i as description,
29
27
  u as nameLabel,
30
- b as routingNumberDescription,
28
+ m as routingNumberDescription,
31
29
  l as routingNumberLabel,
32
- m as submitCta,
33
- p as title,
30
+ p as submitCta,
31
+ b as title,
34
32
  r as validations
35
33
  };
36
34
  //# sourceMappingURL=Employee.BankAccount.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.BankAccount.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.BankAccount.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,100 +1,66 @@
1
- const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", i = "What minimum wage requirement should compensation be adjusted to", s = {
2
- amountColumn: "Amount",
3
- deleteCta: "Delete",
4
- editCta: "Edit",
5
- jobColumn: "Job title",
6
- perColumn: "Per",
7
- tableLabel: "List of all jobs for the employee",
8
- typeColumn: "Pay type"
9
- }, n = "Compensation amount", l = "Back", m = "Cancel", c = "Cancel", r = '<classificationCta href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</classificationCta>', p = "Employee type", d = {
10
- "Commission Only Exempt": "Commission Only/No Overtime",
11
- "Commission Only Nonexempt": "Commission Only/Eligible for overtime",
12
- Exempt: "Salary/No overtime",
13
- Nonexempt: "Paid by the hour",
14
- Owner: "Owner's draw",
15
- "Salaried Nonexempt": "Salary/Eligible for overtime"
16
- }, u = "Job actions", y = "Job Title", h = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = {
17
- Hour: "Hour",
18
- Month: "Month",
19
- Paycheck: "Paycheck",
20
- Week: "Week",
21
- Year: "Year"
22
- }, f = "Save job", g = "Continue", W = "Compensation", w = "Edit job", k = "Add job", v = {
23
- classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.",
24
- exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.",
25
- paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year",
26
- rate: "Amount is a required field",
27
- nonZeroRate: "Amount must be at least $1.00",
28
- rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year",
29
- title: "Title is a required field",
30
- minimumWage: "Please select minimum wage for adjustment",
31
- stateWcClassCode: "Please select a risk class code"
32
- }, j = "Workers' compensation coverage", L = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", T = {
33
- yes: "Yes, this employee is covered",
34
- no: "No, this employee is not covered"
35
- }, x = "Risk class code", D = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", N = "Select if employee is a 2% shareholder", O = {
1
+ const e = "+ Add another job", t = "Adjust for minimum wage", o = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", a = "Minimum wage", s = "What minimum wage requirement should compensation be adjusted to", i = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, n = "Compensation amount", m = "Back", l = "Cancel", c = "Cancel", r = '<classificationCta href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</classificationCta>', p = "Employee type", d = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, u = "Job actions", h = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", C = "Per", b = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, f = "Save job", g = "Continue", w = "Compensation", k = "Edit job", W = "Add job", j = { classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code" }, v = "Workers' compensation coverage", x = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", L = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, E = "Risk class code", T = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", N = "Select if employee is a 2% shareholder", O = {
36
2
  addAnotherJobCta: e,
37
3
  adjustForMinimumWage: t,
38
4
  adjustForMinimumWageDescription: o,
39
5
  minimumWageLabel: a,
40
- minimumWageDescription: i,
41
- allCompensations: s,
6
+ minimumWageDescription: s,
7
+ allCompensations: i,
42
8
  amount: n,
43
- backCta: l,
44
- cancelCta: m,
9
+ backCta: m,
10
+ cancelCta: l,
45
11
  cancelNewJobCta: c,
46
12
  classificationCTA: r,
47
13
  employeeClassification: p,
48
14
  flsaStatusLabels: d,
49
15
  hamburgerTitle: u,
50
- jobTitle: y,
51
- paymentUnitDescription: h,
16
+ jobTitle: h,
17
+ paymentUnitDescription: y,
52
18
  paymentUnitLabel: C,
53
19
  paymentUnitOptions: b,
54
20
  saveNewJobCta: f,
55
21
  submitCta: g,
56
- title: W,
57
- editTitle: w,
58
- addTitle: k,
59
- validations: v,
60
- stateWcCoveredLabel: j,
61
- stateWcCoveredDescription: L,
62
- stateWcCoveredOptions: T,
63
- stateWcClassCodeLabel: x,
64
- stateWcClassCodeDescription: D,
22
+ title: w,
23
+ editTitle: k,
24
+ addTitle: W,
25
+ validations: j,
26
+ stateWcCoveredLabel: v,
27
+ stateWcCoveredDescription: x,
28
+ stateWcCoveredOptions: L,
29
+ stateWcClassCodeLabel: E,
30
+ stateWcClassCodeDescription: T,
65
31
  twoPercentStakeholderLabel: N
66
32
  };
67
33
  export {
68
34
  e as addAnotherJobCta,
69
- k as addTitle,
35
+ W as addTitle,
70
36
  t as adjustForMinimumWage,
71
37
  o as adjustForMinimumWageDescription,
72
- s as allCompensations,
38
+ i as allCompensations,
73
39
  n as amount,
74
- l as backCta,
75
- m as cancelCta,
40
+ m as backCta,
41
+ l as cancelCta,
76
42
  c as cancelNewJobCta,
77
43
  r as classificationCTA,
78
44
  O as default,
79
- w as editTitle,
45
+ k as editTitle,
80
46
  p as employeeClassification,
81
47
  d as flsaStatusLabels,
82
48
  u as hamburgerTitle,
83
- y as jobTitle,
84
- i as minimumWageDescription,
49
+ h as jobTitle,
50
+ s as minimumWageDescription,
85
51
  a as minimumWageLabel,
86
- h as paymentUnitDescription,
52
+ y as paymentUnitDescription,
87
53
  C as paymentUnitLabel,
88
54
  b as paymentUnitOptions,
89
55
  f as saveNewJobCta,
90
- D as stateWcClassCodeDescription,
91
- x as stateWcClassCodeLabel,
92
- L as stateWcCoveredDescription,
93
- j as stateWcCoveredLabel,
94
- T as stateWcCoveredOptions,
56
+ T as stateWcClassCodeDescription,
57
+ E as stateWcClassCodeLabel,
58
+ x as stateWcCoveredDescription,
59
+ v as stateWcCoveredLabel,
60
+ L as stateWcCoveredOptions,
95
61
  g as submitCta,
96
- W as title,
62
+ w as title,
97
63
  N as twoPercentStakeholderLabel,
98
- v as validations
64
+ j as validations
99
65
  };
100
66
  //# sourceMappingURL=Employee.Compensation.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Compensation.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,76 +1,73 @@
1
- const e = "Deductions", n = "Include deductions for this employee?", t = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", o = "Yes", i = "No", c = "Continue", d = "Add Deduction", u = "Edit Deduction", a = "Deductions from employee net pay will start on their next pay period and appear on their paystub and payroll receipts as a separate line item. Note: All deductions are post-tax.", s = "Deduction description", r = "Deduction frequency", l = "This deduction occurs every payroll", p = "This is a one-time deduction and only applies to the next upcoming payroll", m = "List of current deductions of an employee", y = "Deduction type", D = "Percentage", T = "Fixed dollar amount", h = "Step 4c: Extra withholding", g = "Annual maximum", b = "This is a court-ordered deduction", C = "Deduction", L = "Frequency", f = "Withheld", x = "Actions", O = "Recurring", A = "{{value}} per paycheck", q = "One-time", v = "Once added, your deductions will appear here.", F = "Deduction actions menu", w = "Edit deduction", M = "Delete deduction", R = "+ Add another deduction", E = "Cancel", N = {
2
- description: "Description is required",
3
- amount: "Amount must be a valid number"
4
- }, P = {
1
+ const e = "Deductions", n = "Include deductions for this employee?", t = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", M = "Yes", R = "No", o = "Continue", c = "Add Deduction", i = "Edit Deduction", d = "Deductions from employee net pay will start on their next pay period and appear on their paystub and payroll receipts as a separate line item. Note: All deductions are post-tax.", s = "Deduction description", u = "Deduction frequency", a = "This deduction occurs every payroll", r = "This is a one-time deduction and only applies to the next upcoming payroll", l = "List of current deductions of an employee", p = "Deduction type", m = "Percentage", y = "Fixed dollar amount", D = "Step 4c: Extra withholding", h = "Annual maximum", g = "This is a court-ordered deduction", T = "Deduction", b = "Frequency", f = "Withheld", x = "Actions", C = "Recurring", L = "{{value}} per paycheck", A = "One-time", O = "Once added, your deductions will appear here.", q = "Deduction actions menu", v = "Edit deduction", w = "Delete deduction", E = "+ Add another deduction", F = "Cancel", N = { description: "Description is required", amount: "Amount must be a valid number" }, Y = {
5
2
  pageTitle: e,
6
3
  includeDeductionsFormLabel: n,
7
4
  includeDeductionsDescription: t,
8
- includeDeductionsYes: o,
9
- includeDeductionsNo: i,
10
- continueCta: c,
11
- addDeductionTitle: d,
12
- editDeductionTitle: u,
13
- addDeuctionDescription: a,
5
+ includeDeductionsYes: "Yes",
6
+ includeDeductionsNo: "No",
7
+ continueCta: o,
8
+ addDeductionTitle: c,
9
+ editDeductionTitle: i,
10
+ addDeuctionDescription: d,
14
11
  descriptionLabel: s,
15
- frequencyLabel: r,
16
- frequencyRecurringOption: l,
17
- frequencyOneTimeOption: p,
18
- deductionsTableLabel: m,
19
- deductionTypeLabel: y,
20
- deductionTypePercentageOption: D,
21
- deductionTypeFixedAmountOption: T,
22
- deductionAmountLabel: h,
23
- annualMaxLabel: g,
24
- courtOrderedLabel: b,
25
- nameColumn: C,
26
- frequencyColumn: L,
12
+ frequencyLabel: u,
13
+ frequencyRecurringOption: a,
14
+ frequencyOneTimeOption: r,
15
+ deductionsTableLabel: l,
16
+ deductionTypeLabel: p,
17
+ deductionTypePercentageOption: m,
18
+ deductionTypeFixedAmountOption: y,
19
+ deductionAmountLabel: D,
20
+ annualMaxLabel: h,
21
+ courtOrderedLabel: g,
22
+ nameColumn: T,
23
+ frequencyColumn: b,
27
24
  withheldColumn: f,
28
25
  actionsColumn: x,
29
- recurringText: O,
30
- recurringAmount: A,
31
- nonRecurringText: q,
32
- emptyListMessage: v,
33
- hamburgerTitle: F,
34
- editCta: w,
35
- deleteCta: M,
36
- addDeductionCta: R,
37
- cancelCta: E,
26
+ recurringText: C,
27
+ recurringAmount: L,
28
+ nonRecurringText: A,
29
+ emptyListMessage: O,
30
+ hamburgerTitle: q,
31
+ editCta: v,
32
+ deleteCta: w,
33
+ addDeductionCta: E,
34
+ cancelCta: F,
38
35
  validations: N
39
36
  };
40
37
  export {
41
38
  x as actionsColumn,
42
- R as addDeductionCta,
43
- d as addDeductionTitle,
44
- a as addDeuctionDescription,
45
- g as annualMaxLabel,
46
- E as cancelCta,
47
- c as continueCta,
48
- b as courtOrderedLabel,
49
- h as deductionAmountLabel,
50
- T as deductionTypeFixedAmountOption,
51
- y as deductionTypeLabel,
52
- D as deductionTypePercentageOption,
53
- m as deductionsTableLabel,
54
- P as default,
55
- M as deleteCta,
39
+ E as addDeductionCta,
40
+ c as addDeductionTitle,
41
+ d as addDeuctionDescription,
42
+ h as annualMaxLabel,
43
+ F as cancelCta,
44
+ o as continueCta,
45
+ g as courtOrderedLabel,
46
+ D as deductionAmountLabel,
47
+ y as deductionTypeFixedAmountOption,
48
+ p as deductionTypeLabel,
49
+ m as deductionTypePercentageOption,
50
+ l as deductionsTableLabel,
51
+ Y as default,
52
+ w as deleteCta,
56
53
  s as descriptionLabel,
57
- w as editCta,
58
- u as editDeductionTitle,
59
- v as emptyListMessage,
60
- L as frequencyColumn,
61
- r as frequencyLabel,
62
- p as frequencyOneTimeOption,
63
- l as frequencyRecurringOption,
64
- F as hamburgerTitle,
54
+ v as editCta,
55
+ i as editDeductionTitle,
56
+ O as emptyListMessage,
57
+ b as frequencyColumn,
58
+ u as frequencyLabel,
59
+ r as frequencyOneTimeOption,
60
+ a as frequencyRecurringOption,
61
+ q as hamburgerTitle,
65
62
  t as includeDeductionsDescription,
66
63
  n as includeDeductionsFormLabel,
67
- i as includeDeductionsNo,
68
- o as includeDeductionsYes,
69
- C as nameColumn,
70
- q as nonRecurringText,
64
+ R as includeDeductionsNo,
65
+ M as includeDeductionsYes,
66
+ T as nameColumn,
67
+ A as nonRecurringText,
71
68
  e as pageTitle,
72
- A as recurringAmount,
73
- O as recurringText,
69
+ L as recurringAmount,
70
+ C as recurringText,
74
71
  N as validations,
75
72
  f as withheldColumn
76
73
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,48 +1,48 @@
1
- const e = "Documents", o = "Documents", n = "Form", t = "Action", i = "Continue", r = "Sign document", a = "Complete", c = "Not signed", s = "Could not load your documents, try again later.", l = "No documents found", u = "Signature required for {{formTitle}}", m = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = "Signature", g = "Type your full, legal name.", C = "Signature is required", L = "I am the employee and I agree to sign electronically", b = "You must agree to sign electronically", p = "Back", w = "Sign form", f = "View document", y = "Please review the document. When you're finished, sign below.", S = {
2
- documentListTitle: e,
3
- documentListLabel: o,
4
- formColumnLabel: n,
1
+ const o = "Documents", n = "Documents", e = "Form", t = "Action", i = "Continue", c = "Sign document", s = "Complete", r = "Not signed", a = "Could not load your documents, try again later.", l = "No documents found", u = "Signature required for {{formTitle}}", m = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = "Signature", g = "Type your full, legal name.", C = "Signature is required", y = "I am the employee and I agree to sign electronically", f = "You must agree to sign electronically", p = "Back", w = "Sign form", L = "View document", b = "Please review the document. When you're finished, sign below.", S = {
2
+ documentListTitle: o,
3
+ documentListLabel: n,
4
+ formColumnLabel: e,
5
5
  actionColumnLabel: t,
6
6
  continueCta: i,
7
- signDocumentCta: r,
8
- signDocumentComplete: a,
9
- notSigned: c,
10
- documentListError: s,
7
+ signDocumentCta: c,
8
+ signDocumentComplete: s,
9
+ notSigned: r,
10
+ documentListError: a,
11
11
  emptyTableTitle: l,
12
12
  signatureFormTitle: u,
13
13
  downloadPrompt: m,
14
14
  signatureFieldLabel: d,
15
15
  signatureFieldDescription: g,
16
16
  signatureFieldError: C,
17
- confirmSignatureCheckboxLabel: L,
18
- confirmSignatureError: b,
17
+ confirmSignatureCheckboxLabel: y,
18
+ confirmSignatureError: f,
19
19
  backCta: p,
20
20
  signFormCta: w,
21
- viewDocumentCta: f,
22
- downloadAndReviewInstructions: y
21
+ viewDocumentCta: L,
22
+ downloadAndReviewInstructions: b
23
23
  };
24
24
  export {
25
25
  t as actionColumnLabel,
26
26
  p as backCta,
27
- L as confirmSignatureCheckboxLabel,
28
- b as confirmSignatureError,
27
+ y as confirmSignatureCheckboxLabel,
28
+ f as confirmSignatureError,
29
29
  i as continueCta,
30
30
  S as default,
31
- s as documentListError,
32
- o as documentListLabel,
33
- e as documentListTitle,
34
- y as downloadAndReviewInstructions,
31
+ a as documentListError,
32
+ n as documentListLabel,
33
+ o as documentListTitle,
34
+ b as downloadAndReviewInstructions,
35
35
  m as downloadPrompt,
36
36
  l as emptyTableTitle,
37
- n as formColumnLabel,
38
- c as notSigned,
39
- a as signDocumentComplete,
40
- r as signDocumentCta,
37
+ e as formColumnLabel,
38
+ r as notSigned,
39
+ s as signDocumentComplete,
40
+ c as signDocumentCta,
41
41
  w as signFormCta,
42
42
  g as signatureFieldDescription,
43
43
  C as signatureFieldError,
44
44
  d as signatureFieldLabel,
45
45
  u as signatureFormTitle,
46
- f as viewDocumentCta
46
+ L as viewDocumentCta
47
47
  };
48
48
  //# sourceMappingURL=Employee.DocumentSigner.json.js.map
@@ -1,44 +1,44 @@
1
- const e = "Actions", t = "Add an employee", a = "I'll do this later", o = "+ Add another employee", s = "Continue", n = "Addresses", l = "Deductions", d = "Delete employee", c = "Edit employee", i = "Cancel self-onboarding", p = "Review", r = "List of current employees", m = "Once you’ve added employees they will appear here", C = "No employees", y = "Federal Taxes", b = "Employee actions menu", u = "Employee name", T = "Status", L = "Your employees", h = {
1
+ const e = "Actions", t = "Add an employee", o = "I'll do this later", s = "+ Add another employee", n = "Continue", a = "Addresses", l = "Deductions", c = "Delete employee", d = "Edit employee", i = "Cancel self-onboarding", p = "Review", m = "List of current employees", r = "Once you’ve added employees they will appear here", y = "No employees", C = "Federal Taxes", u = "Employee actions menu", b = "Employee name", L = "Status", T = "Your employees", h = {
2
2
  actionLabel: e,
3
3
  addEmployeeCTA: t,
4
- skipCta: a,
5
- addAnotherCta: o,
6
- continueCta: s,
7
- addressesCta: n,
4
+ skipCta: o,
5
+ addAnotherCta: s,
6
+ continueCta: n,
7
+ addressesCta: a,
8
8
  deductionsCta: l,
9
- deleteCta: d,
10
- editCta: c,
9
+ deleteCta: c,
10
+ editCta: d,
11
11
  cancelSelfOnboardingCta: i,
12
12
  reviewCta: p,
13
- employeeListLabel: r,
14
- emptyTableDescription: m,
15
- emptyTableTitle: C,
16
- federalTaxesCta: y,
17
- hamburgerTitle: b,
18
- nameLabel: u,
19
- statusLabel: T,
20
- title: L
13
+ employeeListLabel: m,
14
+ emptyTableDescription: r,
15
+ emptyTableTitle: y,
16
+ federalTaxesCta: C,
17
+ hamburgerTitle: u,
18
+ nameLabel: b,
19
+ statusLabel: L,
20
+ title: T
21
21
  };
22
22
  export {
23
23
  e as actionLabel,
24
- o as addAnotherCta,
24
+ s as addAnotherCta,
25
25
  t as addEmployeeCTA,
26
- n as addressesCta,
26
+ a as addressesCta,
27
27
  i as cancelSelfOnboardingCta,
28
- s as continueCta,
28
+ n as continueCta,
29
29
  l as deductionsCta,
30
30
  h as default,
31
- d as deleteCta,
32
- c as editCta,
33
- r as employeeListLabel,
34
- m as emptyTableDescription,
35
- C as emptyTableTitle,
36
- y as federalTaxesCta,
37
- b as hamburgerTitle,
38
- u as nameLabel,
31
+ c as deleteCta,
32
+ d as editCta,
33
+ m as employeeListLabel,
34
+ r as emptyTableDescription,
35
+ y as emptyTableTitle,
36
+ C as federalTaxesCta,
37
+ u as hamburgerTitle,
38
+ b as nameLabel,
39
39
  p as reviewCta,
40
- a as skipCta,
41
- T as statusLabel,
42
- L as title
40
+ o as skipCta,
41
+ L as statusLabel,
42
+ T as title
43
43
  };
44
44
  //# sourceMappingURL=Employee.EmployeeList.json.js.map
@@ -1,45 +1,40 @@
1
- const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", a = "State", n = "Select state...", r = "Zip", l = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", d = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', h = "Courtesy withholding", p = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", y = "Edit Address", m = "Cancel", u = "Submit", g = {
2
- street1: "Street address is required",
3
- city: "Please provide valid city name",
4
- state: "Please select a state",
5
- zip: "Please provide valid zip code"
6
- }, w = {
1
+ const e = "Home address", t = "Employee’s home mailing address, within the United States.", o = "Street 1", s = "Street 2", i = "City", n = "State", a = "Select state...", g = "Zip", r = "Include courtesy withholding", c = "Withhold and pay local income taxes for employees who live and work in different states. ", l = '<learnMore href="https://support.gusto.com/article/101365481100000/Reciprocal-agreements-and-courtesy-withholding" target="_blank">Learn more about courtesy withholdings.</learnMore>', d = "Courtesy withholding", h = "<p>Withholding on an employee's behalf will require your company to register with any corresponding agencies.</p><p>Also, if this employee's home address will change your company's state tax requirements, you may need to complete your company's state tax setup again.</p>", p = "Edit Address", y = "Cancel", m = "Submit", u = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, w = {
7
2
  formTitle: e,
8
3
  desc: t,
9
4
  street1: o,
10
5
  street2: s,
11
6
  city: i,
12
- state: a,
13
- statePlaceholder: n,
14
- zip: r,
15
- courtesyWithholdingLabel: l,
7
+ state: n,
8
+ statePlaceholder: a,
9
+ zip: "Zip",
10
+ courtesyWithholdingLabel: r,
16
11
  courtesyWhithholdingDescription: c,
17
- learnMoreCta: d,
18
- withholdingTitle: h,
19
- withholdingNote: p,
20
- editAddress: y,
21
- cancel: m,
22
- submit: u,
23
- validations: g
12
+ learnMoreCta: l,
13
+ withholdingTitle: d,
14
+ withholdingNote: h,
15
+ editAddress: p,
16
+ cancel: y,
17
+ submit: m,
18
+ validations: u
24
19
  };
25
20
  export {
26
- m as cancel,
21
+ y as cancel,
27
22
  i as city,
28
23
  c as courtesyWhithholdingDescription,
29
- l as courtesyWithholdingLabel,
24
+ r as courtesyWithholdingLabel,
30
25
  w as default,
31
26
  t as desc,
32
- y as editAddress,
27
+ p as editAddress,
33
28
  e as formTitle,
34
- d as learnMoreCta,
35
- a as state,
36
- n as statePlaceholder,
29
+ l as learnMoreCta,
30
+ n as state,
31
+ a as statePlaceholder,
37
32
  o as street1,
38
33
  s as street2,
39
- u as submit,
40
- g as validations,
41
- p as withholdingNote,
42
- h as withholdingTitle,
43
- r as zip
34
+ m as submit,
35
+ u as validations,
36
+ h as withholdingNote,
37
+ d as withholdingTitle,
38
+ g as zip
44
39
  };
45
40
  //# sourceMappingURL=Employee.HomeAddress.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}