@flodesk/grain 6.14.0 → 6.14.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.
@@ -62,8 +62,8 @@ export var getDimension = function getDimension(dimension) {
62
62
  if (isNumber(dimension)) return u(dimension);
63
63
  };
64
64
  export var getSpace = function getSpace(space) {
65
- if (space in vars.utilSpaces) {
66
- return getCssVar(varInfo.utilSpaces.name, space);
65
+ if (space in vars.spaceUtils) {
66
+ return getCssVar(varInfo.spaceUtils.name, space);
67
67
  }
68
68
 
69
69
  if (space in vars.spaces) {
@@ -61,7 +61,7 @@ export var vars = {
61
61
  xxFast: 'xxFast'
62
62
  },
63
63
  colors: _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, colors.shadeTones), colors.shades), colors.fades), colors.blackFades), colors.whiteFades), colors.bases), colors.internals), colors.generics), colors.contents), colors.backgrounds), colors.borders),
64
- utilSpaces: {
64
+ spaceUtils: {
65
65
  betweenFormTitleAndContent: 'betweenFormTitleAndContent',
66
66
  betweenFormContents: 'betweenFormContents',
67
67
  betweenFormContentAndActions: 'betweenFormContentAndActions',
@@ -101,8 +101,8 @@ export var varInfo = {
101
101
  name: 'colors',
102
102
  prefix: 'color'
103
103
  },
104
- utilSpaces: {
105
- name: 'utilSpaces',
104
+ spaceUtils: {
105
+ name: 'spaceUtils',
106
106
  prefix: 'space'
107
107
  }
108
108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "6.14.0",
3
+ "version": "6.14.1",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",