@umituz/react-native-design-system 2.6.9 → 2.6.11
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 +1 -1
- package/src/index.ts +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.11",
|
|
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
|
@@ -234,6 +234,8 @@ export {
|
|
|
234
234
|
type AtomicSwitchProps,
|
|
235
235
|
AtomicTouchable,
|
|
236
236
|
type AtomicTouchableProps,
|
|
237
|
+
AtomicStatusBar,
|
|
238
|
+
type AtomicStatusBarProps,
|
|
237
239
|
} from './atoms';
|
|
238
240
|
|
|
239
241
|
// =============================================================================
|
|
@@ -427,8 +429,11 @@ export {
|
|
|
427
429
|
type StepHeaderConfig,
|
|
428
430
|
// Splash
|
|
429
431
|
SplashScreen,
|
|
432
|
+
useSplashFlow,
|
|
430
433
|
type SplashScreenProps,
|
|
431
434
|
type SplashColors,
|
|
435
|
+
type UseSplashFlowOptions,
|
|
436
|
+
type UseSplashFlowResult,
|
|
432
437
|
// Animation
|
|
433
438
|
Animated,
|
|
434
439
|
useSharedValue,
|