@madgex/design-system 1.10.0 → 1.10.1

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 Fri, 05 Jul 2019 12:02:02 GMT
3
+ * Generated on Mon, 08 Jul 2019 16:03:51 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -99,12 +99,12 @@
99
99
  --mds-font-type-minion-md-line-height: 1.24;
100
100
  --mds-font-type-minion-lg-size: 12px;
101
101
  --mds-font-type-minion-lg-line-height: 1.34;
102
- --mds-size-baseline: 4rem;
103
- --mds-size-breakpoint-sm: 400rem;
104
- --mds-size-breakpoint-md: 600rem;
105
- --mds-size-breakpoint-lg: 1008rem;
106
- --mds-size-breakpoint-xl: 1280rem;
107
- --mds-size-border-width: 1rem;
108
- --mds-size-border-radius: 3rem;
109
- --mds-size-gutter-width: 20rem;
102
+ --mds-size-baseline: 4px;
103
+ --mds-size-breakpoint-sm: 400px;
104
+ --mds-size-breakpoint-md: 600px;
105
+ --mds-size-breakpoint-lg: 1008px;
106
+ --mds-size-breakpoint-xl: 1280px;
107
+ --mds-size-border-width: 1px;
108
+ --mds-size-border-radius: 3px;
109
+ --mds-size-gutter-width: 20px;
110
110
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 05 Jul 2019 12:02:02 GMT
3
+ * Generated on Mon, 08 Jul 2019 16:03:51 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 Fri, 05 Jul 2019 12:02:02 GMT
4
+ Generated on Mon, 08 Jul 2019 16:03:51 GMT
5
5
  */
6
6
 
7
7
  $mds-color-base: #71767a !default; // Base colour
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  Do not edit directly
3
- Generated on Fri, 05 Jul 2019 12:02:02 GMT
3
+ Generated on Mon, 08 Jul 2019 16:03:51 GMT
4
4
  */
5
5
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
6
6
  /* Document
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -2,7 +2,8 @@ const config = {
2
2
  source: ['src/tokens/**/*.json'],
3
3
  platforms: {
4
4
  'css-variables': {
5
- transformGroup: 'css',
5
+ // transformGroup: 'css',
6
+ transforms: ['attribute/cti', 'name/cti/kebab', 'time/seconds', 'content/icon', 'color/css'],
6
7
  buildPath: 'dist/_tokens/css/',
7
8
  prefix: 'mds',
8
9
  files: [
@@ -13,8 +14,9 @@ const config = {
13
14
  ],
14
15
  },
15
16
  'scss-variables': {
16
- transformGroup: 'web',
17
+ // transformGroup: 'web',
17
18
  // transforms: ['size/px'],
19
+ transforms: ['attribute/cti', 'name/cti/kebab', 'color/css'],
18
20
  buildPath: 'dist/_tokens/scss/',
19
21
  prefix: 'mds',
20
22
  files: [