@flodesk/grain 2.19.5 → 2.19.6

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.
@@ -141,7 +141,7 @@ exports.getIconSize = getIconSize;
141
141
 
142
142
  var getGridColumns = function getGridColumns(columns) {
143
143
  if (columns) {
144
- if (isArray(columns)) {
144
+ if ((0, _.isArray)(columns)) {
145
145
  return columns.map(function (column) {
146
146
  return getDimension(column);
147
147
  }).join(" ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "2.19.5",
3
+ "version": "2.19.6",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",