be-components 5.3.2 → 5.3.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 (66) hide show
  1. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js +2 -2
  2. package/lib/commonjs/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  3. package/lib/commonjs/ProfileManager/Components/BasicStatus.js +2 -2
  4. package/lib/commonjs/ProfileManager/Components/BasicStatus.js.map +1 -1
  5. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js +3 -3
  6. package/lib/commonjs/ProfileManager/Components/CodeRedeem.js.map +1 -1
  7. package/lib/commonjs/ProfileManager/Components/DOBManager.js +3 -3
  8. package/lib/commonjs/ProfileManager/Components/DOBManager.js.map +1 -1
  9. package/lib/commonjs/ProfileManager/Components/EmailManager.js +3 -3
  10. package/lib/commonjs/ProfileManager/Components/EmailManager.js.map +1 -1
  11. package/lib/commonjs/ProfileManager/Components/PasswordManager.js +3 -3
  12. package/lib/commonjs/ProfileManager/Components/PasswordManager.js.map +1 -1
  13. package/lib/commonjs/ProfileManager/Components/PhoneManager.js +2 -2
  14. package/lib/commonjs/ProfileManager/Components/PhoneManager.js.map +1 -1
  15. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js +2 -2
  16. package/lib/commonjs/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  17. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js +2 -2
  18. package/lib/commonjs/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  19. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +5 -5
  20. package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
  21. package/lib/commonjs/ProfileManager/Components/SettingsManager.js +2 -2
  22. package/lib/commonjs/ProfileManager/Components/SettingsManager.js.map +1 -1
  23. package/lib/commonjs/ProfileManager/Components/VouchCard.js +2 -2
  24. package/lib/commonjs/ProfileManager/Components/VouchCard.js.map +1 -1
  25. package/lib/commonjs/ProfileManager/index.js +4 -4
  26. package/lib/commonjs/ProfileManager/index.js.map +1 -1
  27. package/lib/module/ProfileManager/Components/BasicInfoManager.js +2 -2
  28. package/lib/module/ProfileManager/Components/BasicInfoManager.js.map +1 -1
  29. package/lib/module/ProfileManager/Components/BasicStatus.js +2 -2
  30. package/lib/module/ProfileManager/Components/BasicStatus.js.map +1 -1
  31. package/lib/module/ProfileManager/Components/CodeRedeem.js +3 -3
  32. package/lib/module/ProfileManager/Components/CodeRedeem.js.map +1 -1
  33. package/lib/module/ProfileManager/Components/DOBManager.js +3 -3
  34. package/lib/module/ProfileManager/Components/DOBManager.js.map +1 -1
  35. package/lib/module/ProfileManager/Components/EmailManager.js +3 -3
  36. package/lib/module/ProfileManager/Components/EmailManager.js.map +1 -1
  37. package/lib/module/ProfileManager/Components/PasswordManager.js +3 -3
  38. package/lib/module/ProfileManager/Components/PasswordManager.js.map +1 -1
  39. package/lib/module/ProfileManager/Components/PhoneManager.js +2 -2
  40. package/lib/module/ProfileManager/Components/PhoneManager.js.map +1 -1
  41. package/lib/module/ProfileManager/Components/ProfilePicManager.js +2 -2
  42. package/lib/module/ProfileManager/Components/ProfilePicManager.js.map +1 -1
  43. package/lib/module/ProfileManager/Components/ProfileWelcome.js +2 -2
  44. package/lib/module/ProfileManager/Components/ProfileWelcome.js.map +1 -1
  45. package/lib/module/ProfileManager/Components/ProfileWizard.js +5 -5
  46. package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
  47. package/lib/module/ProfileManager/Components/SettingsManager.js +2 -2
  48. package/lib/module/ProfileManager/Components/SettingsManager.js.map +1 -1
  49. package/lib/module/ProfileManager/Components/VouchCard.js +2 -2
  50. package/lib/module/ProfileManager/Components/VouchCard.js.map +1 -1
  51. package/lib/module/ProfileManager/index.js +4 -4
  52. package/lib/module/ProfileManager/index.js.map +1 -1
  53. package/package.json +1 -1
  54. package/src/ProfileManager/Components/BasicInfoManager.tsx +2 -2
  55. package/src/ProfileManager/Components/BasicStatus.tsx +2 -2
  56. package/src/ProfileManager/Components/CodeRedeem.tsx +3 -3
  57. package/src/ProfileManager/Components/DOBManager.tsx +3 -3
  58. package/src/ProfileManager/Components/EmailManager.tsx +3 -3
  59. package/src/ProfileManager/Components/PasswordManager.tsx +3 -3
  60. package/src/ProfileManager/Components/PhoneManager.tsx +2 -2
  61. package/src/ProfileManager/Components/ProfilePicManager.tsx +2 -2
  62. package/src/ProfileManager/Components/ProfileWelcome.tsx +2 -2
  63. package/src/ProfileManager/Components/ProfileWizard.tsx +5 -5
  64. package/src/ProfileManager/Components/SettingsManager.tsx +2 -2
  65. package/src/ProfileManager/Components/VouchCard.tsx +2 -2
  66. package/src/ProfileManager/index.tsx +4 -4
