@sproutsocial/racine 8.1.2 → 8.1.3

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.
@@ -340,6 +340,7 @@ module.exports = {
340
340
  "window-minimize": "0 0 16 16",
341
341
  "window-regular": "0 0 16 16",
342
342
  "window-restore": "0 0 16 16",
343
+ "woocommerce": "0 0 16 16",
343
344
  "x": "0 0 16 18",
344
345
  "yelp-full-star": "0 0 16 16",
345
346
  "yelp-half-star": "0 0 16 16",
@@ -2,9 +2,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
2
2
 
3
3
  import List from "./styles";
4
4
  import React, { useCallback, useMemo } from "react";
5
- import { CellMeasurer, CellMeasurerCache } from "react-virtualized"; // imported separately so it can be mocked separately (otherwise height and width will always be 0 in jsdom)
6
-
7
- import AutoSizer from "react-virtualized/dist/es/AutoSizer";
5
+ import { AutoSizer, CellMeasurer, CellMeasurerCache } from "react-virtualized";
8
6
  import Box from "../Box";
9
7
 
10
8
  var VirtualizedList = function VirtualizedList(_ref) {