@gusto/embedded-react-sdk 0.11.1 → 0.11.3
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.
- package/CHANGELOG.md +17 -0
- package/dist/assets/icons/alert-circle.svg.js.map +1 -1
- package/dist/assets/icons/caret-down.svg.js +1 -1
- package/dist/assets/icons/caret-down.svg.js.map +1 -1
- package/dist/assets/icons/caret-left.svg.js.map +1 -1
- package/dist/assets/icons/caret-right.svg.js.map +1 -1
- package/dist/assets/icons/checkbox.svg.js.map +1 -1
- package/dist/assets/icons/error.svg.js.map +1 -1
- package/dist/assets/icons/hamburger.svg.js.map +1 -1
- package/dist/assets/icons/info.svg.js.map +1 -1
- package/dist/assets/icons/list.svg.js.map +1 -1
- package/dist/assets/icons/magnifyingGlass.png.js.map +1 -1
- package/dist/assets/icons/pagination_next.svg.js.map +1 -1
- package/dist/assets/icons/pagination_previous.svg.js.map +1 -1
- package/dist/assets/icons/pencil.svg.js.map +1 -1
- package/dist/assets/icons/success_check.svg.js.map +1 -1
- package/dist/assets/icons/trashcan.svg.js.map +1 -1
- package/dist/assets/icons/unchecked_circular.svg.js.map +1 -1
- package/dist/assets/icons/verification_pending.svg.js.map +1 -1
- package/dist/assets/icons/warning.svg.js.map +1 -1
- package/dist/components/Base/Base.js +19 -18
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/createCompoundContext.js.map +1 -1
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
- package/dist/components/Common/DataView/DataView.js.map +1 -1
- package/dist/components/Common/DataView/useDataView.js.map +1 -1
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
- package/dist/components/Common/FieldCaption/FieldCaption.js +7 -4
- package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
- package/dist/components/Common/FieldCaption/FieldCaption.module.scss.js +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.module.scss.js +1 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.module.scss.js +1 -1
- package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
- package/dist/components/Common/FieldLayout/FieldLayout.module.scss.js +11 -11
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +1 -0
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js +35 -20
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
- package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
- package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
- package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
- package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
- package/dist/components/Common/Flex/Flex.js.map +1 -1
- package/dist/components/Common/Form/Form.js.map +1 -1
- package/dist/components/Common/Grid/Grid.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.module.scss.js +1 -1
- package/dist/components/Common/InternalError/InternalError.js.map +1 -1
- package/dist/components/Common/Loading/Loading.js.map +1 -1
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
- package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureForm.js +6 -4
- package/dist/components/Common/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormActions.js +12 -10
- package/dist/components/Common/SignatureForm/SignatureFormActions.js.map +1 -1
- package/dist/components/Common/SignatureForm/SignatureFormFields.js +8 -6
- package/dist/components/Common/SignatureForm/SignatureFormFields.js.map +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
- package/dist/components/Common/UI/Alert/Alert.module.scss.js +1 -1
- package/dist/components/Common/UI/Badge/Badge.js +4 -4
- package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
- package/dist/components/Common/UI/Badge/Badge.module.scss.js +4 -4
- package/dist/components/Common/UI/Button/Button.d.ts +1 -1
- package/dist/components/Common/UI/Button/Button.js +22 -24
- package/dist/components/Common/UI/Button/Button.js.map +1 -1
- package/dist/components/Common/UI/Button/Button.module.scss.js +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.d.ts +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.js +7 -5
- package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js +8 -0
- package/dist/components/Common/UI/Button/ButtonIcon.module.scss.js.map +1 -0
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +2 -6
- package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
- package/dist/components/Common/UI/Card/Card.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +8 -8
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.module.scss.js +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.js +36 -36
- package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.module.scss.js +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.module.scss.js +8 -8
- package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
- package/dist/components/Common/UI/Heading/Heading.module.scss.js +11 -11
- package/dist/components/Common/UI/Input/Input.js.map +1 -1
- package/dist/components/Common/UI/Input/Input.module.scss.js +10 -10
- package/dist/components/Common/UI/Link/Link.js.map +1 -1
- package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
- package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
- package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
- package/dist/components/Common/UI/Radio/Radio.module.scss.js +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.module.scss.js +1 -1
- package/dist/components/Common/UI/Select/Select.js +13 -13
- package/dist/components/Common/UI/Select/Select.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.module.scss.js +1 -1
- package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.js.map +1 -1
- package/dist/components/Common/UI/Text/Text.js.map +1 -1
- package/dist/components/Common/UI/Text/Text.module.scss.js +16 -20
- package/dist/components/Common/UI/Text/Text.module.scss.js.map +1 -1
- package/dist/components/Common/UI/Text/TextTypes.d.ts +1 -1
- package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
- package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
- package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/components/Common/hooks/useAsyncError.js.map +1 -1
- package/dist/components/Common/hooks/useMenu.js.map +1 -1
- package/dist/components/Common/hooks/useNumberFormatter.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +3 -2
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +8 -6
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +10 -8
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js +11 -11
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Schema.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +8 -6
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +1 -1
- package/dist/components/Company/AssignSignatory/SignatoryForm.js.map +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +8 -7
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +9 -8
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +11 -9
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/AccountView.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +12 -10
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +13 -11
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +6 -4
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/stateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +7 -5
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +7 -6
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Head.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Form.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Head.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/Preview.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +3 -2
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/useSignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/assignSignatoryState.js.map +1 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/stateMachine.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +9 -7
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +7 -6
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +5 -3
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.js.map +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.js +7 -5
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +1 -1
- package/dist/components/Company/Industry/Edit.js +12 -10
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Industry/Head.js.map +1 -1
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +8 -6
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +4 -3
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/Locations.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +8 -6
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Head.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +4 -2
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +9 -8
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/Locations/locationsStateMachine.js.map +1 -1
- package/dist/components/Company/Locations/stateMachine.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Company/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +14 -12
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +8 -6
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -2
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +33 -31
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Actions.js +12 -10
- package/dist/components/Company/PaySchedule/_parts/Actions.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Edit.js +51 -52
- package/dist/components/Company/PaySchedule/_parts/Edit.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/Head.js +8 -6
- package/dist/components/Company/PaySchedule/_parts/Head.js.map +1 -1
- package/dist/components/Company/PaySchedule/_parts/List.js +15 -13
- package/dist/components/Company/PaySchedule/_parts/List.js.map +1 -1
- package/dist/components/Company/PaySchedule/usePaySchedule.d.ts +0 -3
- package/dist/components/Company/PaySchedule/usePaySchedule.js +8 -9
- package/dist/components/Company/PaySchedule/usePaySchedule.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxes.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesComponents.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +7 -5
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Form.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Head.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +8 -6
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Head.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +7 -5
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +1 -1
- package/dist/components/Company/StateTaxes/stateTaxesStateMachine.js.map +1 -1
- package/dist/components/Contractor/Address/Actions.js.map +1 -1
- package/dist/components/Contractor/Address/Address.js +5 -4
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.js +1 -1
- package/dist/components/Contractor/Address/Form.js.map +1 -1
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.js +1 -1
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/List/index.js.map +1 -1
- package/dist/components/Contractor/List/useContractorList.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +17 -16
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +7 -5
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +3 -2
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.js +10 -10
- package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/ContractorSubmitWithApi.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.js.map +1 -1
- package/dist/components/Contractor/Submit/index.js +11 -9
- package/dist/components/Contractor/Submit/index.js.map +1 -1
- package/dist/components/Employee/Compensation/Actions.js +6 -5
- package/dist/components/Employee/Compensation/Actions.js.map +1 -1
- package/dist/components/Employee/Compensation/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/Edit.js +15 -14
- package/dist/components/Employee/Compensation/Edit.js.map +1 -1
- package/dist/components/Employee/Compensation/Head.js.map +1 -1
- package/dist/components/Employee/Compensation/List.js +25 -23
- package/dist/components/Employee/Compensation/List.js.map +1 -1
- package/dist/components/Employee/Compensation/useCompensation.js.map +1 -1
- package/dist/components/Employee/Deductions/Actions.js +12 -10
- package/dist/components/Employee/Deductions/Actions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionForm.js +12 -10
- package/dist/components/Employee/Deductions/DeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsList.js +7 -5
- package/dist/components/Employee/Deductions/DeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/Head.js.map +1 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +9 -7
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +1 -1
- package/dist/components/Employee/Deductions/useDeductions.js +1 -1
- package/dist/components/Employee/Deductions/useDeductions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js +8 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js +7 -6
- package/dist/components/Employee/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/Head.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js +4 -2
- package/dist/components/Employee/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js +1 -1
- package/dist/components/Employee/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Actions.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Form.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Head.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/Preview.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js +8 -7
- package/dist/components/Employee/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js +1 -1
- package/dist/components/Employee/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/DocumentSigner/stateMachine.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Actions.js +6 -4
- package/dist/components/Employee/EmployeeList/Actions.js.map +1 -1
- package/dist/components/Employee/EmployeeList/EmployeeList.js +4 -3
- package/dist/components/Employee/EmployeeList/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/Head.js +7 -5
- package/dist/components/Employee/EmployeeList/Head.js.map +1 -1
- package/dist/components/Employee/EmployeeList/List.js +15 -14
- package/dist/components/Employee/EmployeeList/List.js.map +1 -1
- package/dist/components/Employee/EmployeeList/useEmployeeList.js +1 -1
- package/dist/components/Employee/Landing/Landing.js +13 -12
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +7 -7
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Actions.js +9 -7
- package/dist/components/Employee/PaymentMethod/Actions.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccount.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js +6 -5
- package/dist/components/Employee/PaymentMethod/BankAccountEdit.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js +10 -8
- package/dist/components/Employee/PaymentMethod/BankAccountsList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Head.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js +3 -2
- package/dist/components/Employee/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/Split.js +11 -10
- package/dist/components/Employee/PaymentMethod/Split.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js +1 -1
- package/dist/components/Employee/PaymentMethod/usePaymentMethod.js.map +1 -1
- package/dist/components/Employee/Profile/Actions.js +9 -7
- package/dist/components/Employee/Profile/Actions.js.map +1 -1
- package/dist/components/Employee/Profile/AdminPersonalDetails.js +10 -9
- package/dist/components/Employee/Profile/AdminPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/Head.js.map +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js +1 -1
- package/dist/components/Employee/Profile/HomeAddress.js.map +1 -1
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js +2 -2
- package/dist/components/Employee/Profile/PersonalDetailsInputs.js.map +1 -1
- package/dist/components/Employee/Profile/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/SelfPersonalDetails.js.map +1 -1
- package/dist/components/Employee/Profile/WorkAddress.js.map +1 -1
- package/dist/components/Employee/Profile/getEmployeeAddressForProfile.js.map +1 -1
- package/dist/components/Employee/Profile/useProfile.js +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/selfOnboardingMachine.js.map +1 -1
- package/dist/components/Employee/Taxes/Actions.js +10 -8
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +14 -12
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +1 -1
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Flow/useFlow.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.d.ts +5 -2
- package/dist/contexts/ApiProvider/ApiProvider.js +34 -30
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +3 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +16 -14
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
- package/dist/contexts/GustoProvider/index.d.ts +2 -0
- package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
- package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
- package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +4 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.js +60 -22
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -1
- package/dist/contexts/ThemeProvider/createTheme.js +14 -16
- package/dist/contexts/ThemeProvider/createTheme.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +59 -0
- package/dist/contexts/ThemeProvider/theme.js +101 -0
- package/dist/contexts/ThemeProvider/theme.js.map +1 -0
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/contexts/index.d.ts +4 -0
- package/dist/helpers/LRUCache.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +10 -2
- package/dist/helpers/dateFormatting.js +30 -7
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/dateFormatting.test.d.ts +1 -0
- package/dist/helpers/ensureRequired.js.map +1 -1
- package/dist/helpers/federalEin.js.map +1 -1
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/helpers/getDataProps.js.map +1 -1
- package/dist/helpers/mask.js.map +1 -1
- package/dist/helpers/payRateCalculator.js.map +1 -1
- package/dist/helpers/rem.js +2 -3
- package/dist/helpers/rem.js.map +1 -1
- package/dist/helpers/responsive.js.map +1 -1
- package/dist/helpers/ssn.js.map +1 -1
- package/dist/helpers/validations.js.map +1 -1
- package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
- package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Company.AddBank.json.js +12 -12
- package/dist/i18n/en/Company.Addresses.json.js +12 -12
- package/dist/i18n/en/Company.AssignSignatory.json.js +5 -54
- package/dist/i18n/en/Company.AssignSignatory.json.js.map +1 -1
- package/dist/i18n/en/Company.BankAccount.json.js +19 -40
- package/dist/i18n/en/Company.BankAccount.json.js.map +1 -1
- package/dist/i18n/en/Company.DocumentList.json.js +15 -15
- package/dist/i18n/en/Company.FederalTaxes.json.js +16 -32
- package/dist/i18n/en/Company.FederalTaxes.json.js.map +1 -1
- package/dist/i18n/en/Company.Locations.json.js +43 -49
- package/dist/i18n/en/Company.Locations.json.js.map +1 -1
- package/dist/i18n/en/Company.OnboardingOverview.json.js +14 -36
- package/dist/i18n/en/Company.OnboardingOverview.json.js.map +1 -1
- package/dist/i18n/en/Company.PaySchedule.json.js +1 -44
- package/dist/i18n/en/Company.PaySchedule.json.js.map +1 -1
- package/dist/i18n/en/Company.SignatureForm.json.js +9 -9
- package/dist/i18n/en/Company.StateTaxes.json.js +1 -25
- package/dist/i18n/en/Company.StateTaxes.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Address.json.js +19 -24
- package/dist/i18n/en/Contractor.Address.json.js.map +1 -1
- package/dist/i18n/en/Contractor.ContractorList.json.js +9 -12
- package/dist/i18n/en/Contractor.ContractorList.json.js.map +1 -1
- package/dist/i18n/en/Contractor.ContractorSubmit.json.js +10 -14
- package/dist/i18n/en/Contractor.ContractorSubmit.json.js.map +1 -1
- package/dist/i18n/en/Contractor.NewHireReport.json.js +5 -7
- package/dist/i18n/en/Contractor.NewHireReport.json.js.map +1 -1
- package/dist/i18n/en/Contractor.PaymentMethod.json.js +4 -17
- package/dist/i18n/en/Contractor.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Contractor.Profile.json.js +1 -58
- package/dist/i18n/en/Contractor.Profile.json.js.map +1 -1
- package/dist/i18n/en/Employee.BankAccount.json.js +17 -19
- package/dist/i18n/en/Employee.BankAccount.json.js.map +1 -1
- package/dist/i18n/en/Employee.Compensation.json.js +31 -65
- package/dist/i18n/en/Employee.Compensation.json.js.map +1 -1
- package/dist/i18n/en/Employee.Deductions.json.js +56 -59
- package/dist/i18n/en/Employee.Deductions.json.js.map +1 -1
- package/dist/i18n/en/Employee.DocumentSigner.json.js +23 -23
- package/dist/i18n/en/Employee.EmployeeList.json.js +29 -29
- package/dist/i18n/en/Employee.HomeAddress.json.js +23 -28
- package/dist/i18n/en/Employee.HomeAddress.json.js.map +1 -1
- package/dist/i18n/en/Employee.Landing.json.js +11 -15
- package/dist/i18n/en/Employee.Landing.json.js.map +1 -1
- package/dist/i18n/en/Employee.OnboardingSummary.json.js +6 -28
- package/dist/i18n/en/Employee.OnboardingSummary.json.js.map +1 -1
- package/dist/i18n/en/Employee.PaySchedules.json.js +1 -5
- package/dist/i18n/en/Employee.PaySchedules.json.js.map +1 -1
- package/dist/i18n/en/Employee.PaymentMethod.json.js +29 -36
- package/dist/i18n/en/Employee.PaymentMethod.json.js.map +1 -1
- package/dist/i18n/en/Employee.Profile.json.js +16 -22
- package/dist/i18n/en/Employee.Profile.json.js.map +1 -1
- package/dist/i18n/en/Employee.SplitPaycheck.json.js +21 -25
- package/dist/i18n/en/Employee.SplitPaycheck.json.js.map +1 -1
- package/dist/i18n/en/Employee.StateTaxes.json.js +4 -4
- package/dist/i18n/en/Employee.Taxes.json.js +26 -29
- package/dist/i18n/en/Employee.Taxes.json.js.map +1 -1
- package/dist/i18n/en/Payroll.PayrollHistoryList.json.js +9 -9
- package/dist/i18n/en/common.json.d.ts +1 -1
- package/dist/i18n/en/common.json.js +1 -147
- package/dist/i18n/en/common.json.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -9
- package/dist/index.js.map +1 -1
- package/dist/models/NAICSValues.js.map +1 -1
- package/dist/models/WA_RISK_CODES.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/GTheme.d.ts +0 -1
- package/dist/types/hooks.d.ts +36 -0
- package/package.json +5 -5
|
@@ -1,74 +1,68 @@
|
|
|
1
|
-
const e = "Company addresses", s = "To automate your payroll filings, we need to have your company's accurate addresses. Please enter your mailing and filing addresses and all addresses where you have employees physically working in the United States.", t = "List of company addresses", a = "Addresses",
|
|
2
|
-
street1: "Street address is required",
|
|
3
|
-
city: "Please provide valid city name",
|
|
4
|
-
state: "Please select a state",
|
|
5
|
-
zip: "Please provide valid zip code",
|
|
6
|
-
phone: "Please provide valid phone number"
|
|
7
|
-
}, I = {
|
|
1
|
+
const e = "Company addresses", s = "To automate your payroll filings, we need to have your company's accurate addresses. Please enter your mailing and filing addresses and all addresses where you have employees physically working in the United States.", t = "List of company addresses", a = "Addresses", o = "Address status", i = "Filing Address", n = "Mailing Address", d = "Location actions", l = "Edit", r = "No addresses", c = "Once you’ve added addresses they will appear here", p = "+ Add another address", y = "+ Add an address", m = "Add company address", h = "We will need to collect and add any employee’s physical working address in the US including remote employees and employees who work from home", u = "Street 1", g = "Street 2", L = "City", b = "State", f = "Select state...", z = "Zip", v = "Phone number", A = "Address types", C = "Mailing address", w = "This is where you'd like to receive mail. It's usually the same as your filing address.", T = "Filing address", P = "This is your primary physical place of business. It can't be a P.O. Box. The filing address should match the address you have on file with the IRS, which you can find on your federal EIN assignment form (Form CP575). We'll use it for all local, state, and federal filings.", S = "Save", F = "Cancel", D = "Continue", k = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code", phone: "Please provide valid phone number" }, I = {
|
|
8
2
|
locationsListTitle: e,
|
|
9
3
|
locationsListDescription: s,
|
|
10
4
|
locationListLabel: t,
|
|
11
5
|
locationListCol1: a,
|
|
12
|
-
locationListCol2:
|
|
13
|
-
filingAddress:
|
|
6
|
+
locationListCol2: o,
|
|
7
|
+
filingAddress: i,
|
|
14
8
|
mailingAddress: n,
|
|
15
|
-
hamburgerTitle:
|
|
16
|
-
editCta:
|
|
9
|
+
hamburgerTitle: d,
|
|
10
|
+
editCta: l,
|
|
17
11
|
emptyTableTitle: r,
|
|
18
12
|
emptyTableDescription: c,
|
|
19
13
|
addLocationCta: p,
|
|
20
|
-
addFirstLocationCta:
|
|
21
|
-
locationFormTitle:
|
|
22
|
-
locationFormDescription:
|
|
23
|
-
street1Label:
|
|
24
|
-
street2Label:
|
|
25
|
-
cityLabel:
|
|
26
|
-
stateLabel:
|
|
27
|
-
statePlaceholder:
|
|
28
|
-
zipLabel:
|
|
29
|
-
phoneNumberLabel:
|
|
30
|
-
addressTypeLabel:
|
|
31
|
-
mailingAddressLabel:
|
|
14
|
+
addFirstLocationCta: y,
|
|
15
|
+
locationFormTitle: m,
|
|
16
|
+
locationFormDescription: h,
|
|
17
|
+
street1Label: u,
|
|
18
|
+
street2Label: g,
|
|
19
|
+
cityLabel: L,
|
|
20
|
+
stateLabel: b,
|
|
21
|
+
statePlaceholder: f,
|
|
22
|
+
zipLabel: "Zip",
|
|
23
|
+
phoneNumberLabel: v,
|
|
24
|
+
addressTypeLabel: A,
|
|
25
|
+
mailingAddressLabel: C,
|
|
32
26
|
mailingAddressDescription: w,
|
|
33
|
-
filingAddressLabel:
|
|
27
|
+
filingAddressLabel: T,
|
|
34
28
|
filingAddressDescription: P,
|
|
35
|
-
saveCta:
|
|
36
|
-
cancelCta:
|
|
37
|
-
continueCta:
|
|
38
|
-
validations:
|
|
29
|
+
saveCta: S,
|
|
30
|
+
cancelCta: F,
|
|
31
|
+
continueCta: D,
|
|
32
|
+
validations: k
|
|
39
33
|
};
|
|
40
34
|
export {
|
|
41
|
-
|
|
35
|
+
y as addFirstLocationCta,
|
|
42
36
|
p as addLocationCta,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
37
|
+
A as addressTypeLabel,
|
|
38
|
+
F as cancelCta,
|
|
39
|
+
L as cityLabel,
|
|
40
|
+
D as continueCta,
|
|
47
41
|
I as default,
|
|
48
|
-
|
|
42
|
+
l as editCta,
|
|
49
43
|
c as emptyTableDescription,
|
|
50
44
|
r as emptyTableTitle,
|
|
51
|
-
|
|
45
|
+
i as filingAddress,
|
|
52
46
|
P as filingAddressDescription,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
47
|
+
T as filingAddressLabel,
|
|
48
|
+
d as hamburgerTitle,
|
|
49
|
+
h as locationFormDescription,
|
|
50
|
+
m as locationFormTitle,
|
|
57
51
|
a as locationListCol1,
|
|
58
|
-
|
|
52
|
+
o as locationListCol2,
|
|
59
53
|
t as locationListLabel,
|
|
60
54
|
s as locationsListDescription,
|
|
61
55
|
e as locationsListTitle,
|
|
62
56
|
n as mailingAddress,
|
|
63
57
|
w as mailingAddressDescription,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
58
|
+
C as mailingAddressLabel,
|
|
59
|
+
v as phoneNumberLabel,
|
|
60
|
+
S as saveCta,
|
|
61
|
+
b as stateLabel,
|
|
62
|
+
f as statePlaceholder,
|
|
63
|
+
u as street1Label,
|
|
64
|
+
g as street2Label,
|
|
65
|
+
k as validations,
|
|
66
|
+
z as zipLabel
|
|
73
67
|
};
|
|
74
68
|
//# sourceMappingURL=Company.Locations.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Company.Locations.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Company.Locations.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,50 +1,28 @@
|
|
|
1
|
-
const e = "Nice! We’ll take it from here.", t = "We’ll review the details to make sure we have everything we need to pay your team. Look out for an email once your payroll is approved.", o = "Done",
|
|
2
|
-
add_addresses: "Add company addresses",
|
|
3
|
-
federal_tax_setup: "Company federal tax information",
|
|
4
|
-
select_industry: "Select industry",
|
|
5
|
-
add_bank_info: "Payroll account",
|
|
6
|
-
add_employees: "Add employees",
|
|
7
|
-
state_setup: "State tax",
|
|
8
|
-
payroll_schedule: "Select a Pay Schedule",
|
|
9
|
-
sign_all_forms: "Sign documents",
|
|
10
|
-
verify_bank_info: "Verify bank account",
|
|
11
|
-
external_payroll: "External payroll"
|
|
12
|
-
}, p = {
|
|
13
|
-
add_addresses: "Your mailing and filing addresses and all addresses where you have employees physically working in the United States.",
|
|
14
|
-
federal_tax_setup: "Enter your federal tax account information.",
|
|
15
|
-
select_industry: "Set the industry of your company",
|
|
16
|
-
add_bank_info: "The bank account you will use for payroll.",
|
|
17
|
-
add_employees: "Add your employees to run payroll.",
|
|
18
|
-
state_setup: "Enter state tax details for the states where your employees will be physically working.",
|
|
19
|
-
payroll_schedule: "Select a Pay Schedule",
|
|
20
|
-
sign_all_forms: "Sign required documents to complete setup.",
|
|
21
|
-
verify_bank_info: "Verify your bank account information.",
|
|
22
|
-
external_payroll: "External payroll"
|
|
23
|
-
}, y = {
|
|
1
|
+
const e = "Nice! We’ll take it from here.", t = "We’ll review the details to make sure we have everything we need to pay your team. Look out for an email once your payroll is approved.", o = "Done", a = "We need a few more details", n = "We need a bit more information to get your company ready for payroll.", r = "Let’s get started", i = "We need some information to get your company ready for payroll.", s = "Continue onboarding", l = "Start onboarding", d = { add_addresses: "Add company addresses", federal_tax_setup: "Company federal tax information", select_industry: "Select industry", add_bank_info: "Payroll account", add_employees: "Add employees", state_setup: "State tax", payroll_schedule: "Select a Pay Schedule", sign_all_forms: "Sign documents", verify_bank_info: "Verify bank account", external_payroll: "External payroll" }, y = { add_addresses: "Your mailing and filing addresses and all addresses where you have employees physically working in the United States.", federal_tax_setup: "Enter your federal tax account information.", select_industry: "Set the industry of your company", add_bank_info: "The bank account you will use for payroll.", add_employees: "Add your employees to run payroll.", state_setup: "Enter state tax details for the states where your employees will be physically working.", payroll_schedule: "Select a Pay Schedule", sign_all_forms: "Sign required documents to complete setup.", verify_bank_info: "Verify your bank account information.", external_payroll: "External payroll" }, p = {
|
|
24
2
|
onboardingCompletedTitle: e,
|
|
25
3
|
onboardingCompletedDescription: t,
|
|
26
4
|
onboardingCompletedCta: o,
|
|
27
|
-
missingRequirementsTitle:
|
|
28
|
-
missingRequirementsDescription:
|
|
29
|
-
initialSetupTitle:
|
|
30
|
-
initialSetupDescription:
|
|
31
|
-
missingRequirementsCta:
|
|
5
|
+
missingRequirementsTitle: a,
|
|
6
|
+
missingRequirementsDescription: n,
|
|
7
|
+
initialSetupTitle: r,
|
|
8
|
+
initialSetupDescription: i,
|
|
9
|
+
missingRequirementsCta: s,
|
|
32
10
|
initialSetupCta: l,
|
|
33
11
|
stepTitles: d,
|
|
34
|
-
stepDescriptions:
|
|
12
|
+
stepDescriptions: y
|
|
35
13
|
};
|
|
36
14
|
export {
|
|
37
|
-
|
|
15
|
+
p as default,
|
|
38
16
|
l as initialSetupCta,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
17
|
+
i as initialSetupDescription,
|
|
18
|
+
r as initialSetupTitle,
|
|
19
|
+
s as missingRequirementsCta,
|
|
20
|
+
n as missingRequirementsDescription,
|
|
21
|
+
a as missingRequirementsTitle,
|
|
44
22
|
o as onboardingCompletedCta,
|
|
45
23
|
t as onboardingCompletedDescription,
|
|
46
24
|
e as onboardingCompletedTitle,
|
|
47
|
-
|
|
25
|
+
y as stepDescriptions,
|
|
48
26
|
d as stepTitles
|
|
49
27
|
};
|
|
50
28
|
//# sourceMappingURL=Company.OnboardingOverview.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Company.OnboardingOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Company.OnboardingOverview.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
|
@@ -1,47 +1,4 @@
|
|
|
1
|
-
const e = 'Pick what frequency you’d like to run payroll. If you need help, you can read more about <how_to_choose_schedule href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</how_to_choose_schedule>', t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <payment_law_doc href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</payment_law_doc> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", s = "Continue", n = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = {
|
|
2
|
-
name: "Name",
|
|
3
|
-
actions: "Actions",
|
|
4
|
-
active: "Active",
|
|
5
|
-
inactive: "Inactive",
|
|
6
|
-
edit: "Edit"
|
|
7
|
-
}, r = {
|
|
8
|
-
addPaySchedule: "Add pay schedule",
|
|
9
|
-
editPaySchedule: "Edit pay schedule",
|
|
10
|
-
pageTitle: "Set up pay schedule"
|
|
11
|
-
}, c = {
|
|
12
|
-
payfrequency: "Pay frequency",
|
|
13
|
-
frequency: "Frequency",
|
|
14
|
-
deadline: "Deadline to run payroll",
|
|
15
|
-
frequencyOptions: "Frequency Options",
|
|
16
|
-
firstPayDate: "First pay date",
|
|
17
|
-
firstPayPeriodEndDate: "First pay period end date",
|
|
18
|
-
firstPayDayOfTheMonth: "First pay day of the month",
|
|
19
|
-
lastPayDayOfTheMonth: "Last pay day of the month",
|
|
20
|
-
preview: "Preview",
|
|
21
|
-
legend: "Legend"
|
|
22
|
-
}, y = "Loading...", l = {
|
|
23
|
-
frequencyOptionsDescription: "Select the pay days for the month.",
|
|
24
|
-
anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.",
|
|
25
|
-
anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date."
|
|
26
|
-
}, d = {
|
|
27
|
-
payPeriod: "Pay period",
|
|
28
|
-
payday: "Payday",
|
|
29
|
-
payrollDeadline: "Run payroll by 1:00PM (PDT) on "
|
|
30
|
-
}, h = {
|
|
31
|
-
cancel: "Cancel",
|
|
32
|
-
save: "Save"
|
|
33
|
-
}, p = {
|
|
34
|
-
everyWeek: "Every week",
|
|
35
|
-
everyOtherWeek: "Every other week",
|
|
36
|
-
twicePerMonth: "Twice per month",
|
|
37
|
-
monthly: "Monthly"
|
|
38
|
-
}, u = {
|
|
39
|
-
"15thAndLast": "15th and Last day of the month",
|
|
40
|
-
custom: "Custom"
|
|
41
|
-
}, f = {
|
|
42
|
-
title: "Pay Schedule Preview",
|
|
43
|
-
description: "Complete all the required fields to see a preview of your pay schedule."
|
|
44
|
-
}, w = {
|
|
1
|
+
const e = 'Pick what frequency you’d like to run payroll. If you need help, you can read more about <how_to_choose_schedule href="https://gusto.com/resources/articles/payroll/best-payroll-schedule-small-business" target="_blank">how to choose a pay schedule.</how_to_choose_schedule>', t = 'Why do we need to ask for this? We need to know when to pay your employees. Some states have <payment_law_doc href="https://www.dol.gov/agencies/whd/state/payday" target="_blank">laws around when you must pay your employees.</payment_law_doc> Please choose pay schedules that are legal for your employees.', a = "+ Add another pay schedule", o = "Save & continue", s = "Continue", n = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", i = { name: "Name", actions: "Actions", active: "Active", inactive: "Inactive", edit: "Edit" }, r = { addPaySchedule: "Add pay schedule", editPaySchedule: "Edit pay schedule", pageTitle: "Set up pay schedule" }, c = { payfrequency: "Pay frequency", frequency: "Frequency", deadline: "Deadline to run payroll", frequencyOptions: "Frequency Options", firstPayDate: "First pay date", firstPayPeriodEndDate: "First pay period end date", firstPayDayOfTheMonth: "First pay day of the month", lastPayDayOfTheMonth: "Last pay day of the month", preview: "Preview", legend: "Legend" }, y = "Loading...", l = { frequencyOptionsDescription: "Select the pay days for the month.", anchorPayDateDescription: "Please account for the 2 days it will take to process payroll.", anchorEndOfPayPeriodDescription: "The last date of the first pay period to help calculate future pay periods. This can be the same date as the first pay date." }, d = { payPeriod: "Pay period", payday: "Payday", payrollDeadline: "Run payroll by 1:00PM (PDT) on " }, h = { cancel: "Cancel", save: "Save" }, p = { everyWeek: "Every week", everyOtherWeek: "Every other week", twicePerMonth: "Twice per month", monthly: "Monthly" }, u = { "15thAndLast": "15th and Last day of the month", custom: "Custom" }, f = { title: "Pay Schedule Preview", description: "Complete all the required fields to see a preview of your pay schedule." }, w = {
|
|
45
2
|
listDescription: e,
|
|
46
3
|
listDescription2: t,
|
|
47
4
|
addAnotherPayScheduleCta: a,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Company.PaySchedule.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Company.PaySchedule.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
const o = "Signature required for {{formTitle}}", n = "Please review the document. When you're finished, sign below.", t = "View document", e = "Signature",
|
|
1
|
+
const o = "Signature required for {{formTitle}}", n = "Please review the document. When you're finished, sign below.", t = "View document", e = "Signature", i = "Type your full, legal name.", r = "Signature is required", a = "I am the signatory and I agree to sign electronically", s = "You must agree to sign electronically", c = "Back", l = "Sign form", u = "{{description}} You may also <downloadLink>download this document</downloadLink>.", d = {
|
|
2
2
|
signatureFormTitle: o,
|
|
3
3
|
downloadInstructions: n,
|
|
4
4
|
viewDocumentCta: t,
|
|
5
5
|
signatureLabel: e,
|
|
6
|
-
signatureDescription:
|
|
7
|
-
signatureError:
|
|
6
|
+
signatureDescription: i,
|
|
7
|
+
signatureError: r,
|
|
8
8
|
confirmationLabel: a,
|
|
9
9
|
confirmationError: s,
|
|
10
10
|
backCta: c,
|
|
11
|
-
submitCta:
|
|
12
|
-
downloadPrompt:
|
|
11
|
+
submitCta: l,
|
|
12
|
+
downloadPrompt: u
|
|
13
13
|
};
|
|
14
14
|
export {
|
|
15
15
|
c as backCta,
|
|
@@ -17,12 +17,12 @@ export {
|
|
|
17
17
|
a as confirmationLabel,
|
|
18
18
|
d as default,
|
|
19
19
|
n as downloadInstructions,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
u as downloadPrompt,
|
|
21
|
+
i as signatureDescription,
|
|
22
|
+
r as signatureError,
|
|
23
23
|
o as signatureFormTitle,
|
|
24
24
|
e as signatureLabel,
|
|
25
|
-
|
|
25
|
+
l as submitCta,
|
|
26
26
|
t as viewDocumentCta
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=Company.SignatureForm.json.js.map
|
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
selfOnboardingWarningLabel: "Self-onboarding employees can change your company tax requirements",
|
|
3
|
-
selfOnboardingWarningDescription: "If your employees are self-onboarding and enter details that change your company's state tax requirements (such as a home address in a new state), you may need to complete state tax setup again.",
|
|
4
|
-
continueCta: "Continue",
|
|
5
|
-
editStateTaxCta: "Edit",
|
|
6
|
-
continueStateTaxSetupCta: "Continue setup",
|
|
7
|
-
requirementsListCol1: "State",
|
|
8
|
-
requirementsListCol2: "Status",
|
|
9
|
-
completeBadge: "Complete",
|
|
10
|
-
incompleteBadge: "Missing information",
|
|
11
|
-
requirementsListLabel: "State tax requirements",
|
|
12
|
-
emptyTableTitle: "No state tax requirements",
|
|
13
|
-
emptyTableDescription: "Add company location or an employee to get started."
|
|
14
|
-
}, t = {
|
|
15
|
-
saveCta: "Save",
|
|
16
|
-
cancelCta: "Cancel",
|
|
17
|
-
title: "{{state}} tax requirements",
|
|
18
|
-
effectiveFromLabel: "Effective: {{date}}",
|
|
19
|
-
validations: {
|
|
20
|
-
minValue: "Minimum value is {{min}}",
|
|
21
|
-
maxValue: "Maximum value is {{max}}",
|
|
22
|
-
oneOf: "Value must be one of: {{values}}",
|
|
23
|
-
required: "This field is required"
|
|
24
|
-
}
|
|
25
|
-
}, a = {
|
|
1
|
+
const e = { selfOnboardingWarningLabel: "Self-onboarding employees can change your company tax requirements", selfOnboardingWarningDescription: "If your employees are self-onboarding and enter details that change your company's state tax requirements (such as a home address in a new state), you may need to complete state tax setup again.", continueCta: "Continue", editStateTaxCta: "Edit", continueStateTaxSetupCta: "Continue setup", requirementsListCol1: "State", requirementsListCol2: "Status", completeBadge: "Complete", incompleteBadge: "Missing information", requirementsListLabel: "State tax requirements", emptyTableTitle: "No state tax requirements", emptyTableDescription: "Add company location or an employee to get started." }, t = { saveCta: "Save", cancelCta: "Cancel", title: "{{state}} tax requirements", effectiveFromLabel: "Effective: {{date}}", validations: { minValue: "Minimum value is {{min}}", maxValue: "Maximum value is {{max}}", oneOf: "Value must be one of: {{values}}", required: "This field is required" } }, a = {
|
|
26
2
|
list: e,
|
|
27
3
|
form: t
|
|
28
4
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Company.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Company.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,35 +1,30 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
city: "Please provide valid city name",
|
|
4
|
-
state: "Please select a state",
|
|
5
|
-
zip: "Please provide valid zip code"
|
|
6
|
-
}, h = {
|
|
7
|
-
businessAddressTitle: s,
|
|
1
|
+
const t = "Business address", e = "Contractor's business address, within the United States.", s = "Home address", i = "Contractor's home mailing address, within the United States.", o = "Street 1", d = "Street 2", n = "City", r = "State", a = "Select state...", p = "Zip", c = "Continue", l = { street1: "Street address is required", city: "Please provide valid city name", state: "Please select a state", zip: "Please provide valid zip code" }, h = {
|
|
2
|
+
businessAddressTitle: t,
|
|
8
3
|
businessAddressDescription: e,
|
|
9
|
-
homeAddressTitle:
|
|
4
|
+
homeAddressTitle: s,
|
|
10
5
|
homeAddressDescription: i,
|
|
11
|
-
street1:
|
|
12
|
-
street2:
|
|
13
|
-
city:
|
|
14
|
-
state:
|
|
6
|
+
street1: o,
|
|
7
|
+
street2: d,
|
|
8
|
+
city: n,
|
|
9
|
+
state: r,
|
|
15
10
|
statePlaceholder: a,
|
|
16
|
-
zip:
|
|
17
|
-
submit:
|
|
18
|
-
validations:
|
|
11
|
+
zip: "Zip",
|
|
12
|
+
submit: c,
|
|
13
|
+
validations: l
|
|
19
14
|
};
|
|
20
15
|
export {
|
|
21
16
|
e as businessAddressDescription,
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
t as businessAddressTitle,
|
|
18
|
+
n as city,
|
|
24
19
|
h as default,
|
|
25
20
|
i as homeAddressDescription,
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
s as homeAddressTitle,
|
|
22
|
+
r as state,
|
|
28
23
|
a as statePlaceholder,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
o as street1,
|
|
25
|
+
d as street2,
|
|
26
|
+
c as submit,
|
|
27
|
+
l as validations,
|
|
28
|
+
p as zip
|
|
34
29
|
};
|
|
35
30
|
//# sourceMappingURL=Contractor.Address.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.Address.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", r = "Edit contractor",
|
|
2
|
-
name: "Name",
|
|
3
|
-
status: "Status"
|
|
4
|
-
}, s = "Contractors", d = {
|
|
1
|
+
const t = "Add a contractor", o = "+ Add another contractor", a = "A list of contractors", r = "Edit contractor", c = "Add contractors to get them setup for payroll.", n = "You haven't added any contractors yet", s = { name: "Name", status: "Status" }, e = "Contractors", d = {
|
|
5
2
|
addContractorCTA: t,
|
|
6
3
|
addAnotherCTA: o,
|
|
7
4
|
contractorListLabel: a,
|
|
8
5
|
editCTA: r,
|
|
9
|
-
emptyTableDescription:
|
|
10
|
-
emptyTableTitle:
|
|
11
|
-
listHeaders:
|
|
12
|
-
title:
|
|
6
|
+
emptyTableDescription: c,
|
|
7
|
+
emptyTableTitle: n,
|
|
8
|
+
listHeaders: s,
|
|
9
|
+
title: e
|
|
13
10
|
};
|
|
14
11
|
export {
|
|
15
12
|
o as addAnotherCTA,
|
|
@@ -17,9 +14,9 @@ export {
|
|
|
17
14
|
a as contractorListLabel,
|
|
18
15
|
d as default,
|
|
19
16
|
r as editCTA,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
c as emptyTableDescription,
|
|
18
|
+
n as emptyTableTitle,
|
|
19
|
+
s as listHeaders,
|
|
20
|
+
e as title
|
|
24
21
|
};
|
|
25
22
|
//# sourceMappingURL=Contractor.ContractorList.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.ContractorList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.ContractorList.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -1,22 +1,18 @@
|
|
|
1
|
-
const t = "Contractor Onboarded",
|
|
2
|
-
"The contractor type cannot be changed.",
|
|
3
|
-
"The new hire report cannot be modified.",
|
|
4
|
-
"This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."
|
|
5
|
-
], c = {
|
|
1
|
+
const t = "Contractor Onboarded", o = "This contractor has been successfully onboarded.", e = "Done", n = "Submit and complete onboarding", a = "Please note that after submitting", c = ["The contractor type cannot be changed.", "The new hire report cannot be modified.", "This contractor has unsigned documents and will need to manually complete and submit those documents to you separately."], s = {
|
|
6
2
|
doneTitle: t,
|
|
7
|
-
doneText:
|
|
8
|
-
doneCTA:
|
|
9
|
-
submitCTA:
|
|
3
|
+
doneText: o,
|
|
4
|
+
doneCTA: e,
|
|
5
|
+
submitCTA: n,
|
|
10
6
|
title: a,
|
|
11
|
-
warningItems:
|
|
7
|
+
warningItems: c
|
|
12
8
|
};
|
|
13
9
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
s as default,
|
|
11
|
+
e as doneCTA,
|
|
12
|
+
o as doneText,
|
|
17
13
|
t as doneTitle,
|
|
18
|
-
|
|
14
|
+
n as submitCTA,
|
|
19
15
|
a as title,
|
|
20
|
-
|
|
16
|
+
c as warningItems
|
|
21
17
|
};
|
|
22
18
|
//# sourceMappingURL=Contractor.ContractorSubmit.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.ContractorSubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.ContractorSubmit.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
const e = "File new hire report?", t = "Most states require that employers file a new hire report for contractors within 20 days of their start date. Even if the report is overdue, it is generally better to file a late report than to risk penalties for being out of compliance.", o = "Select whether or not you'd like us to file new hire report",
|
|
2
|
-
state: "Please select work state"
|
|
3
|
-
}, l = {
|
|
1
|
+
const e = "File new hire report?", t = "Most states require that employers file a new hire report for contractors within 20 days of their start date. Even if the report is overdue, it is generally better to file a late report than to risk penalties for being out of compliance.", o = "Select whether or not you'd like us to file new hire report", r = "Yes, file the report for me", i = "No, I have already filed or will file the report myself", s = "Work state", n = "Continue", a = { state: "Please select work state" }, l = {
|
|
4
2
|
title: e,
|
|
5
3
|
description: t,
|
|
6
4
|
doFileLegend: o,
|
|
7
|
-
yesOption:
|
|
8
|
-
noOption:
|
|
5
|
+
yesOption: r,
|
|
6
|
+
noOption: i,
|
|
9
7
|
stateSelectionLabel: s,
|
|
10
8
|
submitCta: n,
|
|
11
9
|
validations: a
|
|
@@ -14,11 +12,11 @@ export {
|
|
|
14
12
|
l as default,
|
|
15
13
|
t as description,
|
|
16
14
|
o as doFileLegend,
|
|
17
|
-
|
|
15
|
+
i as noOption,
|
|
18
16
|
s as stateSelectionLabel,
|
|
19
17
|
n as submitCta,
|
|
20
18
|
e as title,
|
|
21
19
|
a as validations,
|
|
22
|
-
|
|
20
|
+
r as yesOption
|
|
23
21
|
};
|
|
24
22
|
//# sourceMappingURL=Contractor.NewHireReport.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.NewHireReport.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.NewHireReport.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
const e = "Contractor payment details", t = "Select payment method", c = "Direct deposit", n = "We recommend direct deposit – we’ll deposit paychecks directly into your employee’s bank account.", o = "Check", i = "If you select check as the payment method, you’ll need to write a physical check to this employee each payday.", a = "Continue", r = {
|
|
2
|
-
nameLabel: "Account nickname",
|
|
3
|
-
routingNumberLabel: "Routing number",
|
|
4
|
-
routingNumberDescription: "9-digits",
|
|
5
|
-
accountNumberLabel: "Account number",
|
|
6
|
-
accountTypeLabel: "Account type",
|
|
7
|
-
accountTypeChecking: "Checking",
|
|
8
|
-
accountTypeSavings: "Savings",
|
|
9
|
-
validations: {
|
|
10
|
-
accountName: "Account nickname is required",
|
|
11
|
-
routingNumber: "Routing number is required (9-digits)",
|
|
12
|
-
accountNumber: "Please enter valid account number"
|
|
13
|
-
}
|
|
14
|
-
}, s = {
|
|
1
|
+
const e = "Contractor payment details", t = "Select payment method", c = "Direct deposit", n = "We recommend direct deposit – we’ll deposit paychecks directly into your employee’s bank account.", o = "Check", i = "If you select check as the payment method, you’ll need to write a physical check to this employee each payday.", a = "Continue", u = { nameLabel: "Account nickname", routingNumberLabel: "Routing number", routingNumberDescription: "9-digits", accountNumberLabel: "Account number", accountTypeLabel: "Account type", accountTypeChecking: "Checking", accountTypeSavings: "Savings", validations: { accountName: "Account nickname is required", routingNumber: "Routing number is required (9-digits)", accountNumber: "Please enter valid account number" } }, r = {
|
|
15
2
|
title: e,
|
|
16
3
|
paymentFieldsetLegend: t,
|
|
17
4
|
directDepositLabel: c,
|
|
@@ -19,14 +6,14 @@ const e = "Contractor payment details", t = "Select payment method", c = "Direct
|
|
|
19
6
|
checkLabel: o,
|
|
20
7
|
checkDescription: i,
|
|
21
8
|
continueCta: a,
|
|
22
|
-
bankAccountForm:
|
|
9
|
+
bankAccountForm: u
|
|
23
10
|
};
|
|
24
11
|
export {
|
|
25
|
-
|
|
12
|
+
u as bankAccountForm,
|
|
26
13
|
i as checkDescription,
|
|
27
14
|
o as checkLabel,
|
|
28
15
|
a as continueCta,
|
|
29
|
-
|
|
16
|
+
r as default,
|
|
30
17
|
n as directDepositDescription,
|
|
31
18
|
c as directDepositLabel,
|
|
32
19
|
t as paymentFieldsetLegend,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contractor.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contractor.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -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":";;;;;;;"}
|