@gusto/embedded-react-sdk 0.11.1 → 0.11.3-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/DataCards/DataCards.module.scss.js +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/DocumentList/DocumentList.module.scss.js +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +1 -1
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.module.scss.js +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 +10 -10
- 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.d.ts +2 -2
- package/dist/components/Common/Flex/Flex.js +5 -5
- package/dist/components/Common/Flex/Flex.js.map +1 -1
- package/dist/components/Common/Form/Form.js.map +1 -1
- package/dist/components/Common/Form/Form.module.scss.js +2 -2
- package/dist/components/Common/Grid/Grid.d.ts +2 -2
- package/dist/components/Common/Grid/Grid.js +13 -13
- 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 +12 -12
- package/dist/components/Common/InternalError/InternalError.js.map +1 -1
- package/dist/components/Common/InternalError/InternalError.module.scss.js +1 -1
- package/dist/components/Common/Loading/Loading.js.map +1 -1
- package/dist/components/Common/Loading/Loading.module.scss.js +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/PaginationControl/PaginationControl.module.scss.js +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/ReorderableList/ReorderableList.module.scss.js +15 -15
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.module.scss.js +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/SignatureForm.module.scss.js +6 -6
- 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/CalendarPreview/CalendarPreview.module.scss.js +5 -5
- package/dist/components/Common/UI/Card/Card.js.map +1 -1
- package/dist/components/Common/UI/Card/Card.module.scss.js +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.module.scss.js +6 -6
- 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 +6 -6
- 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 +12 -12
- package/dist/components/Common/UI/Link/Link.js.map +1 -1
- package/dist/components/Common/UI/Link/Link.module.scss.js +1 -1
- package/dist/components/Common/UI/List/List.module.scss.js +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/Menu/Menu.module.scss.js +5 -5
- package/dist/components/Common/UI/NumberInput/NumberInput.js +36 -38
- 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/ProgressBar/ProgressBar.module.scss.js +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/Switch/Switch.module.scss.js +4 -4
- package/dist/components/Common/UI/Table/Table.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.module.scss.js +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 +4 -3
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +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 +4 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +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 +6 -5
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +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 +4 -3
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +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 +4 -3
- 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 +4 -3
- 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 +6 -5
- 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 +7 -6
- package/dist/components/Company/Industry/Context.js.map +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 +4 -3
- 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 +4 -3
- 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 +4 -3
- package/dist/components/Company/OnboardingOverview/context.js.map +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/Edit.module.scss.js +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 -8
- 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 +8 -8
- 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 +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +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 +4 -3
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +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 +6 -5
- 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 +3 -2
- 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/Contractor/Submit/index.module.scss.js +2 -2
- 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/Deductions.d.ts +8 -14
- package/dist/components/Employee/Deductions/Deductions.js +47 -140
- package/dist/components/Employee/Deductions/Deductions.js.map +1 -1
- package/dist/components/Employee/Deductions/DeductionsComponents.d.ts +23 -0
- package/dist/components/Employee/Deductions/DeductionsComponents.js +31 -0
- package/dist/components/Employee/Deductions/DeductionsComponents.js.map +1 -0
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +41 -0
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +135 -0
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +1 -0
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.d.ts +6 -0
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js +99 -0
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +1 -0
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.d.ts +15 -0
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js +49 -0
- package/dist/components/Employee/Deductions/IncludeDeductionsForm/IncludeDeductionsForm.js.map +1 -0
- package/dist/components/Employee/Deductions/stateMachine.d.ts +7 -0
- package/dist/components/Employee/Deductions/stateMachine.js +107 -0
- package/dist/components/Employee/Deductions/stateMachine.js.map +1 -0
- package/dist/components/Employee/Deductions/useDeductions.d.ts +2 -2
- 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 +4 -3
- package/dist/components/Employee/DocumentSigner/DocumentList/useDocumentList.js.map +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 +4 -3
- package/dist/components/Employee/DocumentSigner/SignatureForm/useSignatureForm.js.map +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 +4 -3
- package/dist/components/Employee/EmployeeList/useEmployeeList.js.map +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/OnboardingSummary/OnboardingSummary.module.scss.js +6 -6
- 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 +6 -5
- 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 +4 -3
- package/dist/components/Employee/Profile/useProfile.js.map +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 +4 -3
- package/dist/components/Employee/Taxes/useTaxes.js.map +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 +6 -4
- 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 +2 -3
- package/dist/contexts/ThemeProvider/ThemeProvider.js +20 -24
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +90 -0
- package/dist/contexts/ThemeProvider/theme.js +117 -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.d.ts +0 -3
- package/dist/helpers/responsive.js +20 -34
- 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 +64 -69
- 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/shared/constants.d.ts +8 -0
- package/dist/shared/constants.js +9 -5
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/hooks.d.ts +36 -0
- package/dist/types/i18next.d.ts +0 -1
- package/package.json +5 -5
- package/dist/components/Common/UI/NumberInput/NumberInput.module.scss.js +0 -8
- package/dist/components/Common/UI/NumberInput/NumberInput.module.scss.js.map +0 -1
- package/dist/components/Employee/Deductions/Actions.js +0 -25
- package/dist/components/Employee/Deductions/Actions.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionForm.d.ts +0 -1
- package/dist/components/Employee/Deductions/DeductionForm.js +0 -76
- package/dist/components/Employee/Deductions/DeductionForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsList.d.ts +0 -2
- package/dist/components/Employee/Deductions/DeductionsList.js +0 -58
- package/dist/components/Employee/Deductions/DeductionsList.js.map +0 -1
- package/dist/components/Employee/Deductions/Head.js +0 -13
- package/dist/components/Employee/Deductions/Head.js.map +0 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.d.ts +0 -1
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js +0 -25
- package/dist/components/Employee/Deductions/IncludeDeductionsForm.js.map +0 -1
- package/dist/components/Employee/Deductions/useDeductions.js +0 -33
- package/dist/components/Employee/Deductions/useDeductions.js.map +0 -1
- package/dist/contexts/ThemeProvider/createTheme.d.ts +0 -22
- package/dist/contexts/ThemeProvider/createTheme.js +0 -271
- package/dist/contexts/ThemeProvider/createTheme.js.map +0 -1
- package/dist/types/GTheme.d.ts +0 -255
- /package/dist/contexts/ThemeProvider/{createTheme.test.d.ts → theme.test.d.ts} +0 -0
|
@@ -1,77 +1,72 @@
|
|
|
1
|
-
const e = "Deductions", n = "Include deductions for this employee?",
|
|
2
|
-
description: "Description is required",
|
|
3
|
-
amount: "Amount must be a valid number"
|
|
4
|
-
}, P = {
|
|
1
|
+
const e = "Deductions", n = "Include deductions for this employee?", o = "If you need to deduct money from this employee's paycheck (e.g. for Housing, Meals, or Transportation), you can choose either a one-time deduction or an ongoing deduction that occurs every pay period.", M = "Yes", N = "No", t = "Continue", c = "Add Deduction", i = "Edit Deduction", d = "Deduction description", u = "Deduction frequency", s = "This deduction occurs every payroll", a = "This is a one-time deduction and only applies to the next upcoming payroll", r = "List of current deductions of an employee", l = "Deduction type", p = "Percentage", m = "Fixed dollar amount", y = "Amount to withhold", D = "Annual maximum", h = "This is a court-ordered deduction", g = "Deduction", T = "Frequency", b = "Withheld", f = "Actions", C = "Recurring", L = "{{value}} per paycheck", A = "One-time", x = "Once added, your deductions will appear here.", O = "Deduction actions menu", q = "Edit deduction", v = "Delete deduction", F = "+ Add another deduction", w = "Cancel", E = { description: "Description is required", amount: "Amount must be a valid number" }, R = {
|
|
5
2
|
pageTitle: e,
|
|
6
3
|
includeDeductionsFormLabel: n,
|
|
7
|
-
includeDeductionsDescription:
|
|
8
|
-
includeDeductionsYes:
|
|
9
|
-
includeDeductionsNo:
|
|
10
|
-
continueCta:
|
|
11
|
-
addDeductionTitle:
|
|
12
|
-
editDeductionTitle:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
validations: N
|
|
4
|
+
includeDeductionsDescription: o,
|
|
5
|
+
includeDeductionsYes: "Yes",
|
|
6
|
+
includeDeductionsNo: "No",
|
|
7
|
+
continueCta: t,
|
|
8
|
+
addDeductionTitle: c,
|
|
9
|
+
editDeductionTitle: i,
|
|
10
|
+
descriptionLabel: d,
|
|
11
|
+
frequencyLabel: u,
|
|
12
|
+
frequencyRecurringOption: s,
|
|
13
|
+
frequencyOneTimeOption: a,
|
|
14
|
+
deductionsTableLabel: r,
|
|
15
|
+
deductionTypeLabel: l,
|
|
16
|
+
deductionTypePercentageOption: p,
|
|
17
|
+
deductionTypeFixedAmountOption: m,
|
|
18
|
+
deductionAmountLabel: y,
|
|
19
|
+
annualMaxLabel: D,
|
|
20
|
+
courtOrderedLabel: h,
|
|
21
|
+
nameColumn: g,
|
|
22
|
+
frequencyColumn: T,
|
|
23
|
+
withheldColumn: b,
|
|
24
|
+
actionsColumn: f,
|
|
25
|
+
recurringText: C,
|
|
26
|
+
recurringAmount: L,
|
|
27
|
+
nonRecurringText: A,
|
|
28
|
+
emptyListMessage: x,
|
|
29
|
+
hamburgerTitle: O,
|
|
30
|
+
editCta: q,
|
|
31
|
+
deleteCta: v,
|
|
32
|
+
addDeductionCta: F,
|
|
33
|
+
cancelCta: w,
|
|
34
|
+
validations: E
|
|
39
35
|
};
|
|
40
36
|
export {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
t as includeDeductionsDescription,
|
|
37
|
+
f as actionsColumn,
|
|
38
|
+
F as addDeductionCta,
|
|
39
|
+
c as addDeductionTitle,
|
|
40
|
+
D as annualMaxLabel,
|
|
41
|
+
w as cancelCta,
|
|
42
|
+
t as continueCta,
|
|
43
|
+
h as courtOrderedLabel,
|
|
44
|
+
y as deductionAmountLabel,
|
|
45
|
+
m as deductionTypeFixedAmountOption,
|
|
46
|
+
l as deductionTypeLabel,
|
|
47
|
+
p as deductionTypePercentageOption,
|
|
48
|
+
r as deductionsTableLabel,
|
|
49
|
+
R as default,
|
|
50
|
+
v as deleteCta,
|
|
51
|
+
d as descriptionLabel,
|
|
52
|
+
q as editCta,
|
|
53
|
+
i as editDeductionTitle,
|
|
54
|
+
x as emptyListMessage,
|
|
55
|
+
T as frequencyColumn,
|
|
56
|
+
u as frequencyLabel,
|
|
57
|
+
a as frequencyOneTimeOption,
|
|
58
|
+
s as frequencyRecurringOption,
|
|
59
|
+
O as hamburgerTitle,
|
|
60
|
+
o as includeDeductionsDescription,
|
|
66
61
|
n as includeDeductionsFormLabel,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
62
|
+
N as includeDeductionsNo,
|
|
63
|
+
M as includeDeductionsYes,
|
|
64
|
+
g as nameColumn,
|
|
65
|
+
A as nonRecurringText,
|
|
71
66
|
e as pageTitle,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
67
|
+
L as recurringAmount,
|
|
68
|
+
C as recurringText,
|
|
69
|
+
E as validations,
|
|
70
|
+
b as withheldColumn
|
|
76
71
|
};
|
|
77
72
|
//# sourceMappingURL=Employee.Deductions.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.Deductions.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
const
|
|
2
|
-
documentListTitle:
|
|
3
|
-
documentListLabel:
|
|
4
|
-
formColumnLabel:
|
|
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:
|
|
8
|
-
signDocumentComplete:
|
|
9
|
-
notSigned:
|
|
10
|
-
documentListError:
|
|
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:
|
|
18
|
-
confirmSignatureError:
|
|
17
|
+
confirmSignatureCheckboxLabel: y,
|
|
18
|
+
confirmSignatureError: f,
|
|
19
19
|
backCta: p,
|
|
20
20
|
signFormCta: w,
|
|
21
|
-
viewDocumentCta:
|
|
22
|
-
downloadAndReviewInstructions:
|
|
21
|
+
viewDocumentCta: L,
|
|
22
|
+
downloadAndReviewInstructions: b
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
25
|
t as actionColumnLabel,
|
|
26
26
|
p as backCta,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
y as confirmSignatureCheckboxLabel,
|
|
28
|
+
f as confirmSignatureError,
|
|
29
29
|
i as continueCta,
|
|
30
30
|
S as default,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
-
|
|
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",
|
|
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:
|
|
5
|
-
addAnotherCta:
|
|
6
|
-
continueCta:
|
|
7
|
-
addressesCta:
|
|
4
|
+
skipCta: o,
|
|
5
|
+
addAnotherCta: s,
|
|
6
|
+
continueCta: n,
|
|
7
|
+
addressesCta: a,
|
|
8
8
|
deductionsCta: l,
|
|
9
|
-
deleteCta:
|
|
10
|
-
editCta:
|
|
9
|
+
deleteCta: c,
|
|
10
|
+
editCta: d,
|
|
11
11
|
cancelSelfOnboardingCta: i,
|
|
12
12
|
reviewCta: p,
|
|
13
|
-
employeeListLabel:
|
|
14
|
-
emptyTableDescription:
|
|
15
|
-
emptyTableTitle:
|
|
16
|
-
federalTaxesCta:
|
|
17
|
-
hamburgerTitle:
|
|
18
|
-
nameLabel:
|
|
19
|
-
statusLabel:
|
|
20
|
-
title:
|
|
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
|
-
|
|
24
|
+
s as addAnotherCta,
|
|
25
25
|
t as addEmployeeCTA,
|
|
26
|
-
|
|
26
|
+
a as addressesCta,
|
|
27
27
|
i as cancelSelfOnboardingCta,
|
|
28
|
-
|
|
28
|
+
n as continueCta,
|
|
29
29
|
l as deductionsCta,
|
|
30
30
|
h as default,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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",
|
|
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:
|
|
13
|
-
statePlaceholder:
|
|
14
|
-
zip:
|
|
15
|
-
courtesyWithholdingLabel:
|
|
7
|
+
state: n,
|
|
8
|
+
statePlaceholder: a,
|
|
9
|
+
zip: "Zip",
|
|
10
|
+
courtesyWithholdingLabel: r,
|
|
16
11
|
courtesyWhithholdingDescription: c,
|
|
17
|
-
learnMoreCta:
|
|
18
|
-
withholdingTitle:
|
|
19
|
-
withholdingNote:
|
|
20
|
-
editAddress:
|
|
21
|
-
cancel:
|
|
22
|
-
submit:
|
|
23
|
-
validations:
|
|
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
|
-
|
|
21
|
+
y as cancel,
|
|
27
22
|
i as city,
|
|
28
23
|
c as courtesyWhithholdingDescription,
|
|
29
|
-
|
|
24
|
+
r as courtesyWithholdingLabel,
|
|
30
25
|
w as default,
|
|
31
26
|
t as desc,
|
|
32
|
-
|
|
27
|
+
p as editAddress,
|
|
33
28
|
e as formTitle,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
l as learnMoreCta,
|
|
30
|
+
n as state,
|
|
31
|
+
a as statePlaceholder,
|
|
37
32
|
o as street1,
|
|
38
33
|
s as street2,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
34
|
+
m as submit,
|
|
35
|
+
u as validations,
|
|
36
|
+
h as withholdingNote,
|
|
37
|
+
d as withholdingTitle,
|
|
38
|
+
g as zip
|
|
44
39
|
};
|
|
45
40
|
//# sourceMappingURL=Employee.HomeAddress.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.HomeAddress.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +1,18 @@
|
|
|
1
|
-
const t = "Hi, {{firstName}}. Welcome to {{companyName}}!",
|
|
2
|
-
personalInfo: "Your personal information (home address, SSN)",
|
|
3
|
-
taxInfo: "Tax withholding information (we'll help you figure this one out)",
|
|
4
|
-
bankInfo: "Your bank information (account and routing numbers)"
|
|
5
|
-
}, s = "Let's get started", a = "This process usually takes about 8 minutes.", i = {
|
|
1
|
+
const t = "Hi, {{firstName}}. Welcome to {{companyName}}!", o = "Let's get you onboarded so you can get paid.", e = "What you'll need:", n = { personalInfo: "Your personal information (home address, SSN)", taxInfo: "Tax withholding information (we'll help you figure this one out)", bankInfo: "Your bank information (account and routing numbers)" }, a = "Let's get started", s = "This process usually takes about 8 minutes.", i = {
|
|
6
2
|
landingSubtitle: t,
|
|
7
|
-
landingDescription:
|
|
8
|
-
stepsSubtitle:
|
|
9
|
-
steps:
|
|
10
|
-
getStartedCta:
|
|
11
|
-
getStartedDescription:
|
|
3
|
+
landingDescription: o,
|
|
4
|
+
stepsSubtitle: e,
|
|
5
|
+
steps: n,
|
|
6
|
+
getStartedCta: a,
|
|
7
|
+
getStartedDescription: s
|
|
12
8
|
};
|
|
13
9
|
export {
|
|
14
10
|
i as default,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
a as getStartedCta,
|
|
12
|
+
s as getStartedDescription,
|
|
13
|
+
o as landingDescription,
|
|
18
14
|
t as landingSubtitle,
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
n as steps,
|
|
16
|
+
e as stepsSubtitle
|
|
21
17
|
};
|
|
22
18
|
//# sourceMappingURL=Employee.Landing.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.Landing.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,31 +1,9 @@
|
|
|
1
|
-
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!",
|
|
2
|
-
personal_details: "Personal details",
|
|
3
|
-
compensation_details: "Job and compensation",
|
|
4
|
-
add_work_address: "Work address",
|
|
5
|
-
add_home_address: "Home address",
|
|
6
|
-
federal_tax_setup: "Federal tax details",
|
|
7
|
-
state_tax_setup: "State tax details",
|
|
8
|
-
direct_deposit_setup: "Payment method",
|
|
9
|
-
employee_form_signing: "Employee form signing",
|
|
10
|
-
file_new_hire_report: "File new hire report",
|
|
11
|
-
admin_review: "Admin review"
|
|
12
|
-
}, m = {
|
|
13
|
-
personal_details: "Basic employee information and their home address.",
|
|
14
|
-
compensation_details: " What the employee’s role(s) will be and their compensation.",
|
|
15
|
-
add_work_address: "Work address",
|
|
16
|
-
add_home_address: "Home address",
|
|
17
|
-
federal_tax_setup: "Federal tax withholdings.",
|
|
18
|
-
state_tax_setup: "State tax withholdings",
|
|
19
|
-
direct_deposit_setup: "How the employee will be paid.",
|
|
20
|
-
employee_form_signing: "Documents requering employee signature",
|
|
21
|
-
file_new_hire_report: "Indicate if new hire report needs to be filed",
|
|
22
|
-
admin_review: "Admin review"
|
|
23
|
-
}, c = {
|
|
1
|
+
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", i = "That's it! {{name}} is ready to get paid!", o = "We'll begin withholding and reporting their taxes.", s = "You've completed setup!", n = "Your account will now be reviewed by your company admin.", r = "Done", d = "New Hire report", a = "Missing requirements", l = "Please complete the following steps in order to continue.", p = { personal_details: "Personal details", compensation_details: "Job and compensation", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax details", state_tax_setup: "State tax details", direct_deposit_setup: "Payment method", employee_form_signing: "Employee form signing", file_new_hire_report: "File new hire report", admin_review: "Admin review" }, m = { personal_details: "Basic employee information and their home address.", compensation_details: " What the employee’s role(s) will be and their compensation.", add_work_address: "Work address", add_home_address: "Home address", federal_tax_setup: "Federal tax withholdings.", state_tax_setup: "State tax withholdings", direct_deposit_setup: "How the employee will be paid.", employee_form_signing: "Documents requering employee signature", file_new_hire_report: "Indicate if new hire report needs to be filed", admin_review: "Admin review" }, _ = {
|
|
24
2
|
subTitle: e,
|
|
25
3
|
description: t,
|
|
26
4
|
onboardedAdminSubtitle: i,
|
|
27
|
-
onboardedAdminDescription:
|
|
28
|
-
onboardedSelfSubtitle:
|
|
5
|
+
onboardedAdminDescription: o,
|
|
6
|
+
onboardedSelfSubtitle: s,
|
|
29
7
|
onboardedSelfDescription: n,
|
|
30
8
|
doneCta: r,
|
|
31
9
|
newHireReportCta: d,
|
|
@@ -35,16 +13,16 @@ const e = "Missing Requirements", t = "Please complete the following steps in or
|
|
|
35
13
|
stepsDescriptions: m
|
|
36
14
|
};
|
|
37
15
|
export {
|
|
38
|
-
|
|
16
|
+
_ as default,
|
|
39
17
|
t as description,
|
|
40
18
|
r as doneCta,
|
|
41
19
|
l as missingRequirementsDescription,
|
|
42
20
|
a as missingRequirementsSubtitle,
|
|
43
21
|
d as newHireReportCta,
|
|
44
|
-
|
|
22
|
+
o as onboardedAdminDescription,
|
|
45
23
|
i as onboardedAdminSubtitle,
|
|
46
24
|
n as onboardedSelfDescription,
|
|
47
|
-
|
|
25
|
+
s as onboardedSelfSubtitle,
|
|
48
26
|
p as steps,
|
|
49
27
|
m as stepsDescriptions,
|
|
50
28
|
e as subTitle
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.OnboardingSummary.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.OnboardingSummary.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
const e = "Set up pay schedule", a = "Save & continue", t = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", n = {
|
|
2
|
-
frequency: "Pay frequency",
|
|
3
|
-
firstPayDate: "First pay date",
|
|
4
|
-
deadline: "Deadline to run payroll"
|
|
5
|
-
}, i = {
|
|
1
|
+
const e = "Set up pay schedule", a = "Save & continue", t = "Please make sure to verify this information is accurate. If this information isn't correct, it can delay when your team will be paid.", n = { frequency: "Pay frequency", firstPayDate: "First pay date", deadline: "Deadline to run payroll" }, i = {
|
|
6
2
|
pageTitle: e,
|
|
7
3
|
saveAndContinueCta: a,
|
|
8
4
|
pleaseVerify: t,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.PaySchedules.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.PaySchedules.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
const t = "Account number", e = "Account type", n = "Account type", o = "Checking", c = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", m = "Cancel", d = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.",
|
|
2
|
-
percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.",
|
|
3
|
-
percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.",
|
|
4
|
-
amountError: "Please enter valid amount",
|
|
5
|
-
accountName: "Account name is required",
|
|
6
|
-
routingNumber: "Routing number should be a number (9 digits)",
|
|
7
|
-
accountNumber: "Account number is a required field"
|
|
8
|
-
}, z = {
|
|
1
|
+
const t = "Account number", e = "Account type", n = "Account type", o = "Checking", c = "Savings", a = "Allocation", i = "Bank account actions", s = "+ Add another bank account", r = "Add bank account", l = "List of employee bank accounts", u = "Back", p = "Save", m = "Cancel", d = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "Check", b = "Delete", h = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", g = "Direct Deposit", k = "Bank account actions", C = "Account nickname", L = "Nickname", A = "Select payment method", f = "Routing number", D = "Routing number", T = "(9 digits)", N = "Split paycheck", S = "Continue", v = "Employee payment details", B = "Fixed amount", _ = "<p>You can split your paycheck into different accounts by percentage or flat dollar amounts.</p><p>When splitting by amount, you can reorder the priority of the bank accounts by clicking and dragging the list icon to the left of the bank account field. We’ll pay the amounts in the order specified until your salary has been fully distributed to the last “remainder” account.</p>", E = "Reorderable list of bank accounts", P = "Percentage", R = "{{name}} ({{account_number}})", w = "Split by", W = "Priority", x = "Remainder", q = "Split employee paycheck", F = "{{count}}st", I = "{{count}}nd", M = "{{count}}rd", Y = "{{count}}th", j = { percentageError: "If payment method amount is split by Percentage, all split amounts must add up to exactly 100.", percentageErrorWithTotal: "Splits must total 100%. Currently {{total}}%.", amountError: "Please enter valid amount", accountName: "Account name is required", routingNumber: "Routing number should be a number (9 digits)", accountNumber: "Account number is a required field" }, z = {
|
|
9
2
|
accountNumberLabel: t,
|
|
10
3
|
accountTypeColumn: e,
|
|
11
4
|
accountTypeLabel: n,
|
|
@@ -20,30 +13,30 @@ const t = "Account number", e = "Account type", n = "Account type", o = "Checkin
|
|
|
20
13
|
saveCta: p,
|
|
21
14
|
cancelAddCta: m,
|
|
22
15
|
checkDescription: d,
|
|
23
|
-
checkLabel:
|
|
24
|
-
deleteBankAccountCTA:
|
|
16
|
+
checkLabel: y,
|
|
17
|
+
deleteBankAccountCTA: b,
|
|
25
18
|
directDepositDescription: h,
|
|
26
19
|
directDepositLabel: g,
|
|
27
20
|
hamburgerTitle: k,
|
|
28
|
-
nameLabel:
|
|
29
|
-
nicknameColumn:
|
|
21
|
+
nameLabel: C,
|
|
22
|
+
nicknameColumn: L,
|
|
30
23
|
paymentFieldsetLegend: A,
|
|
31
24
|
routingNumberColumn: f,
|
|
32
|
-
routingNumberLabel:
|
|
33
|
-
routingNumberDescription:
|
|
25
|
+
routingNumberLabel: D,
|
|
26
|
+
routingNumberDescription: T,
|
|
34
27
|
splitCta: N,
|
|
35
|
-
submitCta:
|
|
28
|
+
submitCta: S,
|
|
36
29
|
title: v,
|
|
37
30
|
amountLabel: B,
|
|
38
|
-
splitDescription:
|
|
39
|
-
draggableListLabel:
|
|
40
|
-
percentageLabel:
|
|
41
|
-
splitAmountLabel:
|
|
42
|
-
splitByLabel:
|
|
31
|
+
splitDescription: _,
|
|
32
|
+
draggableListLabel: E,
|
|
33
|
+
percentageLabel: P,
|
|
34
|
+
splitAmountLabel: R,
|
|
35
|
+
splitByLabel: w,
|
|
43
36
|
priorityLabel: W,
|
|
44
37
|
remainderLabel: x,
|
|
45
|
-
splitTitle:
|
|
46
|
-
priority_one:
|
|
38
|
+
splitTitle: q,
|
|
39
|
+
priority_one: F,
|
|
47
40
|
priority_two: I,
|
|
48
41
|
priority_few: M,
|
|
49
42
|
priority_other: Y,
|
|
@@ -64,33 +57,33 @@ export {
|
|
|
64
57
|
m as cancelAddCta,
|
|
65
58
|
u as cancelCta,
|
|
66
59
|
d as checkDescription,
|
|
67
|
-
|
|
60
|
+
y as checkLabel,
|
|
68
61
|
z as default,
|
|
69
|
-
|
|
62
|
+
b as deleteBankAccountCTA,
|
|
70
63
|
h as directDepositDescription,
|
|
71
64
|
g as directDepositLabel,
|
|
72
|
-
|
|
65
|
+
E as draggableListLabel,
|
|
73
66
|
k as hamburgerTitle,
|
|
74
|
-
|
|
75
|
-
|
|
67
|
+
C as nameLabel,
|
|
68
|
+
L as nicknameColumn,
|
|
76
69
|
A as paymentFieldsetLegend,
|
|
77
|
-
|
|
70
|
+
P as percentageLabel,
|
|
78
71
|
W as priorityLabel,
|
|
79
72
|
M as priority_few,
|
|
80
|
-
|
|
73
|
+
F as priority_one,
|
|
81
74
|
Y as priority_other,
|
|
82
75
|
I as priority_two,
|
|
83
76
|
x as remainderLabel,
|
|
84
77
|
f as routingNumberColumn,
|
|
85
|
-
|
|
86
|
-
|
|
78
|
+
T as routingNumberDescription,
|
|
79
|
+
D as routingNumberLabel,
|
|
87
80
|
p as saveCta,
|
|
88
|
-
|
|
89
|
-
|
|
81
|
+
R as splitAmountLabel,
|
|
82
|
+
w as splitByLabel,
|
|
90
83
|
N as splitCta,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
84
|
+
_ as splitDescription,
|
|
85
|
+
q as splitTitle,
|
|
86
|
+
S as submitCta,
|
|
94
87
|
v as title,
|
|
95
88
|
j as validations
|
|
96
89
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Employee.PaymentMethod.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|