@magmamath/students-features 1.2.1-rc.43 → 1.2.1-rc.44

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.
@@ -168,7 +168,7 @@ exports.StandardTag = StandardTag;
168
168
  const styles = _reactNative.StyleSheet.create({
169
169
  container: {
170
170
  minWidth: 110,
171
- maxWidth: 200,
171
+ maxWidth: 350,
172
172
  paddingHorizontal: 8,
173
173
  paddingVertical: 4,
174
174
  borderRadius: 12,
@@ -162,7 +162,7 @@ export const StandardTag = ({
162
162
  const styles = StyleSheet.create({
163
163
  container: {
164
164
  minWidth: 110,
165
- maxWidth: 200,
165
+ maxWidth: 350,
166
166
  paddingHorizontal: 8,
167
167
  paddingVertical: 4,
168
168
  borderRadius: 12,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "1.2.1-rc.43",
3
+ "version": "1.2.1-rc.44",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -150,7 +150,7 @@ export const StandardTag = ({ skillId, model }: StandardTagProps) => {
150
150
  const styles = StyleSheet.create({
151
151
  container: {
152
152
  minWidth: 110,
153
- maxWidth: 200,
153
+ maxWidth: 350,
154
154
  paddingHorizontal: 8,
155
155
  paddingVertical: 4,
156
156
  borderRadius: 12,