@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.
- package/CHANGELOG.md +6 -0
- package/__flow__/EnumIconNames.js +1 -1
- package/__flow__/IconViewBoxes.js +1 -1
- package/__flow__/OverflowList/index.js +1 -4
- package/__flow__/OverflowList/index.test.js +36 -4
- package/commonjs/IconViewBoxes.js +1 -0
- package/commonjs/OverflowList/index.js +1 -3
- package/commonjs/include-icons.js +1 -1
- package/dist/iconList.js +1 -1
- package/dist/icons.svg +1 -1
- package/icons/woocommerce.svg +5 -0
- package/includeIcons.js +1 -1
- package/lib/IconViewBoxes.js +1 -0
- package/lib/OverflowList/index.js +1 -3
- package/lib/include-icons.js +1 -1
- package/package.json +1 -1
package/lib/IconViewBoxes.js
CHANGED
|
@@ -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";
|
|
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) {
|