@umituz/react-native-design-system 4.25.21 → 4.25.22

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": "@umituz/react-native-design-system",
3
- "version": "4.25.21",
3
+ "version": "4.25.22",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -27,6 +27,7 @@ import { getDatePickerStyles } from './datepicker/styles/datePickerStyles';
27
27
 
28
28
  let DateTimePicker: any = null;
29
29
  try {
30
+ // eslint-disable-next-line @typescript-eslint/no-require-imports
30
31
  DateTimePicker = require('@react-native-community/datetimepicker').default;
31
32
  } catch {
32
33
  // Optional peer dependency not installed
@@ -19,6 +19,7 @@ import { AtomicText } from '../../AtomicText';
19
19
 
20
20
  let DateTimePicker: any = null;
21
21
  try {
22
+ // eslint-disable-next-line @typescript-eslint/no-require-imports
22
23
  DateTimePicker = require('@react-native-community/datetimepicker').default;
23
24
  } catch {
24
25
  // Optional peer dependency not installed