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

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.10",
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
  }
@@ -347,19 +347,6 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
347
347
  .pending-request-warning {
348
348
  position: relative;
349
349
  top: 12px;
350
- font-size: 14px !important;
351
- font-weight: bold !important;
352
- margin-top: 0px !important;
353
- div {
354
- display: flex;
355
- align-items: center;
356
- mat-icon {
357
- height: 16px;
358
- width: 16px;
359
- font-size: 16px !important;
360
- margin-right: 4px !important;
361
- }
362
- }
363
350
  }
364
351
  }
365
352
 
@@ -586,3 +573,19 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
586
573
  .drawer__body.search__drawer {
587
574
  transition: all 0.5s ease-in-out;
588
575
  }
576
+
577
+ .pending-request-warning {
578
+ font-size: 14px !important;
579
+ @include font-weight--bold;
580
+ margin-top: 0px !important;
581
+ div {
582
+ display: flex;
583
+ align-items: center;
584
+ mat-icon {
585
+ height: 16px;
586
+ width: 16px;
587
+ font-size: 16px !important;
588
+ margin: 0px 4px 2px 0px !important;
589
+ }
590
+ }
591
+ }
@@ -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
  }