@bizy/core 21.5.13 → 21.5.14

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": "21.5.13",
3
+ "version": "21.5.14",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^21.0.0",
6
6
  "@angular/common": "^21.0.0",
@@ -84,6 +84,9 @@
84
84
  --bizy-button-border-radius: 0.3rem;
85
85
  --bizy-button-color: #fff;
86
86
  --bizy-button-padding: 0.5rem;
87
+ --bizy-button-justify-content: center;
88
+ --bizy-button-align-items: center;
89
+
87
90
 
88
91
  --bizy-card-background-color: #fff;
89
92
  --bizy-card-cursor: default;
@@ -1381,6 +1381,7 @@ declare class BizyPopupService {
1381
1381
  fullScreen?: boolean;
1382
1382
  disableClose?: boolean;
1383
1383
  disableBackdropClose?: boolean;
1384
+ hasBackdrop?: boolean;
1384
1385
  id?: string;
1385
1386
  disableCloseButton?: boolean;
1386
1387
  disableDragButton?: boolean;