@magmamath/students-features 0.6.14-rc.4 → 0.6.14-rc.5

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.
@@ -99,7 +99,7 @@ const styles = _reactNative.StyleSheet.create({
99
99
  borderColor: _reactNativeUi.COLORS.NEUTRAL_5,
100
100
  borderRadius: 200,
101
101
  backgroundColor: _reactNativeUi.COLORS.NEUTRAL_1,
102
- paddingHorizontal: _reactNativeUi.SPACING[200],
102
+ paddingHorizontal: _reactNativeUi.SPACING[100],
103
103
  paddingVertical: _reactNativeUi.SPACING[100],
104
104
  elevation: 3,
105
105
  shadowColor: '#333',
@@ -117,7 +117,7 @@ const styles = _reactNative.StyleSheet.create({
117
117
  minHeight: 22,
118
118
  fontWeight: '400',
119
119
  fontFamily: _reactNativeUi.FONT_FAMILY.buenosAires,
120
- paddingHorizontal: _reactNativeUi.SPACING[100],
120
+ paddingHorizontal: _reactNativeUi.SPACING[200],
121
121
  paddingVertical: _reactNativeUi.SPACING[200],
122
122
  ...(_reactNative.Platform.OS === 'web' && {
123
123
  outlineStyle: 'none'
@@ -91,7 +91,7 @@ const styles = StyleSheet.create({
91
91
  borderColor: COLORS.NEUTRAL_5,
92
92
  borderRadius: 200,
93
93
  backgroundColor: COLORS.NEUTRAL_1,
94
- paddingHorizontal: SPACING[200],
94
+ paddingHorizontal: SPACING[100],
95
95
  paddingVertical: SPACING[100],
96
96
  elevation: 3,
97
97
  shadowColor: '#333',
@@ -109,7 +109,7 @@ const styles = StyleSheet.create({
109
109
  minHeight: 22,
110
110
  fontWeight: '400',
111
111
  fontFamily: FONT_FAMILY.buenosAires,
112
- paddingHorizontal: SPACING[100],
112
+ paddingHorizontal: SPACING[200],
113
113
  paddingVertical: SPACING[200],
114
114
  ...(Platform.OS === 'web' && {
115
115
  outlineStyle: 'none'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.6.14-rc.4",
3
+ "version": "0.6.14-rc.5",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -93,7 +93,7 @@ const styles = StyleSheet.create({
93
93
  borderColor: COLORS.NEUTRAL_5,
94
94
  borderRadius: 200,
95
95
  backgroundColor: COLORS.NEUTRAL_1,
96
- paddingHorizontal: SPACING[200],
96
+ paddingHorizontal: SPACING[100],
97
97
  paddingVertical: SPACING[100],
98
98
  elevation: 3,
99
99
  shadowColor: '#333',
@@ -108,7 +108,7 @@ const styles = StyleSheet.create({
108
108
  minHeight: 22,
109
109
  fontWeight: '400',
110
110
  fontFamily: FONT_FAMILY.buenosAires,
111
- paddingHorizontal: SPACING[100],
111
+ paddingHorizontal: SPACING[200],
112
112
  paddingVertical: SPACING[200],
113
113
  ...(Platform.OS === 'web' && { outlineStyle: 'none' }),
114
114
  },