@gusto/embedded-react-sdk 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,13 +20,13 @@ const e = "+ Add another job", t = {
20
20
  Paycheck: "Paycheck",
21
21
  Week: "Week",
22
22
  Year: "Year"
23
- }, b = "Save job", u = "Continue", h = "Compensation", d = {
24
- classificationChangeNotification: "Changing this employees classification will delete the employees additional pay rates.",
23
+ }, b = "Save job", d = "Continue", u = "Compensation", h = "Edit job", f = "Add job", T = {
24
+ classificationChangeNotification: "Changing this employee's classification will delete the employee's additional pay rates.",
25
25
  exemptThreshold: "Most employees who make under {{limit}}/year should be eligible for overtime.",
26
26
  paymentUnit: "Payment unit must be one of Hour, Week, Month, or Year",
27
27
  rate: "Amount is a required field",
28
28
  title: "Title is a required field"
29
- }, f = {
29
+ }, g = {
30
30
  addAnotherJobCta: e,
31
31
  allCompensations: t,
32
32
  amount: o,
@@ -42,19 +42,23 @@ const e = "+ Add another job", t = {
42
42
  paymentUnitLabel: y,
43
43
  paymentUnitOptions: C,
44
44
  saveNewJobCta: b,
45
- submitCta: u,
46
- title: h,
47
- validations: d
45
+ submitCta: d,
46
+ title: u,
47
+ editTitle: h,
48
+ addTitle: f,
49
+ validations: T
48
50
  };
49
51
  export {
50
52
  e as addAnotherJobCta,
53
+ f as addTitle,
51
54
  t as allCompensations,
52
55
  o as amount,
53
56
  a as backCta,
54
57
  n as cancelCta,
55
58
  i as cancelNewJobCta,
56
59
  s as classificationCTA,
57
- f as default,
60
+ g as default,
61
+ h as editTitle,
58
62
  l as employeeClassification,
59
63
  m as flsaStatusLabels,
60
64
  c as hamburgerTitle,
@@ -63,8 +67,8 @@ export {
63
67
  y as paymentUnitLabel,
64
68
  C as paymentUnitOptions,
65
69
  b as saveNewJobCta,
66
- u as submitCta,
67
- h as title,
68
- d as validations
70
+ d as submitCta,
71
+ u as title,
72
+ T as validations
69
73
  };
70
- //# sourceMappingURL=Employee.Compensation-D5dhIZgh.js.map
74
+ //# sourceMappingURL=Employee.Compensation-OoWTM-1y.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Employee.Compensation-OoWTM-1y.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,9 +1,10 @@
1
- const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", p = "***-**-****", f = "Your employee’s first day of work at your company.", k = "Start date", w = "Continue", b = "Basics", u = {
1
+ const e = "Cancel", t = "This information will be used for payroll and taxes, so double-check that it's accurate.", s = "Date of birth", a = "Personal email", o = "Use an email that's not associated with your company.", i = "Legal first name", r = "Employee Form", n = "Legal last name", l = "Middle initial", c = "Preferred first name", d = "Invite this employee to enter their own details online.", m = "Social Security Number (9 digit)", p = "***-**-****", f = "Your employee’s first day of work at your company.", h = "Start date", k = "Continue", u = "Basics", w = {
2
2
  email: "Valid email is required",
3
3
  firstName: "Please enter valid first name",
4
4
  lastName: "Please enter valid last name",
5
- startDate: "Please select valid start date"
6
- }, y = "Work address", h = "The primary location where the employee will be working.", D = "Select work address...", A = "Work Address", L = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", N = {
5
+ startDate: "Please select valid start date",
6
+ startDateOutOfRange: "An employee must have a start date that is within six months from today."
7
+ }, y = "Work address", b = "The primary location where the employee will be working.", D = "Select work address...", A = "Work Address", L = "This is where you primarily work. We need this information to make sure your pay is accurate. Please reach out to your employer if this looks incorrect.", N = {
7
8
  cancelCta: e,
8
9
  description: t,
9
10
  dobLabel: s,
@@ -18,12 +19,12 @@ const e = "Cancel", t = "This information will be used for payroll and taxes, so
18
19
  ssnLabel: m,
19
20
  ssnMask: p,
20
21
  startDateDescription: f,
21
- startDateLabel: k,
22
- submitCta: w,
23
- title: b,
24
- validations: u,
22
+ startDateLabel: h,
23
+ submitCta: k,
24
+ title: u,
25
+ validations: w,
25
26
  workAddress: y,
26
- workAddressDescription: h,
27
+ workAddressDescription: b,
27
28
  workAddressPlaceholder: D,
28
29
  workAddressSectionTitle: A,
29
30
  workAddressSectionDescription: L
@@ -44,14 +45,14 @@ export {
44
45
  m as ssnLabel,
45
46
  p as ssnMask,
46
47
  f as startDateDescription,
47
- k as startDateLabel,
48
- w as submitCta,
49
- b as title,
50
- u as validations,
48
+ h as startDateLabel,
49
+ k as submitCta,
50
+ u as title,
51
+ w as validations,
51
52
  y as workAddress,
52
- h as workAddressDescription,
53
+ b as workAddressDescription,
53
54
  D as workAddressPlaceholder,
54
55
  L as workAddressSectionDescription,
55
56
  A as workAddressSectionTitle
56
57
  };
57
- //# sourceMappingURL=Employee.Profile-DTBA-TQA.js.map
58
+ //# sourceMappingURL=Employee.Profile-u_Zt7QkR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Employee.Profile-u_Zt7QkR.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +1,5 @@
1
- import { c, T as l, P as m, a as u, D as v, Q as i } from "./B4MFY5CR-D8isFb6C.js";
2
- import { g as d, c as f, a as e } from "./index-CTsjS3wh.js";
1
+ import { c, T as l, P as m, a as u, D as v, Q as i } from "./B4MFY5CR-ywPOMS0V.js";
2
+ import { g as d, c as f, a as e } from "./index-X8BvPT33.js";
3
3
  var p = (a) => {
4
4
  const [r, t] = c({
5
5
  prefix: "TanstackQueryDevtools"
@@ -31,4 +31,4 @@ var p = (a) => {
31
31
  export {
32
32
  C as default
33
33
  };
34
- //# sourceMappingURL=HO4MOOFI-MKtO51Gd.js.map
34
+ //# sourceMappingURL=HO4MOOFI-DGIpvOUi.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HO4MOOFI-MKtO51Gd.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsComponent/HO4MOOFI.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/B4MFY5CR.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/JAANZ2TG.js';\n\n// src/DevtoolsComponent.tsx\nvar DevtoolsComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(Devtools, {\n localStore,\n setLocalStore\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsComponent_default = DevtoolsComponent;\n\nexport { DevtoolsComponent_default as default };\n"],"names":["DevtoolsComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","Devtools","DevtoolsComponent_default"],"mappings":";;AAIA,IAAIA,IAAoB,CAACC,MAAU;AACjC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,EAAyB,GACvCC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAa;AAAA,EACxB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAU;AAAA,gBAC/B,YAAAb;AAAA,gBACA,eAAAC;AAAA,cAChB,CAAe;AAAA,YACf;AAAA,UACA,CAAW;AAAA,QACX;AAAA,MACA,CAAO;AAAA,IACP;AAAA,EACA,CAAG;AACH,GACIa,IAA4BhB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"HO4MOOFI-DGIpvOUi.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsComponent/HO4MOOFI.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, Devtools } from '../chunk/B4MFY5CR.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/JAANZ2TG.js';\n\n// src/DevtoolsComponent.tsx\nvar DevtoolsComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(Devtools, {\n localStore,\n setLocalStore\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsComponent_default = DevtoolsComponent;\n\nexport { DevtoolsComponent_default as default };\n"],"names":["DevtoolsComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","Devtools","DevtoolsComponent_default"],"mappings":";;AAIA,IAAIA,IAAoB,CAACC,MAAU;AACjC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,EAAyB,GACvCC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAa;AAAA,EACxB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAU;AAAA,gBAC/B,YAAAb;AAAA,gBACA,eAAAC;AAAA,cAChB,CAAe;AAAA,YACf;AAAA,UACA,CAAW;AAAA,QACX;AAAA,MACA,CAAO;AAAA,IACP;AAAA,EACA,CAAG;AACH,GACIa,IAA4BhB;","x_google_ignoreList":[0]}
@@ -1,5 +1,5 @@
1
- import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./B4MFY5CR-D8isFb6C.js";
2
- import { g as v, c as C, a as e } from "./index-CTsjS3wh.js";
1
+ import { c as s, T as c, P as u, a as i, b as m, C as P, Q as d } from "./B4MFY5CR-ywPOMS0V.js";
2
+ import { g as v, c as C, a as e } from "./index-X8BvPT33.js";
3
3
  var h = (t) => {
4
4
  const [r, o] = s({
5
5
  prefix: "TanstackQueryDevtools"
@@ -40,4 +40,4 @@ var h = (t) => {
40
40
  export {
41
41
  p as default
42
42
  };
43
- //# sourceMappingURL=HUY7CZI3-REAOJEds.js.map
43
+ //# sourceMappingURL=HUY7CZI3-qCsnO8ul.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HUY7CZI3-REAOJEds.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsPanelComponent/HUY7CZI3.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/B4MFY5CR.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/JAANZ2TG.js';\n\n// src/DevtoolsPanelComponent.tsx\nvar DevtoolsPanelComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n disabled: true,\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(ParentPanel, {\n get children() {\n return createComponent(ContentView, {\n localStore,\n setLocalStore,\n get onClose() {\n return props.onClose;\n },\n showPanelViewOnly: true\n });\n }\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsPanelComponent_default = DevtoolsPanelComponent;\n\nexport { DevtoolsPanelComponent_default as default };\n"],"names":["DevtoolsPanelComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","ParentPanel","ContentView","DevtoolsPanelComponent_default"],"mappings":";;AAIA,IAAIA,IAAyB,CAACC,MAAU;AACtC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,EAAyB,GACvCC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAa;AAAA,EACxB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,UAAU;AAAA,QACV,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAa;AAAA,gBAClC,IAAI,WAAW;AACb,yBAAOJ,EAAgBK,GAAa;AAAA,oBAClC,YAAAd;AAAA,oBACA,eAAAC;AAAA,oBACA,IAAI,UAAU;AACZ,6BAAOF,EAAM;AAAA,oBACd;AAAA,oBACD,mBAAmB;AAAA,kBACvC,CAAmB;AAAA,gBACnB;AAAA,cACA,CAAe;AAAA,YACf;AAAA,UACA,CAAW;AAAA,QACX;AAAA,MACA,CAAO;AAAA,IACP;AAAA,EACA,CAAG;AACH,GACIgB,IAAiCjB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"HUY7CZI3-qCsnO8ul.js","sources":["../node_modules/@tanstack/query-devtools/build/DevtoolsPanelComponent/HUY7CZI3.js"],"sourcesContent":["import { createLocalStorage, THEME_PREFERENCE, QueryDevtoolsContext, PiPProvider, ThemeContext, ParentPanel, ContentView } from '../chunk/B4MFY5CR.js';\nimport { getPreferredColorScheme, createMemo, createComponent } from '../chunk/JAANZ2TG.js';\n\n// src/DevtoolsPanelComponent.tsx\nvar DevtoolsPanelComponent = (props) => {\n const [localStore, setLocalStore] = createLocalStorage({\n prefix: \"TanstackQueryDevtools\"\n });\n const colorScheme = getPreferredColorScheme();\n const theme = createMemo(() => {\n const preference = localStore.theme_preference || THEME_PREFERENCE;\n if (preference !== \"system\")\n return preference;\n return colorScheme();\n });\n return createComponent(QueryDevtoolsContext.Provider, {\n value: props,\n get children() {\n return createComponent(PiPProvider, {\n disabled: true,\n localStore,\n setLocalStore,\n get children() {\n return createComponent(ThemeContext.Provider, {\n value: theme,\n get children() {\n return createComponent(ParentPanel, {\n get children() {\n return createComponent(ContentView, {\n localStore,\n setLocalStore,\n get onClose() {\n return props.onClose;\n },\n showPanelViewOnly: true\n });\n }\n });\n }\n });\n }\n });\n }\n });\n};\nvar DevtoolsPanelComponent_default = DevtoolsPanelComponent;\n\nexport { DevtoolsPanelComponent_default as default };\n"],"names":["DevtoolsPanelComponent","props","localStore","setLocalStore","createLocalStorage","colorScheme","getPreferredColorScheme","theme","createMemo","preference","THEME_PREFERENCE","createComponent","QueryDevtoolsContext","PiPProvider","ThemeContext","ParentPanel","ContentView","DevtoolsPanelComponent_default"],"mappings":";;AAIA,IAAIA,IAAyB,CAACC,MAAU;AACtC,QAAM,CAACC,GAAYC,CAAa,IAAIC,EAAmB;AAAA,IACrD,QAAQ;AAAA,EACZ,CAAG,GACKC,IAAcC,EAAyB,GACvCC,IAAQC,EAAW,MAAM;AAC7B,UAAMC,IAAaP,EAAW,oBAAoBQ;AAClD,WAAID,MAAe,WACVA,IACFJ,EAAa;AAAA,EACxB,CAAG;AACD,SAAOM,EAAgBC,EAAqB,UAAU;AAAA,IACpD,OAAOX;AAAA,IACP,IAAI,WAAW;AACb,aAAOU,EAAgBE,GAAa;AAAA,QAClC,UAAU;AAAA,QACV,YAAAX;AAAA,QACA,eAAAC;AAAA,QACA,IAAI,WAAW;AACb,iBAAOQ,EAAgBG,EAAa,UAAU;AAAA,YAC5C,OAAOP;AAAA,YACP,IAAI,WAAW;AACb,qBAAOI,EAAgBI,GAAa;AAAA,gBAClC,IAAI,WAAW;AACb,yBAAOJ,EAAgBK,GAAa;AAAA,oBAClC,YAAAd;AAAA,oBACA,eAAAC;AAAA,oBACA,IAAI,UAAU;AACZ,6BAAOF,EAAM;AAAA,oBACd;AAAA,oBACD,mBAAmB;AAAA,kBACvC,CAAmB;AAAA,gBACnB;AAAA,cACA,CAAe;AAAA,YACf;AAAA,UACA,CAAW;AAAA,QACX;AAAA,MACA,CAAO;AAAA,IACP;AAAA,EACA,CAAG;AACH,GACIgB,IAAiCjB;","x_google_ignoreList":[0]}