@gusto/embedded-react-sdk 0.1.1 → 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 +11 -0
- package/README.md +27 -7
- package/dist/{B4MFY5CR-DbAkgRf2.js → B4MFY5CR-RHxbAGPw.js} +1265 -1265
- package/dist/{B4MFY5CR-DbAkgRf2.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-DC9xJXAO.js → HO4MOOFI-DBInOzFW.js} +3 -3
- package/dist/{HO4MOOFI-DC9xJXAO.js.map → HO4MOOFI-DBInOzFW.js.map} +1 -1
- package/dist/{HUY7CZI3-_EKhPi75.js → HUY7CZI3-Cmo4LpRl.js} +3 -3
- package/dist/{HUY7CZI3-_EKhPi75.js.map → HUY7CZI3-Cmo4LpRl.js.map} +1 -1
- package/dist/{index-DifV7WRe.js → index-BoRPBFU_.js} +12314 -11613
- package/dist/index-BoRPBFU_.js.map +1 -0
- package/dist/index.d.ts +1706 -1610
- package/dist/index.js +16 -15
- package/dist/style.css +1 -1
- package/package.json +10 -8
- 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-DifV7WRe.js.map +0 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,13 +1,33 @@
|
|
|
1
|
-
# 🦎 Embedded
|
|
2
|
-
|
|
3
|
-
This is Embedded's JavaScript SDKs library.
|
|
4
|
-
|
|
5
|
-

|
|
6
|
-
|
|
7
|
-
# @gusto/embedded-react-sdk
|
|
1
|
+
# 🦎 Gusto Embedded React SDK
|
|
8
2
|
|
|
9
3
|
To install:
|
|
10
4
|
|
|
11
5
|
```
|
|
12
6
|
npm add @gusto/embedded-react-sdk
|
|
13
7
|
```
|
|
8
|
+
|
|
9
|
+
Examples at:
|
|
10
|
+
|
|
11
|
+
https://codesandbox.io/p/sandbox/gusto-embedded-sdk-demo-employeelist-nzpslw
|
|
12
|
+
|
|
13
|
+
## Documentation
|
|
14
|
+
|
|
15
|
+
Live documentation is available at: https://docs.gusto.com/embedded-payroll/docs/what-is-the-gep-react-sdk
|
|
16
|
+
|
|
17
|
+
- [What is the GEP React SDK](docs/01/what-is-the-gep-react-sdk.md)
|
|
18
|
+
- [Deciding to build with the SDK](docs/02/deciding-to-build-with-the-sdk.md)
|
|
19
|
+
- [Build Pathways - SDK, Flows & APIs](docs/02/01/build-pathways-sdk-flows-api.md)
|
|
20
|
+
- [Component Types](docs/02/01/component-types.md)
|
|
21
|
+
- [Getting Started](docs/03/getting-started-1.md)
|
|
22
|
+
- [Authentication](docs/03/01/authentication-1.md)
|
|
23
|
+
- [Integration Guide](docs/04/integration-guide.md)
|
|
24
|
+
- [Versioning](docs/04/01/versioning.md)
|
|
25
|
+
- [Event Handling](docs/04/01/event-handling.md)
|
|
26
|
+
- [Styles and Theming](docs/04/01/styles-and-theming.md)
|
|
27
|
+
- [Composition](docs/04/01/composition.md)
|
|
28
|
+
- [Providing your own data](docs/04/01/providing-your-own-data.md)
|
|
29
|
+
- [Translation](docs/04/01/translation.md)
|
|
30
|
+
- [Routing](docs/04/01/routing.md)
|
|
31
|
+
- [Workflows Overview](docs/05/workflows-overview.md)
|
|
32
|
+
- [Employee Onboarding](docs/05/01/employee-onboarding.md)
|
|
33
|
+
- [Employee Self-Onboarding](docs/05/01/01/employee-self-onboarding.md)
|