@bizy/core 20.2.7 → 20.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "20.2.7",
3
+ "version": "20.3.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",
@@ -37,9 +37,6 @@
37
37
  --bizy-audio-player-download-button-background-color: var(--bizy-accent-color);
38
38
  --bizy-audio-player-download-button-color: #fff;
39
39
 
40
- --bizy-bar-line-chart-min-width: 350px;
41
- --bizy-bar-line-chart-min-height: 350px;
42
-
43
40
  --bizy-breadcrumb-link-color: var(--bizy-info-color);
44
41
  --bizy-breadcrumb-path-color: var(--bizy-default-color);
45
42
 
@@ -163,10 +160,6 @@
163
160
  --bizy-menu-scroll-bar-color: var(--bizy-default-color);
164
161
  --bizy-menu-scroll-bar-hover-color: #999;
165
162
 
166
- --bizy-pie-chart-min-width: 350px;
167
- --bizy-pie-chart-min-height: 350px;
168
-
169
-
170
163
  --bizy-popup-background-color: #fff;
171
164
  --bizy-popup-min-width: 20rem;
172
165
  --bizy-popup-width: fit-content;