@gusto/embedded-react-sdk 0.46.2 → 0.46.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.
Files changed (172) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/components/Common/DataView/DataTable/DataTable.js +76 -72
  3. package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
  4. package/dist/components/Common/DataView/DataTable/DataTable.module.scss.js +8 -0
  5. package/dist/components/Common/DataView/DataTable/DataTable.module.scss.js.map +1 -0
  6. package/dist/components/Common/DataView/useDataView.d.ts +2 -0
  7. package/dist/components/Common/DataView/useDataView.js.map +1 -1
  8. package/dist/components/Common/DocumentViewer/DocumentViewer.js +10 -10
  9. package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
  10. package/dist/components/Common/DocumentViewer/DocumentViewer.module.scss.js +9 -9
  11. package/dist/components/Common/PaginationControl/PaginationControl.js +11 -10
  12. package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
  13. package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +1 -1
  14. package/dist/components/Common/UI/DescriptionList/DescriptionList.js +11 -10
  15. package/dist/components/Common/UI/DescriptionList/DescriptionList.js.map +1 -1
  16. package/dist/components/Common/UI/DescriptionList/DescriptionList.module.scss.js +4 -4
  17. package/dist/components/Common/UI/Input/InputTypes.d.ts +1 -1
  18. package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
  19. package/dist/components/Common/UI/NumberInput/NumberInput.js +51 -48
  20. package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
  21. package/dist/components/Common/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  22. package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
  23. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +3 -4
  24. package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
  25. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +3 -4
  26. package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
  27. package/dist/components/Company/AssignSignatory/useAssignSignatory.js +5 -6
  28. package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
  29. package/dist/components/Company/BankAccount/BankAccountForm/context.js +3 -4
  30. package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
  31. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +3 -4
  32. package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  33. package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.js +4 -4
  34. package/dist/components/Company/FederalTaxes/useFederalTaxes.js +5 -6
  35. package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
  36. package/dist/components/Company/Industry/Context.js +6 -7
  37. package/dist/components/Company/Industry/Context.js.map +1 -1
  38. package/dist/components/Company/Locations/LocationForm/useLocationForm.js +3 -4
  39. package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
  40. package/dist/components/Company/Locations/LocationsList/useLocationsList.js +3 -4
  41. package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
  42. package/dist/components/Company/OnboardingOverview/context.js +3 -4
  43. package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
  44. package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.js +5 -5
  45. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +3 -4
  46. package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
  47. package/dist/components/Company/StateTaxes/StateTaxesList/context.js +3 -4
  48. package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
  49. package/dist/components/Contractor/Address/useAddress.js +5 -6
  50. package/dist/components/Contractor/Address/useAddress.js.map +1 -1
  51. package/dist/components/Contractor/Profile/useContractorProfile.js +33 -34
  52. package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
  53. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js +14 -11
  54. package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js.map +1 -1
  55. package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js +0 -2
  56. package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js.map +1 -1
  57. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js +18 -18
  58. package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
  59. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js +36 -36
  60. package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
  61. package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js +4 -4
  62. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +140 -140
  63. package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
  64. package/dist/components/Employee/Compensation/shared/useJobForm/fields.js +6 -6
  65. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +6 -5
  66. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +162 -131
  67. package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
  68. package/dist/components/Employee/Dashboard/BasicDetailsView.js +74 -88
  69. package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
  70. package/dist/components/Employee/Dashboard/Dashboard.js +53 -51
  71. package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
  72. package/dist/components/Employee/Dashboard/DocumentsView.js +17 -10
  73. package/dist/components/Employee/Dashboard/DocumentsView.js.map +1 -1
  74. package/dist/components/Employee/Dashboard/JobAndPayView.js +383 -357
  75. package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
  76. package/dist/components/Employee/Dashboard/TaxesView.js +114 -101
  77. package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
  78. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js +36 -36
  79. package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +1 -1
  80. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js +57 -57
  81. package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js.map +1 -1
  82. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +14 -5
  83. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +55 -36
  84. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
  85. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js +8 -8
  86. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +18 -18
  87. package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
  88. package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js +4 -4
  89. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +3 -3
  90. package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
  91. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +3 -4
  92. package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
  93. package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.js +1 -1
  94. package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.js +4 -4
  95. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +157 -147
  96. package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
  97. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +56 -55
  98. package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
  99. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js +20 -20
  100. package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js.map +1 -1
  101. package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.js +1 -1
  102. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.d.ts +1 -1
  103. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js +4 -4
  104. package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/splitFieldFactory.js.map +1 -1
  105. package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.js +8 -8
  106. package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.js +5 -5
  107. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.d.ts +0 -1
  108. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js +11 -12
  109. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.js.map +1 -1
  110. package/dist/components/Employee/Profile/shared/useHomeAddressForm/homeAddressSchema.test.d.ts +1 -0
  111. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +6 -1
  112. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +95 -94
  113. package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
  114. package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js +4 -4
  115. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +6 -1
  116. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +87 -86
  117. package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
  118. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +18 -18
  119. package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
  120. package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +8 -8
  121. package/dist/components/Employee/Taxes/useTaxes.js +3 -4
  122. package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
  123. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +5 -1
  124. package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
  125. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +61 -60
  126. package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
  127. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +2 -3
  128. package/dist/components/Payroll/GrossUpModal/GrossUpModal.js.map +1 -1
  129. package/dist/components/Payroll/usePreparedPayrollData.js +2 -3
  130. package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
  131. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +6 -7
  132. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
  133. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
  134. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +52 -68
  135. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
  136. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.module.scss.js +4 -4
  137. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +0 -11
  138. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +137 -163
  139. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
  140. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +36 -35
  141. package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
  142. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js +34 -34
  143. package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.js.map +1 -1
  144. package/dist/helpers/breadcrumbHelpers.d.ts +1 -1
  145. package/dist/helpers/breadcrumbHelpers.js.map +1 -1
  146. package/dist/helpers/federalEin.d.ts +1 -0
  147. package/dist/helpers/federalEin.js.map +1 -1
  148. package/dist/helpers/mask.d.ts +8 -4
  149. package/dist/helpers/mask.js.map +1 -1
  150. package/dist/helpers/rem.d.ts +2 -1
  151. package/dist/helpers/rem.js.map +1 -1
  152. package/dist/hooks/useAsyncError.d.ts +1 -0
  153. package/dist/hooks/useAsyncError.js.map +1 -1
  154. package/dist/hooks/useForkRef/useForkRef.d.ts +1 -0
  155. package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
  156. package/dist/i18n/I18n.d.ts +9 -1
  157. package/dist/i18n/I18n.js.map +1 -1
  158. package/dist/i18n/en/Company.TimeOff.EmployeeTable.json.js +14 -14
  159. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js +12 -18
  160. package/dist/i18n/en/Company.TimeOff.SelectEmployees.json.js.map +1 -1
  161. package/dist/i18n/en/Employee.Compensation.json.js +24 -24
  162. package/dist/i18n/en/Employee.Dashboard.json.js +22 -20
  163. package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
  164. package/dist/i18n/en/Employee.PaymentMethod.json.js +25 -25
  165. package/dist/i18n/en/Employee.StateTaxes.json.js +12 -10
  166. package/dist/i18n/en/Employee.StateTaxes.json.js.map +1 -1
  167. package/dist/style.css +1 -1
  168. package/dist/types/hooks.d.ts +1 -1
  169. package/dist/types/i18next.d.ts +4 -17
  170. package/dist/types/observability.d.ts +1 -1
  171. package/package.json +30 -27
  172. package/dist/components/Employee/Dashboard/CompensationCard.d.ts +0 -13
