@ons/design-system 61.0.3 → 61.0.4

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.
@@ -50,8 +50,10 @@
50
50
  {% endif %}
51
51
  </div>
52
52
  <div class="ons-header__org-logo ons-header__org-logo--small">
53
- {% if params.mastheadLogo.small or params.mastheadLogo.large %}
53
+ {% if params.mastheadLogo.small %}
54
54
  {{ params.mastheadLogo.small | safe }}
55
+ {% elif params.mastheadLogo.large %}
56
+ {{ params.mastheadLogo.large | safe }}
55
57
  {% else %}
56
58
  {{
57
59
  onsIcon({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "61.0.3",
4
+ "version": "61.0.4",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {