@beacon-interactive-systems-llc/beacon-platform-ui 19.3.1 → 19.3.2

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.3.1",
3
+ "version": "19.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -372,6 +372,44 @@ $platform_fullcalendar_contrasts: (
372
372
  }
373
373
  }
374
374
 
375
+ .fc-more-link {
376
+ @include font-weight--semibold;
377
+ @include font-color--blue--light;
378
+ }
379
+
380
+ .fc-popover.fc-more-popover {
381
+ @include themify($platform_fullcalendar_contrasts) {
382
+ .fc-popover-header {
383
+ background: apply('fullcalendarToolbar');
384
+
385
+ .fc-popover-title {
386
+ color: apply('fullcalendarDateLabel');
387
+ }
388
+
389
+ .fc-popover-close {
390
+ color: apply('fullcalendarToolbarScroll');
391
+ }
392
+ }
393
+
394
+ .fc-popover-body {
395
+ background: apply('fullcalendarTodayMonthBackground');
396
+ }
397
+ }
398
+ border-radius: 5px;
399
+
400
+ .fc-popover-header {
401
+ border-top-right-radius: 5px;
402
+ border-top-left-radius: 5px;
403
+ }
404
+ .fc-popover-body {
405
+ border-bottom-right-radius: 5px;
406
+ border-bottom-left-radius: 5px;
407
+ max-height: 425px;
408
+ overflow: scroll;
409
+ }
410
+
411
+ }
412
+
375
413
  // Other elements on calendar view
376
414
  .cal-popover-container {
377
415
  .popover-arrow {
@@ -27,7 +27,7 @@ $platform_text_contrasts: (
27
27
  textDefaultSemiMuted: $beacon-gray-300,
28
28
  textDefaultInvert: $beacon-gray-500,
29
29
  textBlue: $beacon-dark-blue-300,
30
- textBlueLight: $beacon-blue-200,
30
+ textBlueLight: $beacon-blue-100,
31
31
  textBlueDark: $beacon-dark-blue-400,
32
32
  textBlueHighlight: $beacon-dark-blue-300,
33
33
  textBlueDarkHighlight: $beacon-dark-blue-400,