@ons/design-system 73.4.0 → 73.4.1

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.
@@ -154,7 +154,7 @@
154
154
  </div>
155
155
  {% endif %}
156
156
  {% endif %}
157
- {% if params.variants!== 'basic' and (params.language or params.serviceLinks) %}
157
+ {% if params.variants != 'basic' and (params.language or params.serviceLinks) %}
158
158
  <div
159
159
  class="ons-header__links ons-grid__col{{ ' ons-u-ml-auto' if not (params.searchLinks or params.search) and not params.menuLinks }}"
160
160
  >
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": "73.4.0",
4
+ "version": "73.4.1",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {