@financial-times/n-myft-ui 29.0.0 → 29.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,9 +2,9 @@
2
2
  class="collection {{#if liteStyle}}collection--lite{{else}}collection--regular{{/if}}"
3
3
  data-trackable="{{#if trackable}}{{trackable}}{{else}}collection{{/if}}">
4
4
  <header class="collection__header {{#if liteStyle}}collection__header--lite{{else}}collection__header--regular{{/if}}">
5
- <h2 class="collection__title {{#if liteStyle}}collection__title--lite{{else}}collection__title--regular{{/if}}">
5
+ <h3 class="collection__title {{#if liteStyle}}collection__title--lite{{else}}collection__title--regular{{/if}}">
6
6
  {{title}}
7
- </h2>
7
+ </h3>
8
8
  </header>
9
9
  <ul class="collection__concepts">
10
10
  {{#concepts}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "29.0.0",
3
+ "version": "29.0.1",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {