@teselagen/ui 0.3.40 → 0.3.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -16,7 +16,7 @@
16
16
  "@blueprintjs/datetime": "3.23.19",
17
17
  "@blueprintjs/icons": "3.33.0",
18
18
  "@blueprintjs/select": "3.18.11",
19
- "@teselagen/react-table": "6.10.13",
19
+ "@teselagen/react-table": "6.10.16",
20
20
  "axios": "^0.21.1",
21
21
  "bluebird": "3.7.2",
22
22
  "buffer": "5.7.1",
@@ -13,17 +13,12 @@ import {
13
13
  Tooltip
14
14
  } from "@blueprintjs/core";
15
15
  import Dropzone from "react-dropzone";
16
- // import { first } from "lodash";
17
16
  import classnames from "classnames";
18
17
  import { nanoid } from "nanoid";
19
-
20
18
  import papaparse, { unparse } from "papaparse";
21
-
22
19
  import downloadjs from "downloadjs";
23
-
24
20
  import { configure, makeObservable, observable } from "mobx";
25
21
  import { observer } from "mobx-react";
26
-
27
22
  import UploadCsvWizardDialog, {
28
23
  SimpleInsertDataDialog
29
24
  } from "../UploadCsvWizard";