@hmcts/ccd-case-ui-toolkit 7.3.77-4923 → 7.3.77-5033
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 +0 -12
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs +165 -312
- package/fesm2022/hmcts-ccd-case-ui-toolkit.mjs.map +1 -1
- package/index.d.ts +15 -35
- package/index.d.ts.map +1 -1
- package/package.json +4 -12
- package/core/index.d.ts +0 -110
- package/core/index.d.ts.map +0 -1
- package/fesm2022/hmcts-ccd-case-ui-toolkit-core.mjs +0 -177
- package/fesm2022/hmcts-ccd-case-ui-toolkit-core.mjs.map +0 -1
- package/fesm2022/hmcts-ccd-case-ui-toolkit-json-utils.mjs +0 -20
- package/fesm2022/hmcts-ccd-case-ui-toolkit-json-utils.mjs.map +0 -1
- package/json-utils/index.d.ts +0 -4
- package/json-utils/index.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -7,18 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
# Quick Start (for local development and testing)
|
|
9
9
|
|
|
10
|
-
## Lightweight entry points
|
|
11
|
-
|
|
12
|
-
Import lightweight utilities from their focused entry point so consumers do not
|
|
13
|
-
make the complete component library reachable from application-shell code:
|
|
14
|
-
|
|
15
|
-
```ts
|
|
16
|
-
import { safeJsonParse } from '@hmcts/ccd-case-ui-toolkit/json-utils';
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
The root `@hmcts/ccd-case-ui-toolkit` export remains supported for backwards
|
|
20
|
-
compatibility.
|
|
21
|
-
|
|
22
10
|
```bash
|
|
23
11
|
# Install all dependencies
|
|
24
12
|
yarn install
|