@@ -1,4 +1,4 @@
1
- const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wage", a = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", i = "Minimum wage", n = "What minimum wage requirement should compensation be adjusted to", s = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, l = "Compensation amount", r = "Back", c = "Cancel", m = "Cancel", d = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', h = "Employee type", p = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, u = "Job actions", f = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", b = "Wage frequency", C = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, g = "Effective date", k = "Changes will take effect on this date.", v = "Start date", w = "Save job", W = "Continue", L = "Compensation", j = "Edit job", D = "Add job", E = "Effective date", T = { editCompensationTitle: "Edit compensation", jobTitleLabel: "Job title", wageLabel: "Wage", wageFrequencyLabel: "Wage frequency", wageFrequencyOptions: { Hour: "Hourly", Week: "Weekly", Month: "Monthly", Year: "Annually", Paycheck: "Per paycheck" }, hireDateLabel: "Hire date", twoPercentShareholderLabel: "This employee is a 2% shareholder", saveCta: "Save" }, x = { effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", hireDate: "Start date is required", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDateBeforeMin: "Effective date must be in the future", jobTitleSentence: "Job title is a required field" }, S = "Workers' compensation coverage", P = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", A = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, O = "Risk class code", q = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", M = "Select if employee is a 2% shareholder", N = {
1
+ const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wage", a = "Determines whether the compensation should be adjusted for minimum wage. Only applies to Nonexempt employees.", i = "Minimum wage", n = "What minimum wage requirement should compensation be adjusted to", s = { amountColumn: "Amount", deleteCta: "Delete", editCta: "Edit", jobColumn: "Job title", perColumn: "Per", tableLabel: "List of all jobs for the employee", typeColumn: "Pay type" }, l = "Compensation amount", r = "Back", c = "Cancel", m = "Cancel", d = '<ClassificationLink href="https://support.gusto.com/team-management/team-payments/pay-rates/1001671771/Employee-classification-options.htm" target="_blank">Learn more about employee classifications.</ClassificationLink>', p = "Employee type", h = { "Commission Only Exempt": "Commission Only/No Overtime", "Commission Only Nonexempt": "Commission Only/Eligible for overtime", Exempt: "Salary/No overtime", Nonexempt: "Paid by the hour", Owner: "Owner's draw", "Salaried Nonexempt": "Salary/Eligible for overtime" }, u = "Job actions", f = "Job Title", y = "The period over which the compensation amount is tracked (e.g., hourly, daily, weekly, monthly, annually).", b = "Wage frequency", C = { Hour: "Hour", Month: "Month", Paycheck: "Paycheck", Week: "Week", Year: "Year" }, g = "Effective date", v = "Changes will take effect on this date.", w = "Start date", k = "Save job", L = "Continue", W = "Compensation", j = "Edit job", D = "Add job", E = "Effective date", T = { editCompensationTitle: "Edit compensation", jobTitleLabel: "Job title", wageLabel: "Wage", wageFrequencyLabel: "Wage frequency", hireDateLabel: "Hire date", twoPercentShareholderLabel: "This employee is a 2% shareholder", saveCta: "Save" }, x = { effectiveDate: "Effective date is a required field", effectiveDateBeforeHire: "Effective date cannot be before the employee's hire date.", hireDate: "Start date is required", classificationChangeNotification: "Changing this employee's classification will immediately delete their additional jobs.", exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.", paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year", rate: "Amount is a required field", nonZeroRate: "Amount must be at least $1.00", rateExemptThreshold: "FLSA Exempt employees must meet salary threshold of {{limit}}/year", title: "Title is a required field", minimumWage: "Please select minimum wage for adjustment", stateWcClassCode: "Please select a risk class code", effectiveDateBeforeMin: "Effective date must be in the future", jobTitleSentence: "Job title is a required field" }, S = "Workers' compensation coverage", A = "Washington administers <wcLink>workers’ compensation insurance</wcLink> to protect workers and employers from the financial impact of a work-related injury. Indicate here if this employee is exempt from the workers’ comp tax.", N = { yes: "Yes, this employee is covered", no: "No, this employee is not covered" }, O = "Risk class code", P = "The risk class code associated with this employee’s job function. We need this to pay and file your taxes correctly.", q = "Select if employee is a 2% shareholder", J = {
2
2
  addAnotherJobCta: e,
