@propriety/court-calendar 1.0.68 → 1.0.69

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/dist/index.mjs CHANGED
@@ -18654,7 +18654,7 @@ function jD({
18654
18654
  events: Le,
18655
18655
  eventClick: B,
18656
18656
  dateClick: Tt,
18657
- datesSet: (Te) => y(Te.start),
18657
+ datesSet: (Te) => y(Te.view.currentStart),
18658
18658
  eventDidMount: (Te) => rt(Te, i)
18659
18659
  },
18660
18660
  Je
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@propriety/court-calendar",
3
3
  "private": false,
4
- "version": "1.0.68",
4
+ "version": "1.0.69",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -292,7 +292,7 @@ function CCalendarInner({
292
292
  eventClick={handleEventClick}
293
293
  dateClick={handleDateClick}
294
294
  datesSet={(dateInfo) =>
295
- setCurrentDate(dateInfo.start)
295
+ setCurrentDate(dateInfo.view.currentStart)
296
296
  }
297
297
  eventDidMount={(info) =>
298
298
  handleEventMount(info, calendarApi)