@hedia/recommendation-screen 2.1.22 → 2.1.23-alpha.0

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 (49) hide show
  1. package/coverage/clover.xml +716 -0
  2. package/coverage/coverage-final.json +28 -0
  3. package/coverage/lcov-report/base.css +224 -0
  4. package/coverage/lcov-report/block-navigation.js +79 -0
  5. package/coverage/lcov-report/favicon.png +0 -0
  6. package/coverage/lcov-report/index.html +201 -0
  7. package/coverage/lcov-report/prettify.css +1 -0
  8. package/coverage/lcov-report/prettify.js +2 -0
  9. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  10. package/coverage/lcov-report/sorter.js +170 -0
  11. package/coverage/lcov-report/src/RecommendationScreen.tsx.html +2483 -0
  12. package/coverage/lcov-report/src/__tests__/index.html +111 -0
  13. package/coverage/lcov-report/src/__tests__/utils.tsx.html +533 -0
  14. package/coverage/lcov-report/src/components/Header.tsx.html +356 -0
  15. package/coverage/lcov-report/src/components/InfoBars.tsx.html +518 -0
  16. package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +554 -0
  17. package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +209 -0
  18. package/coverage/lcov-report/src/components/LineSeparator.tsx.html +161 -0
  19. package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +410 -0
  20. package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +923 -0
  21. package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +1061 -0
  22. package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +779 -0
  23. package/coverage/lcov-report/src/components/Remeasure.tsx.html +551 -0
  24. package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +443 -0
  25. package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +665 -0
  26. package/coverage/lcov-report/src/components/activity/Activity.tsx.html +371 -0
  27. package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +281 -0
  28. package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +281 -0
  29. package/coverage/lcov-report/src/components/activity/index.html +141 -0
  30. package/coverage/lcov-report/src/components/index.html +276 -0
  31. package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +353 -0
  32. package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +335 -0
  33. package/coverage/lcov-report/src/components/mood/index.html +126 -0
  34. package/coverage/lcov-report/src/index.html +111 -0
  35. package/coverage/lcov-report/src/locale/i18nUtils.ts.html +206 -0
  36. package/coverage/lcov-report/src/locale/index.html +111 -0
  37. package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +554 -0
  38. package/coverage/lcov-report/src/utils/Constants.ts.html +248 -0
  39. package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +620 -0
  40. package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +764 -0
  41. package/coverage/lcov-report/src/utils/Translations.ts.html +131 -0
  42. package/coverage/lcov-report/src/utils/Utils.ts.html +545 -0
  43. package/coverage/lcov-report/src/utils/Validations.ts.html +1544 -0
  44. package/coverage/lcov-report/src/utils/index.html +201 -0
  45. package/coverage/lcov.info +1611 -0
  46. package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +63 -22
  47. package/ios/Podfile.lock +12 -14
  48. package/package.json +1 -1
  49. package/src/components/InvisibleNumberInput.js +1 -5
@@ -8,30 +8,30 @@
8
8
 
9
9
  /* Begin PBXBuildFile section */
10
10
  00E356F31AD99517003FC87E /* HediaRecommendationScreenTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */; };
11
+ 054F998137774421AE47012A /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */; };
12
+ 072C9E3B51DA436C891218B1 /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */; };
13
+ 12D08CCEE9074DA9ABC5CBE3 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */; };
11
14
  13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
12
15
  13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
13
16
  13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
14
17
  13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
18
+ 22573CC8B7CE4FF1BD10295D /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */; };
15
19
  28C79B70127D80F077D7202C /* libPods-HediaRecommendationScreen.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1733971F25DD19F8501F6544 /* libPods-HediaRecommendationScreen.a */; };
20
+ 293D0A9D749748C09992BD81 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */; };
16
21
  2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
17
22
  2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
18
23
  2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
19
24
  2DCD954D1E0B4F2C00145EB5 /* HediaRecommendationScreenTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */; };
20
25
  67B736B68E6CE9470594F423 /* libPods-HediaRecommendationScreen-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C6208DA582D28E78321BE4C /* libPods-HediaRecommendationScreen-tvOSTests.a */; };
26
+ 729B270E7FF74717B643ED72 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */; };
27
+ 79BF34167F0341D784C2AB24 /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */; };
28
+ 7A871848483F435B9A0BEA2C /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */; };
21
29
  7B5B860F1F9B42AA34AC5152 /* libPods-HediaRecommendationScreen-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EFC57BC9FB3B2C296DEE36A4 /* libPods-HediaRecommendationScreen-tvOS.a */; };
