@umituz/react-native-design-system 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
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
@@ -338,6 +338,8 @@ export {
338
338
  FabButton,
339
339
  NavigationCleanupManager,
340
340
  AppNavigation,
341
+ TabLabel,
342
+ useTabBarStyles,
341
343
  type TabsNavigatorProps,
342
344
  type StackNavigatorProps,
343
345
  type FabButtonProps,
@@ -354,6 +356,8 @@ export {
354
356
  type BottomTabNavigationOptions,
355
357
  type BottomTabScreenProps,
356
358
  type StackNavigationOptions,
359
+ type TabLabelProps,
360
+ type TabBarConfig,
357
361
  // Celebration
358
362
  CelebrationModal,
359
363
  CelebrationModalContent,