@umituz/react-native-design-system 4.23.52 → 4.23.53

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.23.52",
3
+ "version": "4.23.53",
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",
@@ -166,9 +166,6 @@ const styles = StyleSheet.create({
166
166
  justifyContent: 'center',
167
167
  alignItems: 'center',
168
168
  },
169
- containerRow: {
170
- flexDirection: 'row',
171
- },
172
169
  fullContainer: {
173
170
  flex: 1,
174
171
  },
@@ -179,12 +176,6 @@ const styles = StyleSheet.create({
179
176
  text: {
180
177
  textAlign: 'center',
181
178
  },
182
- textBottom: {
183
- marginTop: 12,
184
- },
185
- textRight: {
186
- marginLeft: 12,
187
- },
188
179
  });
189
180
 
190
181
  // End of file