22
30
  9EC25A0760FAC772A9BD725C /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EDA6B8933B78062F35AD378 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */; };
23
- 072C9E3B51DA436C891218B1 /* Roboto-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */; };
24
- 22573CC8B7CE4FF1BD10295D /* Roboto-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */; };
25
- 7A871848483F435B9A0BEA2C /* Roboto-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */; };
26
- E61177AB81304E969ADEED74 /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */; };
27
- 054F998137774421AE47012A /* Roboto-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */; };
28
- F761ADFC0F1D40219F84BC4E /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */; };
29
31
  E250F52F03C348DEB792BFA7 /* Roboto-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */; };
30
- 729B270E7FF74717B643ED72 /* Roboto-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */; };
31
- 79BF34167F0341D784C2AB24 /* Roboto-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */; };
32
- 12D08CCEE9074DA9ABC5CBE3 /* Roboto-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */; };
33
- 293D0A9D749748C09992BD81 /* Roboto-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */; };
32
+ E61177AB81304E969ADEED74 /* Roboto-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */; };
34
33
  F4F44066504F4C7EA1C5B3E9 /* Roboto-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */; };
34
+ F761ADFC0F1D40219F84BC4E /* Roboto-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */; };
35
35
  /* End PBXBuildFile section */
36
36
 
37
37
  /* Begin PBXContainerItemProxy section */
@@ -57,6 +57,8 @@
57
57
  00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58
