@madgex/design-system 1.21.4 → 1.21.5

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 Thu, 15 Aug 2019 16:50:36 GMT
3
+ * Generated on Thu, 15 Aug 2019 17:23:54 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 15 Aug 2019 16:50:36 GMT
3
+ * Generated on Thu, 15 Aug 2019 17:23:54 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 Thu, 15 Aug 2019 16:50:36 GMT
4
+ Generated on Thu, 15 Aug 2019 17:23:54 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-base: #1b75bb !default;
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  Do not edit directly
3
- Generated on Thu, 15 Aug 2019 16:50:36 GMT
3
+ Generated on Thu, 15 Aug 2019 17:23:54 GMT
4
4
  */
5
5
  html,
6
6
  body,
@@ -464,6 +464,7 @@ img {
464
464
 
465
465
  body {
466
466
  font-family: "Helvetica", Arial, sans-serif;
467
+ color: #222222;
467
468
  }
468
469
 
469
470
  html,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.21.4",
3
+ "version": "1.21.5",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -1,6 +1,7 @@
1
1
  body {
2
2
  @extend .mds-font-body-copy;
3
3
  font-family: $mds-font-family-base;
4
+ color: $mds-color-text-base;
4
5
  }
5
6
 
6
7
  h1 {