@madgex/design-system 1.3.5 → 1.3.6

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jun 2019 07:48:42 GMT
3
+ * Generated on Wed, 12 Jun 2019 08:12:11 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 12 Jun 2019 07:48:42 GMT
3
+ * Generated on Wed, 12 Jun 2019 08:12:11 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Wed, 12 Jun 2019 07:48:42 GMT
4
+ Generated on Wed, 12 Jun 2019 08:12:11 GMT
5
5
  */
6
6
 
7
7
  $mds-color-base: #71767a !default; // Base colour
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -1,7 +1,7 @@
1
1
  {% from "../button/_macro.njk" import Button %}
2
2
 
3
3
  <div class="mds-section-title{% if params.classes %} {{ params.classes }}{% endif %}">
4
- <{{ params.headingTag | default("h2") }} class="mds-section-title__header">{{ params.title }}</{{ params.headingTag | default("h2") }}>
4
+ <{{ params.headingtag | default("h2") }} class="mds-section-title__header">{{ params.title }}</{{ params.headingtag | default("h2") }}>
5
5
  {% if params.actionText -%}
6
6
  <div class="mds-section-title__action">
7
7
  {%- if params.actionHref -%}