@healthcatalyst/catalyst-docfx-template 1.0.46 → 1.0.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
@@ -3,15 +3,14 @@
3
3
  <div class="docs-subnav">
4
4
  <div class="docs-container">
5
5
  <div class="docs-subnav-left" id="subnav-left">
6
- <div class="docs-subnav-select-container" style="display:{{_showVersionDropdown}}">
7
- <span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
8
-
9
- <!---Disable the version dropdown (below) by setting _showVersionDropdown to "none" in the docfx.json file. If the dropdown is enabled, set its unique ID (_versionDropdownID) in docfx.json and add the proper JavaScript function to populate it in the product.js file. --->
10
-
11
- <select id="{{_versionDropdownID}}" class="docs-subnav-select"></select>
12
-
13
- </div>
14
- <span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span><span class="docs-subnav-breadcrumb-home"><a href="{{_homePath}}"><i class="fa fa-home" aria-hidden="true"></i></a></span><span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
6
+ <span class="docs-subnav-show" style="display:{{_showVersionDropdown}};">
7
+ <div class="docs-subnav-select-container">
8
+ <span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
9
+ <select id="{{_versionDropdownID}}" class="docs-subnav-select"></select>
10
+ </div>
11
+ <span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
12
+ </span>
13
+ <span class="docs-subnav-breadcrumb-home"><a href="{{_homePath}}"><i class="fa fa-home" aria-hidden="true"></i></a></span><span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
15
14
  <div class="docs-subnav-breadcrumb-current" id="breadcrumb">
16
15
  <ul>
17
16
  <li>{{_tocTitle}}</li>
package/styles/main.css CHANGED
@@ -1139,6 +1139,11 @@ output {
1139
1139
  transition: width .3s ease-in-out;
1140
1140
  }
1141
1141
 
1142
+ .docs-subnav-show {
1143
+ display: flex;
1144
+ align-items: center;
1145
+ }
1146
+
1142
1147
  .docs-subnav-breadcrumb {
1143
1148
  color: #767676;
1144
1149
  font-size: 13px;