@gusto/embedded-react-sdk 0.5.0 → 0.7.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.
- package/CHANGELOG.md +157 -0
- package/dist/Company.FederalTaxes-BuTN_7W0.js +50 -0
- package/dist/Company.FederalTaxes-BuTN_7W0.js.map +1 -0
- package/dist/Company.Locations-Cp9h8ZGu.js +74 -0
- package/dist/Company.Locations-Cp9h8ZGu.js.map +1 -0
- package/dist/Company.PaySchedule-CxoupNmN.js +74 -0
- package/dist/Company.PaySchedule-CxoupNmN.js.map +1 -0
- package/dist/index.d.ts +306 -20919
- package/dist/index.js +49644 -90
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +44 -48
- package/dist/B4MFY5CR-CqyfsoVo.js +0 -8837
- package/dist/B4MFY5CR-CqyfsoVo.js.map +0 -1
- package/dist/Company.FederalTaxes-BdJHqgfQ.js +0 -56
- package/dist/Company.FederalTaxes-BdJHqgfQ.js.map +0 -1
- package/dist/Company.PaySchedule-CMS2f4fy.js +0 -12
- package/dist/Company.PaySchedule-CMS2f4fy.js.map +0 -1
- package/dist/HO4MOOFI-2frVA61F.js +0 -34
- package/dist/HO4MOOFI-2frVA61F.js.map +0 -1
- package/dist/HUY7CZI3-sPAWPtuq.js +0 -43
- package/dist/HUY7CZI3-sPAWPtuq.js.map +0 -1
- package/dist/index-CqZomo0U.js +0 -41722
- package/dist/index-CqZomo0U.js.map +0 -1
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
const e = "Federal Tax Information", o = "Enter your entity type and the legal name of your company. You can find this info on your <FEINForm>FEIN assignment form (Form CP575)</FEINForm>. We need this to file and pay your taxes correctly.", n = "Federal EIN", t = "Your company's Federal Employer Identification Number (EIN). If you don't have one, please <apply_online_link>apply online.</apply_online_link>", r = "Taxpayer type", a = "Some common types are Sole Prop, LLC, and S-Corp.", l = "Federal filing form", i = "To learn more about the different Federal Tax Form filings for payroll, please review the <irs_website>IRS website.</irs_website>", _ = "941 - Employer’s Quarterly Federal Tax Return", s = "944 - Employer’s Annual Federal Tax Return", p = "Legal entity name", c = "Make sure this is your legal name, not your DBA.", y = "C-Corporation", m = "S-Corporation", f = "Sole proprietor", d = "LLC", u = "LLP", g = "Limited partnership", h = "Co-ownership", b = "Association", F = "Trusteeship", x = "General partnership", C = "Joint venture", T = "Non-Profit", E = "Cancel", I = {
|
|
2
|
-
pageTitle: e,
|
|
3
|
-
entity_type_and_legal_name_intro: o,
|
|
4
|
-
federal_ein_label: n,
|
|
5
|
-
federal_ein_description: t,
|
|
6
|
-
taxpayer_type_label: r,
|
|
7
|
-
taxpayer_type_options: a,
|
|
8
|
-
federal_filing_form_label: l,
|
|
9
|
-
federal_filing_form_description: i,
|
|
10
|
-
form_941_label: _,
|
|
11
|
-
form_944_label: s,
|
|
12
|
-
legal_entity_name_label: p,
|
|
13
|
-
legal_entity_name_tip: c,
|
|
14
|
-
c_corporation: y,
|
|
15
|
-
s_corporation: m,
|
|
16
|
-
sole_proprietor: f,
|
|
17
|
-
llc: d,
|
|
18
|
-
llp: u,
|
|
19
|
-
limited_partnership: g,
|
|
20
|
-
co_ownership: h,
|
|
21
|
-
association: b,
|
|
22
|
-
trusteeship: F,
|
|
23
|
-
general_partnership: x,
|
|
24
|
-
joint_venture: C,
|
|
25
|
-
non_profit: T,
|
|
26
|
-
cancelCta: E
|
|
27
|
-
};
|
|
28
|
-
export {
|
|
29
|
-
b as association,
|
|
30
|
-
y as c_corporation,
|
|
31
|
-
E as cancelCta,
|
|
32
|
-
h as co_ownership,
|
|
33
|
-
I as default,
|
|
34
|
-
o as entity_type_and_legal_name_intro,
|
|
35
|
-
t as federal_ein_description,
|
|
36
|
-
n as federal_ein_label,
|
|
37
|
-
i as federal_filing_form_description,
|
|
38
|
-
l as federal_filing_form_label,
|
|
39
|
-
_ as form_941_label,
|
|
40
|
-
s as form_944_label,
|
|
41
|
-
x as general_partnership,
|
|
42
|
-
C as joint_venture,
|
|
43
|
-
p as legal_entity_name_label,
|
|
44
|
-
c as legal_entity_name_tip,
|
|
45
|
-
g as limited_partnership,
|
|
46
|
-
d as llc,
|
|
47
|
-
u as llp,
|
|
48
|
-
T as non_profit,
|
|
49
|
-
e as pageTitle,
|
|
50
|
-
m as s_corporation,
|
|
51
|
-
f as sole_proprietor,
|
|
52
|
-
r as taxpayer_type_label,
|
|
53
|
-
a as taxpayer_type_options,
|
|
54
|
-
F as trusteeship
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=Company.FederalTaxes-BdJHqgfQ.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Company.FederalTaxes-BdJHqgfQ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const y = "Pay Period", a = "Payday", o = "Run payroll by 1:00PM (PDT) on", P = {
|
|
2
|
-
payPeriod: y,
|
|
3
|
-
payday: a,
|
|
4
|
-
runPayrollBy: o
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
P as default,
|
|
8
|
-
y as payPeriod,
|
|
9
|
-
a as payday,
|
|
10
|
-
o as runPayrollBy
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=Company.PaySchedule-CMS2f4fy.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Company.PaySchedule-CMS2f4fy.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { c, T as l, P as m, a as u, D as v, Q as i } from "./B4MFY5CR-CqyfsoVo.js";
|
|
2
|
-
import { g as d, c as f, a as e } from "./index-CqZomo0U.js";
|
|
3
|
-
var p = (a) => {
|
|
4
|
-
const [r, t] = c({
|
|
5
|
-
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), n = d(), s = f(() => {
|
|
7
|
-
const o = r.theme_preference || l;
|
|
8
|
-
return o !== "system" ? o : n();
|
|
9
|
-
});
|
|
10
|
-
return e(i.Provider, {
|
|
11
|
-
value: a,
|
|
12
|
-
get children() {
|
|
13
|
-
return e(m, {
|
|
14
|
-
localStore: r,
|
|
15
|
-
setLocalStore: t,
|
|
16
|
-
get children() {
|
|
17
|
-
return e(u.Provider, {
|
|
18
|
-
value: s,
|
|
19
|
-
get children() {
|
|
20
|
-
return e(v, {
|
|
21
|
-
localStore: r,
|
|
22
|
-
setLocalStore: t
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
}, C = p;
|
|
31
|
-
export {
|
|
32
|
-
C as default
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=HO4MOOFI-2frVA61F.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HO4MOOFI-2frVA61F.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,43 +0,0 @@
|
|
|
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-CqyfsoVo.js";
|
|
2
|
-
import { g as v, c as C, a as e } from "./index-CqZomo0U.js";
|
|
3
|
-
var h = (t) => {
|
|
4
|
-
const [r, o] = s({
|
|
5
|
-
prefix: "TanstackQueryDevtools"
|
|
6
|
-
}), a = v(), l = C(() => {
|
|
7
|
-
const n = r.theme_preference || c;
|
|
8
|
-
return n !== "system" ? n : a();
|
|
9
|
-
});
|
|
10
|
-
return e(d.Provider, {
|
|
11
|
-
value: t,
|
|
12
|
-
get children() {
|
|
13
|
-
return e(u, {
|
|
14
|
-
disabled: !0,
|
|
15
|
-
localStore: r,
|
|
16
|
-
setLocalStore: o,
|
|
17
|
-
get children() {
|
|
18
|
-
return e(i.Provider, {
|
|
19
|
-
value: l,
|
|
20
|
-
get children() {
|
|
21
|
-
return e(m, {
|
|
22
|
-
get children() {
|
|
23
|
-
return e(P, {
|
|
24
|
-
localStore: r,
|
|
25
|
-
setLocalStore: o,
|
|
26
|
-
get onClose() {
|
|
27
|
-
return t.onClose;
|
|
28
|
-
},
|
|
29
|
-
showPanelViewOnly: !0
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
}, p = h;
|
|
40
|
-
export {
|
|
41
|
-
p as default
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=HUY7CZI3-sPAWPtuq.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HUY7CZI3-sPAWPtuq.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]}
|