@umituz/react-native-design-system 2.6.96 → 2.6.97

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.96",
3
+ "version": "2.6.97",
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",
@@ -98,8 +98,10 @@ export {
98
98
  NavigationCleanupManager,
99
99
  AppNavigation,
100
100
  TabLabel,
101
+ NavigationHeader, // Added
101
102
  useTabBarStyles,
102
103
  useTabConfig,
104
+ type NavigationHeaderProps, // Added
103
105
  type TabsNavigatorProps,
104
106
  type StackNavigatorProps,
105
107
  type FabButtonProps,