@@ -128,8 +128,8 @@ const SettingsManager = ({ player, title, description, icon, settings, player_se
128
128
  }
129
129
 
130
130
  return (
131
- <View style={{ flexGrow:1 }}>
132
- <ScrollView style={{ flexGrow:1 }}>
131
+ <View style={{ flex:1 }}>
132
+ <ScrollView style={{ flex:1 }}>
133
133
  <View nativeID='preference_settings' style={{ padding:10 }}>
134
134
  <View nativeID='header' style={{ flexDirection:'row', alignItems:'center' }}>
135
135
  <View float style={{ padding:10, borderRadius:8 }}>
@@ -205,8 +205,8 @@ const VouchCard = ({ player, view_mode, walkthrough, insets, code_details, onVou
205
205
  }
206
206
 
207
207
  return (
208
- <View style={{ flexGrow:1 }}>
209
- <View style={{ flexGrow:1 }}>
208
+ <View style={{ flex:1 }}>
209
+ <View style={{ flex:1 }}>
210
210
  <FlatList
211
211
  data={sections}
212
212
  key={'vouch_sections'}
@@ -84,18 +84,18 @@ const ProfileManager = ({ profile_attribute, view_mode, hide_profile_header, ins
84
84
 
85
85
  if(!draft_player || loading){
86
86
  return (
87
- <View style={{ flexGrow:1 }}>
87
+ <View style={{ flex:1 }}>
88
88
  <ActivityIndicator size={'large'} color={Colors.brand.midnight} />
89
89
  </View>
90
90
  )
91
91
  }
92
92
 
93
93
  return (
94
- <View style={{ flexGrow:1 }} onLayout={(ev) => {
94
+ <View style={{ flex:1 }} onLayout={(ev) => {
95
95
  const { width } = ev.nativeEvent.layout
96
96
  setModuleWidth(width)
97
97
  }}>
98
- <View style={{ flexGrow:1 }}>
98
+ <View style={{ flex:1 }}>
99
99
  {!hide_profile_header && !walkthrough && !vouching ?
100
100
  <View style={{ flexDirection:'row', alignItems:'center' }}>
101
101
  <View nativeID='profile_picture' style={{ padding:10 }}>
@@ -117,7 +117,7 @@ const ProfileManager = ({ profile_attribute, view_mode, hide_profile_header, ins
117
117
  :<></>}
118
118
  </View>
119
119
  :<></>}
120
- <View style={{ marginTop:10, flexGrow:1 }}>
120
+ <View style={{ marginTop:10, flex:1 }}>
121
121
  <ProfileWizard
122
122
  player={draft_player}
123
123
  player_settings={player_settings}