@monolith-forensics/monolith-ui 1.1.27 → 1.1.28

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.
@@ -1,3 +1,4 @@
1
+ import "overlayscrollbars/overlayscrollbars.css";
1
2
  interface ColumnProps {
2
3
  className?: string;
3
4
  key?: string | number;
@@ -19,6 +19,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
19
19
  const react_window_1 = require("react-window");
20
20
  const react_virtualized_auto_sizer_1 = __importDefault(require("react-virtualized-auto-sizer"));
21
21
  const overlayscrollbars_react_1 = require("overlayscrollbars-react");
22
+ require("overlayscrollbars/overlayscrollbars.css");
22
23
  const short_uuid_1 = __importDefault(require("short-uuid"));
23
24
  const styled_components_1 = __importDefault(require("styled-components"));
24
25
  const react_1 = require("react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",
@@ -26,6 +26,7 @@
26
26
  "moment": "^2.29.1",
27
27
  "nanoid": "^5.0.7",
28
28
  "overlayscrollbars-react": "^0.5.6",
29
+ "overlayscrollbars": "^2.4.6",
29
30
  "react-dropzone": "^14.2.3",
30
31
  "react-icons": "^5.2.1",
31
32
  "react-textarea-autosize": "^8.5.3",