@beacon-interactive-systems-llc/beacon-platform-ui 19.2.7 → 19.2.8

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.2.7",
3
+ "version": "19.2.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -627,6 +627,11 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
627
627
  height: 100vh;
628
628
  width: 100%;
629
629
 
630
+ &.showing-cui {
631
+ height: calc(100vh - 24px);
632
+ margin-top: 24px;
633
+ }
634
+
630
635
  .parent-row {
631
636
  @include themify($platform_layout_contrasts) {
632
637
  background: apply('fullDetailParentBackground');
@@ -698,7 +703,6 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
698
703
  flex-grow: 1;
699
704
  padding: 8px 16px;
700
705
  overflow-y: auto;
701
- height: 100vh;
702
706
 
703
707
  .focused-detail-widget {
704
708
  @include widget-background-color;
@@ -732,7 +736,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
732
736
  .list-view-container-widget {
733
737
  .list-view-container {
734
738
  height: unset !important;
735
-
739
+
736
740
  .nested-list-container {
737
741
  height: unset !important;
738
742
  }
@@ -257,6 +257,7 @@ $border-radii: 3px, 5px, 8px, 10px, 12px;
257
257
  background: apply('cuiBanner') !important;
258
258
  color: apply('accentGreenText') !important;
259
259
  }
260
+ height: 24px;
260
261
  text-align: center;
261
262
  padding: 0;
262
263
  position: fixed;