@cqa-lib/cqa-ui 1.1.555-beta.17 → 1.1.555-beta.18
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CQA UI
|
|
2
2
|
|
|
3
|
-
Component library for Angular
|
|
3
|
+
Component library for Angular 18, built with Tailwind CSS tokens and Storybook-driven documentation. Requires Node 20.15.1 and an Angular 18.2.x consumer.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ npm install @cqa-lib/cqa-ui
|
|
|
13
13
|
### Peer dependencies
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install @angular/common@^
|
|
16
|
+
npm install @angular/common@^18.2.14 @angular/core@^18.2.14 @angular/forms@^18.2.14 @angular/material@^18.2.14 @angular/cdk@^18.2.14 rxjs@^7.8.0 zone.js@~0.14.0
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
---
|