@beacon-interactive-systems-llc/beacon-platform-ui 19.2.0 → 19.2.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": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "19.2.0",
3
+ "version": "19.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -601,7 +601,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
601
601
  .focused-detail-container {
602
602
  display: flex;
603
603
  flex-direction: column;
604
- height: 100vh;
604
+ height: 98vh;
605
605
  width: 100%;
606
606
 
607
607
  .parent-row {
@@ -665,6 +665,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
665
665
  justify-content: space-between;
666
666
  height: 48px;
667
667
  padding: 0px 16px;
668
+ margin-bottom: 7px;
668
669
  }
669
670
 
670
671
  .detail-contents {
@@ -673,6 +674,8 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
673
674
  }
674
675
  flex-grow: 1;
675
676
  padding: 8px 16px;
677
+ overflow-y: auto;
678
+ height: 100vh;
676
679
 
677
680
  .focused-detail-widget {
678
681
  @include themify($platform_layout_contrasts) {
@@ -698,6 +701,44 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
698
701
  }
699
702
  }
700
703
  }
704
+
705
+ &--sm {
706
+ min-height: unset;
707
+ }
708
+ }
709
+ }
710
+ }
711
+
712
+ .list-view-container-widget {
713
+ .list-view-container {
714
+ height: unset !important;
715
+
716
+ .nested-list-container {
717
+ height: unset !important;
718
+ }
719
+ }
720
+ .filter-bar--table-header {
721
+ @include themify($platform_layout_contrasts) {
722
+ border: 1px solid apply('containerBorder');
723
+ }
724
+ }
725
+ .platform-table {
726
+ thead {
727
+ th {
728
+ @include themify($platform_layout_contrasts) {
729
+ border-left: 0.5px solid apply('containerBorder');
730
+ border-bottom: 0.5px solid apply('containerBorder');
731
+ }
732
+ }
733
+ }
734
+
735
+ tr {
736
+ td {
737
+ @include themify($platform_layout_contrasts) {
738
+ border-bottom: 0.5px solid apply('containerBorder');
739
+ border-left: 0.5px solid apply('containerBorder');
740
+ }
741
+ }
701
742
  }
702
743
  }
703
744
  }