@madgex/design-system 1.17.1 → 1.18.0

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, 24 Jul 2019 13:57:24 GMT
3
+ * Generated on Fri, 26 Jul 2019 10:57:07 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 24 Jul 2019 13:57:24 GMT
3
+ * Generated on Fri, 26 Jul 2019 10:57:08 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, 24 Jul 2019 13:57:24 GMT
4
+ Generated on Fri, 26 Jul 2019 10:57:07 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 Wed, 24 Jul 2019 13:57:24 GMT
3
+ Generated on Fri, 26 Jul 2019 10:57:07 GMT
4
4
  */
5
5
  html,
6
6
  body,
@@ -458,6 +458,10 @@ a:hover, a:focus {
458
458
  text-decoration: underline;
459
459
  }
460
460
 
461
+ img {
462
+ max-width: 100%;
463
+ }
464
+
461
465
  body {
462
466
  font-family: "Helvetica", Arial, sans-serif;
463
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.17.1",
3
+ "version": "1.18.0",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -16,3 +16,7 @@ a {
16
16
  text-decoration: underline;
17
17
  }
18
18
  }
19
+
20
+ img {
21
+ max-width: 100%;
22
+ }