react-native-resource-calendar 1.0.9 → 1.0.10

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.d.mts CHANGED
@@ -129,4 +129,4 @@ declare const CalendarBindingProvider: React$1.FC<{
129
129
  children: React$1.ReactNode;
130
130
  }>;
131
131
 
132
- export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };
132
+ export { Calendar, CalendarBindingProvider, type CalendarMode, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };
package/dist/index.d.ts CHANGED
@@ -129,4 +129,4 @@ declare const CalendarBindingProvider: React$1.FC<{
129
129
  children: React$1.ReactNode;
130
130
  }>;
131
131
 
132
- export { Calendar, CalendarBindingProvider, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };
132
+ export { Calendar, CalendarBindingProvider, type CalendarMode, type CalendarTheme, type DisabledBlock, type DisabledInterval, type DraggedEventDraft, type Event, type EventRenderContext, type LayoutMode, type Resource, useCalendarBinding };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-resource-calendar",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A flexible, performant, and themeable React Native calendar for scheduling apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",