3
3
  addAnotherJobTitle: t,
4
4
  adjustForMinimumWage: o,
@@ -11,30 +11,30 @@ const e = "+ Add another job", t = "Add another job", o = "Adjust for minimum wa
11
11
  cancelCta: c,
12
12
  cancelNewJobCta: m,
13
13
  classificationLink: d,
14
- employeeClassification: h,
15
- flsaStatusLabels: p,
14
+ employeeClassification: p,
15
+ flsaStatusLabels: h,
16
16
  hamburgerTitle: u,
17
17
  jobTitle: f,
18
18
  paymentUnitDescription: y,
19
19
  paymentUnitLabel: b,
20
20
  paymentUnitOptions: C,
21
21
  effectiveDate: g,
22
- effectiveDateDescription: k,
23
- hireDate: v,
24
- saveNewJobCta: w,
25
- submitCta: W,
26
- title: L,
22
+ effectiveDateDescription: v,
23
+ hireDate: w,
24
+ saveNewJobCta: k,
25
+ submitCta: L,
26
+ title: W,
27
27
  editTitle: j,
28
28
  addTitle: D,
29
29
  effectiveDateLabel: E,
30
30
  management: T,
31
31
  validations: x,
32
32
  stateWcCoveredLabel: S,
33
- stateWcCoveredDescription: P,
34
- stateWcCoveredOptions: A,
33
+ stateWcCoveredDescription: A,
34
+ stateWcCoveredOptions: N,
35
35
  stateWcClassCodeLabel: O,
