@umituz/react-native-design-system 2.6.112 → 2.6.114

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": "2.6.112",
3
+ "version": "2.6.114",
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 and image utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -68,4 +68,6 @@ export {
68
68
  type AtomicKeyboardAvoidingViewProps,
69
69
  GlassView,
70
70
  type GlassViewProps,
71
+ AtomicImage,
72
+ type AtomicImageProps,
71
73
  } from '../atoms';
package/src/index.ts CHANGED
@@ -72,11 +72,6 @@ export * from './exports/infinite-scroll';
72
72
  // =============================================================================
73
73
  export * from './exports/uuid';
74
74
 
75
- // =============================================================================
76
- // IMAGE EXPORTS
77
- // =============================================================================
78
- export * from './exports/image';
79
-
80
75
  // =============================================================================
81
76
  // VARIANT UTILITIES
82
77
  // =============================================================================
@@ -1,7 +0,0 @@
1
- /**
2
- * Image Exports
3
- *
4
- * Image utilities and components for React Native
5
- */
6
-
7
- export * from '../image';