@hedia/recommendation-screen 2.2.0-alpha.36 → 2.2.0-alpha.37

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.
@@ -31,7 +31,7 @@ const ForecastInfoBar = (props) => {
31
31
  /**
32
32
  * Determine the cgm value string to be displayed in the infobar.
33
33
  *
34
- * @returns The string to display as the cgm vlaue in the forecast infobar
34
+ * @returns The string to display as the cgm value in the forecast infobar
35
35
  */
36
36
  const displayCGMValue = () => Utils.displayedBGLValue(cgm.latestCGMReadingMmoll, unit);
37
37
  const { border, container, forecastDot, forecastSubtitle, forecastText, forecastTime, gradient, labelContainer, row, unitContainer, units, value, valueContainer, valueUnitContainer, } = infoStyles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedia/recommendation-screen",
3
- "version": "2.2.0-alpha.36",
3
+ "version": "2.2.0-alpha.37",
4
4
  "description": "Hedia Recommendation Screen for Bolus and Carbohydrates",
5
5
  "main": "dist/index.js",
6
6
  "files": [