Skip to content

Commit

Permalink
Merge pull request #2323 from HealthCatalyst/dev
Browse files Browse the repository at this point in the history
Cashmere 17.1.2
  • Loading branch information
andrew-frueh authored Jun 17, 2024
2 parents 9194347 + f547372 commit a651e1a
Show file tree
Hide file tree
Showing 7 changed files with 861 additions and 56 deletions.
1 change: 1 addition & 0 deletions guides/content/trademarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Unregistered Marks (currently in use, examples) – **Apply ™** symbol:
_The ™ symbol can be applied to any unregistered trademark_

- ARMUS by Health Catalyst
- Carevive by Health Catalyst
- CRStar by Health Catalyst
- DOS
- DOS Mart and DOS Marts
Expand Down
106 changes: 54 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/forms": "^17.3.8",
"@angular/platform-browser": "^17.3.8",
"@angular/platform-browser-dynamic": "^17.3.8",
"@angular/platform-server": "17.3.9",
"@angular/platform-server": "17.3.10",
"@angular/router": "^17.3.8",
"@ng-select/ng-select": "^12.0.7",
"ngx-slider-v2": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/foundations/foundations-routes.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const routes: Routes = [
{
path: 'logo',
component: LogoDemoComponent,
data: {title: 'Logo', category: 'Brand'}
data: {title: 'Logos', category: 'Brand'}
},
{
path: 'products',
Expand Down
18 changes: 16 additions & 2 deletions src/app/foundations/logo/logo-demo.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="demo-content">
<h1>Health Catalyst Logo</h1>
<h6>Last updated Jan 27, 2021</h6>
<h1>Health Catalyst Logos</h1>
<h6>Last updated Jun 17, 2024</h6>

<hc-tile>
<h5 id="overview">Overview</h5>
Expand Down Expand Up @@ -205,5 +205,19 @@ <h5 id="ers-by-health-catalyst">ERS CRStar by Health Catalyst</h5>
</a>
</hc-tile>

<hc-tile>
<h5 id="ers-by-health-catalyst">Carevive by Health Catalyst</h5>

<p><em>The Carevive logo set linked below includes full-color, grayscale, and white versions.</em></p>
<a href="./assets/logos/Carevive_by_Health_Catalyst.zip">
<img src="./assets/logos/Carevive_by_Health_Catalyst.svg" class="logo-img-lg" />
</a>
<br>
<a hc-button buttonStyle="primary-alt" download href="./assets/logos/Carevive_by_Health_Catalyst.zip" title="Download logo zip file">
<hc-icon fontSet="fa" fontIcon="fa-file-archive-o" class="icon-left"></hc-icon>
Download logo zip file
</a>
</hc-tile>

<hc-feedback-form></hc-feedback-form>
</div>
Loading

0 comments on commit a651e1a

Please sign in to comment.