@gusto/embedded-react-sdk 0.2.0 → 0.3.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 +7 -0
- package/README.md +27 -7
- package/dist/{B4MFY5CR-ywPOMS0V.js → B4MFY5CR-RHxbAGPw.js} +2 -2
- package/dist/{B4MFY5CR-ywPOMS0V.js.map → B4MFY5CR-RHxbAGPw.js.map} +1 -1
- package/dist/{Employee.Compensation-OoWTM-1y.js → Employee.Compensation-DuC80CPQ.js} +43 -39
- package/dist/Employee.Compensation-DuC80CPQ.js.map +1 -0
- package/dist/Employee.EmployeeList-BGB23n1N.js +40 -0
- package/dist/Employee.EmployeeList-BGB23n1N.js.map +1 -0
- package/dist/Employee.OnboardingSummary-CmxhPw5V.js +54 -0
- package/dist/Employee.OnboardingSummary-CmxhPw5V.js.map +1 -0
- package/dist/{HO4MOOFI-DGIpvOUi.js → HO4MOOFI-DBInOzFW.js} +3 -3
- package/dist/{HO4MOOFI-DGIpvOUi.js.map → HO4MOOFI-DBInOzFW.js.map} +1 -1
- package/dist/{HUY7CZI3-qCsnO8ul.js → HUY7CZI3-Cmo4LpRl.js} +3 -3
- package/dist/{HUY7CZI3-qCsnO8ul.js.map → HUY7CZI3-Cmo4LpRl.js.map} +1 -1
- package/dist/{index-X8BvPT33.js → index-BoRPBFU_.js} +11896 -11250
- package/dist/index-BoRPBFU_.js.map +1 -0
- package/dist/index.d.ts +182 -83
- package/dist/index.js +16 -15
- package/dist/style.css +1 -1
- package/package.json +5 -3
- package/dist/Employee.Compensation-OoWTM-1y.js.map +0 -1
- package/dist/Employee.EmployeeList-Bh2iUvGI.js +0 -36
- package/dist/Employee.EmployeeList-Bh2iUvGI.js.map +0 -1
- package/dist/Employee.OnboardingSummary-BLQS8GZz.js +0 -36
- package/dist/Employee.OnboardingSummary-BLQS8GZz.js.map +0 -1
- package/dist/index-X8BvPT33.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gusto/embedded-react-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"module": "./dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"commitlint": "commitlint --edit",
|
|
26
26
|
"dev": "npm run build && vite build --watch",
|
|
27
27
|
"doc": "typedoc",
|
|
28
|
-
"format": "prettier . --write",
|
|
29
|
-
"format:check": "prettier . --check",
|
|
28
|
+
"format": "prettier . --write --log-level error",
|
|
29
|
+
"format:check": "prettier . --check --log-level error",
|
|
30
30
|
"generate": "npm run openapi:generate && npm run i18n:generate",
|
|
31
31
|
"i18n:generate": "node ./build/interface.js",
|
|
32
32
|
"lint": "npm run lint:check -- --fix",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@commitlint/cli": "^19.5.0",
|
|
48
48
|
"@commitlint/config-conventional": "^19.5.0",
|
|
49
49
|
"@eslint/js": "^9.13.0",
|
|
50
|
+
"@ladle/react": "^5.0.1",
|
|
50
51
|
"@tanstack/react-query-devtools": "^5.59.15",
|
|
51
52
|
"@testing-library/jest-dom": "^6.6.3",
|
|
52
53
|
"@testing-library/react": "^16.0.1",
|
|
@@ -63,6 +64,7 @@
|
|
|
63
64
|
"husky": "^9.1.6",
|
|
64
65
|
"i18next-resources-for-ts": "^1.5.0",
|
|
65
66
|
"jsdom": "^25.0.1",
|
|
67
|
+
"lint-staged": "^15.4.1",
|
|
66
68
|
"msw": "^2.4.3",
|
|
67
69
|
"openapi-typescript": "^7.4.1",
|
|
68
70
|
"prettier": "^3.3.3",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.Compensation-OoWTM-1y.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
const e = "Actions", t = "Add an employee", a = "+ Add another employee", o = "Addresses", s = "Deductions", l = "Delete employee", d = "Edit employee", n = "List of current employees", c = "Once you’ve added employees they will appear here", m = "No employees", i = "Federal Taxes", p = "Employee actions menu", y = "Employee name", r = "Status", b = "Your employees", C = {
|
|
2
|
-
actionLabel: e,
|
|
3
|
-
addEmployeeCTA: t,
|
|
4
|
-
addAnotherCta: a,
|
|
5
|
-
addressesCta: o,
|
|
6
|
-
deductionsCta: s,
|
|
7
|
-
deleteCta: l,
|
|
8
|
-
editCta: d,
|
|
9
|
-
employeeListLabel: n,
|
|
10
|
-
emptyTableDescription: c,
|
|
11
|
-
emptyTableTitle: m,
|
|
12
|
-
federalTaxesCta: i,
|
|
13
|
-
hamburgerTitle: p,
|
|
14
|
-
nameLabel: y,
|
|
15
|
-
statusLabel: r,
|
|
16
|
-
title: b
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
e as actionLabel,
|
|
20
|
-
a as addAnotherCta,
|
|
21
|
-
t as addEmployeeCTA,
|
|
22
|
-
o as addressesCta,
|
|
23
|
-
s as deductionsCta,
|
|
24
|
-
C as default,
|
|
25
|
-
l as deleteCta,
|
|
26
|
-
d as editCta,
|
|
27
|
-
n as employeeListLabel,
|
|
28
|
-
c as emptyTableDescription,
|
|
29
|
-
m as emptyTableTitle,
|
|
30
|
-
i as federalTaxesCta,
|
|
31
|
-
p as hamburgerTitle,
|
|
32
|
-
y as nameLabel,
|
|
33
|
-
r as statusLabel,
|
|
34
|
-
b as title
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=Employee.EmployeeList-Bh2iUvGI.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.EmployeeList-Bh2iUvGI.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
const e = "Missing Requirements", t = "Please complete the following steps in order to continue.", o = "That's it! {{name}} is ready to get paid!", n = "We'll begin withholding and reporting their taxes.", i = "You've completed setup!", r = "Your account will now be reviewed by your company admin.", s = "Return to employees list", d = "Add another employee", a = "New Hire report", l = {
|
|
2
|
-
personal_details: "Personal Details",
|
|
3
|
-
compensation_details: "Enter compensation details",
|
|
4
|
-
add_work_address: "Add work address",
|
|
5
|
-
add_home_address: "Add home address",
|
|
6
|
-
federal_tax_setup: "Enter federal tax withholdings",
|
|
7
|
-
state_tax_setup: "Enter state tax information",
|
|
8
|
-
direct_deposit_setup: "Direct deposit setup",
|
|
9
|
-
employee_form_signing: "Employee form signing",
|
|
10
|
-
file_new_hire_report: "File new hire report"
|
|
11
|
-
}, p = {
|
|
12
|
-
subTitle: e,
|
|
13
|
-
description: t,
|
|
14
|
-
onboardedAdminSubtitle: o,
|
|
15
|
-
onboardedAdminDescription: n,
|
|
16
|
-
onboardedSelfSubtitle: i,
|
|
17
|
-
onboardedSelfDescription: r,
|
|
18
|
-
returnToEmployeeListCta: s,
|
|
19
|
-
addAnotherCta: d,
|
|
20
|
-
newHireReportCta: a,
|
|
21
|
-
steps: l
|
|
22
|
-
};
|
|
23
|
-
export {
|
|
24
|
-
d as addAnotherCta,
|
|
25
|
-
p as default,
|
|
26
|
-
t as description,
|
|
27
|
-
a as newHireReportCta,
|
|
28
|
-
n as onboardedAdminDescription,
|
|
29
|
-
o as onboardedAdminSubtitle,
|
|
30
|
-
r as onboardedSelfDescription,
|
|
31
|
-
i as onboardedSelfSubtitle,
|
|
32
|
-
s as returnToEmployeeListCta,
|
|
33
|
-
l as steps,
|
|
34
|
-
e as subTitle
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=Employee.OnboardingSummary-BLQS8GZz.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Employee.OnboardingSummary-BLQS8GZz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;"}
|