@madgex/design-system 1.3.4 → 1.3.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 Mon, 10 Jun 2019 11:11:26 GMT
3
+ * Generated on Wed, 12 Jun 2019 07:48:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 10 Jun 2019 11:11:26 GMT
3
+ * Generated on Wed, 12 Jun 2019 07:48:42 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 Mon, 10 Jun 2019 11:11:26 GMT
4
+ Generated on Wed, 12 Jun 2019 07:48:42 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.4",
3
+ "version": "1.3.5",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -1,3 +1,3 @@
1
1
  .mds-section-title {
2
- border-bottom: $mds-border-width solid $mds-color-base;
2
+ border-bottom: $mds-size-border-width solid $mds-color-base;
3
3
  }
@@ -1,6 +1,4 @@
1
1
  .mds-button {
2
- @include mds-focusable;
3
-
4
2
  cursor: pointer;
5
3
  user-select: none;
6
4
  vertical-align: middle;
@@ -1,4 +1,4 @@
1
1
  .mds-card {
2
2
  padding: $mds-size-space-sm $mds-size-space-md;
3
- border: $mds-border-width solid $mds-color-base;
3
+ border: $mds-size-border-width solid $mds-color-base;
4
4
  }