@olea-bps/components 1.0.8 → 1.0.10
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/MensaMenu/index.js +4 -6
- package/package.json +2 -2
package/MensaMenu/index.js
CHANGED
|
@@ -180,12 +180,10 @@ function Meal({ settings, meal, priceGroupCode, priceGroupName }) {
|
|
|
180
180
|
<Text style={styles.mealItemTitleText}>
|
|
181
181
|
{meal.category}
|
|
182
182
|
</Text>
|
|
183
|
-
<
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
/>
|
|
188
|
-
</Text>
|
|
183
|
+
<SelectionIcons
|
|
184
|
+
selections={meal?.selections ?? []}
|
|
185
|
+
iconSize={styles.mealItemTitleText.lineHeight}
|
|
186
|
+
/>
|
|
189
187
|
</View>
|
|
190
188
|
<Text style={styles.mealItemText}>
|
|
191
189
|
{meal.title}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olea-bps/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Consolidated components for OLEA",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/tuc-urz/olea.git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"react-native-paper": "^5.14.5",
|
|
18
18
|
"@olea-bps/core": "^1.0.0",
|
|
19
19
|
"@olea-bps/context-connectivity": "^1.0.0",
|
|
20
|
-
"@olea-bps/context-event": "^1.0.
|
|
20
|
+
"@olea-bps/context-event": "^1.0.4",
|
|
21
21
|
"@olea-bps/context-news": "^1.0.0",
|
|
22
22
|
"@olea-bps/context-canteen": "^1.0.0",
|
|
23
23
|
"@olea-bps/context-timetable": "^1.0.0",
|