commons-assessment 12.0.40 → 12.1.1

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
@@ -8,7 +8,17 @@ This library provides a comprehensive set of tools and components to create and
8
8
 
9
9
  ## Dependencies
10
10
 
11
- The library uses Bootstrap styles and requires the following modules to be imported in your application:
11
+ ### Required Peer Dependencies
12
+
13
+ Ensure the following packages are installed in your consumer application (as defined in `package.json`):
14
+ - **Angular Core & Common**: `>=12.0.0`
15
+ - **Angular Material & CDK** (for UI components and drag-and-drop): `>=12.0.0`
16
+ - **Bootstrap** (for baseline grid and component styling): `>=5.0.0`
17
+ - **Quill** (for rich text subjective questions): `>=2.0.0`
18
+
19
+ ### Required Angular Imports
20
+
21
+ Import the following modules in your application:
12
22
  - `BrowserAnimationsModule`
13
23
  - `HttpClientModule`
14
24
  - `CommonsAssessmentModule`