@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.
Files changed (2) hide show
  1. package/README.md +2 -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 13+, built with Tailwind CSS tokens and Storybook-driven documentation.
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@^13.4.0 @angular/core@^13.4.0 @angular/forms@^13.4.0 @angular/material@^13.3.9 @angular/cdk@^13.3.9 rxjs@^6.6.7 || ^7.5.0
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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.555-beta.17",
3
+ "version": "1.1.555-beta.18",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",