@nordhealth/react 2.17.0 → 3.0.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/README.md +2 -2
- package/lib/index.d.ts +92 -91
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/next.d.ts +92 -91
- package/lib/next.js +1 -1
- package/lib/next.js.map +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
 
|
|
2
2
|
|
|
3
|
-
# Nord React
|
|
3
|
+
# Nord React Wrappers
|
|
4
4
|
|
|
5
|
-
This package contains auto-generated
|
|
5
|
+
This package contains auto-generated React wrappers for the Web Components found in `@nordhealth/components`.
|
|
6
6
|
|
|
7
7
|
A TypeScript file is generated and written to `src/index.ts`, and then compiled by rollup into `lib/index.js`. The react wrappers are created with `@lit-labs/react`.
|
|
8
8
|
|