@elliemae/ds-system 2.3.0-next.14 → 2.3.0-next.18

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.
@@ -33,12 +33,6 @@ function fixSpace(width) {
33
33
  if (Array.isArray(width)) return width.map(w => mapSpace(w));
34
34
  return mapSpace(width);
35
35
  }
36
- /**
37
- * Grid
38
- *
39
- * @param grid
40
- */
41
-
42
36
  function numbersToFr(grid) {
43
37
  const den = grid.map(f => f < 1 ? Math.floor(1 / f) : f);
44
38
  return den.map(d => "".concat(d, "fr"));
@@ -29,12 +29,6 @@ function fixSpace(width) {
29
29
  if (Array.isArray(width)) return width.map(w => mapSpace(w));
30
30
  return mapSpace(width);
31
31
  }
32
- /**
33
- * Grid
34
- *
35
- * @param grid
36
- */
37
-
38
32
  function numbersToFr(grid) {
39
33
  const den = grid.map(f => f < 1 ? Math.floor(1 / f) : f);
40
34
  return den.map(d => "".concat(d, "fr"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-system",
3
- "version": "2.3.0-next.14",
3
+ "version": "2.3.0-next.18",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "module": "./esm/index.js",
@@ -89,7 +89,7 @@
89
89
  "generateSubmodules": true
90
90
  },
91
91
  "dependencies": {
92
- "@elliemae/ds-utilities": "2.3.0-next.14",
92
+ "@elliemae/ds-utilities": "2.3.0-next.18",
93
93
  "polished": "~3.6.7"
94
94
  },
95
95
  "devDependencies": {