@beacon-interactive-systems-llc/beacon-platform-ui 19.2.19 → 19.2.20

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.19",
3
+ "version": "19.2.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -792,6 +792,10 @@ $platform_widget_contrasts: (
792
792
  }
793
793
  }
794
794
 
795
+ &.availability-widget {
796
+ @include widget-filter-container();
797
+ }
798
+
795
799
  @include with-circle-icon-red();
796
800
  }
797
801