58
  00E356F21AD99517003FC87E /* HediaRecommendationScreenTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HediaRecommendationScreenTests.m; sourceTree = "<group>"; };
59
59
  02C992989E66D59195DA9527 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.release.xcconfig"; sourceTree = "<group>"; };
60
+ 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BoldItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BoldItalic.ttf"; sourceTree = "<group>"; };
61
+ 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Medium.ttf"; path = "../assets/fonts/Roboto/Roboto-Medium.ttf"; sourceTree = "<group>"; };
60
62
  0C6208DA582D28E78321BE4C /* libPods-HediaRecommendationScreen-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
61
63
  13B07F961A680F5B00A75B9A /* HediaRecommendationScreen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HediaRecommendationScreen.app; sourceTree = BUILT_PRODUCTS_DIR; };
62
64
  13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HediaRecommendationScreen/AppDelegate.h; sourceTree = "<group>"; };
@@ -67,6 +69,7 @@
67
69
  13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HediaRecommendationScreen/main.m; sourceTree = "<group>"; };
68
70
  1733971F25DD19F8501F6544 /* libPods-HediaRecommendationScreen.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69
71
  1A3B89E92BE8466685D838FB /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = "<group>"; };
72
+ 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-BlackItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BlackItalic.ttf"; sourceTree = "<group>"; };
70
73
  2D02E47B1E0B4A5D006451C7 /* HediaRecommendationScreen-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HediaRecommendationScreen-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
71
74
  2D02E4901E0B4A5D006451C7 /* HediaRecommendationScreen-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HediaRecommendationScreen-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
72
75
  2FB84442184047EC277AAB9B /* Pods-HediaRecommendationScreen-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOS.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOS/Pods-HediaRecommendationScreen-tvOS.release.xcconfig"; sourceTree = "<group>"; };
@@ -75,38 +78,35 @@
75
78
  37519F93EC694F76BB245BB8 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = "<group>"; };
76
79
  45E337CB17C448E8B0CEEC21 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = "<group>"; };
77
80
  517818B84B65A799AF3C3BED /* Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOSTests/Pods-HediaRecommendationScreen-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
81
+ 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-LightItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-LightItalic.ttf"; sourceTree = "<group>"; };
78
82
  5886AEA3F2CF418CA42ECB35 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = "<group>"; };
79
83
  5905A305DC494433B37E9EBD /* Fontisto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = "<group>"; };
84
+ 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-ThinItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-ThinItalic.ttf"; sourceTree = "<group>"; };
85
+ 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; };
80
86
  5EDA6B8933B78062F35AD378 /* libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-HediaRecommendationScreenTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
81
87
  78327D51F29741B292904EB5 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = "<group>"; };
88
+ 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Regular.ttf"; path = "../assets/fonts/Roboto/Roboto-Regular.ttf"; sourceTree = "<group>"; };
82
89
  9D7A30C5BE84C30AC87A1D95 /* Pods-HediaRecommendationScreen-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOS/Pods-HediaRecommendationScreen-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
83
90
  9E3CB66B818E4933843F60E5 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = "<group>"; };
84
91
  A0633D8A50AE6F11DC625522 /* Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-tvOSTests/Pods-HediaRecommendationScreen-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
85
92
  A147DC8C00E94433B8826100 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = "<group>"; };
93
+ A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Italic.ttf"; path = "../assets/fonts/Roboto/Roboto-Italic.ttf"; sourceTree = "<group>"; };
94
+ A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Black.ttf"; path = "../assets/fonts/Roboto/Roboto-Black.ttf"; sourceTree = "<group>"; };
86
95
  AC40506615FB21F2B7276504 /* Pods-HediaRecommendationScreen.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.release.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.release.xcconfig"; sourceTree = "<group>"; };
87
96
  AC666561513B512C02091CC3 /* Pods-HediaRecommendationScreen.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen.debug.xcconfig"; sourceTree = "<group>"; };
88
97
  B766079F5D3B4E2DA1F1D2FA /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = "<group>"; };
98
+ B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Thin.ttf"; path = "../assets/fonts/Roboto/Roboto-Thin.ttf"; sourceTree = "<group>"; };
99
+ BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Bold.ttf"; path = "../assets/fonts/Roboto/Roboto-Bold.ttf"; sourceTree = "<group>"; };
89
100
  CA7278953B144AFB81A45FC0 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = "<group>"; };
90
101
  D1B7A363331948AF8DA6AEF7 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = "<group>"; };
91
102
  DB6151FBCB5AC65549723F09 /* Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; path = "Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests.debug.xcconfig"; sourceTree = "<group>"; };
103
+ E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "Roboto-Light.ttf"; path = "../assets/fonts/Roboto/Roboto-Light.ttf"; sourceTree = "<group>"; };
92
104
  EC242C0E32054ABE9A69A5BD /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = "<group>"; };
93
105
  ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
94
106
  ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
95
107
  EE8FB5191C77428097063908 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = "<group>"; };
96
108
  EFC57BC9FB3B2C296DEE36A4 /* libPods-HediaRecommendationScreen-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-HediaRecommendationScreen-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
97
109
  FC979D0C4CEB472E8E6FB497 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; };
98
- A825F67CF7F84470A6CA153E /* Roboto-Black.ttf */ = {isa = PBXFileReference; name = "Roboto-Black.ttf"; path = "../assets/fonts/Roboto/Roboto-Black.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
99
- 292E9B7C9CC34528A189562E /* Roboto-BlackItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-BlackItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BlackItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
100
- BB57D47699604DFAA6805BA9 /* Roboto-Bold.ttf */ = {isa = PBXFileReference; name = "Roboto-Bold.ttf"; path = "../assets/fonts/Roboto/Roboto-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
101
- 02F7D2222CF04F1080EC856D /* Roboto-BoldItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-BoldItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-BoldItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
102
- A40E87F3A8C2414EAFEB6561 /* Roboto-Italic.ttf */ = {isa = PBXFileReference; name = "Roboto-Italic.ttf"; path = "../assets/fonts/Roboto/Roboto-Italic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
103
- E61EBECE6F704FA9B6A0A0A2 /* Roboto-Light.ttf */ = {isa = PBXFileReference; name = "Roboto-Light.ttf"; path = "../assets/fonts/Roboto/Roboto-Light.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
104
- 525CDCD5B0F548FBB616CEE7 /* Roboto-LightItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-LightItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-LightItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
105
- 07CB8191B5BD449ABE77A9E4 /* Roboto-Medium.ttf */ = {isa = PBXFileReference; name = "Roboto-Medium.ttf"; path = "../assets/fonts/Roboto/Roboto-Medium.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
106
- 5D4A4DBD26164962A8597BE7 /* Roboto-MediumItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-MediumItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-MediumItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
107
- 7A22FC8F689C40349AD97898 /* Roboto-Regular.ttf */ = {isa = PBXFileReference; name = "Roboto-Regular.ttf"; path = "../assets/fonts/Roboto/Roboto-Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
108
- B8AB50A0130D4104AE2EEC01 /* Roboto-Thin.ttf */ = {isa = PBXFileReference; name = "Roboto-Thin.ttf"; path = "../assets/fonts/Roboto/Roboto-Thin.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
109
- 5C1C36955725451281090FA0 /* Roboto-ThinItalic.ttf */ = {isa = PBXFileReference; name = "Roboto-ThinItalic.ttf"; path = "../assets/fonts/Roboto/Roboto-ThinItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
110
110
  /* End PBXFileReference section */
111
111
 
112
112
  /* Begin PBXFrameworksBuildPhase section */
@@ -285,6 +285,7 @@
285
285
  00E356EB1AD99517003FC87E /* Frameworks */,
286
286
  00E356EC1AD99517003FC87E /* Resources */,
287
287
  AC8779C9E45752E935FAC6EC /* [CP] Copy Pods Resources */,
288
+ 9A9C01E55FFB65F18527CC09 /* [CP] Embed Pods Frameworks */,
288
289
  );
289
290
  buildRules = (
290
291
  );
@@ -307,6 +308,7 @@
307
308
  13B07F8E1A680F5B00A75B9A /* Resources */,
308
309
  00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
309
310
  0D3B0A6674067B9CFB0D3162 /* [CP] Copy Pods Resources */,
311
+ 330EFB0BCFD92F5A27C8AFE4 /* [CP] Embed Pods Frameworks */,
310
312
  );
311
313
  buildRules = (
312
314
  );
@@ -369,6 +371,7 @@
369
371
  TestTargetID = 13B07F861A680F5B00A75B9A;
370
372
  };
371
373
  13B07F861A680F5B00A75B9A = {
374
+ DevelopmentTeam = N233YE7BQM;
372
375
  LastSwiftMigration = 1120;
373
376
  };
374
377
  2D02E47A1E0B4A5D006451C7 = {
@@ -570,6 +573,42 @@
570
573
  shellPath = /bin/sh;
571
574
  shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
572
575
  };
576
+ 330EFB0BCFD92F5A27C8AFE4 /* [CP] Embed Pods Frameworks */ = {
577
+ isa = PBXShellScriptBuildPhase;
578
+ buildActionMask = 2147483647;
579
+ files = (
580
+ );
581
+ inputPaths = (
582
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks.sh",
583
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
584
+ );
585
+ name = "[CP] Embed Pods Frameworks";
586
+ outputPaths = (
587
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
588
+ );
589
+ runOnlyForDeploymentPostprocessing = 0;
590
+ shellPath = /bin/sh;
591
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen/Pods-HediaRecommendationScreen-frameworks.sh\"\n";
592
+ showEnvVarsInLog = 0;
593
+ };
594
+ 9A9C01E55FFB65F18527CC09 /* [CP] Embed Pods Frameworks */ = {
595
+ isa = PBXShellScriptBuildPhase;
596
+ buildActionMask = 2147483647;
597
+ files = (
598
+ );
599
+ inputPaths = (
600
+ "${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks.sh",
601
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
602
+ );
603
+ name = "[CP] Embed Pods Frameworks";
604
+ outputPaths = (
605
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework",
606
+ );
607
+ runOnlyForDeploymentPostprocessing = 0;
608
+ shellPath = /bin/sh;
609
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests/Pods-HediaRecommendationScreen-HediaRecommendationScreenTests-frameworks.sh\"\n";
610
+ showEnvVarsInLog = 0;
611
+ };
573
612
  AC8779C9E45752E935FAC6EC /* [CP] Copy Pods Resources */ = {
574
613
  isa = PBXShellScriptBuildPhase;
575
614
  buildActionMask = 2147483647;
@@ -815,6 +854,7 @@
815
854
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
816
855
  CLANG_ENABLE_MODULES = YES;
817
856
  CURRENT_PROJECT_VERSION = 1;
857
+ DEVELOPMENT_TEAM = N233YE7BQM;
818
858
  ENABLE_BITCODE = NO;
819
859
  GCC_PREPROCESSOR_DEFINITIONS = (
820
860
  "$(inherited)",
@@ -842,6 +882,7 @@
842
882
  ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
843
883
  CLANG_ENABLE_MODULES = YES;
844
884
  CURRENT_PROJECT_VERSION = 1;
885
+ DEVELOPMENT_TEAM = N233YE7BQM;
845
886
  INFOPLIST_FILE = HediaRecommendationScreen/Info.plist;
846
887
  LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
847
888
  OTHER_LDFLAGS = (
package/ios/Podfile.lock CHANGED
@@ -2,7 +2,7 @@ PODS:
2
2
  - boost-for-react-native (1.63.0)
3
3
  - BVLinearGradient (2.5.6):
4
4
  - React
5
- - CocoaAsyncSocket (7.6.4)
5
+ - CocoaAsyncSocket (7.6.5)
6
6
  - CocoaLibEvent (1.0.0)
7
7
  - DoubleConversion (1.1.6)
8
8
  - FBLazyVector (0.62.2)
@@ -17,16 +17,16 @@ PODS:
17
17
  - Flipper-Folly (~> 2.1)
18
18
  - Flipper-RSocket (~> 1.0)
19
19
  - Flipper-DoubleConversion (1.1.7)
20
- - Flipper-Folly (2.2.0):
20
+ - Flipper-Folly (2.4.0):
21
21
  - boost-for-react-native
22
22
  - CocoaLibEvent (~> 1.0)
23
23
  - Flipper-DoubleConversion
24
24
  - Flipper-Glog
25
- - OpenSSL-Universal (= 1.0.2.19)
25
+ - OpenSSL-Universal (= 1.1.180)
26
26
  - Flipper-Glog (0.3.6)
27
27
  - Flipper-PeerTalk (0.0.4)
28
- - Flipper-RSocket (1.1.0):
29
- - Flipper-Folly (~> 2.2)
28
+ - Flipper-RSocket (1.2.0):
29
+ - Flipper-Folly (~> 2.4)
30
30
  - FlipperKit (0.33.1):
31
31
  - FlipperKit/Core (= 0.33.1)
32
32
  - FlipperKit/Core (0.33.1):
@@ -69,9 +69,7 @@ PODS:
69
69
  - DoubleConversion
70
70
  - glog
71
71
  - glog (0.3.5)
72
- - OpenSSL-Universal (1.0.2.19):
73
- - OpenSSL-Universal/Static (= 1.0.2.19)
74
- - OpenSSL-Universal/Static (1.0.2.19)
72
+ - OpenSSL-Universal (1.1.180)
75
73
  - RCTRequired (0.62.2)
76
74
  - RCTTypeSafety (0.62.2):
77
75
  - FBLazyVector (= 0.62.2)
@@ -430,21 +428,21 @@ EXTERNAL SOURCES:
430
428
  SPEC CHECKSUMS:
431
429
  boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
432
430
  BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
433
- CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
431
+ CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
434
432
  CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
435
433
  DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
436
434
  FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
437
435
  FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
438
436
  Flipper: 6c1f484f9a88d30ab3e272800d53688439e50f69
439
437
  Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
440
- Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
438
+ Flipper-Folly: ac90e2debaad40c347b90058feb263a80a3ba657
441
439
  Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
442
440
  Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
443
- Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
441
+ Flipper-RSocket: a4adba0851ba12c1b011a320b2d99c93ce4e77f9
444
442
  FlipperKit: 6dc9b8f4ef60d9e5ded7f0264db299c91f18832e
445
443
  Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
446
444
  glog: 1f3da668190260b06b429bb211bfbee5cd790c28
447
- OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
445
+ OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
448
446
  RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
449
447
  RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
450
448
  React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
@@ -454,7 +452,7 @@ SPEC CHECKSUMS:
454
452
  React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
455
453
  React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
456
454
  React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
457
- react-native-slider: 05f11678260cb27c3d00a2dd1558b623be3ec8d2
455
+ react-native-slider: 12bd76d3d568c9c5500825db54123d44b48e4ad4
458
456
  React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
459
457
  React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
460
458
  React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
@@ -471,4 +469,4 @@ SPEC CHECKSUMS:
471
469
 
472
470
  PODFILE CHECKSUM: 3215c12293cb7ac3f4e9ab5a94a4f0e6bc248a46
473
471
 
474
- COCOAPODS: 1.10.0
472
+ COCOAPODS: 1.10.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.1.22",
3
+ "version": "2.1.23-alpha.0",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -108,9 +108,5 @@ export default class InvisibleNumberInput extends React.Component {
108
108
  }
109
109
  }
110
110
  const inputStyles = StyleSheet.create({
111
- textInput: {
112
- width: 0,
113
- height: 0,
114
- padding: 0.2,
115
- },
111
+ textInput: { width: 0, height: 0 },
116
112
  });