@beacon-interactive-systems-llc/beacon-platform-ui 19.0.7 → 19.0.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.0.7",
3
+ "version": "19.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -570,6 +570,17 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
570
570
  color: apply('platformLinkTableStyle');
571
571
  }
572
572
  }
573
+
574
+ &.disabled {
575
+ @include themify($platform_button_contrasts) {
576
+ color: apply('buttonDisabled') !important;
577
+ }
578
+ text-decoration: none;
579
+ &:hover {
580
+ cursor: default !important;
581
+ @include font-weight--semibold;
582
+ }
583
+ }
573
584
  }
574
585
 
575
586
  .drawer__body.search__drawer {