@umituz/react-native-design-system 2.3.17 → 2.3.18
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 +1 -1
- package/src/index.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.18",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
package/src/index.ts
CHANGED
|
@@ -306,12 +306,8 @@ export {
|
|
|
306
306
|
useCalendar,
|
|
307
307
|
useCalendarNavigation,
|
|
308
308
|
useCalendarEvents,
|
|
309
|
-
useSystemCalendar,
|
|
310
309
|
CalendarService,
|
|
311
|
-
CalendarPermissions,
|
|
312
|
-
CalendarEvents,
|
|
313
310
|
CalendarGeneration,
|
|
314
|
-
CalendarSync,
|
|
315
311
|
DateUtilities,
|
|
316
312
|
useCalendarStore,
|
|
317
313
|
type AtomicCalendarProps,
|
|
@@ -319,8 +315,6 @@ export {
|
|
|
319
315
|
type CalendarEvent,
|
|
320
316
|
type CreateCalendarEventRequest,
|
|
321
317
|
type UpdateCalendarEventRequest,
|
|
322
|
-
type SystemCalendar,
|
|
323
|
-
type CalendarPermissionResult,
|
|
324
318
|
type CalendarDay,
|
|
325
319
|
type CalendarMonth,
|
|
326
320
|
type CalendarWeek,
|