@flodesk/grain 10.13.4 → 10.13.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.
@@ -398,7 +398,8 @@ export var styleConfig = {
398
398
  props: [{
399
399
  propName: 'display',
400
400
  property: 'display',
401
- short: 'd'
401
+ short: 'ds' // instead of 'd' to avoid conflict with _display.scss in frontend
402
+
402
403
  }],
403
404
  variables: textDisplays,
404
405
  variableChecker: function variableChecker(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "10.13.4",
3
+ "version": "10.13.5",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",