tideline 1.28.1 → 1.29.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 (32) hide show
  1. package/.yarn/cache/asn1.js-npm-4.10.1-e813eef12f-9289a1a554.zip +0 -0
  2. package/.yarn/cache/browserify-sign-npm-4.2.3-c53e15ab45-403a8061d2.zip +0 -0
  3. package/.yarn/cache/elliptic-npm-6.5.6-39613996cd-213d778ccf.zip +0 -0
  4. package/.yarn/cache/hash-base-npm-3.0.4-dabbedfe7b-878465a0df.zip +0 -0
  5. package/.yarn/cache/isarray-npm-1.0.0-db4f547720-f032df8e02.zip +0 -0
  6. package/.yarn/cache/parse-asn1-npm-5.1.7-e218512980-93c7194c1e.zip +0 -0
  7. package/.yarn/cache/process-nextick-args-npm-2.0.1-b8d7971609-1d38588e52.zip +0 -0
  8. package/.yarn/cache/readable-stream-npm-2.3.8-67a94c2cb1-6564546703.zip +0 -0
  9. package/.yarn/cache/safe-buffer-npm-5.1.2-c27fedf6c4-f2f1f7943c.zip +0 -0
  10. package/.yarn/cache/string_decoder-npm-1.1.1-e46a6c1353-9ab7e56f9d.zip +0 -0
  11. package/.yarn/install-state.gz +0 -0
  12. package/css/tideline-colors.less +1 -0
  13. package/css/tideline.less +5 -0
  14. package/dist/commons.js +1 -1
  15. package/dist/sitechange-loop-tubing..png +0 -0
  16. package/js/data/util/constants.js +10 -0
  17. package/js/plot/pumpSettingsOverride.js +7 -1
  18. package/js/plot/quickbolus.js +14 -0
  19. package/js/plot/util/commonbolus.js +20 -7
  20. package/package.json +1 -1
  21. package/plugins/blip/basics/chartbasicsfactory.js +1 -1
  22. package/plugins/blip/basics/components/CalendarContainer.js +3 -1
  23. package/plugins/blip/basics/components/DashboardSection.js +1 -0
  24. package/plugins/blip/basics/components/chart/SiteChange.js +2 -1
  25. package/plugins/blip/basics/components/day/ADay.js +2 -0
  26. package/plugins/blip/basics/components/sitechange/Change.js +2 -0
  27. package/plugins/blip/basics/components/sitechange/Selector.js +10 -0
  28. package/plugins/blip/basics/components/sitechange/sitechange-loop-tubing.png +0 -0
  29. package/plugins/blip/basics/less/sitechange/Change.less +4 -0
  30. package/plugins/blip/basics/logic/constants.js +3 -1
  31. package/plugins/blip/chartdailyfactory.js +1 -0
  32. package/.yarn/cache/browserify-sign-npm-4.2.1-9a8530ca87-0221f190e3.zip +0 -0
Binary file
@@ -102,6 +102,7 @@
102
102
  // settingsOverrides
103
103
  @settings-override-sleep: #4457D9;
104
104
  @settings-override-physicalActivity: #758CFF;
105
+ @settings-override-preprandial: #4457D9;
105
106
 
106
107
  // tooltips
107
108
  @title-background: #EAEAEE;
package/css/tideline.less CHANGED
@@ -454,6 +454,11 @@ svg {
454
454
  stroke: @settings-override-physicalActivity;
455
455
  }
456
456
 
457
+ &[class*="d3-basal-marker-group-override-preprandial-"] {
458
+ fill: @settings-override-preprandial;
459
+ stroke: @settings-override-preprandial;
460
+ }
461
+
457
462
  .d3-marker-extension-line {
458
463
  stroke-width: 1.5;
459
464
  stroke-linecap: round;