@madgex/design-system 1.23.2 → 1.23.4

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.
package/README.md CHANGED
@@ -70,7 +70,7 @@ Then you should be able to use components as such:
70
70
  {# Use the Madgex DS button! #}
71
71
  {{
72
72
  Button({
73
- text: 'Click me please!'
73
+ text: 'Click me!'
74
74
  })
75
75
  }}
76
76
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Sep 2019 16:01:00 GMT
3
+ * Generated on Tue, 24 Sep 2019 09:03:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 23 Sep 2019 16:01:00 GMT
3
+ * Generated on Tue, 24 Sep 2019 09:03:32 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, 23 Sep 2019 16:01:00 GMT
4
+ Generated on Tue, 24 Sep 2019 09:03:32 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-base: #1b75bb !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.23.2",
3
+ "version": "1.23.4",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",