@pitcher/canvas-ui 2025.12.25-105250 → 2025.12.30-233052-beta

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/canvas-ui.js CHANGED
@@ -183429,7 +183429,7 @@ function evaluateIsExecutedCondition(condition, event) {
183429
183429
  return false;
183430
183430
  }
183431
183431
  }
183432
- function getEventColor(_pEvent, sfEvent) {
183432
+ function getEventColor(sfEvent) {
183433
183433
  if (!sfEvent.WhatCount && !sfEvent.WhoCount) return SfEventColors.TIME_OFF_TERRITORY;
183434
183434
  let isSubmitted = false;
183435
183435
  if (sfEvent.is_executed_condition) {