@public-ui/angular-v19 3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0 → 3.0.2-rc.0

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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,6 +14,7 @@ This package provides an Angular adapter for KoliBri components, making them eas
14
14
 
15
15
  ```bash
16
16
  npm install @public-ui/angular-v19
17
+ pnpm add @public-ui/angular-v19
17
18
  ```
18
19
 
19
20
  ## Usage
@@ -93,6 +94,8 @@ export class AppComponent {}
93
94
 
94
95
  This package supports all modern browsers that are supported by Angular 19.
95
96
 
97
+ Tokens can be customized with your own theme. See [default theme README](../../../themes/default/README.md).
98
+
96
99
  ## License
97
100
 
98
101
  EUPL-1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0",
3
+ "version": "3.0.2-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -66,11 +66,11 @@
66
66
  "rxjs": "7.8.2",
67
67
  "typescript": "5.8.3",
68
68
  "zone.js": "0.15.1",
69
- "@public-ui/components": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0"
69
+ "@public-ui/components": "3.0.2-rc.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@angular/core": "^19.2.14",
73
- "@public-ui/components": "3.0.2-f97556ada8a20e9abe2dbb519562bad234f7191b.0"
73
+ "@public-ui/components": "3.0.2-rc.0"
74
74
  },
75
75
  "files": [
76
76
  "dist"