@forcecalendar/interface 1.0.49 → 1.0.50

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": "@forcecalendar/interface",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "type": "module",
5
5
  "description": "Official interface layer for forceCalendar Core - Enterprise calendar components",
6
6
  "main": "dist/force-calendar-interface.umd.js",
@@ -34,7 +34,6 @@ export class ForceCalendar extends BaseComponent {
34
34
  this.stateManager = null;
35
35
  this.currentView = null;
36
36
  this._hasRendered = false; // Track if initial render is complete
37
- this._cachedStyles = null; // Cache styles to avoid recreation
38
37
  this._busUnsubscribers = [];
39
38
  }
40
39