pdm-ui-kit 0.1.22 → 0.1.23

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.
@@ -473,7 +473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
473
473
  type: Output
474
474
  }] } });
475
475
 
476
- const DEFAULT_VIEW_MONTH = new Date(2025, 5, 1); // June 2025 (Figma default)
476
+ const DEFAULT_VIEW_MONTH = new Date();
477
477
  const DAY_MS = 24 * 60 * 60 * 1000;
478
478
  class PdmCalendarComponent {
479
479
  constructor(cdr) {