@umituz/react-native-design-system 1.7.2 → 1.7.3

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Universal design system for React Native apps - Domain-Driven Design architecture with Material Design 3 components",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/index.ts CHANGED
@@ -103,7 +103,7 @@ export {
103
103
  getSpacingMultiplier,
104
104
  getOnboardingIconMarginTop,
105
105
  getOnboardingIconMarginBottom,
106
- getOnboardingTitleMarginTop,
106
+ getOnboardingTitleMarginBottom,
107
107
  getOnboardingTextPadding,
108
108
  getOnboardingDescriptionMarginTop,
109
109
  IOS_HIG,