@public-ui/angular-v20 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.
- package/README.md +3 -0
- 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-v20
|
|
17
|
+
pnpm add @public-ui/angular-v20
|
|
17
18
|
```
|
|
18
19
|
|
|
19
20
|
## Usage
|
|
@@ -80,6 +81,8 @@ export class AppComponent {}
|
|
|
80
81
|
|
|
81
82
|
This package supports all modern browsers that are supported by Angular 20.
|
|
82
83
|
|
|
84
|
+
Tokens can be customized with your own theme. See [default theme README](../../../themes/default/README.md).
|
|
85
|
+
|
|
83
86
|
## License
|
|
84
87
|
|
|
85
88
|
EUPL-1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v20",
|
|
3
|
-
"version": "3.0.2-
|
|
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-
|
|
69
|
+
"@public-ui/components": "3.0.2-rc.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": "^20.0.3",
|
|
73
|
-
"@public-ui/components": "3.0.2-
|
|
73
|
+
"@public-ui/components": "3.0.2-rc.0"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|