@forcecalendar/interface 1.0.45 → 1.0.46

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.45",
3
+ "version": "1.0.46",
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",
@@ -827,7 +827,7 @@ export class ForceCalendar extends BaseComponent {
827
827
  }
828
828
 
829
829
  getTitle(date, view) {
830
- const locale = this.stateManager.state.config.locale;
830
+ const locale = this.stateManager.getState().config.locale;
831
831
 
832
832
  switch (view) {
833
833
  case 'month':