@bizy/core 20.5.0 → 20.5.2

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/index.d.ts CHANGED
@@ -972,7 +972,10 @@ interface IBizyPieChartData {
972
972
  declare class BizyPieChartComponent {
973
973
  #private;
974
974
  resizeRef: HTMLElement | null;
975
- centerLabel: string | null;
975
+ centerLabel: {
976
+ value: string | number;
977
+ color: string;
978
+ } | null;
976
979
  type: 'pie' | 'donut';
977
980
  legend: {
978
981
  show?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "20.5.0",
3
+ "version": "20.5.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",