@nordhealth/react 2.15.0 → 2.15.2
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 +12 -12
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/next.d.ts +12 -12
- package/lib/next.js +1 -1
- package/lib/next.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
This package contains auto-generated react wrappers for the web components found in `@nordhealth/components`.
|
|
6
6
|
|
|
7
|
-
A
|
|
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
|
|
|
9
9
|
The following are commands available:
|
|
10
10
|
|
|
11
|
-
- `npm run generate` - Generates the
|
|
11
|
+
- `npm run generate` - Generates the TypeScript source file.
|
|
12
12
|
- `npm run build` - Runs the above command, then compiles to JS with rollup.
|
|
13
13
|
|
|
14
14
|
## License
|