@caweb/template 1.0.2 → 1.0.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v1.0.3
2
+ - Card component card-title element changed from div to H5
3
+
1
4
  v1.0.2
2
5
  - Removed divi reference
3
6
 
@@ -29,7 +29,7 @@
29
29
  {{/if}}
30
30
  <div class="card-body{{bsAttr 'text' this.contentColor }}">
31
31
  {{#if this.subHeading }}
32
- <div class="card-title{{bsAttr 'text' this.subHeadingAlignment }}"{{#if this.url }} data-url="{{this.url}}"{{/if}}>{{~ this.subHeading ~}}</div>
32
+ <h5 class="card-title{{bsAttr 'text' this.subHeadingAlignment }}"{{#if this.url }} data-url="{{this.url}}"{{/if}}>{{~ this.subHeading ~}}</h5>
33
33
  {{/if}}
34
34
  {{{ this.content }}}
35
35
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/template",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "author": "CAWebPublishing",
5
5
  "description": "CAWebPublishing Template",
6
6
  "license": "ISC",