@healthcatalyst/catalyst-docfx-template 1.0.96 → 1.0.98

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.
@@ -32,11 +32,11 @@
32
32
  {{>partials/toc}}
33
33
  <div class="article row grid-right">
34
34
  {{/_enableToc}}
35
- {{#if statusMessage}}
35
+ {{# statusMessage}}
36
36
  {{^_disableStatusMessage}}
37
37
  {{>partials/statusMessage}}
38
38
  {{/_disableStatusMessage}}
39
- {{/if statusMessage}}
39
+ {{/ statusMessage}}
40
40
  {{#if dosVersion}}
41
41
  {{>partials/dosVersion}}
42
42
  {{/if dosVersion}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -1673,7 +1673,7 @@ pre {
1673
1673
  */
1674
1674
 
1675
1675
  .statusMessage {
1676
- background-color: #aae2c8;
1676
+ background-color: #d9eaf2;
1677
1677
  font-size: 13.5px;
1678
1678
  font-weight: 600;
1679
1679
  padding-top: 15px;