@hestia-earth/ui-components 0.41.48 → 0.41.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.41.48",
3
+ "version": "0.41.49",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -487,7 +487,7 @@ declare class ContributionChartComponent {
487
487
  }[];
488
488
  labels: string[];
489
489
  }>;
490
- protected readonly configuration: _angular_core.Signal<Readonly<{
490
+ readonly configuration: _angular_core.Signal<Readonly<{
491
491
  type: "bar";
492
492
  options: {
493
493
  indexAxis: "y";