@bizy/core 20.6.3 → 20.6.4

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.6.3",
3
+ "version": "20.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",
@@ -71,8 +71,11 @@
71
71
  --bizy-card-padding: 0.5rem;
72
72
  --bizy-card-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
73
73
  --bizy-card-hover-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
74
+ --bizy-card-header-align-items: center;
74
75
  --bizy-card-header-background-color: transparent;
76
+ --bizy-card-content-align-items: center;
75
77
  --bizy-card-content-background-color: transparent;
78
+ --bizy-card-footer-align-items: center;
76
79
  --bizy-card-footer-background-color: transparent;
77
80
  --bizy-card-row-gap: 0.3rem;
78
81