@beacon-interactive-systems-llc/beacon-platform-ui 19.0.8 → 19.0.9

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": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "19.0.8",
3
+ "version": "19.0.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -117,6 +117,7 @@ $platform_gridstack_contrasts: (
117
117
 
118
118
  .grid-stack-item {
119
119
  .grid-stack-item-content {
120
+ overflow: visible !important;
120
121
  .grid-enabled {
121
122
  width: 100% !important;
122
123
  }
@@ -327,8 +327,8 @@ $platform_widget_contrasts: (
327
327
  }
328
328
 
329
329
  &.pie-chart-widget {
330
- height: 322px;
331
- width: 322px;
330
+ height: 400px;
331
+ width: 100%;
332
332
 
333
333
  .filter-container {
334
334
  .ng-value-container {
@@ -399,7 +399,6 @@ $platform_widget_contrasts: (
399
399
 
400
400
  .donut-center-text {
401
401
  position: absolute;
402
- left: 128px;
403
402
  top: 78px;
404
403
  }
405
404
  }