@madgex/design-system 1.9.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 09:39:13 GMT
3
+ * Generated on Mon, 08 Jul 2019 16:03:51 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -99,18 +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-font-xs: 12rem;
103
- --mds-size-font-sm: 14rem;
104
- --mds-size-font-md: 16rem;
105
- --mds-size-font-lg: 20rem;
106
- --mds-size-font-xl: 26rem;
107
- --mds-size-font-xxl: 46rem;
108
- --mds-size-font-base: 16rem;
109
- --mds-size-baseline: 4rem;
110
- --mds-size-breakpoint-sm: 400rem;
111
- --mds-size-breakpoint-md: 600rem;
112
- --mds-size-breakpoint-lg: 1008rem;
113
- --mds-size-breakpoint-xl: 1280rem;
114
- --mds-size-border-width: 1rem;
115
- --mds-size-border-radius: 3rem;
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;
116
110
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 05 Jul 2019 09:39:13 GMT
3
+ * Generated on Mon, 08 Jul 2019 16:03:51 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -2038,127 +2038,6 @@ module.exports = {
2038
2038
  }
2039
2039
  },
2040
2040
  "size": {
2041
- "font": {
2042
- "xs": {
2043
- "value": "12rem",
2044
- "original": {
2045
- "value": "12"
2046
- },
2047
- "name": "MdsSizeFontXs",
2048
- "attributes": {
2049
- "category": "size",
2050
- "type": "font",
2051
- "item": "xs"
2052
- },
2053
- "path": [
2054
- "size",
2055
- "font",
2056
- "xs"
2057
- ]
2058
- },
2059
- "sm": {
2060
- "value": "14rem",
2061
- "original": {
2062
- "value": "14"
2063
- },
2064
- "name": "MdsSizeFontSm",
2065
- "attributes": {
2066
- "category": "size",
2067
- "type": "font",
2068
- "item": "sm"
2069
- },
2070
- "path": [
2071
- "size",
2072
- "font",
2073
- "sm"
2074
- ]
2075
- },
2076
- "md": {
2077
- "value": "16rem",
2078
- "original": {
2079
- "value": "16px"
2080
- },
2081
- "name": "MdsSizeFontMd",
2082
- "attributes": {
2083
- "category": "size",
2084
- "type": "font",
2085
- "item": "md"
2086
- },
2087
- "path": [
2088
- "size",
2089
- "font",
2090
- "md"
2091
- ]
2092
- },
2093
- "lg": {
2094
- "value": "20rem",
2095
- "original": {
2096
- "value": "20"
2097
- },
2098
- "name": "MdsSizeFontLg",
2099
- "attributes": {
2100
- "category": "size",
2101
- "type": "font",
2102
- "item": "lg"
2103
- },
2104
- "path": [
2105
- "size",
2106
- "font",
2107
- "lg"
2108
- ]
2109
- },
2110
- "xl": {
2111
- "value": "26rem",
2112
- "original": {
2113
- "value": "26"
2114
- },
2115
- "name": "MdsSizeFontXl",
2116
- "attributes": {
2117
- "category": "size",
2118
- "type": "font",
2119
- "item": "xl"
2120
- },
2121
- "path": [
2122
- "size",
2123
- "font",
2124
- "xl"
2125
- ]
2126
- },
2127
- "xxl": {
2128
- "value": "46rem",
2129
- "original": {
2130
- "value": "46"
2131
- },
2132
- "name": "MdsSizeFontXxl",
2133
- "attributes": {
2134
- "category": "size",
2135
- "type": "font",
2136
- "item": "xxl"
2137
- },
2138
- "path": [
2139
- "size",
2140
- "font",
2141
- "xxl"
2142
- ]
2143
- },
2144
- "base": {
2145
- "value": "16rem",
2146
- "original": {
2147
- "value": "{size.font.md.value}"
2148
- },
2149
- "name": "MdsSizeFontBase",
2150
- "attributes": {
2151
- "category": "size",
2152
- "type": "font",
2153
- "item": "base"
2154
- },
2155
- "path": [
2156
- "size",
2157
- "font",
2158
- "base"
2159
- ]
2160
- }
2161
- },
2162
2041
  "baseline": {
2163
2042
  "value": "4rem",
2164
2043
  "original": {
@@ -2279,6 +2158,21 @@ module.exports = {
2279
2158
  "radius"
2280
2159
  ]
2281
2160
  }
2161
+ },
2162
+ "gutter-width": {
2163
+ "value": "20rem",
2164
+ "original": {
2165
+ "value": "20px"
2166
+ },
2167
+ "name": "MdsSizeGutterWidth",
2168
+ "attributes": {
2169
+ "category": "size",
2170
+ "type": "gutter-width"
2171
+ },
2172
+ "path": [
2173
+ "size",
2174
+ "gutter-width"
2175
+ ]
2282
2176
  }
2283
2177
  }
2284
2178
  };
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 05 Jul 2019 09:39:13 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
@@ -99,13 +99,6 @@ $mds-font-type-minion-md-size: 13px !default;
99
99
  $mds-font-type-minion-md-line-height: 1.24 !default;
100
100
  $mds-font-type-minion-lg-size: 12px !default;
101
101
  $mds-font-type-minion-lg-line-height: 1.34 !default;
102
- $mds-size-font-xs: 12px !default;
103
- $mds-size-font-sm: 14px !default;
104
- $mds-size-font-md: 16px !default;
105
- $mds-size-font-lg: 20px !default;
106
- $mds-size-font-xl: 26px !default;
107
- $mds-size-font-xxl: 46px !default;
108
- $mds-size-font-base: 16px !default;
109
102
  $mds-size-baseline: 4px !default;
110
103
  $mds-size-breakpoint-sm: 400px !default;
111
104
  $mds-size-breakpoint-md: 600px !default;
@@ -113,6 +106,7 @@ $mds-size-breakpoint-lg: 1008px !default;
113
106
  $mds-size-breakpoint-xl: 1280px !default;
114
107
  $mds-size-border-width: 1px !default;
115
108
  $mds-size-border-radius: 3px !default;
109
+ $mds-size-gutter-width: 20px !default;
116
110
 
117
111
  $tokens: (
118
112
  'color': (
@@ -323,15 +317,6 @@ $tokens: (
323
317
  )
324
318
  ),
325
319
  'size': (
326
- 'font': (
327
- 'xs': $mds-size-font-xs,
328
- 'sm': $mds-size-font-sm,
329
- 'md': $mds-size-font-md,
330
- 'lg': $mds-size-font-lg,
331
- 'xl': $mds-size-font-xl,
332
- 'xxl': $mds-size-font-xxl,
333
- 'base': $mds-size-font-base
334
- ),
335
320
  'baseline': $mds-size-baseline,
336
321
  'breakpoint': (
337
322
  'sm': $mds-size-breakpoint-sm,
@@ -342,6 +327,7 @@ $tokens: (
342
327
  'border': (
343
328
  'width': $mds-size-border-width,
344
329
  'radius': $mds-size-border-radius
345
- )
330
+ ),
331
+ 'gutter-width': $mds-size-gutter-width
346
332
  )
347
333
  );