36
- stateWcClassCodeDescription: q,
37
- twoPercentStakeholderLabel: M
36
+ stateWcClassCodeDescription: P,
37
+ twoPercentStakeholderLabel: q
38
38
  };
39
39
  export {
40
40
  e as addAnotherJobCta,
@@ -48,15 +48,15 @@ export {
48
48
  c as cancelCta,
49
49
  m as cancelNewJobCta,
50
50
  d as classificationLink,
51
- N as default,
51
+ J as default,
52
52
  j as editTitle,
53
53
  g as effectiveDate,
54
- k as effectiveDateDescription,
54
+ v as effectiveDateDescription,
55
55
  E as effectiveDateLabel,
56
- h as employeeClassification,
57
- p as flsaStatusLabels,
56
+ p as employeeClassification,
57
+ h as flsaStatusLabels,
58
58
  u as hamburgerTitle,
59
- v as hireDate,
59
+ w as hireDate,
60
60
  f as jobTitle,
61
61
  T as management,
62
62
  n as minimumWageDescription,
@@ -64,15 +64,15 @@ export {
64
64
  y as paymentUnitDescription,
65
65
  b as paymentUnitLabel,
66
66
  C as paymentUnitOptions,
67
- w as saveNewJobCta,
68
- q as stateWcClassCodeDescription,
67
+ k as saveNewJobCta,
68
+ P as stateWcClassCodeDescription,
69
69
  O as stateWcClassCodeLabel,
70
- P as stateWcCoveredDescription,
70
+ A as stateWcCoveredDescription,
71
71
  S as stateWcCoveredLabel,
72
- A as stateWcCoveredOptions,
73
- W as submitCta,
74
- L as title,
75
- M as twoPercentStakeholderLabel,
72
+ N as stateWcCoveredOptions,
73
+ L as submitCta,
74
+ W as title,
75
+ q as twoPercentStakeholderLabel,
76
76
  x as validations
77
77
  };
78
78
  //# sourceMappingURL=Employee.Compensation.json.js.map
@@ -1,32 +1,34 @@
1
- const e = "Employee Dashboard", t = "Employee", a = "Employee dashboard tabs", n = { basicDetails: "Basic details", jobAndPay: "Job and pay", taxes: "Taxes", documents: "Documents" }, o = { title: "Basic details", editCta: "Edit", legalName: "Legal name", startDate: "Start date", socialSecurityNumber: "Social security number", dateOfBirth: "Date of birth", personalEmail: "Personal email" }, i = { title: "Home address", manageCta: "Manage", currentAddress: "Current address", noAddress: "No home address on file" }, d = { title: "Work address", manageCta: "Manage", currentAddress: "Current address", noAddress: "No work address on file" }, s = { compensation: { title: "Compensation", editCta: "Edit", jobTitle: "Job title", type: "Type", types: { hourly: "Hourly/Overtime eligible", salary: "Salary/No overtime" }, wage: "Wage", effectiveDate: "Effective date", addJobCta: "Add job", addAnotherJobCta: "Add another job", tableLabel: "List of jobs", hamburgerTitle: "Job actions", editJobCta: "Edit", deleteJobCta: "Delete", columns: { jobTitle: "Job title", payType: "Pay type", effectiveDate: "Effective date", status: "Status" }, pendingStatus: "Pending", deleteJobDialog: { title: "Delete job?", description: "{{jobTitle}} will be permanently removed.", confirmCta: "Delete", cancelCta: "Cancel" }, emptyState: { title: "No compensation", description: "Compensation will appear here once added" }, pendingChange: { alertLabel: "Compensation will change on {{date}}.", alertLabelWithJob: "Compensation for {{jobTitle}} will change on {{date}}.", summaryLabel: "There are multiple pending changes to {{name}}'s compensation.", reviewCta: "Review", cancelCta: "Cancel change", modal: { title: "Review pending changes", description: "These compensation changes are scheduled to take effect on the dates below. Cancel any change to remove it.", closeCta: "Close" }, details: { titleChange: "Job title will change to {{title}}", payChange: "Pay will change to {{formattedRate}}", flsaChange: "Employee type will change to {{flsaLabel}}", newJob: "{{name}} will start an additional job as {{title}} at {{formattedRate}}", newJobNoTitle: "{{name}} will start an additional job at {{formattedRate}}", newJobNoRate: "{{name}} will start an additional job as {{title}}", newJobMinimal: "{{name}} will start an additional job", minWageEnabled: "Minimum wage adjustment will be enabled at {{formattedWage}}", minWageEnabledNoRate: "Minimum wage adjustment will be enabled", minWageDisabled: "Minimum wage adjustment will be removed", minWageChanged: "Minimum wage adjustment rate will change to {{formattedWage}}", minWageChangedNoRate: "Minimum wage adjustment will change" } } }, payment: { title: "Payment", splitPaycheckCta: "Split paycheck", addBankAccountCta: "Add bank account", listLabel: "List of bank accounts", nickname: "Nickname", routingNumber: "Routing number", accountType: "Account type", emptyState: { title: "No bank accounts", description: "Bank accounts will appear here once added" } }, deductions: { title: "Deductions", addDeductionCta: "Add deduction", listLabel: "List of deductions", deduction: "Deduction", frequency: "Frequency", withhold: "Withheld", recurring: "Recurring", oneTime: "One-time", amountPerPaycheck: "{{value}} per paycheck", emptyState: { title: "No deductions", description: "Employee deductions will appear here" } }, paystubs: { title: "Paystubs", listLabel: "List of paystubs", payday: "Payday", checkAmount: "Check amount", grossPay: "Gross pay", paymentMethod: "Payment method", noPaymentMethod: "Not available", downloadCta: "Download paystub", downloadError: "Unable to download paystub", downloadLoadingMessage: "Generating paystub…", emptyState: { title: "No paystubs", description: "Paystubs will appear here after payroll is run" } } }, l = { federal: { title: "Federal taxes", editCta: "Edit", filingStatus: "Filing status", multipleJobs: "Multiple jobs", dependentsAndOtherCredits: "Dependents and other credits", otherIncome: "Other income", deductions: "Deductions", extraWithholding: "Extra withholding" }, state: { title: "State taxes", editCta: "Edit", noStateTaxes: "No state taxes on file" } }, c = { title: "Forms", listLabel: "List of employee forms", viewCta: "View", columns: { title: "Form", year: "Year", status: "Status", requiresSigning: "Signing status", actions: "Actions" }, signingStatus: { signed: "Signed", notSigned: "Not signed" }, status: { draft: "Draft", final: "Final" }, emptyState: { title: "No forms", description: "Employee forms will appear here once available" } }, r = { yes: "Yes", no: "No" }, m = { bankAccountAdded: "Bank account successfully added.", bankAccountDeleted: "Bank account successfully deleted.", splitUpdated: "Split payment successfully updated.", deductionAdded: "Deduction successfully added.", deductionUpdated: "Deduction successfully updated.", deductionDeleted: "Deduction successfully deleted.", jobAdded: "Job successfully added." }, u = { addJobTitle: "Add a job", editTitle: "Edit compensation", addAnotherJobTitle: "Add another job", saveCta: "Save job" }, b = {
1
+ const e = "Employee Dashboard", t = "Employee", a = "Employee dashboard tabs", o = "No value", n = { basicDetails: "Basic details", jobAndPay: "Job and pay", taxes: "Taxes", documents: "Documents" }, i = { title: "Basic details", editCta: "Edit", legalName: "Legal name", startDate: "Start date", socialSecurityNumber: "Social security number", dateOfBirth: "Date of birth", personalEmail: "Personal email" }, d = { title: "Home address", manageCta: "Manage", currentAddress: "Current address", noAddress: "No home address on file" }, s = { title: "Work address", manageCta: "Manage", currentAddress: "Current address", noAddress: "No work address on file" }, l = { compensation: { title: "Compensation", editCta: "Edit", jobTitle: "Job title", type: "Type", types: { hourly: "Hourly/Overtime eligible", salary: "Salary/No overtime" }, wage: "Wage", effectiveDate: "Effective date", addJobCta: "Add job", addAnotherJobCta: "Add another job", tableLabel: "List of jobs", hamburgerTitle: "Job actions", editJobCta: "Edit", deleteJobCta: "Delete", columns: { jobTitle: "Job title", payType: "Pay type", effectiveDate: "Effective date", status: "Status" }, pendingStatus: "Pending", deleteJobDialog: { title: "Delete job?", description: "{{jobTitle}} will be permanently removed.", confirmCta: "Delete", cancelCta: "Cancel" }, emptyState: { title: "No compensation", description: "Compensation will appear here once added" }, pendingChange: { alertLabel: "Compensation will change on {{date}}.", alertLabelWithJob: "Compensation for {{jobTitle}} will change on {{date}}.", summaryLabel: "There are multiple pending changes to {{name}}'s compensation.", reviewCta: "Review", cancelCta: "Cancel change", modal: { title: "Review pending changes", description: "These compensation changes are scheduled to take effect on the dates below. Cancel any change to remove it.", closeCta: "Close" }, details: { titleChange: "Job title will change to {{title}}", payChange: "Pay will change to {{formattedRate}}", flsaChange: "Employee type will change to {{flsaLabel}}", newJob: "{{name}} will start an additional job as {{title}} at {{formattedRate}}", newJobNoTitle: "{{name}} will start an additional job at {{formattedRate}}", newJobNoRate: "{{name}} will start an additional job as {{title}}", newJobMinimal: "{{name}} will start an additional job", minWageEnabled: "Minimum wage adjustment will be enabled at {{formattedWage}}", minWageEnabledNoRate: "Minimum wage adjustment will be enabled", minWageDisabled: "Minimum wage adjustment will be removed", minWageChanged: "Minimum wage adjustment rate will change to {{formattedWage}}", minWageChangedNoRate: "Minimum wage adjustment will change" } } }, payment: { title: "Payment", splitPaycheckCta: "Split paycheck", addBankAccountCta: "Add bank account", listLabel: "List of bank accounts", nickname: "Nickname", routingNumber: "Routing number", accountType: "Account type", emptyState: { title: "No bank accounts", description: "Bank accounts will appear here once added" } }, deductions: { title: "Deductions", addDeductionCta: "Add deduction", listLabel: "List of deductions", deduction: "Deduction", frequency: "Frequency", withhold: "Withheld", recurring: "Recurring", oneTime: "One-time", amountPerPaycheck: "{{value}} per paycheck", emptyState: { title: "No deductions", description: "Employee deductions will appear here" } }, paystubs: { title: "Paystubs", listLabel: "List of paystubs", payday: "Payday", checkAmount: "Check amount", grossPay: "Gross pay", paymentMethod: "Payment method", noPaymentMethod: "Not available", downloadCta: "Download paystub", downloadError: "Unable to download paystub", downloadLoadingMessage: "Generating paystub…", emptyState: { title: "No paystubs", description: "Paystubs will appear here after payroll is run" } } }, c = { federal: { title: "Federal taxes", editCta: "Edit", filingStatus: "Filing status", multipleJobs: "Multiple jobs", dependentsAndOtherCredits: "Dependents and other credits", otherIncome: "Other income", deductions: "Deductions", extraWithholding: "Extra withholding" }, state: { title: "State taxes", editCta: "Edit", noStateTaxes: "No state taxes on file", noWithholdingForState: "No state income tax withholding required." } }, r = { title: "Forms", listLabel: "List of employee forms", viewCta: "View", columns: { title: "Form", year: "Year", status: "Status", requiresSigning: "Signing status", actions: "Actions" }, signingStatus: { signed: "Signed", notSigned: "Not signed" }, status: { draft: "Draft", final: "Final" }, emptyState: { title: "No forms", description: "Employee forms will appear here once available" } }, m = { yes: "Yes", no: "No" }, u = { bankAccountAdded: "Bank account successfully added.", bankAccountDeleted: "Bank account successfully deleted.", splitUpdated: "Split payment successfully updated.", deductionAdded: "Deduction successfully added.", deductionUpdated: "Deduction successfully updated.", deductionDeleted: "Deduction successfully deleted.", jobAdded: "Job successfully added." }, b = { addJobTitle: "Add a job", editTitle: "Edit compensation", addAnotherJobTitle: "Add another job", saveCta: "Save job" }, p = {
2
2
  title: e,
3
3
  employeeRoleLabel: t,
4
4
  tabsLabel: a,
5
+ listEmptyPlaceholder: o,
5
6
  tabs: n,
6
- basicDetails: o,
7
- homeAddress: i,
8
- workAddress: d,
9
- jobAndPay: s,
10
- taxes: l,
11
- documents: c,
12
- common: r,
13
- alerts: m,
14
- compensationFlow: u
7
+ basicDetails: i,
8
+ homeAddress: d,
9
+ workAddress: s,
10
+ jobAndPay: l,
11
+ taxes: c,
12
+ documents: r,
13
+ common: m,
14
+ alerts: u,
15
+ compensationFlow: b
15
16
  };
16
17
  export {
17
- m as alerts,
18
- o as basicDetails,
19
- r as common,
20
- u as compensationFlow,
21
- b as default,
22
- c as documents,
18
+ u as alerts,
19
+ i as basicDetails,
20
+ m as common,
21
+ b as compensationFlow,
22
+ p as default,
23
+ r as documents,
23
24
  t as employeeRoleLabel,
24
- i as homeAddress,
25
- s as jobAndPay,
25
+ d as homeAddress,
26
+ l as jobAndPay,
27
+ o as listEmptyPlaceholder,
26
28
  n as tabs,
27
29
  a as tabsLabel,
28
- l as taxes,
30
+ c as taxes,
29
31
  e as title,
30
- d as workAddress
32
+ s as workAddress
31
33
  };
32
34
  //# sourceMappingURL=Employee.Dashboard.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.Dashboard.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Employee.Dashboard.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", s = "Bank account actions", i = "+ Add another bank account", l = "Add bank account", r = "List of employee bank accounts", u = "Back", d = "Save", p = "Cancel", m = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = { title: "Delete bank account", description: "Are you sure you want to delete the bank account {{account}}?", confirmCta: "Delete", cancelCta: "Cancel" }, g = "Bank account {{account}} was removed", f = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", A = "We recommend direct deposit — we can deposit paychecks directly into your account.", C = "Direct Deposit", L = "Bank account actions", D = "Account nickname", S = "Nickname", w = "Select payment method", B = "Routing number", P = "Routing number", v = "(9 digits)", N = "Split paycheck", T = "Continue", E = "Employee payment details", _ = "Fixed amount", R = "<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>", W = "Reorderable list of bank accounts", x = "Percentage", F = "{{name}} ({{account_number}})", I = "Split by", q = "Priority", M = "Remainder", V = "Split employee paycheck", Y = "{{count}}st", j = "{{count}}nd", z = "{{count}}rd", G = "{{count}}th", H = "Payment", J = "Payment method", K = "Bank account was successfully added", O = "Payment split was successfully updated", Q = { 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}}%.", percentageAmountError: "Percentage should be a whole number between 0 and 100", 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" }, U = {
1
+ const t = "Account number", e = "Account type", n = "Account type", c = "Checking", o = "Savings", a = "Allocation", s = "Bank account actions", i = "+ Add another bank account", u = "Add bank account", l = "List of employee bank accounts", r = "Back", d = "Save", m = "Cancel", p = "If you select check as the payment method, you'll need to write a physical check to this employee each payday.", y = "If you select check as the payment method, you'll receive a physical check.", b = "Check", h = "Delete", k = { title: "Delete bank account", description: "Are you sure you want to delete the bank account {{account}}?", confirmCta: "Delete", cancelCta: "Cancel" }, g = "Bank account {{account}} was removed", A = "We recommend direct deposit — we can deposit paychecks directly into your employees' bank accounts.", f = "We recommend direct deposit — we can deposit paychecks directly into your account.", C = "Direct Deposit", L = "Bank account actions", D = "Account nickname", S = "Nickname", w = "Select payment method", B = "Routing number", N = "Routing number", P = "(9 digits)", v = "Split paycheck", T = "Continue", E = "Employee payment details", _ = "Fixed amount", R = "<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>", W = "Reorderable list of bank accounts", F = "Percentage", x = "{{name}} ({{account_number}})", I = "Split by", q = "Priority", M = "Remainder", V = "Split employee paycheck", Y = "{{count}}st", j = "{{count}}nd", z = "{{count}}rd", G = "{{count}}th", H = "Payment", J = "Payment method", K = "Bank account was successfully added", O = "Payment split was successfully updated", Q = { 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}}%.", percentageAmountError: "Percentage should be a whole number between 0 and 100", 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", accountNumberFormat: "Account number should contain only digits (up to 17)" }, U = {
2
2
  accountNumberLabel: t,
3
3
  accountTypeColumn: e,
4
4
  accountTypeLabel: n,
@@ -7,35 +7,35 @@ const t = "Account number", e = "Account type", n = "Account type", c = "Checkin
7
7
  allocationColumn: a,
8
8
  actionColumn: s,
9
9
  addAnotherCta: i,
10
- addBankAccountCta: l,
11
- bankAccountsListLabel: r,
12
- cancelCta: u,
10
+ addBankAccountCta: u,
11
+ bankAccountsListLabel: l,
12
+ cancelCta: r,
13
13
  saveCta: d,
14
- cancelAddCta: p,
15
- checkDescription: m,
14
+ cancelAddCta: m,
15
+ checkDescription: p,
16
16
  checkDescriptionSelf: y,
17
17
  checkLabel: b,
18
18
  deleteBankAccountCta: h,
19
19
  deleteBankAccountDialog: k,
20
20
  deleteBankAccountSuccessAlert: g,
21
- directDepositDescription: f,
22
- directDepositDescriptionSelf: A,
21
+ directDepositDescription: A,
22
+ directDepositDescriptionSelf: f,
23
23
  directDepositLabel: C,
24
24
  hamburgerTitle: L,
25
25
  nameLabel: D,
26
26
  nicknameColumn: S,
27
27
  paymentFieldsetLegend: w,
28
28
  routingNumberColumn: B,
29
- routingNumberLabel: P,
30
- routingNumberDescription: v,
31
- splitCta: N,
29
+ routingNumberLabel: N,
30
+ routingNumberDescription: P,
31
+ splitCta: v,
32
32
  submitCta: T,
33
33
  title: E,
34
34
  amountLabel: _,
35
35
  splitDescription: R,
36
36
  draggableListLabel: W,
37
- percentageLabel: x,
38
- splitAmountLabel: F,
37
+ percentageLabel: F,
38
+ splitAmountLabel: x,
39
39
  splitByLabel: I,
40
40
  priorityLabel: q,
41
41
  remainderLabel: M,
@@ -58,22 +58,22 @@ export {
58
58
  o as accountTypeSavings,
59
59
  s as actionColumn,
60
60
  i as addAnotherCta,
61
- l as addBankAccountCta,
61
+ u as addBankAccountCta,
62
62
  a as allocationColumn,
63
63
  _ as amountLabel,
64
- r as bankAccountsListLabel,
64
+ l as bankAccountsListLabel,
65
65
  K as bankFormSuccessAlert,
66
- p as cancelAddCta,
67
- u as cancelCta,
68
- m as checkDescription,
66
+ m as cancelAddCta,
67
+ r as cancelCta,
68
+ p as checkDescription,
69
69
  y as checkDescriptionSelf,
70
70
  b as checkLabel,
71
71
  U as default,
72
72
  h as deleteBankAccountCta,
73
73
  k as deleteBankAccountDialog,
74
74
  g as deleteBankAccountSuccessAlert,
75
- f as directDepositDescription,
76
- A as directDepositDescriptionSelf,
75
+ A as directDepositDescription,
76
+ f as directDepositDescriptionSelf,
77
77
  C as directDepositLabel,
78
78
  W as draggableListLabel,
79
79
  L as hamburgerTitle,
@@ -82,7 +82,7 @@ export {
82
82
  S as nicknameColumn,
83
83
  w as paymentFieldsetLegend,
84
84
  J as paymentMethodLabel,
85
- x as percentageLabel,
85
+ F as percentageLabel,
86
86
  q as priorityLabel,
87
87
  z as priority_few,
88
88
  Y as priority_one,
@@ -90,12 +90,12 @@ export {
90
90
  j as priority_two,
91
91
  M as remainderLabel,
92
92
  B as routingNumberColumn,
93
- v as routingNumberDescription,
94
- P as routingNumberLabel,
93
+ P as routingNumberDescription,
94
+ N as routingNumberLabel,
95
95
  d as saveCta,
96
- F as splitAmountLabel,
96
+ x as splitAmountLabel,
97
97
  I as splitByLabel,
98
- N as splitCta,
98
+ v as splitCta,
99
99
  R as splitDescription,
100
100
  V as splitTitle,
101
101
  O as splitViewSuccessAlert,
@@ -1,18 +1,20 @@
1
- const e = "{{state}} Tax Requirements", t = "Continue", s = "Save", a = "Cancel", n = "Successfully updated state tax settings.", c = { required: "This field is a required field. Please enter a value." }, i = {
1
+ const e = "{{state}} Tax Requirements", t = "No state income tax withholding is required for this employee's work state.", s = "Continue", a = "Save", i = "Cancel", n = "Successfully updated state tax settings.", o = { required: "This field is a required field. Please enter a value." }, c = {
2
2
  stateTaxesTitle: e,
3
- submitCta: t,
4
- saveCta: s,
5
- cancelCta: a,
3
+ noWithholding: t,
4
+ submitCta: s,
5
+ saveCta: a,
6
+ cancelCta: i,
6
7
  successAlert: n,
7
- validations: c
8
+ validations: o
8
9
  };
9
10
  export {
10
- a as cancelCta,
11
- i as default,
12
- s as saveCta,
11
+ i as cancelCta,
12
+ c as default,
13
+ t as noWithholding,
14
+ a as saveCta,
13
15
  e as stateTaxesTitle,
14
- t as submitCta,
16
+ s as submitCta,
15
17
  n as successAlert,
16
- c as validations
18
+ o as validations
17
19
  };
18
20
  //# sourceMappingURL=Employee.StateTaxes.json.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Employee.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
1
+ {"version":3,"file":"Employee.StateTaxes.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}