@bizy/core 19.11.0 → 19.11.1

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": "19.11.0",
3
+ "version": "19.11.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "19.2.7",
6
6
  "@angular/cdk": "19.2.10",
@@ -160,6 +160,7 @@
160
160
  --bizy-popup-close-button-color: var(--bizy-default-color);
161
161
  --bizy-popup-close-button-hover-color: var(--bizy-danger-color);
162
162
 
163
+ --bizy-popup-full-screen-height: auto;
163
164
  --bizy-popup-full-screen-background-color: #fff;
164
165
  --bizy-popup-full-screen-padding: 0.5rem;
165
166
  --bizy-popup-full-screen-border-radius: 1rem;