@umituz/react-native-design-system 4.25.45 → 4.25.46

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.45",
3
+ "version": "4.25.46",
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",
@@ -121,3 +121,10 @@ export {
121
121
  EXTENSION_TO_MIME_TYPE,
122
122
  MIME_TYPE_TO_EXTENSION,
123
123
  } from './infrastructure/utils/validation/mime-types.constants';
124
+
125
+ // =============================================================================
126
+ // PRESENTATION LAYER - AtomicImage Component
127
+ // =============================================================================
128
+
129
+ export { AtomicImage } from '../atoms/image/AtomicImage';
130
+ export type { AtomicImageProps } from '../atoms/image/AtomicImage';