@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 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